Forum Replies Created

Viewing 20 posts - 7,081 through 7,100 (of 14,505 total)
  • Author
    Posts
  • in reply to: Dynamic Featured Content #37061
    Sakin
    Keymaster

    @icyplains: Yes, this option is there in all our Premium and Pro version where you can use “Featured Category Slider”. Go to “Appearance => Theme Options => Featured Slider => Slider Options” and then in Select Slider Type, you need to check “Category Slider” and save changes. Then you can select the categories to show in from “Appearance => Theme Options => Featured Slider => Featured Category Slider Options”.

    in reply to: How do I insert pictures into fader on home page? #37060
    Sakin
    Keymaster

    @wilbyhilbly: Sorry I don’t get it what you mean. Are you able to add in Featured Post Slider as instructed in http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-wordpress-postpage/ and http://catchthemes.com/theme-instructions/catch-evolution/.

    Can you post your site URL and let me know which you are trying to replace.

    in reply to: REMOVE THE padding #36896
    Sakin
    Keymaster

    @ashrafashraf: Yes that’s fine.

    in reply to: Stop Header masthead floating over mainpage div #36894
    Sakin
    Keymaster

    @jahmin: Sorry, I don’t see anything floating over in your site.

    in reply to: text color in comment field #36891
    Sakin
    Keymaster

    @judotter: Check your “Custom CSS” box you will see that word. Please remove it and it will be fine.

    in reply to: text color in comment field #36889
    Sakin
    Keymaster

    @judotter: Please remove the text But it should be from your custom css. That was just the sentence that I was trying to explain.

    in reply to: "Posted on by" getting rid of the 'on' #36884
    Sakin
    Keymaster

    @Juha_52: Try adding following css in “Appearance => Theme Options => Custom CSS” box.
    .entry-meta .entry-utility-prep { display: none; }

    in reply to: text color in comment field #36882
    Sakin
    Keymaster

    @judotter: There is problem when you copy the css. I see you added custom css as

    input[type="text"],
    input[type="email"],
    input[type="url"],
    input[type="password"],
    textarea {
            color: #555;
    }
    input[type="text"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="password"]:focus,
    textarea:focus {
            color: #000;
    }

    But it should be

    input[type="text"],
    input[type="email"],
    input[type="url"],
    input[type="password"],
    textarea {
    	color: #555;
    }
    input[type="text"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="password"]:focus,
    textarea:focus {
    	color: #000;
    }
    in reply to: text color in comment field #36878
    Sakin
    Keymaster

    @judotter: Thanks we will update this in our new version. For now, you can add the following css in “Appearance => Theme Options => Custom CSS” box.

    input[type="text"],
    input[type="email"],
    input[type="url"],
    input[type="password"],
    textarea {
    	color: #555;
    }
    input[type="text"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="password"]:focus,
    textarea:focus {
    	color: #000;
    }
    in reply to: Social Media Share Buttons Gone #36875
    Sakin
    Keymaster

    @rgamlam: Sorry, we don’t have Social Media Share button in the post in our Theme. You must have added with the help of plugin. So, check for the plugin you have just deactivate or updated. Also check your social media sharing plugin settings.

    in reply to: How do I insert pictures into fader on home page? #36872
    Sakin
    Keymaster

    @wilbyhilbly: Ok so you are using Catch Evolution Free theme and the image that is changing is called Featured Slider and you are looking at demo slider. In this Free theme, you only have option to use “Featured Post Slider”, which is there to highlight your post in the slider.

    1. First you need to create post and add featured image on your post. As the slider take the Featured Image, title and excerpt content of the post. See this tutorial on how to add featured image at http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-wordpress-postpage/
    2. Then you need to add in Post ID in “Appearance => Theme Options => Featured Post Slider => Featured Post Slier Options. See this tutorial on how to add Featured Post Slider at http://catchthemes.com/blog/videos-blog/video-series-adding-featured-post-slider/

    You can check out Theme Instructions page at http://catchthemes.com/theme-instructions/catch-evolution/

    Note: In Catch Evolution Pro you have option to user “Featured Image Slider or Featured Page Slider or Featured Post Slider or Featured Category Slider. Also there are lot of other additional features. Read here at http://catchthemes.com/theme-instructions/catch-evolution-pro/

    in reply to: Main Sidebar #36863
    Sakin
    Keymaster

    @Michael: Sorry there is no option to do that. Maybe you can search for vertical menu plugin at http://wordpress.org/plugins/

    in reply to: Font Family Options not saved #36862
    Sakin
    Keymaster

    Hi Jeff,

    I found major issue in your site. I see that you have added following css in “Appearance => Theme Options => Custom CSS”:

    .site {
        margin: 20px auto;
        margin: 2rem auto;
        width: 900px;
        width: 90rem;
    }

    Please remove it. It is making issue in your responsive design. Means in your mobile devices. The best option at this stage for your site will be to replace the above CSS with the following css in “Appearance => Theme Options => Custom CSS” box. You can also adjust the font of title in the below css:

    @media screen and (min-width: 961px) {	
        .site {
            margin: 20px auto;
            width: 790px;
        }
        /* Page title Font Size */
        .entry-header .entry-title {
            font-size: 30px;
        }
    }
    in reply to: Post Body Content not showing up #36854
    Sakin
    Keymaster

    @nsapp: Nice. Glad you found the issue.

    in reply to: Font Family Options not saved #36743
    Sakin
    Keymaster

    @jeffery.scherer: For this you can simply edit the page title “Who I Am” to “Melissa Scherer, Texas Special Education Lawyer” and for menu, now you need to create “Custom Menu” from “Appearance => Menus” and all your pages to new custom menus, when you add custom menu, it gives you option to change the label of the menu item. So, in the label of Menu page is “Melissa Scherer, Texas Special Education Lawyer”, you can change the label to “Who I Am”. After you create and save the menu, you need to assign menu location from “Appearance => Menus => Manage Locations” and assign location as “Primary Menu”.

    For more about Custom Menu:
    Video Series: http://catchthemes.com/blog/videos-blog/video-series-creating-wordpress-custom-menus/
    Blog Post: http://catchthemes.com/blog/custom-menus-wordpress-themes/
    Pinterest Screenshot: http://www.pinterest.com/pin/548594798330820987/

    in reply to: REMOVE THE padding #36742
    Sakin
    Keymaster

    @ashrafashraf: I mean that you change like the below. Sorry we don’t be able to support at this level. For now replace your following css

    @media screen and (max-width: 767px) {
    .social-profile {display: none;}
        #site-generator { padding-top: 145px; }
    }

    With the following, where I have increased the padding top from 145px to 240px. This is all that you need to do it.

    @media screen and (max-width: 767px) {
        .social-profile {display: none;}
        #site-generator { padding-top: 240px; }
    }

    For more customization, please hire customizer at http://catchthemes.com/hire-customizer/

    in reply to: Post Body Content not showing up #36741
    Sakin
    Keymaster

    @nsapp: Looks like there is something wrong with your WordPress Setup. As all you site links to http://www.nsapp.com/blog/. So, can you go to “Settings => Permalinks”. Then try resetting it by changing “Common Settings” to “Default” and leave your “Category base” and “Tag base” empty and save change. I am guessing that there is something misconfiguration in your settings.

    in reply to: Homepage Headline Spacing #36737
    Sakin
    Keymaster

    @Michael: Change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.
    .featured-slider .slides { background-color: #fafafa; }

    in reply to: 2nd blog post doesn't show on home page. #36736
    Sakin
    Keymaster

    @Bouncedancer: Looks like you have customize the site and change the settings. So, I check in your site in details. I found that you have two categories: 1) Uncategorized and 2) Movement Lessons. You homepage is showing only post from Uncategorized whereas your Archives is showing posts from both of these categories.

    So, can you go to “Appearance => Theme Options => Homepage / Frontpage Category Setting”. There you can either select specific categories from which you want to show posts in homepage or you can select “–Disabled–” to show posts from all the categories.

    in reply to: Logo Top and Bottom Spacing #36735
    Sakin
    Keymaster

    @Michael: Thanks, now your site it working fine. In the following CSS, you can change the padding top and bottom as per your need and then add it in “Appearance => Theme Options => Custom CSS” box.

    #site-logo { padding-top: 50px; }
    #hgroup-wrap { padding-bottom: 50px; }
Viewing 20 posts - 7,081 through 7,100 (of 14,505 total)