Forum Replies Created

Viewing 20 posts - 3,701 through 3,720 (of 4,903 total)
  • Author
    Posts
  • in reply to: Logo/Banner Size #91136
    Mahesh
    Participant

    @jonashegnauergmail-com: The recommended size for the logo is 150×150 but you can use your desired image size. As you select an image, it will ask you to crop image. You can either crop the image to the desired size or skip cropping and use the full image as well.
    For removing the search field, go to Dashboard=> Appearnace=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .sidebar-header-right {
        display: none;
    }

    Or you can remove it using Child theme, you can find more on creating child theme HERE.

    Regards,
    Mahesh

    in reply to: Customized bullet point and font of list #91134
    Mahesh
    Participant

    @stefanhoesli: May be you have some Custom CSS overriding the Font style in Customizer. Please post in your site URL.

    Regards,
    Mahesh

    in reply to: Centering buttons #91133
    Mahesh
    Participant

    @jakeab: Please post in your site URL.

    Regards,
    Mahesh

    in reply to: Posts are not displayed at homepage #91126
    Mahesh
    Participant

    @faranguiz: I checked your site, seems you are using static front page, go to Dashboard=> Appearance=> Customize=> Static Front Page and select Your Latest Posts in Front page displays. And by the way, which plugin are you using for the translation?

    Regards,
    Mahesh

    in reply to: hide sidebar in mobile mode #91088
    Mahesh
    Participant

    @mupa: As per your requirement (hide in mobile mode only), this can be only done with CSS and hiding is the ONLY option. But if you do want to remove the whole sidebar section (Prevent Loading) from certain page then this can be done too. For that, go Dashboard=> Pages and edit the page you want to hide the sidebar in and scroll down to Catch Adaptive Options and select No Sidebar (Full Width) in Layout Options and click update.
    Same can be done for posts too.
    Hope this helps.

    Regards,
    Mahesh

    in reply to: HTTP Error on image upload #91083
    Mahesh
    Participant

    @techfinderr: Glad to know its working fine now. Some module of Jetpack plugin must have caused the issue.

    Regards,
    Mahesh

    in reply to: About "W3 Total Cache" #91077
    Mahesh
    Participant

    @sungju98: You cannot put the image here directly, but you can share the screenshot via dropbox etc.
    Yes, you can use Comet Cache if that plugin provides the service you want.

    Regards,
    Mahesh

    in reply to: HTTP Error on image upload #91076
    Mahesh
    Participant

    @techfinderr: Please try changing the theme to WordPress’s default themes and check whether the problem persists or not. If the problem occurs with other themes too, then this is not a theme issue.
    Let me know further.

    Regards,
    Mahesh

    in reply to: About "W3 Total Cache" #91074
    Mahesh
    Participant

    @sungju98: I don’t think this is a theme issue. Have you tried to install it using other theme (WordPress default theme), please try with other theme and check. If the problem persists, it may be due to WordPress installation. Try with a fresh install.

    Regards,
    Mahesh

    in reply to: Contenu en vedette #91073
    Mahesh
    Participant

    @melirod: Please post in your site url. And please clarify more, do you mean to remove all the featured content columns except Headline and subheadline?

    Regards,
    Mahesh

    Mahesh
    Participant

    @vetsimulators: In your custom CSS you have an error because of an extra opening curly brace ({) please remove it. Remove the following line from your Custom CSS box:
    { #hgroup-wrap { display: none; }
    Then add the following:

    #hgroup-wrap, #header-top {
    	display: none;
    }

    Regards,
    Mahesh

    in reply to: hide sidebar in mobile mode #91069
    Mahesh
    Participant

    @mupa: For that, use the following CSS:

    @media screen and (max-width: 480px) {
        body:not(.home) #content .sidebar-primary {
        	display: none;
        }
    }

    Regards,
    Mahesh

    in reply to: About "W3 Total Cache" #91066
    Mahesh
    Participant

    @sungju98: I tried the plugin W3 Total Cache with Full Frame Pro and it is working fine in our server. Its up to you for which plugin to use. You can search for the Plugin for caching in WordPress.org’s plugins repository (https://wordpress.org/plugins/). Most people are using W3 Total Cache. Comet Cache may work fine too as far as it provides the service you required.

    Regards,
    Mahesh

    in reply to: Just upgraded, Now I can't configure my menu #91065
    Mahesh
    Participant

    @coachcathy: Thank you for using Catch Responsive Pro.
    1. For Menu:
    Go to Dashboard=> Appearance=> Customize=> Menus=> Menu Location and select your desired menu from the dropdown in Primary Menu and click Save. If you don’t have any options listed, go to Dashboard=> Appearance=> Menu and create a menu and select the items you want to display in the menu. And then select the very menu as the primary menu.
    2. Featured Content headline issue:
    Seems you are using the demo content. While using demo content, Featured Content Headline and Sub Headline won’t change even if you update the text in the customizer option. For that use any one of the option in the list except Demo Featured Content
    Hope this helps, let me know if any problem.

    Regards,
    Mahesh

    Mahesh
    Participant

    @nels-chellen: By second image, do you mean the Header Image? If so, yes, this can be removed. Go to Dashboard=> Appearance=> Customize=> Header Image and click Hide image button.
    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: hide mobile menu after a browser "go back action" #91063
    Mahesh
    Participant

    @mupa: I checked your site in both browser’s mobile mode and in mobile’s browser but found no issue that you’ve mentioned above. I opened you website, visited couple of pages there through mobile menu and then clicked back button, the pages are loading fine and the menu remains closed whether I go forward or backward unless I pressed the three bar mobile menu button.

    Regards,
    Mahesh

    in reply to: adding google translate buttons in the head #91061
    Mahesh
    Participant

    @nagesh-seogmail-com: Overriding above function will fix the issue, no need to edit other files. In the above code, replace the following code

    <?php if ( '' != ( $catchresponsive_social_icons = catchresponsive_get_social_icons() ) ) { ?>
        <section class="widget widget_catchresponsive_social_icons" id="header-right-social-icons">
            <div class="widget-wrap">
                <?php echo $catchresponsive_social_icons; ?>
            </div><!-- .widget-wrap -->
        </section><!-- #header-right-social-icons -->
    <?php
    } ?>

    with the following:
    <?php echo do_shortcode(‘[GTranslate]’); ?>
    However, you may need to change some CSS if some design issue occur.
    Hope this helps, let me know if any problem.

    Regards,
    Mahesh

    in reply to: Create widget area in navigation bar (on the right) #91011
    Mahesh
    Participant

    @kat42: You’ll need to override clean_box_primary_menu function. The function is in clean-box/inc/clean-box-menus.php file. You’ll find header-toggle and header-toggle-sidebar div in the function, and it is what you’ll need to replace with your widget.
    Hope this helps.

    Regards,
    Mahesh

    in reply to: Align Header image and Title #91008
    Mahesh
    Participant

    @derfabi2016: Use the following CSS:

    #content .post-231.page .entry-header {
        display: none;
    }

    Regards,
    Mahesh

    in reply to: hide/deactivate Featured Slider on mobile mode #90993
    Mahesh
    Participant

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

    @media screen and (max-width: 480px) {
        #feature-slider {
            display: none;
        }
    }

    Regards,
    Mahesh

Viewing 20 posts - 3,701 through 3,720 (of 4,903 total)