Forum Replies Created

Viewing 20 posts - 4,721 through 4,740 (of 14,494 total)
  • Author
    Posts
  • in reply to: Restrict mobile menu to display top-level pages only #52825
    Sakin
    Keymaster

    @Kristin: Sorry there is no option to do that. You need to build child theme and custmize menu js.

    in reply to: How to change slider images #52824
    Sakin
    Keymaster

    @Leanvdm: For Catch Base Free theme slider, check out theme instructions at http://catchthemes.com/theme-instructions/catch-base/#featured-slider

    You can see that in free version, you have option to replace that demo slider with Page Slider. For that you need to go to “Appearance => Customize => Featured Slider Options => Select Slider Type” and select “Featured Page Slider”. Then you you can select pages in Featured Page #1, Featured Page #2, Featured Page #3 and Featured Page #1. If you want more then 4, then you need to change the number in “No of Slides”. After you change the number you need to refresh your customizer then it will show you more page selector. So, it will take the selected page featured image. So, if you add 4 pages, then it will show 4 sliding image and so on.

    in reply to: Small Sqaure Appears Between Under Header #52823
    Sakin
    Keymaster

    @Lorkster: What about the option that I gave you to disable Featured Header Image from “Appearance => Theme Options => Header Featured Image Options => Enable Featured Header Image”

    in reply to: Remove title from page #52822
    Sakin
    Keymaster

    @leotrim77: Thanks and you like this theme then please support it by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/simple-catch/ Thanks 🙂

    in reply to: Space between Slideshow/Footers #52821
    Sakin
    Keymaster

    @albertoc: That’s nice.

    in reply to: remove grey border featured slider #52820
    Sakin
    Keymaster

    @fan: Ok then add the following css in “Appearance => Theme Options => Custom CSS” box:
    #slider-wrap .featured-text { display: none; }

    in reply to: Wrong translation in theme admin area #52819
    Sakin
    Keymaster

    @Felix: Thanks 🙂

    in reply to: permanently highlight social icons using widget #52814
    Sakin
    Keymaster

    @shaun.smudger.smith: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
    .social-profile ul li.facebook a { background-position: 0 -44px; }
    .social-profile ul li.twitter a { background-position: -44px -44px; }
    .social-profile ul li.google-plus a { background-position: -528px -44px; }
    .social-profile ul li.you-tube a { background-position: -132px -44px; }
    .social-profile ul li.instagram a { background-position: -704px -44px; }

    in reply to: Double Header Image? #52789
    Sakin
    Keymaster

    @crankit: thanks for your appreciation 🙂

    in reply to: Remove title from page #52788
    Sakin
    Keymaster

    @leotrim77: Thanks and if you just want to remove homepage title then you can replace that css with the following css:
    .home #content .entry-title { display: none; }

    in reply to: Site wont update #52766
    Sakin
    Keymaster

    that’s fine 🙂

    in reply to: Translation #52764
    Sakin
    Keymaster

    @Anders: Let me check in details with you. I will email you personally.

    in reply to: Wrong translation in theme admin area #52760
    Sakin
    Keymaster

    @Felix: translation is submitted by users. So, we cannot grantee 100% correct. If you want to fix it then we will me more that happy to fix that. you can download free software from poedit.net and then edit de_DE.po file which you will find in language folder.

    I will also email you for more details.

    in reply to: Comment box is not at the right position #52758
    Sakin
    Keymaster

    @IceCreamHunter: Your comment is option only for login use so how do I check in? Sorry no option for flash to zoom in and out .

    in reply to: remove grey border featured slider #52757
    Sakin
    Keymaster

    @fan: Can you please post in your site URL so that I can understand it and send you the custom css.

    in reply to: Double Header Image? #52756
    Sakin
    Keymaster

    @crankit: It’s because of opacity. You can simply add the following css in “Appearance => Theme Options => Custom CSS” box:
    #hgroup-wrap a:hover img { opacity: 1; }

    in reply to: Header side margins and padding #52755
    Sakin
    Keymaster

    @notjustblack: Thanks for your appreciation and review 🙂

    in reply to: Background Widget Color and Disappearing Menu #52753
    Sakin
    Keymaster

    @luvharris: To change the footer sidebar area to white from blue, you can add the following css in “Appearance => Theme Options => Custom CSS” box:
    #footer-sidebar { background-color: #fff; }

    Then later, you might want to change the border color as well. For that, change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
    #colophon { border-color: #1b5f7d; }

    in reply to: Remove title from page #52751
    Sakin
    Keymaster

    @leotrim77: Try adding in the following css in “Appearance => Theme Options => Custom CSS” box:
    #content .type-page .entry-title { display: none; }

    in reply to: Change on hover #52749
    Sakin
    Keymaster

    @harriet: Add the following css in “Appearance => Theme Options => Custom CSS” bnox:
    .home #content .entry-title a:hover,
    .home #content .entry-title a:focus,
    .home #content .entry-title a:active {
    color: #eee;
    }

Viewing 20 posts - 4,721 through 4,740 (of 14,494 total)