Forum Replies Created

Viewing 20 posts - 3,221 through 3,240 (of 4,888 total)
  • Author
    Posts
  • in reply to: Centre Logo #95621
    Mahesh
    Member

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

    #masthead .wrapper {
        text-align: center;
    }
    
    #site-logo, #site-branding {
        float: none;
    }
    
    .nav-primary.search-enabled .menu {
        width: 92%;
        text-align: right;
    }
    
    .catchbase-nav-menu li, .sidebar-header-right .widget_nav_menu li {
        float: none;
    }

    Regards,
    Mahesh

    in reply to: Updating Catch Responsive Pro #95619
    Mahesh
    Member

    @sheilalowe: You are getting the error message because Pro themes cannot be updated directly like that as Free theme. You’ll need to do it manually. Please use Catch Updater module of Catch Web Tools plugin. Please check the video in the link below.
    https://www.youtube.com/watch?v=W95SuabDZi8
    Hope this helps.

    Regards,
    Mahesh

    in reply to: problems with footer #95618
    Mahesh
    Member

    @antoon: I checked your site and it says “Maintenance mode is enabled”.
    Let me know further.

    Regards,
    Mahesh

    in reply to: Thumbnail editor does not work :( #95616
    Mahesh
    Member

    @catchytrips: Which size images are you using for the slider? The recommended image size for the slider is
    Width: 1200px
    Height: 514px
    If you choose image with different width and height, please make sure that the image has similar aspect ratio.

    Regards,
    Mahesh

    in reply to: front page width #95615
    Mahesh
    Member

    @jadk001: You have following code in your Custom CSS which is causing the issue.
    #primary{width:100%}
    Remove it and it will resolve the issue.

    Regards,
    Mahesh

    in reply to: problems after update #95614
    Mahesh
    Member

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

    #hgroup-wrap {
        display: none;
    }

    Regards,
    Mahesh

    in reply to: specs for social media icons #95612
    Mahesh
    Member

    @agescho: Please use the following CSS instead.

    .custom-icon {
        vertical-align: bottom;
        display: inline-block;
        margin-left: 3px;
    }

    Hope this helps.

    Regards,
    Mahesh

    in reply to: How to get rid of space obove image header #95610
    Mahesh
    Member

    @Kbampfield: Glad to know your issue is resolved. Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

    in reply to: code for ad block? #95609
    Mahesh
    Member

    @mattdenton: Clean Magazine comes with a primary sidebar and footer widget area. For widget areas beside these, I recommend you to upgrade to Pro version. Or you can create a child theme. You can find more details on creating child theme HERE. Then create a custom widget area and display it wherever you wanted in your site. And then add the Text Widget to that widget area.

    Regards,
    Mahesh

    in reply to: Select Featured Content #95607
    Mahesh
    Member

    @rollik: Sorry for late reply. Please post in your site URL so that I can check for the issue and help you resolve it.

    Regards,
    Mahesh

    in reply to: code for ad block? #95524
    Mahesh
    Member

    @mattdenton: For this, you can use Text widget and put it in the widget area wherever you want to display in your site.

    Regards,
    Mahesh

    in reply to: Header Highlight Posts Not Displaying #95516
    Mahesh
    Member

    @nictusempra: Thank you for using Clean Business Pro theme.
    For displaying Post in Header Highlight, select Post Content in Select Content Type and then scroll down and put your desired Post ID in Post #.
    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: copy featured content columns #95515
    Mahesh
    Member

    @flexprofinance: Can you please clarify more. And please add your site URL.

    Regards,
    Mahesh

    in reply to: Sandwich color #95514
    Mahesh
    Member

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

    #masthead a.icon {
        color: #00ffff !important;
    }
    
    .menu-toggle {
        background-color: rgba(255, 0, 255, 0.6);
    }

    Note: Please change the color as you desired.

    Regards,
    Mahesh

    in reply to: No Zip File #95512
    Mahesh
    Member

    @windowsrusnorth: Which browser are you using? If Safari browser, in the menu bar, go Safari -> Preferences. In the “General” tab, uncheck “Open ‘safe’ files after downloading”. This will stop Safari from automatically unzipping the files.
    Or Use some other browser to download the theme.
    Or zip the uncompressed file again then upload it.

    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: front page width #95511
    Mahesh
    Member

    @jadk001: Do you mean another menu in the sidebar? If that’s the case, you can add menu widget in primary sidebar. And you do have change some settings in the customizer since you are using No Sidebar. You’ll have to change it to Left Sidebar or Right Sidebar. For this, go to Dashboard=> Appearance=> Customize=> Theme Options=> Layout Options and select Left Sidebar or Right Sidebar in Sidebar Layout Options

    Hope this helps.

    Regards,
    Mahesh

    in reply to: How to get rid of space obove image header #95509
    Mahesh
    Member

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

    #masthead {
        display: none;
    }

    Regards,
    Mahesh

    in reply to: Displaying blocks in the center of the site #95508
    Mahesh
    Member

    @lisovol: Thank your for supporting us. Since this is beyond theme scope, I recommended you to hire the customizer in the above reply. Yes, I can help you narrow down and direct you to the file and function. Please open file catch-responsive-pro/inc/catchresponsive_featured_slider.php and modify the following function for changing the width of slider to 70% and adding a text block in another 30%.
    catchresponsive_featured_slider

    Hope this helps.

    Regards,
    Mahesh

    in reply to: google search-result #95462
    Mahesh
    Member

    @konstance:
    Hi Konstance,

    I am not sure what you really want to change, but if you do want to change the text Primary Menu, simply replace the text with your desired text.
    <h1 class="assistive-text"><?php _e( 'Primary Menu', 'catch-responsive' ); ?></h1>
    to
    <h1 class="assistive-text"><?php _e( 'Your Desired Text', 'catch-responsive' ); ?></h1>

    Let me know futher.

    Regards,
    Mahesh

    in reply to: Displaying blocks in the center of the site #95460
    Mahesh
    Member

    @lisovol: For centering the blocks in lower part for website, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .catchresponsive-nav-menu li {
    	float: none;
    }
    
    .menu.catchresponsive-nav-menu {
        text-align: center;
    }
    
    #featured-content.layout-four .hentry {
    	width: 25%;
    }

    For the other customization, i.e text block aside of slider, you’ll have to further customize the theme and the html structure. I recommend you to hire a customizer.

    Regards,
    Mahesh

Viewing 20 posts - 3,221 through 3,240 (of 4,888 total)