Forum Replies Created

Viewing 20 posts - 4,241 through 4,260 (of 4,916 total)
  • Author
    Posts
  • in reply to: Menu and Child Menu background Color Across Devices #86647
    Mahesh
    Participant

    Hi @husker,

    I checked the menu in mobile and it seems to be issue in iPhone only. I tried the site with android too but it worked normally. The issue seem to be due to the Sidr jquery plugin, that the theme uses for mobile menu. We are trying to resolve the issue.
    If you want to make font size smaller, go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” and add the following CSS:

    .sidr ul li, .sidr ul li:hover {
        line-height: 35px;
    }
    .sidr ul li ul li, .sidr ul li ul li:hover {
        line-height: 30px;
    }
    .sidr {
    	font-size: 12px;
    }

    In the above CSS, I’ve reduced the spacing for the menu too.

    Regards,
    Mahesh

    in reply to: Update causing issues #86645
    Mahesh
    Participant

    Hi @ifyouneedadj,

    The update should not have created that issue. And was the theme update successful? Is the updated theme running fine?
    As you’ve said, working with child theme, you just have to update the parent theme and everything would be fine. You are correct.
    While updating the site, the changes you’ve set and seen in the customizer should reflect in the frontend as well. I assume you’ve clicked save after your customization.
    Let me know if I can help you further.
    Please post in your site url and email us your child theme(zip) so we can check the problem.

    Regards,
    Mahesh

    in reply to: Can't Set Certain Font Colors #86644
    Mahesh
    Participant

    Hi @dschwartzer,

    The color applied in visual editor will visible in visual editor page and the post single page. The blog list page only displays the excerpt of the blog and all the html and style are removed here and texts are displayed with default colors. If you set the theme colors to default, edit a post and change some colors in the content and view the post then you would see the color as you’ve applied right?
    If you want display the post list with style applied in visual editor, you’ll need to display full content instead of excerpt (you’ll need to do some code customization).
    Hope you understand.
    Let me know if I can help you further.

    Regards,
    Mahesh

    in reply to: Different Featured Header Image #86642
    Mahesh
    Participant

    Hi @disaj,

    The featured you’re seeking is available in Catch Kathmandu Pro. With this feature, you can have different header images for different pages and posts. The featured image set in pages and posts will be displayed as the header image. If page/post doesn’t have featured image set, default header image is used. I recommend you to upgrade to Pro version. Please check the link below:
    https://catchthemes.com/themes/catch-kathmandu-pro/

    Regards,
    Mahesh

    in reply to: Page Width #86601
    Mahesh
    Participant

    Hi kensevenoaks,

    By default, the width for primary content and sidebar is 770px and 360px respectively. Theme can be adjusted with Custom CSS. No, there is no such feature in Pro version. But the Pro version does have two more layout option “No Sidebar (Full Width)” and “No Sidebar (One Column)”. You can find more details about theme features in the following link:
    https://catchthemes.com/themes/adventurous-pro/
    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: www.robenequine.co.uk #86597
    Mahesh
    Participant

    Hi allan,

    For appending widget in the bottom footer, you have to do some code customization and style customization too ( For customization please use child theme, you can find more details on creating child theme HERE ).
    In Simple Catch Pro, you can customize the footer content as per you desired. Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Footer Options” and edit content in Footer Editor.

    Regards,
    Mahesh

    in reply to: Change color of homepage featured content titles #86585
    Mahesh
    Participant

    Hi @spike,

    You can achieve it with Custom CSS. Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS:
    For changing the main title of Featured Content:

    #featured-post #feature-heading {
        color: #00ff00;
    }

    For changing the titles of post in Featured Content:

    #featured-post .entry-title a {
        color: #ff0000;
    }

    Regards,
    Mahesh

    in reply to: Menu and Child Menu background Color Across Devices #86581
    Mahesh
    Participant

    Hi @husker,

    In the above code, the following line will make your menu link #fff

    #header-left-nav li.menu-item > a {
        color: #fff;
    }

    And following line will make your sub menu link #bbbbbb

    #header-left-nav li.menu-item ul.sub-menu li {
          background-color: #bbbbbb;
    }

    In your site, I didn’t see the above styles. May be that is why the color is not #fff.

    Regards,
    Mahesh

    in reply to: Change color of homepage featured content titles #86580
    Mahesh
    Participant

    Hi @spike,

    Please post in your site url.

    Regards,
    Mahesh

    in reply to: Excerpt problems appeared… #86566
    Mahesh
    Participant

    Hi @hugodebe,

    Glad to know your issue is resolved and your site’s loading speed up. 🙂
    Let me know if you have any issue.
    Have a nice day.

    Regards,
    Mahesh

    in reply to: Social shares icons are not displayed clearly #86558
    Mahesh
    Participant

    Hi @minhbkx

    Thank you for your appreciation.
    Have a nice day!

    Regards,
    Mahesh

    in reply to: Create a table #86557
    Mahesh
    Participant

    Hi @micha

    Thank you for your appreciation.
    Have a nice day!

    Regards,
    Mahesh

    in reply to: Responsive mobile menu not working #86556
    Mahesh
    Participant

    Hi @yurisa2,

    Seems you have customized the theme and changed the core files which may have caused the problem. It is recommended that you use child theme for customization, you can find more details on creating child theme HERE. I suggest you to install the fresh copy of the theme and check if the problem persists.

    Regards,
    Mahesh

    in reply to: Create a table #86527
    Mahesh
    Participant

    Hi @micha,

    1. The above code should have worked fine, I’ve just changed the css to apply for certain class, the rule and property inside is same that you’ve put. In your site, you are using the old CSS that you’ve mentioned above.

    2. The outer border is because of the inline CSS in the content
    <div style="border: 1pt solid rgb(194, 194, 194);">
    change it to <div> then the outer border will be gone.

    3. For round border for button in sign-up form, add the following CSS:

    #mc-embedded-subscribe {
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

    Regards,
    Mahesh

    in reply to: My site:www.robenequine.co.uk #86525
    Mahesh
    Participant

    Hi allan,

    Thank you for using Simple Catch Pro.
    1. I don’t see the space between the bottom of the featured image slider and page content. The slider in your site and demo seems almost similar.
    2. The text in block quotes are all in Uppercase because you have put the text in h5 tag. And by default, the theme’s css will change text to uppercase for h3, h4, h5 and h6 tags. Remove the h5 tag and the text will appear as it is (without CAPS).

    Regards,
    Mahesh

    in reply to: Social shares icons are not displayed clearly #86524
    Mahesh
    Participant

    Hi minhbkx,

    Seems the plugin’s CSS load later than the Custom CSS that is why it is using the same height. Use the following instead.

    .stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices {
        height: auto !important;
    }

    Hope it helps.

    Regards,
    Mahesh

    in reply to: Social shares icons are not displayed clearly #86519
    Mahesh
    Participant

    Hi @minhbkx,

    I checked your site, and the problem is because of the following CSS. This CSS is from shareThis plugin’s button.css

    .stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices {
        height: 16px;
    }

    Change it to

    .stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices {
        height: auto;
    }

    Regards,
    Mahesh

    in reply to: Excerpt problems appeared… #86518
    Mahesh
    Participant

    Hi @hugodebe,

    Have you made any changes to the theme’s core files? If not please try deactivating you plugins one by one and check whether the issue is fixed or not.
    Let me know if any problems.

    Regards,
    Mahesh

    in reply to: Mobile View and Images in table #86517
    Mahesh
    Participant

    Hi @husker,

    I checked your link in desktop and iPhone, and the images is appearing in the middle of the cell in both. Seems it is working fine.

    Regards,
    Mahesh

    in reply to: Social shares icons are not displayed clearly #86513
    Mahesh
    Participant

    Hi @minhbkx,

    Seems you are using plugins for displaying social button, please contact the plugin’s support. This is not the theme issue. The issue is due to plugin’s CSS.

    Regards,
    Mahesh

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