Forum Replies Created

Viewing 20 posts - 12,781 through 12,800 (of 14,496 total)
  • Author
    Posts
  • in reply to: Help with Images In Catch Everest #7409
    Sakin
    Keymaster

    @michelle2317: You site is not opening http://sweethomenaturals.com/blog/ . I think you are missing some steps. See I am trying to make it simple.

    All our Free themes only have Featured Post Slider. But if you upgrade to Pro or Premium themes then you will have Featured Image slider and so on. Featured Post Slider is created to highlight your posts in the slider. To add the feature post slider, just follow the steps as below:

    1. First create the Post and don’t forget to add in the Featured Image in the post as this image is used in the slider. To add featured image see this http://en.support.wordpress.com/featured-images/#setting-a-featured-image
    2. Then get the ID of the post. When you edit your post or write a post, you will see the id in your browser address bar. Also you will be able to see post id in All Posts section. But if you cannot find it then you can use this plugin to view it http://wordpress.org/extend/plugins/catch-ids/
    3. Then go to “Appearance => Theme Options => Featured Post Slider” and add in the post id that you want to highlight

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

    @fritzhesse: You site is password protected. have you try adding in the css i have you.

    in reply to: Header logo and navigation menu #7407
    Sakin
    Keymaster

    @cheri.schneider: If you want to reduce the space between your header logo and the navigation menu then just adjust the padding button in the following CSS and add it in “Appearance => Theme Options => Custom CSS” box.
    `#hgroup-wrap { padding-bottom: 5rem; }`

    Sakin
    Keymaster

    @AFPhoto: Cool you found the issue. Thanks.

    in reply to: 2 questions! #7405
    Sakin
    Keymaster

    @Mickesan: I just check in and found that you have setup your gallery width to 644px ( data-original-width=”644″) that is why it is floating left as it is not full width. But if you just want to center this gallery then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    ` .tiled-gallery { display: block; margin: 0 auto; width: 644px; }`

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

    @impresnet: You can just play around with the padding you need. Just copy the following CSS in “Appearance => Theme Options => Custom CSS”.
    `
    #site-logo { padding-top: 10px; }
    #hgroup-wrap { padding-bottom: 10px; }
    `

    in reply to: Header Image Resizing #7402
    Sakin
    Keymaster

    @jocatman: Great thanks. Yes, I will be there to help you.

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

    @iceman027: No you don’t need to re-enter it. It will be back with the upgrade. Just you might need to check your Header image, Menu and Widgets. But all that will be just simple setting. So, just upgrade and use it.

    If you have any problem then let me know. I can also help you in upgrade and setup.

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

    @junkfoodrehab.net: For pages, you have option to select Default Main Sidebar if Page Sidebar is empty, then Page Sidebar will be default. Then you can select rest Optional Sidebar One, Optional Sidebar Two, and Optional Sidebar Three.

    Just add widgets in these sidebar from “Appearance => Widgets” and to select which sidebar to show on pages. When you edit to write new page you will see “Catch Everest Options” box, from there you can select Which sidebar you want.

    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/

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