Thank you for mentioning it, as you say it may be helpful to other users.
Hi,
That could be done with Visual composer as well. I have tried like this, but it could be achieved in different ways.
First I placed 2 rows in a page, the top row will have a background image/color, the second one will contain block 5 limited to 3 posts
– https://www.screencast.com/t/NbFlYMDIR
– https://www.screencast.com/t/YJversPKfz2
Then I set a negative margin in the bottom row
– https://www.screencast.com/t/smqx4DOQ8K
The second row will be positioned over the first row with the background
– https://www.screencast.com/t/tDphw89MO
You can make additional design or experiment with different methods based on this. You can also check how the travel demo design was made, in it’s stylesheet
– https://www.screencast.com/t/AqNuyzdLVM
Thanks
Hi,
You can use the manual activation in that case. If you have multiple keys and want to activate multiple keys with the same forum user, then please use the manual activation https://www.screencast.com/t/NXhtb0Vtn
Thank you!
Hi,
The date displayed on modules will be the one you set in the WordPress settings
– https://www.screencast.com/t/w4kgLimW7
You can change that if needed according to WordPress standards
– https://codex.wordpress.org/Formatting_Date_and_Time
– https://www.screencast.com/t/m5WvnWfGOQ
Thanks
Update the theme plugins as well, they should update automatically but sometimes it fails. Deactivate and delete the old composer plugin and multi-purpose plugin
– https://www.screencast.com/t/aJk3Bqqa
Then install it from the theme plugins section
– https://www.screencast.com/t/RnuUnwYNXpD
Also if you by any change changed the theme name or you are using a child theme with a custom name, change them to default.
@raznawa Those errors will be displayed when you have selected multi-purpose styles, then the multi-purpose plugin has been deactivated (is inactive). Activate it and there should be no more errors.
Let us know if there still is a problem.
The default value is 14px for the body on mobile, with a line height of 21px
– https://www.screencast.com/t/1bRyQMuH
You can simply use a code like this to modify it
– https://www.screencast.com/t/ZbVEa33gUTw
body, p {
font-size: 17px;
}
Custom CSS codes can be entered for the mobile theme in Theme panel->Mobile theme->Custom CSS.
You could also edit the mobile theme stylesheet and make the modifications directly there, instead of overriding them
– https://www.screencast.com/t/ZaBaESdgJYet
Thanks
Hi,
AMP can be enabled for pages, but not for pages built with page builders. Only for default WordPress pages built similar to posts
– https://www.screencast.com/t/8rg6aXS6BhY
– https://www.screencast.com/t/rX47F8Ro
Thank you!
Hi,
The website seems to be still loading when you attempt to use the mobile menu. The menu will be usable after the website loads. For me the website loads fully in a few seconds and the menu is usable
– https://www.screencast.com/t/nLSnxKUGxsN
Test on a post page as well.
There seems to be a 404 on an image on the website. That image could be why the website is taking longer to load. Edit the homepage with the composer and remove the image set as background for this row (click on remove)
– https://www.screencast.com/t/ixLBRac6Rve
– https://www.screencast.com/t/9xOZOZQgI
Let us know if there is still a problem.
Thanks
Hi,
I really could not say. There could be solutions online for that, you could read some of them. You could search online for solutions either through code or plugins if there are any that are capable of this. I found some topics that may be helpful to you
– https://premium.wpmudev.org/blog/moving-wordpress-site/
– https://premium.wpmudev.org/forums/topic/multi-site-how-can-i-move-a-blog-post-from-one-site-to-another
– https://stackoverflow.com/questions/3884987/how-can-i-display-posts-from-the-other-sites-in-a-wordpress-multisite-setup
– https://wordpress.stackexchange.com/questions/98965/get-posts-from-sites-in-multisite
– https://wordpress.stackexchange.com/questions/2534/querying-posts-from-multiple-sites-in-a-network
Thanks
Hi,
You could comment or remove the code that displays the top grid in the mobile front page
– https://www.screencast.com/t/Y2nNQPl1ic
Then the grid will not be displayed anymore
– https://www.screencast.com/t/vX5aSJvbRjmW
Thanks
For me the ads are displayed on desktop as well
– https://www.screencast.com/t/Zw5XkslXxRQe
– https://www.screencast.com/t/A1qaQ8cu7Uti
Maybe you have ad blockers enabled in the browser, check if that is the case. Check with a different browser as well.
Hi,
The default text in the news ticker is “Trending Now”, you can find it in the translation panel and change it in anyway you want
– https://www.screencast.com/t/6ej7dCRaXIc
Thanks
Hi,
The link you provided directs to a 404 page unfortunately
– https://www.screencast.com/t/Vq6vvQDwbMyM
Maybe this topic wold be helpful if you want to add borders to a table
– https://www.quackit.com/html/codes/tables/html_table_border.cfm
Thanks
Hi,
Envato does not have as far as I know bulk purchases. However you could contact them and ask theme if something could be done in the matter
– https://envato.com/contact/
Thanks
Hi,
Make sure your configuration is made properly and keep testing, I could not say what is the problem exactly. The theme itself has no email options, it does not send emails or has any settings for mailing. You will have to manage these either through the hosting if they provide such a service, or with a plugin
– http://www.wpbeginner.com/wp-tutorials/how-to-use-smtp-server-to-send-wordpress-emails/
– http://webcraft.tools/simple-smtp-plugins-for-wordpress/
Thanks
Hi,
Indeed, there is a built in cache limiting Instagram updates to an interval of 3 hours. There is no option to disable this caching unless you remove it from the theme code
– https://www.screencast.com/t/rOE9GA3Hpv
Also there is an issue currently with the Instagram functionality, they made some changes on their part. We are working to fix the issue as soon as possible.
Thanks
Hi,
Indeed, the notices the plugin provides should be ignored. The bundled version does not need any activation. Updates will be provided by us along theme updates. The WPBakery page builder plugin is located in the plugins folder, in the full theme package
– https://www.screencast.com/t/HzMSlMCq3EwD
That is where all the plugins always have been located. Before the tagDiv composer was introduced, Visual composer could be installed via theme plugins panel section
– https://www.screencast.com/t/0I5YEPBn
So please download the full theme package and check in the plugins folder.
Thanks
The ads seem to be displaying fine at the moment on your website. The theme will display them in the locations you want, when you enter the ad codes in the desired theme panel ad locations
– https://www.screencast.com/t/rMeOFHBoiZn
Hi,
Seems you have managed to increase the font size for the icons and date. Let us know if you have further questions.
Thanks
That would mean that the theme accent color is pink, this setting in the theme panel affects multiple website elements
– https://www.screencast.com/t/Ujd7u136ezN
If you want to keep the pink color as accent color and change only elements in the Related articles, please provide some more details about what exactly you want to customize in that section.
Hi,
The theme ad spots should work with Adrotate shortcodes. Based on user feedback the plugin is compatible with the theme and works properly. Double check your configurations and see if everything is set properly
– https://ajdg.solutions/manuals/adrotate-manuals/
– http://www.wpbeginner.com/plugins/how-to-manage-ads-in-wordpress-with-adrotate-plugin/
– https://ajdg.solutions/manuals/adrotate-manuals/show-adverts-on-your-site/
Thanks
Hi,
The theme will load first the default style, then the custom code will apply. There might be some delay between the transition. You could enter the code directly in the theme stylesheet (at the end of the code), so it will be loaded together with the theme style.
Thanks
Hi,
That would be impossible, creating a post and saving it as draft will not display it in theme blocks and grids. All the posts must be published before they appear on the website. Please provide some examples of this issue.
Thank you!
@dperryamg Please check again, the link provided above works.
Hi,
For me the website looks good, see here
– https://www.screencast.com/t/YRsXokq7s
Indeed some caching plugins or CDN configurations can cause problem when using the mobile theme plugin.
The mobile plugin works best with the WP Super Cache, other caching plugins could cause problems.