Forum Replies Created

Viewing 20 posts - 8,181 through 8,200 (of 14,497 total)
  • Author
    Posts
  • in reply to: too much space menu-content #24285
    Sakin
    Keymaster

    @Mark: I see that you have made the title hidden. That is why there is different gap. Try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .page .entry-content { padding-top: 0; }

    in reply to: Widget for 1 page #24284
    Sakin
    Keymaster

    @Joaozinho: Oh so you need one different widget is your 32 different pages. Then you install “Jetpack” plugin and activate “Widget Visibility” module is Jetpack plugin. Then you can just use “Main Sidebar” only and remove widgets from all other sidebars. As this “Widget Visibility” module will give you option to make individual widgets visible is difference page. See this http://jetpack.me/support/widget-visibility/

    in reply to: background #24282
    Sakin
    Keymaster

    @Raminder: You can add the Background image from “Appearance => Background”

    Sakin
    Keymaster

    @youngwings: You can ad the following css in “Appearance => Theme Options => Custom CSS” box to hide the slider arrow.
    #slider-nav { display: none; }

    Sakin
    Keymaster

    @Emma Lindhagen:
    1. I use the layout with content on the left and the menu on the right. Is there a way to make the content side a bit wider and the menu side a bit narrower?
    — This is big challenging as of responsive design. I have come up with the CSS as per our sidebar. Can you try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (min-width: 961px) {
    #primary {
        margin: 0 -31.5% 0 0;
    }
    #content {
        margin-right: 34.6%;
        width: 62.4%;
    }
    #secondary {
        width: 28.5%;
    }
    }

    2. I’ve noticed when you insert images and add a caption, there is a – before the caption each time. Is there a way to remove this or otherwise edit how the caption box will look?
    — You can ad the following css in “Appearance => Theme Options => Custom CSS” box.

    .wp-caption .wp-caption-text:before {
        content: none;
    }
    .wp-caption .wp-caption-text {
    	padding-left: 4px;
    }
    in reply to: Warning error on homepage slider #24223
    Sakin
    Keymaster

    @MediaMixChris: This error is from Plugin Toggler Hide Title. Just deactivate that plugin and it will be fine. For plugin error, you need to ask in Plugin author support forum.

    in reply to: Widgets to share the same area in sidebar #24222
    Sakin
    Keymaster

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

    #secondary { background-color: #fff; }
    #secondary .widget { border: none; }
    in reply to: Read More links leading to 404, then to a Page #24180
    Sakin
    Keymaster

    @Annie: The permalink structure of WordPress is stored in `.htaccess’ file. This falls under file permission in your server. 644 is normally required and recommended file permission for .htaccess file. So, if you can contact your hosting server support and change the permission to .htaccess file then the changes in “Settings => Permalinks” will work. Otherwise, you have to manually add structure in .htaccess file.

    Permalink is not controlled by theme. It is controlled by Server and WordPress settings. See more details about Permalink and .htaccess file here http://codex.wordpress.org/Using_Permalinks

    in reply to: Displaying Titles Only in Search #24178
    Sakin
    Keymaster

    @NateSirrah: Yes you need to clear the cache if you have installed any. Thanks for posting it back as fixed.

    in reply to: Different Header for Different Pages #24177
    Sakin
    Keymaster

    @Jonathan: Sorry this option is not there, you need to build child theme and do the custom coding.

    in reply to: Position Of Social Icons In Footer Area #24176
    Sakin
    Keymaster

    @cpoli: Try adding in the following css in “Appearance => Theme Options => Custom CSS” box to center the social icon in the footer.

    #site-generator .social-profile {
        display: block;
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }
    .social-profile ul li {
        display: inline-block;
        float: none;
    }

    Which custom text you are talking about? You are not supposed to add Text in “Code to display on Footer” box. This box is created to add any scripts like analytics, tracking code and all.

    in reply to: Homepage default slider #24160
    Sakin
    Keymaster

    @shmuelhonig:
    1. For space above and below title, you can add the following css in “Appearance => Theme Options => Custom CSS” box. If you want o further reduce, then you can reduce padding more.
    #header-content { padding: 15px 0; }

    2. Same here, add the following css in “Appearance => Theme Options => Custom CSS” box.
    #main { padding-top: 15px; }

    2. Same here, add the following css in “Appearance => Theme Options => Custom CSS” box.

    #content .entry-title { padding-bottom: 0; }
    #content .hentry { padding-top: 15px; }

    2. Same here, add the following css in “Appearance => Theme Options => Custom CSS” box.

    #secondary .widget { padding-top: 15px; }
    #secondary .widget-title { padding-bottom: 0; }
    in reply to: Catch Everest Slider Linking #24130
    Sakin
    Keymaster

    @drshento: You are using Catch Everest Free version, where you have only one option to use in Slider. That is only Featured Post Slider, which is created to highlight your post in the slider. So, it will be liked to the post. The only option to remove that link will be to build child theme and remove the permalink.
    But if you upgrade to Catch Everest Pro version, you will get “Featured Image Slider”, where you can upload the image and leave the link empty or to the desire URL. See this screenshot of Pro version http://www.pinterest.com/pin/548594798329509357/ and also check out the theme instruction page at http://catchthemes.com/theme-instructions/catch-everest-pro/

    I don’t understand your second question and also your link is not opening.

    in reply to: Titles now displaying on Homepage Featured Content #24127
    Sakin
    Keymaster

    @youngwings: I yes you should be getting update anytime soon. Just update it and it will be fixed. There seems to be issue with the link in Homepage Featured Image.

    in reply to: hcard and hentry errors #24123
    Sakin
    Keymaster

    @Michael: Fixing in the single post and page is fine. We can do that. But for homepage is a problem. Yes, we will adding new feature in new version update. But for this it will take time.

    in reply to: Footer Image #24119
    Sakin
    Keymaster

    @Jonathan: Best will be to add the image in Footer Area from “Appearance => Widgets”. But if you want to remove the copyright information and add the image is that place then. Then you need to add image HTML code. See this HTML image tag: http://www.w3schools.com/html/html_images.asp

    in reply to: Comment mettre un header ? #24117
    Sakin
    Keymaster

    @philippe: Sorry I don’t get it what you mean. Can you send me your site URL and the screenshot showing what you want to do it. Then I can send you the custom css.

    in reply to: hcard and hentry errors #24115
    Sakin
    Keymaster

    @Michael: Sorry Catch Everest Theme doesn’t check for Google Structured Data. Currently our Catch Box Pro theme is only have Valid Google Structure Data. As the design of Catch Everest Pro is different and validating is bit not possible at this stage. Sorry, you might need to hire customizer to work on this for you.

    in reply to: Different Header for Different Pages #24114
    Sakin
    Keymaster

    @Jonathan: You don’t need to use plugin for this. Just deactivate that plugin. You are supposed to select option Entire Site, Page/Post Featured Image not the Entire Site.

    Entire site will display the main header image is all pages. But if you select Entire Site, Page/Post Featured Image”, then it will display the main header image in homepage and then your post and page will replace the header image with the post and page Featured Image.

    in reply to: Language: Italian #24110
    Sakin
    Keymaster

    @gio: Sorry Catch Evolution theme is not translated in Italian Language. This theme is currently translated in Spanish, French, Swedish, German and Danish.

    Thanks for showing interest to help us in Translation. You can use software from http://poedit.net/ and then use catch-evolution.pot file in Catch Evolution theme ‘languages’ folder to generate it_IT.po and it_IT.mo file.

    I will be sending you email if case if you need any assistance.

Viewing 20 posts - 8,181 through 8,200 (of 14,497 total)