Forum Replies Created

Viewing 20 posts - 1,061 through 1,080 (of 4,903 total)
  • Author
    Posts
  • in reply to: Featured Slider – alt="" Tag #112496
    Mahesh
    Participant

    @marie21: There still seem to be another one, same code. Please remove it too.

    Regards,
    Mahesh

    Mahesh
    Participant

    @olaf-boehmebissantz-de: Which translation plugin are you using? The theme supports WPML and Qtranslate-X plugins. Seems like a plugin issue. Please contact the plugin support.

    Regards,
    Mahesh

    Mahesh
    Participant

    @al-x: For that, you’ll need to customize further. Just by CSS is not possible. I recommend you to hire a customizer.

    Regards,
    Mahesh

    in reply to: Featured Slider – alt="" Tag #112484
    Mahesh
    Participant

    @marie21: You have the following CSS somewhere, may be in Custom Css which is causing not to display menu. Please remove it.

    .mobile-menu, .mobile-menu-anchor, .mobile-menu-text {
        display: none;
    }

    Regards,
    Mahesh

    Mahesh
    Participant

    @al-x: Add the following CSS:

    .menu.parallax-frame-nav-menu {
        display: none;
    }
    
    .mobile-menu, .mobile-menu-anchor, .mobile-menu-text {
        display: block;
    }

    Regards,
    Mahesh

    in reply to: Slider for Homesite #112480
    Mahesh
    Participant

    @mr-create: Can you please clarify more.

    Regards,
    Mahesh

    Mahesh
    Participant

    @al-x: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    #site-branding {
        display: none;
    }
    
    .nav-primary:before {
        display: block;
        content: " ";
        clear: both;
    }
    
    .nav-primary {
        float: none;
        width: 100%;
        text-align: center;
    }
    
    .nav-primary .menu {
        float: none;
    }
    
    .parallax-frame-nav-menu li, 
    .sidebar-header-right .widget_nav_menu li {
        float: none;
    }

    Regards,
    Mahesh

    in reply to: Featured Slider – alt="" Tag #112475
    Mahesh
    Participant

    @marie21: Thank you for your appreciation. If you like my support and Catch Responsive theme then please support by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/catch-responsive?rate=5#postform
    Have a nice day!

    Regards,
    Mahesh

    in reply to: How to add social icon to footer #112470
    Mahesh
    Participant

    @saigonenglish: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

    in reply to: Broken Theme #112469
    Mahesh
    Participant

    @analog2112: Checked your site, you have now resized the image on the blog to 203 x 200, which is great. What do you mean by change size of the slider? You mean the width of the slider? or the dimensions of the image used in the slider?
    Tried loading your site with full refresh and it just take 4-5 secs to load the page completely. This loading time is really good. I don’t see your site taking more load time than that.
    If you have any problem, let me know further.

    Regards,
    Mahesh

    in reply to: Horizontal 'before-content' sidebar #112464
    Mahesh
    Participant

    @fireflywebs: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .sidebar-before-content:before {
        display: block;
        content: " ";
        clear: both;
    }
    
    .sidebar-before-content .widget {
        width: 33.33%;
        float: left;
    }

    Regards,
    Mahesh

    in reply to: Hide homepage slider on mobile sizes #112463
    Mahesh
    Participant

    @oly: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

    in reply to: slider and ssl #112462
    Mahesh
    Participant

    @lucapizzonia: Thank you for the site url. Checked your site, the issue seems to be because of http and https conflict. Please use https links for all the images on your site. Your issue will be fixed. Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Featured Slider – alt="" Tag #112457
    Mahesh
    Participant

    @marie21: Checked your site again. You have two functions.php files and I got confused. Now I’ve corrected it and now alt and title are displaying fine. Let me know if any problem.

    Regards,
    Mahesh

    in reply to: header image and menu #112455
    Mahesh
    Participant

    @francesca78: You can either put the code before activating the theme or after activation. You can directly put the code from the dashboard. Go to Dashboard=> Appearance=> Editor then select Theme Functions (functions.php) on the right side. Then add up the above code at the end of functions.php file.
    Alternatively you can either use cpanel or FTP for that. Hope you understand. Let me know if any problem.

    Note: If you have any error on the code in functions.php your site will be down. So be careful with the code. If any error occurs, it can only be corrected through Cpanel

    Regards,
    Mahesh

    in reply to: What happened to my frontend? #112451
    Mahesh
    Participant

    @flp2001: Glad to know you’ve found and resolved the issue. Have a nice day!

    Regards,
    Mahesh

    Mahesh
    Participant

    @al-x: Please post in your site url.

    Regards,
    Mahesh

    in reply to: Header/parallax images, optimization etc. #112449
    Mahesh
    Participant

    @djordjea: Go to Dashboard=> Appearance=> Customize=> Header Image and select Entire Site, Page/Post Featured Image in Enable Featured Header Image on option. This will put featured image on their specific single page. Make sure you put featured image in the pages and posts. If no featured image is present, default header image will be used.

    Parallax scrolling effect is working fine on Android phones.

    The things that impact the theme the most is the image sizes (please use recommended sizes) and YouTube videos if you are using one. Apart these, all are good.
    Le me know if any problem.

    Regards,
    Mahesh

    in reply to: Featured Slider – alt="" Tag #112395
    Mahesh
    Participant

    @marie21: Checked your child theme, seems you have overridden a function in your child theme to hide Permalink To: text from the alt and title from the slider image. So I did made a small change. But for some reasons, its not displaying on your site. The code works fine on our server. Seems like some caching problem. Let me know further.

    Regards,
    Mahesh

    in reply to: header image and menu #112385
    Mahesh
    Participant

    @francesca78: You can find more details on creating child theme HERE. Then in your child theme’s functions.php add the following codes:

    add_action('init', 'adventurous_child_header_image_on_top');
    function adventurous_child_header_image_on_top(){
        remove_action( 'adventurous_before_main', 'adventurous_featured_overall_image', 5 );
        add_action( 'adventurous_before_header', 'adventurous_featured_overall_image', 10 );
    }

    Regards,
    Mahesh

Viewing 20 posts - 1,061 through 1,080 (of 4,903 total)