Forum Replies Created
-
AuthorPosts
-
Pratik
ParticipantHi @skynet,
We are aware of the release. We have tested with beta versions. Unless there is a major change(which is unlikely), there should be no problems.Rest assured, if there is a bug, we will fix it with very high priority.
Thank you for your concern.
Regards,
PratikPratik
ParticipantMaybe it was created by plugin, but plugin should not touch that folder. This file is not due to the theme, so I will not be able to help you with this.
Pratik
Participant@skynet:
Thanks, it looks like there was a bug indeed. I have patched it and will be fixed on next version update. Thank you for the report.Regards,
PratikPratik
ParticipantI will try to break down the issues.
1. Featured Content not taking html tags
* We disabled html tags for security reasons in featured content. However, we can allow some html tags which are safe. So, we will add it in next version update. If you want it asap, you can do following:
* Goto file catch-responsive-pro/inc/customizer-includes/catchresponsive-customizer-featured-content-setting.php
* Edit lines 307 and 321 from'sanitize_callback' => 'sanitize_text_field',to
'sanitize_callback' => 'wp_kses_post',2. Link Color of Featured Content
* Featured Content link color is for links in the featured content, this was only available in Featured Page/Post/Category featured content. If you mane above changes, now, you should be able to add links in Featured Content => Content
So, now your change in link color will take effect. You can revert the color back to defaults by going to Appearance=> Customize=> Color Options => Featured Content Color Options and setting it to default using Default buttonPratik
ParticipantI am afraid your site looks to be hacked. There is no file like that in WordPress core. Please seek professional security services for this issue. This issue is not from the theme files.
July 30, 2016 at 11:40 am in reply to: catchbox free: full-width no-sidebar posts and category pages #96277Pratik
ParticipantHi @lapo,
Thank you for using Catch Box Theme. To make the one-column-full-width on all pages, goto Appearance=> Customzie=> Theme Options => Default Layout and select “One Column, No Sidebar” option.Let me know if this is what you wanted.
Regards,
PratikPratik
Participant@mmhgloba: I am sorry but this cannot be done from a theme’s perspective. Theme can edit frontends with custom css but not admin end.
Pratik
ParticipantHi @mmhgloba:
To adjust category description color, please use following code:.page-header { color: #ffffff; }For search on header, please use following code to change background:
#header-right .header-search-wrap input#s { background: #ffffff none repeat scroll 0 0; }Let me know how it goes.
Regards,
PratikPratik
Participant@Tinus53: I am afraid there is no global setting. Content and sidebar width are main components so once they are changed, all the CSS needs to be updated for responsiveness as well.
Pratik
ParticipantThe one I provided earlier should work:
@media screen and (min-device-width: 783px) { .two-columns #secondary { width: 32%; } /* Remove this block if you do not want to increase content size */ #primary { width: 66%; } /* Remove block End */ }You can work around with the % till you want the desired sizes.
Let me know if this is what you wanted?
Pratik
ParticipantCan you try following CSS code and let me know how it goes:
@media screen and (min-device-width: 990px) { #site-details { margin-top: 40px; margin-left: 20px; } }Pratik
Participant@diceyjane: Thank you for the appreciation. If you like our theme and support, please review our theme at https://wordpress.org/support/view/theme-reviews/catch-responsive#postform
Pratik
ParticipantI thought you solved the issue. Can you let me know with reference to a screenshot in what exactly you need, because it looks fine to me on my screen. Maybe it is screen specific issue. Also, let me know your screen resolution.
July 24, 2016 at 10:13 pm in reply to: Header slider stops working when I install Nextgen Gallery Plus #96014Pratik
ParticipantGreat you solved it yourself. Thank you for using Catch Responsive Pro.
Pratik
Participant@tinus53: Thank you for your reply.
@inforapunzel-will-raus-ch: The theme does not provide Image widget by default. You will need to add it via widget just as @tinus53 suggested. If you are familiar with a bit of HTML, you can use text widget to add in them image as well.Regards,
PratikPratik
ParticipantIt would be better if you used chrome/firefox as this feature is provided by browser.
Pratik
ParticipantHi @Tinus53,
Problem #1:
Can you try following CSS code for distorted logo:#branding img { max-height: none; }Problem #2:
For this, what you can do is decrease the size of this area for larger screens only so that mobile views do not get affected. To do this, add in following CSS code:
@media screen and (min-device-width: 783px) {
.two-columns #secondary {
width: 32%;
}/* Remove this block if you do not want to increase content size */
#primary {
width: 66%;
}
/* Remove block End */
}If you increase content area, then you will remove responsiveness in mobile devices.
Let me know how it goes.
Regards,
PratikPratik
ParticipantHi Tinus53,
I am glad it worked out. If you liked our theme and support please leave us a review at https://wordpress.org/support/view/theme-reviews/catch-flames#postform.
Regards,
PratikPratik
ParticipantYou are welcome 🙂
Pratik
ParticipantCan you let me know which browser you are using?
-
AuthorPosts
