Forum Replies Created
-
AuthorPosts
-
Mahesh
Participant@gordon30: I checked on the android’s chrome browser and yes the issue exist (two of four images loads in slider). But it is kind of strange, the demo is working fine. Do you have made any changes to the theme file, try disabling all plugins too.
Let me know further.Regards,
MaheshMahesh
Participant@adunning: For italics font in Promotion Headline, use the following CSS:
#homepage-message { font-style: italic; }Regards,
MaheshMahesh
Participant@oleviolin: Can you please clarify more. And please post in your site url.
Regards,
MaheshMahesh
Participant@tdejarnett: In the theme, we do not allow html tags for the security reasons. Another thing you can do to avoid line breakage is increase the width of the slider text content. But it will still cause the breaking for long text. We will try to integrate the feature in the upcoming updates.
Regards,
MaheshMahesh
Participant@gordon30: That is kind of a strange, that should not have happened. Have you tested on other devices also? Please test in other devices too and please post in your site url. Is it happening on our demo site too on your device?
https://catchthemes.com/demo/catch-responsive/Regards,
MaheshMahesh
Participant@micha:
1. The Id #gallery-(some numbers) is automatically generated by WordPress. The number starts with 1 and increases with each gallery created on that page. If you create another page and create a new gallery there, then it again starts with 1. I traced it out with firebug.2. By default, there is not border in image in gallery, so you can specify border for image in gallery for certain page only like you’ve mentioned above with Id(#)- Specific or with class(.) General. For example
Say if you have two galleries(#gallery-1 and #gallery-2) in page with post-26:
Then with Id it can be done as follows:.post-26.page #gallery-1 img, .post-26.page #gallery-2 img { border: 2px solid #3c3c3c; }or it can be done with class as follows:
.post-26.page .gallery img { border: 2px solid #3c3c3c; }Note: If you have more galleries (say #gallery-3, #gallery-5, ……. #gallery-n) in the same page, the above code will put border in gallery-1 and gallery-2 only. Whereas the below code (one with class) will put border in entire gallery on that page.
Hope this clarifies you.
Regards,
MaheshMahesh
Participant@catch1947: Sorry it is not available in this theme. But you can use To Top plugin for that. It is highly customizable. Please find it in the link below:
https://wordpress.org/plugins/to-top/Regards,
MaheshMahesh
Participant@susannagable: Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS:
#site-branding .site-description { padding-bottom: 0; }Let me know if this helps.
Thank you very much and we really appreciate your feedback.
Please support by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/clean-box?rate=5#postformRegards,
MaheshMahesh
Participant@creativesigns: Upgrading from Free to Pro doesn’t affect your site, all the settings you’ve made in Free theme will be migrated to Pro.
Yes, you can use the Pro version in as many sites as you’ve owned. Please do not use it for third party.
There is the video tutorial on how to upgrade from Free to Pro, please check the link below.
https://www.youtube.com/watch?v=gVvrbKJNfkE
You can follow the same instruction to upload the theme to your other sites.Regards,
MaheshMahesh
Participant@catch1947: Seems like you’ve unchecked Allow Comments for those 3 pages, that is why there is no comment section. Go to “Dashboard=> Pages” and click on one of the above three pages and scroll down below content there is “Discussion” tab and make sure that Allow comments is checked then click save. Do this for all 3 pages then you’ll able to see comments section on those three pages as well.
If you could not find “Discussion” tab (Else you can skip this)
In edit page, scroll to the top and you can find Screen Option on the top right just beside Help, click it some options slides down and Check on Discussion Option, then discussion tab will be visible below.Let me know if any problem.
Regards,
MaheshMahesh
Participant@yogawithagnes: Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS:
#feature-slider .entry-container .entry-content { display: none; }Regards,
MaheshMahesh
Participant@gordon30: Do you mean the update is working fine on firefox and issue is on android’s chrome only? If so, may be because of cache problem. Please check this demo of Catch Responsive Pro. No such problem, checked on firefox and chrome on desktop and chrome and default browser on android. Working fine on all.
Let me know if the problem persists?
Regards,
MaheshMahesh
Participant@catch1947: I checked your site and video size seems to be fine. Or may be I didn’t find the page with that issue. Can you please specify the page with the issue?
Regards,
MaheshMahesh
Participant@hoffmen99: Thank you for using Catch Responsive Pro. I checked the theme and seems to be an bug in the slider. Our team has found the bug and fixed it. The issue will be fixed on the next update ( will be available soon ). If its urgent for you, you can fix it manually. Find
catchresponsive-featured-slider.phpinside theme_directory/inc folder, go to line 53 you will see following code:
data-cycle-fx="'. absint( $options['featured_slide_transition_effect'] ) .'"
Change this to
data-cycle-fx="'. esc_attr( $options['featured_slide_transition_effect'] ) .'"
Note: The thing need to change is absint to esc_attr.Thank you for letting us know the bug.
Regards,
MaheshMahesh
Participant@catwingz: Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS:
/* Remove preceding hyphens from caption */ .wp-caption .wp-caption-text::before { content : ""; } /* For widget area background */ #supplementary .widget { background-color: #f1f1f1; } /* For widget area outer background (Please skip this if you don't need this) */ #colophon { background-color: #f1f1f1; }Note: Please change the color as you required.
Let me know if any problem.
Regards,
MaheshMahesh
Participant@tdejarnett: Format the text do you mean to change font size? Since you header text in the slider are long, using small font will fix the issue. Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS.
/* Adjust Featured Slider's header font size */ #feature-slider .entry-title { font-size: 20px; } /* Adjust Featured Slider's content font size */ #feature-slider .entry-content { font-size: 15px; }Note: Please adjust the font size as you required.
Let me know if any problem.
Regards,
MaheshMahesh
Participant@catch1947: Thank you for your appreciation. Yes, I am part of Catch Themes Team. I’m glad to know that I could help you with the issue and you are satisfied. 🙂
If you like my support and Catch Evolution theme then please support by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/catch-evolution?rate=5#postformHave a nice day!
Regards,
MaheshMahesh
Participant@susannagable: You have again put the portion of the CSS not the whole and that is why its not working. You have put the code (This is not correct):
{ font-family: Cantarell; font-size: 20px; font-style: normal; }Please use the following CSS instead:
.site-description { font-family: Cantarell; font-size: 20px; font-style: normal; }Regards,
Mahesh -
AuthorPosts
