Forum Replies Created
-
AuthorPosts
-
Pratik
MemberHI @husker,
This is because the image is inside a <p> tag. Can you remove it? Also the space between dropdown selections and Add to cart is due to table margins.
If you are unable to remove <p> tag, use following code:
.page-id-14 p { margin-bottom: 5px; }Similarly for table,
.page-id-14 table { margin-bottom: 5px; }Increase or decrease 5px for desired results. This will only work on current page only.
Let me know if this works or not.
Regards,
PratikPratik
MemberHi @Minh,
First, please make sure of following things:
1. JetPack Plugin is installed
2. Infinite scroll module of Jetpack Plugin is activated.Then Goto “Appearance=> Customize-> Theme Options => Pagination Options” And Make sure Infinite Scroll(Scroll) Option is selected.
It should work.
If it does not, then try deactivating all your plugins. Then activate only JetPack with infinite scroll module on.
If it works, then there is a problem with plugin.
Let me know how it goes and I will help you further.
Regards,
PratikPratik
MemberHi @michelled,
You are welcome, let me know if you have more issues.Regards,
PratikPratik
MemberHi @Minh,
What do you mean by auto scroll? Can you explain it a bit please?Pratik
MemberHi @michelled,
I have a question about the pro version, though: on the theme’s page, it says that there is the option for “Optional Homepage Sidebar”. Does this mean I could have sidebars for my homepage that are different from my blog page? For example, I would like the categories and tag widgets to show only on my blog page, not my homepage, I want my social icons on all pages, and I want my “latest blog post” widget to only show on my home page. Is this possible?
Yes this is what it does.Also, since there are additional options for featured content, would I be able to have one box with my latest blog post BUT keep the first three boxes linked to pages as I have now? (new.mademers.com)
The Pro version has Separate Featured Post Content, Featured Category Content and Featured Image Content. What you desire can be achieved by Featured Image Content, but to get the latest post as final box, there will need to be to do further customization. Theme support will not cover this.in Clean Box Pro, would I be able to replicate what I have done on my home page (new.mademers.com) with regards to the latest blog entry?
The Pro version has “Excerpt Image Left Option” so it will be achievable. But, the image size will be adjusted to 400x300px ,so it will be bigger than what you currently have. To achieve exactly the same layout, there will need to a be a bit of customization via Custom CSS.Note: If the free theme has worked for you, then there is no need to upgrade to pro.
Pratik
MemberHi @michelled,
Thank you for the great feedback. We will take into consideration what you said.
I am confused about the issue though. Is there anything left to be answered, or the code worked?
Pratik
MemberHi @Shop43,
If those are the changes, just add them is custom css box and it will not be lost on updates.
Proper way to obtain this effect would be to change the CSS Line 80 width back to 100% and use following CSS code in Custom CSS box:
#sidebar-header-top .widget.widget_widget_catchbox_adwidget a img { border-color: #000000; border-radius: 5px; border-style: solid; border-width: 2px; } .sidebar-top .widget { float: none; }Please remove following code that I previously provided.
#sidebar-header-top .widget.widget_widget_catchbox_adwidget { border-color: #c2c2c2; border-radius: 5px; border-style: solid; border-width: 2px; }For line 74 and 83, just add following code in Custom CSS box:
.site { width: 1080px; } #primary { width: 620px; }So now, you will not need to create a child theme or edit the core theme files.
Regards,
PratikPratik
MemberHi @michelled,
I did look at your website for information on the pro version but I could not find a refund policy posted should one discover that the theme doesn’t do what one needs. As someone who had to try several themes before I could find one that did most of what I wanted — I still had to create a child theme and to add more plugins — I was hesitant to buy. Perhaps you could consider offering a 30-day trial version?
We do not have a money back 30-day trial version, but if you have a valid enough reason to not want the theme or if it does not meed your requirement, then we will provide you refund. Or, you can even change the theme to any other pro theme in our theme shop.
<hr>
Also, your support page suggests that support is not included in the purchase of a theme; support is extra and it’s expensive: $50.00 for just one month or $100 for one year. Since it doesn’t make sense to choose the first option, that means the cost of the theme is really $150.00, not $50.00. Add in the potential cost of the plugins because no theme seems to do everything one needs, and you can see how the user hesitates to buy. That you do offer this second support option could be better promoted.
Public support forum in free. That option is only for Private dedicated Email support. There is no need to pay extra for support for pro themes. We provide support for both free and pro themes. Just like here, I am giving you free support.
<hr>About image floating left and text wrapping, it is working on my screen. Can you checkout this screenshot: https://goo.gl/FPZbJ4
Pratik
MemberHI @Taylor,
I checked your site. The background image is indeed working. But it is not visible due to white background. To see the background, you will need to make the elements transparent. To do so, add following CSS code in Appearance=> Customize=> Theme Options => Custom CSS box:.site-content, #masthead { background-color: rgba(0, 0, 0, 0); }This should work.
Regards,
PratikPratik
MemberHi @pedrokraft,
To remove the links, you need to use Featured Image Slider instead of the Featured Page/Post/Category Slider. This is a custom slider. You can add only images title and content.Its details are here: https://catchthemes.com/theme-instructions/catch-responsive-pro/#enable-featured-image-slider
Let me know if this works or not.
Regards,
PratikPratik
MemberHi @zerocuul,
Creating child theme and editing the css is not very difficult. Just refer to this post: http://catchthemes.com/blog/create-child-theme-wordpress/2. Can you check and use this code instead:
.sidr #header-left-nav .sub-menu { background-color: #CD0000; }Let me know if this works or not.
Regards,
PratikPratik
MemberHi @krizgriz,
No problem as long as the issue is taken care of 😀
If you liked our theme and support, please leave us your valuable review at https://wordpress.org/support/view/theme-reviews/catch-evolution.
Regards,
PratikPratik
MemberHi Taylor,
I have emailed you regarding this post. Please check your spam folder if the email is not received.
Regards,
PratikPratik
MemberHi @John,
This is not possible currently with our themes. To achieve that, you will need to make adjustments to the javascript code and maybe some css as well by removing our code. You will need to hire a customizer for that.
Regards,
PratikPratik
MemberHi @brianmor,
1. The featured image and Read More tag both correctly link to the specified page, however I’d like the page title to be linked too (this is how the Featured Page widget works).
If you want the title to be linked to the page too, then you need to do a bit of customization via child theme. For this, please add a child theme for your current theme. It’s details are here: http://catchthemes.com/blog/create-child-theme-wordpress/
Then, in the child theme’s functions.php file, add the code here: http://pastebin.com/AB9FrS52
2. We can eliminate excerpt showing and only show full content. Then allow “Read More” tag in that to cut off the content. I have made the modification in above code. Just use it and it will solve this problem as well.
Make sure you go to your “Appearance=> Customize” page once you make the changes. This is because the cache is stored and going to that page will flush all caches for featured content.
Let me know if this works or not.
Regards,
PratikPratik
MemberHi @michelled,
Look like you are using Clean Box Free version.
First thing, There is a html error when you have made modifications.
<div class="archive-post-wrap" ;="">below.entry-headerclass. check;="", there might be some php code output error.* In current situation, you can add following CSS code in Appearance=> Customizer=> Theme Options=> Custom CSS box to make image float left:
#main article .featured-image { float: left; }This will float the image but horizontal line at the bottom will also pop up. I will not recommend this.
* If you revert to to theme default, you can add following CSS to make the image float to left:
.has-post-thumbnail .featured-image { width: 290px; } .has-post-thumbnail .entry-container { width: 488px; } .has-post-thumbnail .featured-image, .has-post-thumbnail .entry-container { display: inline; float: left; }This will not work on all devices though as you will need to edit the responsive CSS for all other devices as well.
The best option will be to Upgrade to Pro. It has inbuilt option to Show Excerpt with Image in left or Right with all responsive CSS done. Upgrading to Pro has more features as well, described here.
Let me know how it works out.
Regards,
PratikPratik
MemberHi @pedrokraft,
we can do the same thing for this search bar in header right as well. You can add following CSS code in Appearance=> Customize=> Theme Options => Custom CSS box:#header-right-search { display: none; }For colors, you can upgrade to pro version. There is option to change colors of menu.
Regards,
PratikPratik
MemberHi @krizgriz,
Update on the issue:
If seems I was wrong on previous post and I apologize for it.The problem is when the image size is less than 1600px width, it takes featured header image rather than featured image. So, just add an image bigger than 1600px as featured image and it will work.
Regards,
PratikPratik
MemberHi @Shop43,
A. For shadow effect, use following CSS code and remove the previous codes(otherwise both border and shadow will appear).
#content { overflow: visible; } /* For primary main box shadow in each article */ #primary article { box-shadow: 10px 10px 5px #888888; } /* For secondary sidebar box shadow in widget */ #secondary .widget { border: none; /* Remove border. Remove this line if you want border-bottom */ box-shadow: 10px 10px 5px #888888; }I do not think you will want this but if you do, the following code will add border around all widgets in #secondary sidebar:
#secondary .widget { border-color: #c2c2c2; border-radius: 5px; border-style: solid; border-width: 2px; }B. It looks like you have edited CSS and set the width to be 86% for header top sidebar. A few things to note here:
1. Never edit core theme files like style.css. You will lose all edits when you update the theme.
2. If you want customization, consider using child theme and adding your custom codes there. Details for child theme is here: http://catchthemes.com/blog/create-child-theme-wordpress/
3. Because of the width defined, It is not possible to add a border as border on left in way to the left of the div outside. However, we will be able to add border to image. For that use following code:#sidebar-header-top .widget.widget_widget_catchbox_adwidget { border-color: #c2c2c2; border-radius: 5px; border-style: solid; border-width: 2px; }Again, if you want box shadow here too instead of border, use following code instead:
#sidebar-header-top .widget.widget_widget_catchbox_adwidget { box-shadow: 10px 10px 5px #888888; }Let me know if I explained everything properly. Please let me know if I missed anything or misunderstood anything.
Regards,
Pratik -
AuthorPosts
