Forum Replies Created

Viewing 20 posts - 5,821 through 5,840 (of 14,504 total)
  • Author
    Posts
  • in reply to: I like to bey the Catch Flames Pro Themes #47771
    Sakin
    Keymaster

    @Anne-Pia: Not sure if this features is available in Catch Flames Pro Theme. Can you check out Footer Area One, Footer Area Two, Footer Areas Three and so on. You can use the Text Widget or Adspace widget to these area from “Appearance => Widget” and add in the images and links.

    in reply to: Photo Captions | Left Justify? #47770
    Sakin
    Keymaster

    @sbartsch: Sorry, please replace the previous css with the following css:

    .wp-caption .wp-caption-text { text-align: justify; }

    in reply to: responsive not showing private page #47769
    Sakin
    Keymaster

    @paul: Sorry I don’t get it what you mean. Can you explain win reference with your site URL.

    I have already given you the instructions to create custom menu, where you can add the pages which you want to make it visible to users.

    in reply to: Kathmandu Customization #47768
    Sakin
    Keymaster

    @rojtalbot:
    1. You can actually remove it from “Appearance => Theme Options => Homepage Settings => Homepage / Frontpage Settings”. Then un-check “Enable Latest Posts” and save changes.

    If this doesn’t remove then only you add in the following css in “Appearance => Theme Options => Custom CSS”.
    .home #main { display: none; }

    2. Detail color options are there in Pro version Theme Options panel. But, you are using free version. So, you need to change the color code in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box.

    /* Footer Area Color Options */
    #footer-sidebar { background-color: #21759b; }
    #supplementary .widget-title, #supplementary .widget-title a { color: #fff; }
    #supplementary .widget-area, #supplementary .widget-area a { color: #ddd; }
    /* Footer Info Color Options */
    #site-generator { background-color: #fff; color: #404040; }
    #site-generator a { color: #eee; }
    in reply to: Site-issues #47755
    Sakin
    Keymaster

    @Sebastiaan: Can you try it from different browser and check in. From which browser you are checking in.

    in reply to: responsive not showing private page #47752
    Sakin
    Keymaster

    @paul: You can create custom menu and then then add in the menu items as per your need. In this way you remove that check out pages from menu. For more about custom menu, check out http://catchthemes.com/blog/videos-blog/video-series-creating-wordpress-custom-menus/ and http://catchthemes.com/blog/custom-menus-wordpress-themes/

    in reply to: Site-issues #47750
    Sakin
    Keymaster

    @Sebastiaan: Thanks for your appreciation and sorry that you are having problem with Aksimet and Theme. But when I check in our server with Catch Everest Version 2.7 and Aksimet version 3.0.3. It’s working fine. I am able to add media in pages/posts.

    Are you sure it’s Aksimet. Maybe combination of Aksimet and other plugin. So, can just just disable other plugins and check in.

    in reply to: responsive not showing private page #47749
    Sakin
    Keymaster

    @paul: This most be WordPress issues with Login and Private page. Private page is only visible when you are logged in.

    in reply to: Favicon not displaying in safari or chrome #47746
    Sakin
    Keymaster

    @Robert: Thanks for the update 🙂

    in reply to: Favicon not displaying in safari or chrome #47740
    Sakin
    Keymaster

    @Robert: Your favicon is not displaying in any browser as the image shouldn’t be found. Check your favicon image URL

    in reply to: Photo Captions | Left Justify? #47738
    Sakin
    Keymaster

    @sbartsch: Ok try adding in the following css in “Appearance => Theme Options => Custom CSS” box.

    .wp-caption-text {
        text-align: justify;
    }
    in reply to: Favicon not displaying in safari or chrome #47736
    Sakin
    Keymaster

    @Robert: Please post in your site URL so that I can check in.

    Sakin
    Keymaster

    @aleks.mavric123: Here is the list of the element and background color codes which you can change as per your need and then add it in “Appearance => Theme Options => Custom CSS” nox.

    #main {
        background-color: #fff;
    }
    #content {
        background-color: #fff;
    }
    #sidebar {
        background-color: #fff;
    }
    in reply to: I like to bey the Catch Flames Pro Themes #47733
    Sakin
    Keymaster

    Hi Anne-Pia,

    1. I see that you have added css to make it pink for the footer in “Appearance => Theme Options => Custom CSS” box. Just remove the following css:
    #site-generator { background-color: #e04387; }
    After you remove this, it will load the blue color and if you want any other color then you don’t have to do that from custom css, you can change that simply from “Appearance => Theme Options => Color Options => Footer Color Options => Footer Background Color”

    2. You should be able to change that from “Content Background Color” in “Appearance => Theme Options => Color Options => Content Color Options”. But looks like there is some issue in color options. We will fix this in next version update. Till then, you can add the following css in “Appearance => Theme Options => Custom CSS” box.

    #content article {
        background-color: #f7f7f7;
    }

    3. Are you talking about the footer sidebar area then it should be same. So, you just need to add the following css in “Appearance => Theme Options => Custom CSS” box.

    #footer-sidebar {
        height: 1%;
        overflow: hidden;
    }

    4. Sorry I don’t understand this point at all. So, confusing.

    Regards,
    Sakin

    in reply to: Link from front page slider to a different post #47709
    Sakin
    Keymaster

    @Alexandra: Thanks for your appreciation.

    in reply to: Two blogs on one site #47708
    Sakin
    Keymaster

    @fmck718:
    1. For your blog page. Just create a page call “Blog” or any as you required. Then set this blog as “Posts page” from “Settings => Reading”. Now, this page will have all the posts. Then to remove the post from the category “This Week’s News”. Go to “Appearance => Theme Options => Homepage Settings => Homepage / Frontpage Settings”. Then in Homepage posts categories, select all the categories except “This Week’s News”. Then it will be fine.

    2. I don’t get it what you are trying to do it. That Featured Post widget is to highlight only one Post. That’s it. To show there recent post, you need to use Recent Post Widgets. If you are trying to show recent posts from particular category, then you need to search for plugin which does this. Search for plugin at http://wordpress.org/plugins

    in reply to: Removing white space from header #47700
    Sakin
    Keymaster

    @benowchiro: You can add the following css in “Appearance => Theme Options => Custom CSS” box.

    #site-logo, #header-right { padding-top: 20px; }
    #hgroup-wrap { padding-bottom: 20px; }
    in reply to: update to Pro version #47698
    Sakin
    Keymaster

    @benowchiro: Thanks for your appreciation. Oh yes, I found your other question. It went to our spam as your site URL is not the valid one. I will remove that spam and reply you there.

    in reply to: Link from front page slider to a different post #47697
    Sakin
    Keymaster

    @Alexandra: Why don’t you use the Featured Image Slider instead of Featured Post Slide. In that way you can upload independent image and link to any URL you want. Check out instruction for Featured Image Slider at http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-slider/

    Fore more: you can also check out theme instructions page at http://catchthemes.com/theme-instructions/catch-everest-pro/

    in reply to: update to Pro version #47693
    Sakin
    Keymaster

    @benowchiro: This is the first time we receive support question in our forum. We haven’t receive any other to response to you.

    1. If you upgrade to pro version all your custom css will be carry over to the pro version. So, you don’t have to worry about Custom CSS.
    2. There are color options for almost all the elements.

    For upgrading to pro, you can check out this http://devotepress.com/wordpress-writing-editing/upgrade-premium-version-wordpress-themes-eg-adventurous-pro/

Viewing 20 posts - 5,821 through 5,840 (of 14,504 total)