Forum Replies Created

Viewing 20 posts - 4,241 through 4,260 (of 4,908 total)
  • Author
    Posts
  • 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

    in reply to: Featured Conetent – 3 questions #86512
    Mahesh
    Participant

    Hi @knudkp,

    1. Remove “Permalink to:”
    For this you’ll need to create a child theme. You can find more details on creating child theme HERE. And add the following code in your child theme’s functions.php.
    Please find the code in THIS LINK
    This is put as per the standard by WordPress.

    2. Vertical line issue:
    I checked your site, but didn’t find the vertical. Can you clarify it with an image.

    3. Modify text alignment:
    Since only excerpt is displayed in Featured Content, all you html attributes for content will be escaped here and only text are displayed. But if you check the main page, it will work there. You can achieve text align modification with Custom CSS. Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS:

    #featured-content .entry-excerpt {
        text-align: justify;
    }

    Regards,
    Mahesh

    in reply to: Errow last Update #86508
    Mahesh
    Participant

    Hi @martha,

    Since you are not able to access your site, you’ll need to follow one of the following:
    1. Contact your server and restore your site’s last running state
    2. Access the file through FTP and rename the theme folder catch-box to some other name and your site will automatically use other installed theme. Then you can access your site.
    3. With FTP access you can replace the your old catch-box theme folder with the updated version found in link below:
    bit.ly/catchbbox435
    Note: For manually installing using FTP, please follow the instruction in the LINK

    If you have any trouble with above, let me know.

    Regards,
    Mahesh

    in reply to: Errow last Update #86455
    Mahesh
    Participant

    Hi @kigazw, @baneff, @eslgamesbox, @fredda,

    We have pushed the update to WordPress.org repo, hope it will be available soon. You can also manually download the updated copy in the following link:
    bit.ly/catchbbox435
    Sorry for the trouble.

    Regards,
    Mahesh

    in reply to: 2 questions: Update question, How to do it-question #86454
    Mahesh
    Participant

    Hi knudkp,

    Please check the images in the links below. Hope this clarifies you.
    1. Theme Details link – http://bit.ly/21sdV4d
    2. Theme Detail Page – http://bit.ly/1Qn26BR

    Regards,
    Mahesh

    in reply to: Feedburner on the social media widget. #86451
    Mahesh
    Participant

    hi @blogtunes,

    Yes, you can include RSS-feedburner into that location. Go to “Dashboard=> Appearance=> Customize=> Menus=> Social” and click Add Items , form appears sliding to the right. Add your RSS feed url (http://www.blogtunes.de/feeds/) in URL text field and RSS in Link text field. Click save, then RSS feed url will appear in the desired section.

    Regards,
    Mahesh

    in reply to: Errow last Update #86442
    Mahesh
    Participant

    Hi @kigazw and @baneff,

    This is an issue in the theme when nothing is saved in the post slider id in “Dashboard=> Appearance=> Customize=> Featured Slider=> Slider Options”. For now as a temporary solution put 0 in #1 Featured Post ID and save it. We are working to fix the issue. It will be fixed in the next issue.

    Regards,
    Mahesh

    in reply to: Update problem #86437
    Mahesh
    Participant

    Hi gio,

    Thank you for your contribution. We are glad that you want to help more on that. Translation to italian is about 84% completed. We do need your help to make it 100%. 🙂
    For updating Pro version, we recommend you to use Catch Updater Plugin.
    You can find the tutorial video for using Catch Updater Plugin in the link below:
    https://www.youtube.com/watch?v=W95SuabDZi8

    Regards,
    Mahesh

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

    Hi @husker,

    You’ll need to add some style for mobile menu too. Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS:

    #header-left-nav {
        background-color: #cc0c2f;
    }
    #header-left-nav li.menu-item > a {
        color: #fff;
    }
      
    #header-left-nav li.menu-item ul.sub-menu li > a {
        color: #000;
    }
      
    #header-left-nav li.menu-item ul.sub-menu li {
          background-color: #bbbbbb;
    }
      
    #header-left-nav li.menu-item:hover > a, #header-left-nav li.menu-item ul.sub-menu li:hover > a {
          background-color: #fff;
          color: #cc0c2f;
    }

    Regards,
    Mahesh

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