Raghavendra

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 3,418 total)
  • Author
    Posts
  • in reply to: Tab and Toggle Shortcodes #36159
    Raghavendra
    Moderator

    Sorry 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.

    in reply to: Filtering Blog page to specific categories #36158
    Raghavendra
    Moderator

    Sorry 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.

    in reply to: Invent Sidebars #36157
    Raghavendra
    Moderator

    Sorry 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.

    in reply to: Where is a my topic with invite #36150
    Raghavendra
    Moderator

    Not sure what you mean by topic with an invite. Can you pls elaborate?

    in reply to: Toggle Shortcode Not Functioning #36149
    Raghavendra
    Moderator

    The tab seems to be working fine. Can’t see a toggle there. Can you pls clarify? Thanks.

    in reply to: Hamburger Page width WP Bakery #36128
    Raghavendra
    Moderator

    Can 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.

    in reply to: Waypoints library #36127
    Raghavendra
    Moderator

    You 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');
    }
    in reply to: demo content installation problem #36126
    Raghavendra
    Moderator

    Have replicated the demo content on your site. Pls check and get back to us if you have further queries. Thanks

    in reply to: H1 tag for blog posts page #36125
    Raghavendra
    Moderator

    It 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.

    in reply to: Updated LiveMesh and now AppDev theme is not working #36116
    Raghavendra
    Moderator

    Glad to hear. Will try to get the theme approved in the next few days.

    in reply to: Updated LiveMesh and now AppDev theme is not working #36109
    Raghavendra
    Moderator
    This reply has been marked as private.
    in reply to: Header Menu Not Responsive #36107
    Raghavendra
    Moderator

    The 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

    in reply to: Updated LiveMesh and now AppDev theme is not working #36105
    Raghavendra
    Moderator

    We 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.

    in reply to: WordPress 5.5.x #36103
    Raghavendra
    Moderator

    Sure we will. Thanks

    Raghavendra
    Moderator

    The site is now updated and all errors are resolved. Pls get back to us if you see any issue. Thanks

Viewing 15 posts - 1 through 15 (of 3,418 total)