Forum Replies Created

Viewing 20 posts - 10,081 through 10,100 (of 14,509 total)
  • Author
    Posts
  • in reply to: How to customize links #16145
    Sakin
    Keymaster

    @owen: Great thanks.

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

    @basak: It’s not possible to add text with CSS. You need to build child theme and then edit the code which is technical and will require you to hire a customizer. But for simple solution, you can just upgrade to Catch Everest Pro version, where you can just add widgets in Header Right Sidebar http://catchthemes.com/themes/catch-everest-pro

    in reply to: Few Questions #16143
    Sakin
    Keymaster

    @Fergie:

    You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to add 1px solid line around the content

    #main #content {
        border: 1px solid #ccc;
        width: 640px;
    }

    You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to center the page and post title
    .single .entry-title, .page .entry-title { text-align: center; }

    You cannot add 2 social icons with different links. But there is simple solution. You can add one profile from our Theme Options panel whereas for another one you can just install the social icons plugins. There will be lot of social icons plugins at http://wordpress.org/plugins/

    in reply to: Customisation Tweaks #16141
    Sakin
    Keymaster

    @EveryHome: Sorry I don’t get it which border you are talking about. Can you be more specific.

    You can adjust the color code as per you need for Comment Box and add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    /* For Comment box Background Color  */ 
    .commentlist > li.comment {
        background-color: #fff;
    }
    /* For Author Comment box Background Color  */
    .commentlist .children > li.bypostauthor {
        background-color: none repeat scroll 0 0 #ccc;
    }

    For title color and border color, you can adjust the color code as per you need and add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    /* For Border color */
    .page-header { border-color: #ccc; }
    /* For Page Title color */
    .page-title { color: #666; }
    in reply to: Images in Featured Content Areas #16140
    Sakin
    Keymaster

    @xyzods: If you have added all images with same size then it should show is same sizes. Can you send me our site url so that I can take a look at the issue.

    in reply to: 978 Grid System #16139
    Sakin
    Keymaster

    @donal.leader: For recommended image size, please refer to Theme Instructions page at http://catchthemes.com/theme-instructions/simple-catch/

    in reply to: new idea, please help #16132
    Sakin
    Keymaster

    @ashrafashraf: Yes you will get support for theme related issues but not plugin related. For most of the plugin, you have to get support from the plugin author itself.

    in reply to: new idea, please help #16122
    Sakin
    Keymaster

    @ashrafashraf: Yes you can try Catch Everest Free theme http://catchthemes.com/themes/catch-everest/ and if you like it then you can purchase Pro version.

    in reply to: Basic SEO problem #16117
    Sakin
    Keymaster

    @Aya: For SEO, I recommend you to use “WordPress SEO By Yoast” plugin.

    in reply to: new idea, please help #16116
    Sakin
    Keymaster

    @ashrafashraf: Catch Everest Pro is differently designed then Catch Box Pro, it’s width, layout, and some features are different. Every thing will be different in it’s design and concept.

    We haven’t worked with Builder plugin. So, I am not so sure if that is compatible with our themes or not. Why don’t you ask in Builder plugin contact form or support forum about that.

    Sakin
    Keymaster

    @real_makkoy: Sorry I don’t know how you have added Featured Post in your Site. So, send me your site URL and also let me know how much left and then which text to center it.

    in reply to: How to customize links #16109
    Sakin
    Keymaster

    @owen: Sorry I don’t get it what you mean by customize the links. Can you explain it.

    in reply to: Update catch everest free #16108
    Sakin
    Keymaster

    @kat22: All the update are safe if you haven’t customize any core theme files such as index.php, functions.php, style.css and so on. So, we always recommend to make the customization only through Theme Options panel or by building child theme.

    in reply to: Make this post sticky feature doesn't work #16107
    Sakin
    Keymaster

    @udisa: If you haven’t customize any theme core files such as index.php, functions.php, style.css and so on then updating is not a problem. All your customization done through Theme Options panel and child theme will remain intact.

    I am bit confused about your question. Are you trying to show only features post in the homepage. Then you can create the category for example Featured and then assign all the posts that you want to show in homepage to Featured Category. Then go to “Appearance => Theme Options => Homepage/Frontpage Category Settings” and select the category Featured and save it. This will make your homepage to show posts from Features Category only.

    in reply to: new idea, please help #16106
    Sakin
    Keymaster

    @ashrafashraf: This is high level of customization ad feature addition. You need to add payment plugins, membership and many more. You won’t find any theme with all these features as these features lies in plugin territory.

    The best option for you will be to hire a customizer and ask him to work for you.

    Sakin
    Keymaster

    @real_makkoy: I am giving you the answer based on Catch Everest Pro theme.

    To remove the background that the featured slider text is on, you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #main-slider .entry-title span,
    #main-slider .entry-content {
        background: none transparent;
    }
    in reply to: Add logo to footer + delete line #16104
    Sakin
    Keymaster

    @kat22: To remove the line at the bottom of each page, you can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .site-content article { border-bottom: none; }

    You can just add advertisement logo in “Footer Widgets”.

    in reply to: Don't show my changes in site #16103
    Sakin
    Keymaster

    @Floartgraphy: thanks for your appreciation. If there is delay in the changes then you need to check if you have any Cache plugin installed. Looks like your server don’t cache content for login users but where as it cache for normal visitors that is why it might be taking time. So, first check your cache plugin and if not then check your server cache.

    in reply to: on line marketing #16102
    Sakin
    Keymaster

    @ashrafashraf: Your requirement goes beyond the Theme Territory. Building the type of website that you are talking cannot be build easily with any of the themes. You need to add required plugins and do the necessary settings. So, search for plugin at http://wordpress.org/plugins/ and I have already told you need to hire customizer to work for you.

    in reply to: Custom menu items on mobile devices #16077
    Sakin
    Keymaster

    @David M: Thanks for your appreciation.

Viewing 20 posts - 10,081 through 10,100 (of 14,509 total)