Forum Replies Created

Viewing 20 posts - 8,861 through 8,880 (of 14,497 total)
  • Author
    Posts
  • in reply to: Homepage headlines #19941
    Sakin
    Keymaster

    @Karin: Yes, you can add the link in “Link URL” field and unchecked “Target. Open Link in New Window” in “Appearance => Theme Options => Homepage Settings => Homepage Featured Content Options”

    in reply to: Content Area Background/Text Color #19939
    Sakin
    Keymaster

    For Featured Title font color, you can change the color code and add it in “Appearance => Theme Options -> Custom CSS” box.

    .entry-header .entry-title a {
        color: #222222;
    }

    Fore slider background and button.

    .featured-slider .slides {
        background-color: #000;
    }
    #main-slider .entry-title a,
    #main-slider .entry-content  {
        background: transparent;
        color: #fff;
    }

    For footer:

    #footer-sidebar {
        background-color: #000;
    }
    in reply to: Header questions #19938
    Sakin
    Keymaster

    @corinnecollins.com: You don’t need to build child theme and edit anything to reduce the size of the logo in Catch Box Free Theme. You just go to “Appearance => Header” and upload the larger image, after you upload the image you will get “Crop Header Image” option. There you can use your mouse/trackpad to increase the crop area and then click on “Crop and Publish” in this way you can upload header logo up to 1000px.

    in reply to: Homepage headlines #19935
    Sakin
    Keymaster

    @Karin: That is Homepage Featured Content. Did you check in Theme Instruction page at http://catchthemes.com/theme-instructions/catch-everest-pro/ where you can see the detail instruction of how to change the Homepage Featured Content.

    Just go to “Appearance => Theme Options => Homepage Settings => Homepage Featured Content Options”. Then you can add in the Title, Content, Link and Image URL as per your need.

    in reply to: Am I loosing the theme settings if I deactivate it? #19934
    Sakin
    Keymaster

    @rbrt_bene: Yes, sure you can deactivate and reactive anytime. Your theme settings will be saved in your database.

    in reply to: Page developement visual mode #19933
    Sakin
    Keymaster

    @kdign02: Visual mode will not take the layout settings as the layout setting is design changes that take place only after you save the pages.

    in reply to: Padding around logo and search bar removal #19932
    Sakin
    Keymaster

    @vixtor: Can you post in your site URL?

    in reply to: header right sidebar widget #19909
    Sakin
    Keymaster

    @suchi: It’s up to you to disable it. You can disable Header Featured Image from “Appearance => Theme Options => Header Featured Image Options => Enable Featured Header Image”.

    in reply to: Menu on Iphone #19908
    Sakin
    Keymaster

    @zorter: That is responsive menu so that it takes less space. When I check in your site in my mobile devices. I found one small issue. The menu text is white and difficult to read. So, can you add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .tinynav { color: #000; }

    in reply to: Everest Pro Theme has no mobile menu #19907
    Sakin
    Keymaster

    @Peyton: Can you post our site URL so that I can check in?

    in reply to: Help with sidebar #19906
    Sakin
    Keymaster

    @Ayisids: First thanks for using Simple Catch Free theme. I see that you have remove “Theme: Simple Catch” from your footer. This is not allowed in free version and this is only recognition that we receive for providing free theme and free support. So, please add it back.

    For now sidebar: Just go to “Appearance => Theme Options => Default Layout” and choose “No Sidebar, Full Width”. This will remove your sidebar from overall site. Then you can edit your pages where you want sidebar. Then when you edit page, you will see “Select Sidebar Layout” box from there you can choose “Right sidebar”.

    To change the position of author, date and comments in your post. You need to build Child Theme and then create functions.php file and then copy simplecatch_loop() from simplecatch_functions.php file to your child theme functions.php file and edit there.

    in reply to: Sliders in Sidebars #19905
    Sakin
    Keymaster

    @zorter: That’s nice and thanks for sharing.

    in reply to: How to add a menu to a page? #19891
    Sakin
    Keymaster

    @poppy: Wow you made 7 different menu for 7 different pages. There is other option then to use Widgets and add menu widget in sidebar from “Appearance => Widgets”. Then you can add plugin “Jetpack” and activate “Widget Visibility” module which will give you option in widget to show in particular page only. So, you can add 7 different menu in 7 different pages.

    But make sure you have disable “Mobile Theme” module as it conflict with responsive design.

    in reply to: Far Right sub-menu doesn't display #19890
    Sakin
    Keymaster

    @Chelsea: You can try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .site { overflow: visible; }

    in reply to: header and widget area #19889
    Sakin
    Keymaster

    @Chelsea: You can add the following CSS to remove the padding in the header image.
    #hgroup-wrap, #site-logo { padding: 0 }

    Once you have the large header image, the social icon, search in Header Right Sidebar will go down. Either you need to disable Header Right Sidebar or do the complete customization to make it above the header image. For this you need to hire customizer to write css code as per responsive design.

    in reply to: Sliders in Sidebars #19888
    Sakin
    Keymaster

    @zorter: That code is shortcode. Not the widget code or register widget. Can you ask in that Plugin Support forum to give the code or widget to add it in sidebar.

    in reply to: Broken Comments #19887
    Sakin
    Keymaster

    @sheandhem: Looks like somewhere you have blocked the comments system. So, first go to “Settings => Discussions”, check “Default article settings” and make sure you have checked-in “Allow people to post comments on new articles” and “Allow link notifications from other blogs (pingbacks and trackbacks)”

    I hope you haven’t customize any core theme files like such as single.php, index.php, functions.php, style.css and so on.

    in reply to: header right sidebar widget #19886
    Sakin
    Keymaster

    @suchi: I see that you have added the following CSS in your Custom CSS box. So, just remove the following CSS and it will show up.
    #hgroup-wrap { display: none; }

    in reply to: Title Above Featured Image Each Post #19885
    Sakin
    Keymaster

    @rachellam: It’s bit technical to change that for excerpt settings. For this, you need to create child theme and then copy content.php in your child theme and edit it.

    But there is one trick, if you use the full content mode. Do you know about splitting with more tags. See this http://en.support.wordpress.com/splitting-content/more-tag/

    in reply to: white space between slider & footer #19884
    Sakin
    Keymaster

    @Mark Argentino: I see that you are using Catch Box Pro theme. So, fist you need to login in and then go to support forum and access Catch Box forum. Here is direct links http://catchthemes.com/support-forum/forum/catch-box-public/ which will show you latest queries and then end you will see the form to post your question.

    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.rss a {
    	background-position: -88px -44px;
    }
    .social-profile ul li.linkedin a {
    	background-position: -176px -44px;
    }
    .social-profile ul li.google-plus a {
    	background-position: -528px -44px;
    }
Viewing 20 posts - 8,861 through 8,880 (of 14,497 total)