Forum Replies Created

Viewing 20 posts - 9,541 through 9,560 (of 14,497 total)
  • Author
    Posts
  • in reply to: How to show page excerpts on home page #17796
    Sakin
    Keymaster

    @poppy: I mean this is not possible with this theme options. You might need to add in custom page template with custom query. For that you need to hire customizer.

    in reply to: sidebar on home and productpages #17795
    Sakin
    Keymaster

    @FannyV: I don’t see that issue in your site.

    in reply to: Current sub menu color #17794
    Sakin
    Keymaster

    @Natekj: If you check in your site now and go to the page 7 under 2, that is http://www.phoneandtabletreviews.com/category/amazon-kindle-reviews/amazon-kindle-fire-hdx-8-9-review/. You will see the background color of current menu item 7 as white background. This shows the code is working.

    in reply to: Getting the logo in alignment with header text #17793
    Sakin
    Keymaster

    @Graham: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    /* For header bottom Gap */
    #hgroup-wrap { padding-bottom: 20px; }
    /* For header top Gap */
    #site-logo, #header-right { padding-top: 20px; }
    /* For gap between Slider and Headline */
    #homepage-message { margin-top: 20px; }
    in reply to: how to change background opacity? #17791
    Sakin
    Keymaster

    @rbrt_bene: I have just correct the code. Please check in.

    in reply to: How to show page excerpts on home page #17787
    Sakin
    Keymaster

    @poppy: Sorry there is no option to do that for pages. It’s just for post as posts are used for blog.

    in reply to: can't make my sidebar width narrower #17786
    Sakin
    Keymaster

    @insanelydesign: We answer almost all question posted in our Support Forum. I am really sorry if I have missed it. You can post in your initial question url.

    I check in your site but it’s not yet published. I need live site to check in. Can you tell me by how much you want to reduce and all.

    in reply to: how to remove *either* title *or* excerpt on featured slider? #17785
    Sakin
    Keymaster

    @davidyoungs: Thanks for your support. 🙂

    in reply to: Fix No featured thumbnail issue on facebook share #17784
    Sakin
    Keymaster

    @Ralph177: You can install “WordPress SEO by Yoast” plugin, which will add your featured image for facebook. Also they have option for each page and post where you can manually add in the image you desire.

    in reply to: trying to upgrade #17782
    Sakin
    Keymaster

    @prayer0house: Please check in Catch Everest Pro theme instructions http://catchthemes.com/theme-instructions/catch-everest-pro where you can find the way to upgrade from Dashboard or from FTP.

    If you are still confused about it. Then we can help you with the update. Let me know it and then we can personally email you about it.

    in reply to: Website on mobile device issues #17781
    Sakin
    Keymaster

    @Joaozinho: There is issue with your next and previous code. So, you need to make that responsive. To make that responsive you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #nav-single { width: 94%; }

    in reply to: Dropdown Menu feature stopped "dropping" #17779
    Sakin
    Keymaster

    @youngwings: There is no sub-menu item in you site. You need to add submenu and menus from “Appearance => Menus”. After creating the menu you need to assign location from “Appearance => Menus => Manage Locations”. So, please check in your menu settings.

    in reply to: how to remove *either* title *or* excerpt on featured slider? #17777
    Sakin
    Keymaster

    @davidyoungs: Thanks for your appreciation. You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to remove just title in Featured Post Slider.
    #main-slider .entry-header { display: none; }

    in reply to: how to change background opacity? #17763
    Sakin
    Keymaster

    @rbrt_bene: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    .site { background-color: transparent; }
    /* For Header */
    #masthead { background: rgba(0, 0, 0, 0.7); }
    /* For Main */
    #main { background: rgba(0, 0, 0, 0.7); }
    /* For Footer */
    #site-generator { background: rgba(0, 0, 0, 0.7); }
    in reply to: Images won't show #17762
    Sakin
    Keymaster

    @Karen Drost: Post in your site URL and then I will check in. You need to upload the image from “Appearance => Header”, after you upload select the area in image which you want to show in and click on “Crop and Publish” then click on save changes. This will replace it.

    in reply to: Current sub menu color #17761
    Sakin
    Keymaster

    @Natekj: I see that you are changing in core style.css which is not recommended at all. Either you need to change CSS from “Custom CSS” box in Theme Options panel or you need to change it by build child theme. As all the changes that you made on core theme files will be reverted back to original when you update the theme.

    So, first revert back the original style.css

    Then following CSS in supposed to be add in “Appearance => Theme Options => Custom CSS” box, which will change the sub menu current item background color to white.
    #header #mainmenu ul.sub-menu li.current-menu-item a { background-color: #fff; }

    in reply to: Current sub menu color #17744
    Sakin
    Keymaster

    @Natekj: Do you mean to change the Sub Menu current menu item, then you can use the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #header #mainmenu ul.sub-menu li.current-menu-item { background-color: #fff; }

    in reply to: Replace Homepage completely? #17742
    Sakin
    Keymaster

    @Felix: for Full Screen layout, you can change that from “Appearance => Theme Options => Default Layout”.

    About the responsive menu, I think it’s conflicting with your plugin. Please try disabling plugin and check in.

    in reply to: Current sub menu color #17740
    Sakin
    Keymaster

    @Natekj: Sorry I don’t understand what you mean. Can you post in your site URL and explain in reference to your site. So, that I can understand what you have done and what you want to do it next.

    in reply to: Images won't show #17739
    Sakin
    Keymaster

    @Karen Drost: See the Catch Evolution theme instruction at http://catchthemes.com/theme-instructions/catch-evolution/.

    The Buddha image in the header is the Custom Header than you can change it from “Appearance => Header”.

Viewing 20 posts - 9,541 through 9,560 (of 14,497 total)