Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@leotrim77: Can you post in your site URL. So, that I can check in which date on comment you are talking about.
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?
Sakin
Keymaster@bobgarrett: Yes, that is why Microsoft is going to replace IE with Spartan
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.
January 23, 2015 at 7:09 pm in reply to: Change width of catch box pro theme vs change to Evolution #50412Sakin
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%; } }Sakin
KeymasterHi 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,
SakinJanuary 23, 2015 at 6:30 pm in reply to: Lower right header menu & use posts page as front page #50406Sakin
Keymaster@Kim: Thanks a lot for your appreciation and referral. Yes, it will surly bring more business. Thanks 🙂
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.
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; }Sakin
Keymaster@mithrand: I can see the tracking code fine. Just go to your google analytic account. It should be working fine.
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.
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.
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; }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”
January 23, 2015 at 12:27 am in reply to: How do I change default Image sizes in Blog listings? #50365Sakin
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 )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/
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.
-
AuthorPosts
