Forum Replies Created

Viewing 20 posts - 7,061 through 7,080 (of 14,497 total)
  • Author
    Posts
  • in reply to: Google Analytics Code #37247
    Sakin
    Keymaster

    Hi Cory,

    I am not so sure about the code what you have added in your site. But I see that you have installed “Google Analytics Dashboard WordPress” plugin. So, you might want to disable that. Another I see that you have Google Analytics code at “Appearance => Theme Options => Webmaster Tools => Header and Footer Codes => Code to display on Footer” box.

    Regards,
    Sakin

    in reply to: Dynamic Featured Content #37233
    Sakin
    Keymaster

    @icyplains: Yes we are in the development phase. It will release it only after adding and testing successfully. Thanks.

    in reply to: Having just feature content and slider #37130
    Sakin
    Keymaster

    @ducduc8888: Yes, I understand that you want it closer but to which element. So, can you upload your screenshot in any photo-sharing site and send me the URL of your screenshot so that I understand to which element that you want to make it closer.

    in reply to: Having just feature content and slider #37128
    Sakin
    Keymaster

    @ducduc8888: For Header Right Menu, we advice only to use Menu to 2 level only. This means you can as sub-menu items in your menu. But if you add in third child menu. You might have issues. You will only have issues in third child menu only in the right corner so that it doesn’t overflow. This is just precursory only.

    The next question about, changing the distance between feature content images on the homepage. I don’t get it what you mean. Can you post your site URL and explain.

    in reply to: Dynamic Featured Content #37126
    Sakin
    Keymaster

    @icyplains: Sorry at this stage for “Featured Content” section, you need to manually add in Images, Title, Content, Headline and Sub-headline as per your need through “Appearance => Theme Options => Featured Content Options”.

    We have noted down this feature and will try to add in Adventurous Pro future version update.

    in reply to: Size – background image #37079
    Sakin
    Keymaster

    @judotter: 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 {
        background-color: #eee;
    }
    in reply to: Footer widgets bagground colors and adjust to middle #37076
    Sakin
    Keymaster

    @Tekstiltrold: Yes, you can add the following css in “Appearance => Theme Options => Custom CSS” box.
    #supplementary .widget { background-color: transparent; border: none; text-align: center; }

    in reply to: Size – background image #37069
    Sakin
    Keymaster

    @judotter: Can you post in your site URL so that I can see the comment field.

    in reply to: Having just feature content and slider #37065
    Sakin
    Keymaster

    Hi Tom,

    1. For navigation, we user Custom Menu: http://catchthemes.com/blog/videos-blog/video-series-creating-wordpress-custom-menus/
    2. For Slider, use Featured Post Slider: http://catchthemes.com/blog/videos-blog/video-series-adding-featured-post-slider/
    3. For Promotion Headlines below slider: Go to “Appearance => Theme Options => Promotion Headline Options” and add as per your need.
    4. Featured Content: Go to “Appearance => Theme Options => Featured Content” and add as per your need
    5. Then to remove the latest post from the homepage. Go to “Appearance => Theme Options => Homepage/Frontpage Settings” and then check “Disable Latest Posts” and save changes.

    For more see the theme instructions page at http://catchthemes.com/theme-instructions/adventurous/

    Regards,
    Sakin

    in reply to: slider not responding to changes #37064
    Sakin
    Keymaster

    @drlapco: Thanks. I see that you have use Simple Catch Free theme and have customized it a lot. You have also removed our footer theme information Theme: Simple Catch from your footer. This is not allowed. You need to attribute our free themes as this is only attribution we get for providing free theme and free support. I hope you understand this and add back theme information.

    So, I will not be able to debug it due to customization in theme. When I check in our server, the slider is working fine. So, you need to check in your changes. Also you are using Simple Catch 2.7.1 and our latest version is 2.7.3. For instruction on changing Featured Post Slider, see this http://catchthemes.com/blog/videos-blog/video-series-adding-featured-post-slider/ and http://catchthemes.com/theme-instructions/simple-catch/

    in reply to: Size – background image #37063
    Sakin
    Keymaster

    @judotter: Just go to “Appearance => Background” and then upload the image that you want to show. Then you need to go to “Appearance => Theme Options => Color Options” and change the color code to transparent to all the element where you want to show that background image.

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

    Hi Jeff,

    I don’t get it what you mean. I just check in your site from iPhone and Android Phone and I have been able to navigation from Menu easily.

    Regards,
    Sakin

    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;
    }
Viewing 20 posts - 7,061 through 7,080 (of 14,497 total)