Forum Replies Created

Viewing 20 posts - 12,801 through 12,820 (of 14,504 total)
  • Author
    Posts
  • in reply to: Sharing on facebook #7378
    Sakin
    Keymaster

    @EliMarie: For this type of function you need to add plugin. Try searching here http://wordpress.org/extend/plugins/.

    See Jetpack, Add this, facebook and other plugins.

    in reply to: 2 questions! #7377
    Sakin
    Keymaster

    @Mickesan: Good Evening!
    1st to hide the post format display link, image and so on. Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    `.entry-header .entry-format { display: none; }`

    2nd question about gallery, I don’t understand it.

    in reply to: Header Image Resizing #7374
    Sakin
    Keymaster

    @jocatman: Just add the following CSS in “Appearnce => Theme Options => Custom CSS” box.
    `#site-logo a img { width: auto; }`

    See the Catch Everest Pro theme instruction for details about pro version http://catchthemes.com/theme-instructions/catch-everest-pro/

    in reply to: How to remove some things #7373
    Sakin
    Keymaster

    @impresnet:
    1. – As I can remove the title and the description of the page located above it.
    — Just go to “Appearance => Header”, then in “Header Text” just uncheck “Show header text with your image.”
    2 – How to remove the search field located upstairs.
    — Just go to “Appearance => Theme Options => Header Right Section” and then Check to disable and save it.
    3. – How to remove the space located above and below the web.
    — Add the following CSS in “Custom CSS” box in Theme Options panel.
    .site { margin: 0 auto; }

    in reply to: White Spacing #7371
    Sakin
    Keymaster

    @Samson81: The text is in paragraph tag so if you reduce the margin of that, then it will reduce it for below paragraph text as well. So, I did a little trick my doing minus margin for slider.

    So, just add the following CSS in “Custom CSS” box in theme options panel.
    `.entry-container .soliloquy-container { margin-top: -30px; }`

    in reply to: Upgrading Catch Box to Pro version question #7369
    Sakin
    Keymaster

    @iceman027: the things that you have added in “Custom CSS” will be still working. Don’t worry about that. But if you have customize any core theme files then it will be reverted back. So, be careful.

    If you want our assistance in updating then let us know after you purchase it. We can install it for you. But for that you need to send me details about the changes that you have done.

    in reply to: Blog page #7367
    Sakin
    Keymaster

    @TabithaHofmeijer: Hello Tabitha,

    1) How can I remove the “Category Archives: Spinsels” part from my blog page?
    — Just add the following CSS in “Custom CSS” box in Theme Options panel to hide it.
    `.category .page-title { display: none; }`

    2) How can I edit the post’s “introduction” shown on this page so that it will contain the first paragraph (and preferably the post’s image too) instead of merely the first one-and-a-half sentence ?
    — For this go to “Appearance => Theme Options => Layout Options”. Then in “Content Layout” select “Full Content Display”. This will make the category to show the full post exactly like http://www.pennenspinsel.nl/prenzlauer-berg/. But yes you want to break the content, to break the content see this http://en.support.wordpress.com/splitting-content/more-tag/

    in reply to: change the picture of Mount Everest #7366
    Sakin
    Keymaster

    @sanmacal: If you are using Catch Everest pro then you can change it through “Appearance => Theme Options => Feature Slider”. Where you can select the slider you want from the option of Featured Post Slider, Featured Page Slider, Featured Category Slider, and Featured Image Slider.

    If you just was a simple and easy solution then you can use Featured Image Slider and just upload the image, title, content and link as per your need.

    See the theme instruction for more details. http://catchthemes.com/theme-instructions/catch-everest-pro/

    in reply to: How to change responsive menu colors #7365
    Sakin
    Keymaster

    @fritzhesse: See the following CSS that you can add in Custom CSS box in Theme Options panel. For responsive CSS changes, I recommend you to hire css developer. But you can try the below:
    `

    @media
    screen and (max-width: 767px) {
    /* Menu Wrapper Background */
    #header-menu { background-color: #000000; }
    /* Menu Background */
    .sb-options { background-color: #3A3D41; }
    /* Menu Hover Bavkground */
    .sb-options a:hover, .sb-options a:focus, .sb-options a.sb-focus { background-color: #2d2d2d; }
    }
    `

    in reply to: Different Menu Hover & Active Background Colors #7363
    Sakin
    Keymaster

    @fritzhesse: You can just reset our Color options in Theme Options and add the following CSS in Custom CSS box in Theme Options panel.
    `
    /* For Hover Menu */
    #header-menu ul.menu li:hover > a, #header-menu ul.menu a:focus { background-color: #4385cd; }
    /* For Active Menu */
    #header-menu .menu .current-menu-item > a, #header-menu .menu .current-menu-ancestor > a, #header-menu .menu .current_page_item > a, #header-menu .menu .current_page_ancestor > a { background-color: #4385cd; }
    `

    in reply to: Different Menu Hover & Active Background Colors #7361
    Sakin
    Keymaster

    @fritzhesse: Yes you can do that. Send me your site URL and I will send you the custom CSS.

    in reply to: Widgets on Every Page of My Site #7359
    Sakin
    Keymaster

    @cheri.schneider: Yes, if you upgrade to Catch Everest Pro then you will have additional 8 sidebars, which totals to 12 Sidebars registered that is 1. Main, 2. Header Right, 3. Optional Homepage, 4. Optional Archive, 5. Optional Page, 6. Optional Post, 7. Optional Sidebar One, 8. Optional Sidebar Two, 9. Optional Sidebar Three, 10. Footer Area One, 11. Footer Area Two, and 12. Footer Area Three.

    See this http://catchthemes.com/theme-instructions/catch-everest-pro/ for more information about Catch Everest Pro theme

    in reply to: Featured Images #7358
    Sakin
    Keymaster

    @brian_verburg: I don’t understand what is your problem and also I cannot view your site so don’t know how to see the error.

    in reply to: Featured Slider – Image leading to error page #7357
    Sakin
    Keymaster

    @nenepretty85: Have you customize the theme. How come you added the Featured Image with same link in all 4 slides. That is supposed to be featured post slider and link to respective posts.

    Sakin
    Keymaster

    @AFPhoto: Just check in with iPhone and there is navigation menu.

    in reply to: Google Verification & Other help #7340
    Sakin
    Keymaster

    @bvb146: You will also find lot of tutorial about that plugin in Google. Try searching it and you will me more than happy with your SEO.

    in reply to: png files show border #7319
    Sakin
    Keymaster

    @dre2010: I see that menu is working fine. Sorry I am not getting in.

    in reply to: make smaller the font size #7318
    Sakin
    Keymaster

    @juanhermoso64: Yes it’s the same. You need to adjust all the way for responsive as well. This is for font size, width, margins and padding.

    in reply to: How to change size & color of comment box? #7317
    Sakin
    Keymaster

    @Bazil Guerrero: Yes I have you code for background color but you need to add that in “Custom CSS” box in Theme Options panel not in style.css.

    Can you send me your site URL and I will see it.

    in reply to: Google Verification & Other help #7303
    Sakin
    Keymaster

    @bvb146: I told you that about SEO, use plugin http://wordpress.org/extend/plugins/wordpress-seo/ and do the necessary setup. This will help you to solve the issue. It’s the number one SEO plugin.

    I just check in your site and I see that you have hide the Search in header through “Custom CSS” box.

Viewing 20 posts - 12,801 through 12,820 (of 14,504 total)