Forum Replies Created

Viewing 20 posts - 5,261 through 5,280 (of 14,497 total)
  • Author
    Posts
  • in reply to: Mustang theme – home page content is missing! #50405
    Sakin
    Keymaster

    @Sandra: Can you let me know what are you trying to do it. You can check out theme instructions page at http://catchthemes.com/theme-instructions/catch-mustang

    If you have disable all then how can it display. I am bit confused on what are you trying to do it. Can you explain in reference with your site URL.

    in reply to: CSS edited and Site not like before #50404
    Sakin
    Keymaster

    @Franca: Your widget background in white as you have following css in “Appearance => Theme Options => Custom CSS” box. You need to delete that.
    .widget {background-color: #fff;}

    Same with the menu thickness, you need to delete the following css from “Appearance => Theme Options => Custom CSS” box:
    #branding ul.menu a { padding: 1em; }

    in reply to: Google Analytics Code #50403
    Sakin
    Keymaster

    @mithrand: Thanks, yes these days google analytics is taking time like this 🙂

    in reply to: Google Analytics Code #50391
    Sakin
    Keymaster

    @mithrand: I can see the tracking code fine. Just go to your google analytic account. It should be working fine.

    in reply to: Social icons absent #50370
    Sakin
    Keymaster

    @oni45: I have send you email with screenshot of social links in theme options panel. You can send me your screenshot in that email.

    in reply to: Social icons absent #50368
    Sakin
    Keymaster

    @oni45: In Catch Box theme, there is Social Icon in “Appearance => Theme Options => Social Links”. Then add in your Social Profile URL there in respective social profile box and save changes. Then it will show social icons in Footer.

    in reply to: Enlever la date et le nom sur les articles #50367
    Sakin
    Keymaster

    @oni45: If you just want to hide Author and dates, then you can add the following css in “Appearance => Theme Options => Custom CSS” box.
    .entry-header .entry-meta { display: none; }

    in reply to: Associated Files #50366
    Sakin
    Keymaster

    @D: Sorry we don’t have option to add in iframe code in slider. You can either use Page, Post, Category Slider or independent image slider. Also, I don’t understand why you are trying to add in ifram.

    To change the color in “Adventurous Pro” theme, you can go to “Appearance => Theme Options => Color Options”

    in reply to: How do I change default Image sizes in Blog listings? #50365
    Sakin
    Keymaster

    @Consciousness: It’s not recommended to change the theme files directly. As all these edits will be reverted back to original when you update the theme.

    Also after you change this file size, make sure you regenerate the thumbnail using “Regenerate Thumbnail” plugin.

    For unlimited width you can add 9999 and fixed height link 400. You can add the following code.

    function catchevolution_child_theme_setup() {
        add_image_size( 'featured-slider', 9999, 400 );
    }
    
    add_action( 'after_setup_theme', 'catchevolution_child_theme_setup', 11 )
    in reply to: featured image inside post #50363
    Sakin
    Keymaster

    @andrews and @Jean-Paul: ok I have forwarded this to the development.

    in reply to: Default Layout Option #50362
    Sakin
    Keymaster

    @Jimbo411: Yes that option is there only in Pro version. There are lot of addition features in pro version. You can check out more about additional featured from theme instructions page at http://catchthemes.com/theme-instructions/catch-flames-pro/

    in reply to: Social icons absent #50361
    Sakin
    Keymaster

    @oni45: Which there are you using? Catch Box Or Catch Base. As “Appearance => Customize => Social Links => Social Links” is there only in Catch Base not in Catch Box theme. There you need to add in your social profile URL. After adding Social Profiles URL in Social Links. You can go to “Appearance => Widgets” and add Social Widget to desire sidebar.

    in reply to: Google Analytics Code #50360
    Sakin
    Keymaster

    @mithrand: Just add in your URL here.

    in reply to: What are differences between CatchBox Pro and Evolution Pro #50358
    Sakin
    Keymaster

    @Keith: It’s very difficult to compare themes. It’s the design that is changed most of the time. We try to keep the feature similar.
    Catch Evolution Pro theme is based on Catch Box Pro theme.
    1. Catch Evolution Pro theme in designed full width where as Catch Box Pro fixed center width.
    2. Catch Evolution Pro theme can use used for 3 column layout
    3. Catch Evolution Pro theme has Fixed Header Top Menu

    in reply to: Change width of catch box pro theme vs change to Evolution #50357
    Sakin
    Keymaster

    @Keith: Ok let me know in detail what are you trying to accomplish with Catch Box Pro theme. Let me know the width what you want and your site URL. Then I will send you the custom css. Thanks 🙂

    Also if there is anything broken or issue in Catch Evolution Pro, then please create support question in Catch Evolution Pro theme support forum. I will answer that as well.

    in reply to: Google Analytics Code #50354
    Sakin
    Keymaster

    @mithrand: Maybe you have Cache then it will take about 24 hours to start tracking. The best way to add Google Analytics tracking code it to add in Webmaster tool footer code. We are doing that in our demo page http://catchthemes.com/demo/simplecatch-pro/

    Can you share your URl after you add the code in Footer Code box.

    in reply to: Default Layout Option #50323
    Sakin
    Keymaster

    @Jimbo411: Yes, in Catch Flames Pro you can choose No Sidebar, Full Width layout to remove the sidebar and make it full width. For that, just go to “Appearance => Theme Options => Layout Options” and select “No Sidebar, Full Width” and save changes.

    in reply to: Change menu title on mobile devices? #50322
    Sakin
    Keymaster

    @prehabexercises: I see that you have activated “Mobile Theme” module from “Jetpack” plugin that is why it is showing as per the Jetpack Mobile Theme. This theme doesn’t need Mobile theme as Catch Evolution theme is responsive theme. So, just go to Jetpack setting and disable “Mobile Theme” and it will work fine.

    in reply to: featured image inside post #50321
    Sakin
    Keymaster

    @andrews: In Simple Catch Featured Image in used in Archive pages and in the slider. But it is not used in single post. As in Single post, you can just upload and add the image directly in your post editor without any issue.

    If you are thinking about different then please explain.

    in reply to: Customize Catch Everest Social Legend #50320
    Sakin
    Keymaster

    @Fernando: Ok post in your site URL and let me know which element that you want to change the color and to which color code. Then I can give you the custom css or show you the option to change from “Appearance => Theme Options => Color Options”

Viewing 20 posts - 5,261 through 5,280 (of 14,497 total)