Forum Replies Created
-
AuthorPosts
-
Mahesh
Member@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
Member@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
Member@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
Member@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
Member@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
Member@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
Member@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
Member@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
Member@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,
MaheshMahesh
Member@isabella: I guess you’ve followed all the instructions above ( i.e. creating child theme, putting codes in
functions.phpetc ). After installing and activating the mentioned plugin, go to Admin Dashboard, you’ll see Facebook Page Plugin Shortcode Generator section at the bottom. Fill up the form and a shortcode will be generated. Copy the generate shortcode and go to “Dashboard=> Appearance=> Customize=> Homepage Settings=> Homepage Featured Content Options”, then page it in Content within Featured Content # and click save. Then go to front page, you’ll see the facebook page div in featured content section.Regards,
MaheshMahesh
Member@susannagable: You’ve not put the .site-description in the CSS, all of the code is required or it won’t work. Please use the following intead.
.site-description { font-family: Cantarell; font-size: 20px; font-style: normal; }Note: You can increase or decrease the font-size as per your requirement.
Hope this helps.Regards,
MaheshMahesh
Member@isabella: If you want to display certain facebook page in your site (in featured content) as you’ve mentioned earlier you can use this plugin and you have to follow the above steps.
Regards,
MaheshMahesh
Member@catch1947: Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS.
.no-sidebar #primary { width: 100%; }Regards,
MaheshMahesh
Member@isabella: Sorry, I thought you were trying to use the Facebook Page Plugin for WordPress, but you are trying to use the facebook’s own page plugin. This the not possible with the above method. You’ll need to hire a customizer for this.
Regards,
MaheshMahesh
Member@susannagable: Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS:
.site-description { font-family: Arial; font-size: 14px; }Regards,
MaheshMahesh
Member@catch1947: Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the above CSS.
Regards,
MaheshMahesh
Member@boboxx: Do you mean you are seeking for shortcode to display form? If so, I recommend you to use plugins such as Contact Form 7 or so. Shortcode falls beyond theme’s territory.
Regards,
MaheshMahesh
Member@centaine: Thank you for your appreciation and thank you for choosing Pro version. Have a nice day!
Regards,
Mahesh -
AuthorPosts
