Forum Replies Created

Viewing 20 posts - 5,261 through 5,280 (of 14,504 total)
  • Author
    Posts
  • in reply to: Delete Date in cooment #50425
    Sakin
    Keymaster

    @leotrim77: Can you post in your site URL. So, that I can check in which date on comment you are talking about.

    in reply to: Remove Category images – Create Theme #50424
    Sakin
    Keymaster

    @thechalkeyfox: The css depends on which category or product page you want to remove. So, can you send me the few category link then I will explain with css. Also, I assume that WooCommerce has option to remove image in the product page from the admin panel, right?

    in reply to: Theme in IE #50423
    Sakin
    Keymaster

    @bobgarrett: Yes, that is why Microsoft is going to replace IE with Spartan

    in reply to: Featured slider full width #50421
    Sakin
    Keymaster

    @Els: It’s working for me here. It’s strange why it’s not working on your site. Ok I will email you to get detail note.

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

    @Keith: Thanks but I see that you are using Older version of Catch Box Pro theme. Can you update the theme to latest version 4.0 and then add the following css in “Appearance => Theme Options => Custom CSS” box. But the following css will work only in Catch Box Pro version 4.0 and above.

    @media screen and (min-width: 1025px) {
    	.site {
    	    max-width: 94%;
    	    width: 100%;
    	}
    	#primary {
    	    width: 72%;
    	}	
    	#secondary {
    	    width: 26%;
    	}	
    }
    @media screen and (min-width: 1360px) {
    	.site {
    	    max-width: 1300px;
    	    width: 100%;
    	}
    }
    in reply to: Associated Files #50407
    Sakin
    Keymaster

    Hi Daniel,

    Yes, you can change the that widget to any widget you want from “Appearance => Widgets”. To add menu, you can drag and drop “Custom Menu” widget to your sidebar and for image, you can use “2. Adventurous: Advertisement” widget and add image url there.

    I just tested in my Safari and your slider is displaying fine. Can you refresh your browser and check in.

    Regards,
    Sakin

    in reply to: Lower right header menu & use posts page as front page #50406
    Sakin
    Keymaster

    @Kim: Thanks a lot for your appreciation and referral. Yes, it will surly bring more business. Thanks 🙂

    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.

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