Forum Replies Created

Viewing 20 posts - 10,181 through 10,200 (of 14,494 total)
  • Author
    Posts
  • in reply to: Logo – Margins and Padding #15756
    Sakin
    Keymaster

    @843digital: Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #header-content { margin-bottom: 1px; }

    in reply to: Header image inline with social and search #15755
    Sakin
    Keymaster

    @Sarahd: I see that you have edit the theme style.css. Please don’t edit it. Just restore that and it will be fine.

    in reply to: Remove Author, Date and Category from Posts #15754
    Sakin
    Keymaster

    @zoki: Nice you found the answer. Just to let you know when you add any CSS, either you need to add it through “Appearance => Theme Options => Custom CSS” box or through child theme.

    in reply to: Customising Colour of Social Media Icons #15753
    Sakin
    Keymaster

    @Sarah: About the search. This is not our search. This is default WordPress search system. We haven’t customize anything. So, you can try changing to other theme and check in. It will give you same result Then only difference will just be the design.

    I just search juice in your site and it shows the result. See this link http://thejuiceplanet.com/?s=juice&submit=Search

    About the social media, it’s the image and you cannot change the color through CSS. You need to change the image itself. Also there are log of Social plugins we will find in http://wordpress.org/plugins/. There might be the social icons you want to make it.

    in reply to: Allowing Rollover Images to be Inserted on Pages #15752
    Sakin
    Keymaster

    @@nnicholson1: When I added the image as per the instruction mentioned in Simple Catch theme, it works nice. But in your page, you need to add this code in text mode.

    in reply to: Text on Homepage #15751
    Sakin
    Keymaster

    @shamwow: It will be different as we haven’t coded extra css for visual mode, that is why it is showing different. Responsive Design means it will adjust the width, margin, padding and font sizes as per the devices so that it displays nicely.

    in reply to: Bolding Headers #15748
    Sakin
    Keymaster

    @azizwaing: You can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .home #main { display: none; }

    in reply to: Header Right Side Bar Float Left on Mobile? #15747
    Sakin
    Keymaster

    @jmott310: Nice. thanks 🙂

    in reply to: Archives #15745
    Sakin
    Keymaster

    @shamwow: Sorry you cannot do that. But you have option to add that archive link in your menu to show from that particular month.

    in reply to: Page Title Showing #15744
    Sakin
    Keymaster

    @mark709: I just check in your site and found that you are not using our theme. Sorry, we only support theme by our Theme Shop.

    in reply to: Content layout on homepage #15743
    Sakin
    Keymaster

    @jessgranata: It supports landscape image.

    in reply to: Featured Content #15742
    Sakin
    Keymaster

    @shamwow: You cannot replace the image. But you can add youtube video embed code in the Content Section.

    in reply to: Menu Bar Links with iPad #15740
    Sakin
    Keymaster

    @jpbertram: For that you need to have onClick="return true". So for all those empty menus item, you need <span onClick="return true"> before and </span> after you menu item labels. So, your empty menu labels will be as below:
    <span onClick="return true">Parent Drop</span>

    in reply to: Buddypress error with theme #15739
    Sakin
    Keymaster

    @jpbertram: I cannot see the error image. To make it clear our themes doesn’t support BuddyPress plugin. We are thinking of adding it one by one soon. But till now we are not targeting buddypress.

    in reply to: Allowing Rollover Images to be Inserted on Pages #15738
    Sakin
    Keymaster

    @nnicholson1: I don’t get what type of code is that, as the HTML link doesn’t have onmouseover. See this http://www.w3schools.com/html/html_links.asp

    in reply to: Move Slider Down #15737
    Sakin
    Keymaster

    @k.capelli: You can add padding and increase the space. Can you try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #header-content {
        padding-bottom: 30px;
    }
    in reply to: Word breaking #15736
    Sakin
    Keymaster

    @betgriff: Can you try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #content article {
    	-webkit-hyphens: none;
    	-moz-hyphens: none;
    	hyphens: none;	
    }
    in reply to: Homepage Featured Content #15735
    Sakin
    Keymaster

    @Jeffer: You should have posted your site URL. Are you talking about the sliding image. Are you using Free Catch Everest Theme or Premium Catch Everest Pro Theme.

    If you are using Free Catch Everest Theme then the image can be changed or disabled from “Appearance => Featured Post Slider” in your WordPress Dashboard. Free version only have Featured Post Slider and for this you need to first create post with Featured Image and then get the ID of the post and then add that post ID. See the detail instruction at http://catchthemes.com/theme-instructions/catch-everest/

    But if you are using Catch Everest Pro then you can simple use Featured Image Slider where you can upload your own image and add text and link as per you need. See the detail instruction at http://catchthemes.com/theme-instructions/catch-everest-pro/

    in reply to: Featured Slider #15733
    Sakin
    Keymaster

    @a.jagroe: What’s your site URL? It doesn’t take the image inside the post. But it takes the image from the Featured Image in that post. So, you need to assign Featured Image in those posts. See how to add featured image http://en.support.wordpress.com/featured-images/#setting-a-featured-image

    in reply to: Sidebar #15732
    Sakin
    Keymaster

    @Sarah: If you are talking about the the gap between the widgets then it’s margin button and you can adjust as per you need and add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    .widget {
        margin-bottom: 30px;
    }

    But if you are talking about the padding then it will be as below:

    .widget {
        padding: 30px;
    }
Viewing 20 posts - 10,181 through 10,200 (of 14,494 total)