Forum Replies Created
-
AuthorPosts
-
Raghavendra
ModeratorSorry about the delayed reply. Pls get in touch with us via our ThemeForest profile page contact form – https://themeforest.net/user/livemesh#contact to troubleshoot this issue.
We can no longer provide support through the forum since we receive lot more requests at our support desk through emails and it is becoming difficult for us to track requests here. We just closed all forums for new replies to streamline our support. Thank you for your cooperation.
Raghavendra
ModeratorSorry about the delayed reply. This is certainly possible by creating appropriate templates in the theme.
Pls get in touch with us via our ThemeForest profile page contact form – https://themeforest.net/user/livemesh#contact to obtain further help on this. We can no longer provide support through the forum since we receive lot more requests at our support desk through emails and it is becoming difficult for us to track requests here. We just closed all forums for new replies to streamline our support. Thank you for your cooperation.
Raghavendra
ModeratorSorry about the delayed reply. Pls get in touch with us via our ThemeForest profile page contact form – https://themeforest.net/user/livemesh#contact to troubleshoot this issue. We can no longer provide support through the forum since we receive lot more requests at our support desk through emails and it is becoming difficult for us to track requests here. We just closed all forums for new replies to streamline our support. Thank you for your cooperation.
Raghavendra
ModeratorNot sure what you mean by topic with an invite. Can you pls elaborate?
Raghavendra
ModeratorThe tab seems to be working fine. Can’t see a toggle there. Can you pls clarify? Thanks.
Raghavendra
ModeratorCan I know the version of the theme you have loaded on your site and also WPBakery version. Can’t find out from the site since the CSS is minified/compressed.
Raghavendra
ModeratorYou can try this in your child theme to prevent the theme from loading the waypoints lib –
add_filter( 'wp_enqueue_scripts', 'dequeue_waypoints_lib', PHP_INT_MAX ); function dequeue_waypoints_lib( ){ wp_dequeue_script( 'jquery-waypoint'); wp_deregister_script( 'jquery-waypoint'); }
Raghavendra
ModeratorHave replicated the demo content on your site. Pls check and get back to us if you have further queries. Thanks
Raghavendra
ModeratorIt is easy to achieve since the theme is based on templates and you can override the templates by copying them from the parent theme to the child theme. Pls override the template – wp-content/themes/appdev/templates/header/site-branding.php and change this line –
$heading_tag = (is_home() || is_front_page()) ? 'h1' : 'div';
to
$heading_tag = 'div';
To change to H1 tag for the post title on the blog page, you can copy this template –
wp-content/themes/appdev/templates/archive/content-entry-title.php
and then change the H2 tag used there to H1. Hope this is clear.
Raghavendra
ModeratorGlad to hear. Will try to get the theme approved in the next few days.
December 29, 2020 at 1:21 pm in reply to: Updated LiveMesh and now AppDev theme is not working #36109Raghavendra
ModeratorThis reply has been marked as private.Raghavendra
ModeratorThe site link provided by you does not seem to have our theme loaded. You can email us via our ThemeForest profile page contact form – https://themeforest.net/user/livemesh#contact
December 14, 2020 at 1:29 pm in reply to: Updated LiveMesh and now AppDev theme is not working #36105Raghavendra
ModeratorWe submitted an update last week with all the fixes. But we have a couple of compliance issues highlighted by the review team. We are working on the same. You should see an update this week. Most of the themes were cleared by the review team – only two of them were held for further changes. Thanks for checking with us.
Raghavendra
ModeratorSure we will. Thanks
December 10, 2020 at 1:20 pm in reply to: Blank pages displaying since updating WordPress or PHP version #36100Raghavendra
ModeratorThe site is now updated and all errors are resolved. Pls get back to us if you see any issue. Thanks
-
AuthorPosts