Forum Replies Created

Viewing 20 posts - 3,241 through 3,260 (of 4,908 total)
  • Author
    Posts
  • in reply to: code for ad block? #95524
    Mahesh
    Participant

    @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
    Participant

    @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
    Participant

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

    Regards,
    Mahesh

    in reply to: Sandwich color #95514
    Mahesh
    Participant

    @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
    Participant

    @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
    Participant

    @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
    Participant

    @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
    Participant

    @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
    Participant

    @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
    Participant

    @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

    in reply to: google search-result #95459
    Mahesh
    Participant

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

    Regards,
    Mahesh

    in reply to: Select Featured Content #95458
    Mahesh
    Participant

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

    Regards,
    Mahesh

    in reply to: help with translation #95457
    Mahesh
    Participant

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

    Regards,
    Mahesh

    in reply to: Updating Catch Responsive Pro #95456
    Mahesh
    Participant

    @sheilalowe: Selecting Demo Slider in customizer will display default images for slider. Have you modified anything due to which you are getting them error? The theme is working fine on our server. Let me know further.

    Regards,
    Mahesh

    in reply to: Displaying blocks in the center of the site #95434
    Mahesh
    Participant

    @lisovol: In the image, do you mean the featured image or the one with the black background or the whole block. Please post in your site URL so that I can check and help you further.

    Regards,
    Mahesh

    in reply to: How to get rid of space obove image header #95433
    Mahesh
    Participant

    @kbampfield: Please post in your site URL.

    Regards,
    Mahesh

    in reply to: Updating Catch Responsive Pro #95432
    Mahesh
    Participant

    @sheilalowe: I checked your site and seems you don’t have made more changes to the theme so I guess you can use the child theme and if you do lose some settings, you can change it right away from the customizer and set the options so it displays as now.
    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: secondary menu not displaying on Smart Phone #95431
    Mahesh
    Participant

    @oanda-webmistress: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

    in reply to: google search-result #95430
    Mahesh
    Participant

    @konstance: I use firefox and chrome. I checked your site and now the title is displaying fine.
    I checked your problem again, and seems this is from the assistive-text for Primary Menu in the theme. If you want to change it, you’ll have to override the following function catchresponsive_primary_menu for this line
    <h1 class="assistive-text"><?php _e( 'Primary Menu', 'catch-responsive' ); ?></h1>
    This function is located in catch-responsive/inc/catchresponsive-menus.php.
    I recommend you to use child theme. You can find more on creating child theme HERE.

    Regards,
    Mahesh

    in reply to: How to add a News Ticker in header area #95429
    Mahesh
    Participant

    @petermilliken: Yes, you can simply do it in the current theme but on updating the theme you’ll lose all the customization. That is where the child theme comes in handy. It is recommended to use child theme for customization.

    Regards,
    Mahesh

Viewing 20 posts - 3,241 through 3,260 (of 4,908 total)