Sticky Header Options in Movedo

Under Theme Options > Header Options > Sticky Header Options you can enable the Sticky Header option if you want to provide constant access to the Header elements while visitors scroll down the page. Movedo provides 4 different Sticky header types: Simple, Shrink, Scroll Up and Movedo. Additionally, you have […]

Movedo and Events Calendar by Modern Tribe

Movedo supports both free and pro versions of the Events Calendar by Modern Tribe. In order to get the Movedo’s style for the Events Calendar,  please ensure that: Go to Events > Settings > Display (click on tab) Under Basic Template Settings set the Default stylesheet used for events templates to […]

Fonts not displayed correctly

If you serve fonts files from different domains, fonts might not displayed correctly due to Cross-origin resource sharing (CORS). More info about CORS here: https://en.wikipedia.org/wiki/Cross-origin_resource_sharing Chrome, Firefox and newer versions of Internet Explorer enforce the Cross-Origin Resource Sharing standard, and thus only render web fonts served with the appropriate “Access-Control-Allow-Origin” […]

Add custom fonts via Child Theme in Movedo

Under Theme Options – Typography you can select a variety of Standard and Google Fonts. In some cases you might need to use a Custom Font, we have implemented a solution to add your Custom Fonts and be able to select them in the Typography section of our options panel […]

Upload and Use SVG icons in Movedo

It is well known that WordPress does not allow the upload of the SVG files and the main reason is that they are unsecure. This is because the SVG is not an image format but a document format (consider that SVG files allow JavaScript to be embedded). For that reason, […]

Image sizes in Movedo

Below you can see the image sizes from the functions.php file. If you need to save some server bandwidth we recommend uploading images of exactly the sizes listed below so as WordPress will not resize your images. However, this will not affect your site performance. add_image_size( ‘movedo-grve-large-rect-horizontal’, 1170, 658, true […]

Google Analytics in Movedo

You can enable the Google Analytics for your site: Under Movedo > Custom Codes Please add the Google Tracking Code under Movedo > Custom Codes. For example: <script> (function(i,s,o,g,r,a,m){i[‘GoogleAnalyticsObject’]=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,’script’,’//www.google-analytics.com/analytics.js’,’ga’); ga(‘create’, ‘UA-XXXXXXXX-X’, ‘auto’); ga(‘send’, ‘pageview’); </script>

Install Movedo and its required plugins

Before all else, you must setup a WordPress version on your server. After downloading the package, you will have “Movedo” folder and “movedo.zip” file inside the Theme package. You can either choose to upload the Theme to your server via ftp (just upload the folder “Movedo” into the folder wp-content/themes) […]