Forum Replies Created

Viewing 20 posts - 12,781 through 12,800 (of 14,487 total)
  • Author
    Posts
  • in reply to: Catch Everest Pro Update #7381
    Sakin
    Keymaster

    @paulxd: Yes you are right. If you have customised the website, but only through the theme options and custom css. Then you can just delete the current old theme and then install new theme like the new installation process. It will be same as before.

    in reply to: Edit link of post slider elements #7380
    Sakin
    Keymaster

    @gaetano_torrisi: Catch Everest Free Theme only have Feature Post Slider, which is created to highlight you post. So, you cannot remove the link.

    But you can upgrade to Catch Everest Pro theme and then user Featured Image Slider, where you can just upload the image and don’t add the link. See this for more details about Catch Everest Pro theme http://catchthemes.com/theme-instructions/catch-everest-pro/

    in reply to: Few Questions Sidebar and Font #7379
    Sakin
    Keymaster

    @Dave.82: To change the color of title. Just change the color code in the CSS below and add it in “Appearance => Theme Options => Custom CSS” box.

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

    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.

Viewing 20 posts - 12,781 through 12,800 (of 14,487 total)