Forum Replies Created
-
AuthorPosts
-
Mahesh
Participant@marco-cherin: We’ll need to check in your server for the issue. We’ll contact you through email shortly.
Regards,
MaheshMahesh
Participant@uukuniemi: Thank you for your appreciation. If you like my support and Jomsom theme then please support by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/jomsom?rate=5#postform
Have a nice day!Regards,
MaheshMahesh
Participant@pj123: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
@media screen and (max-width: 767px){ #header-featured-image { padding: 100px 0; background-size: cover; background-position: 50% 50%; } #header-highlights-content .entry-container { top: 10px; } } @media screen and (max-width: 340px){ #header-featured-image { background-size: contain; } }Regards,
MaheshMahesh
Participant@live2bfree: It seems to be working fine on our server. Are you using any plugins? If yes, please try disabling it and check if it resolves. Or have you modified the theme?
Its working fine. Please check the demo:
https://catchthemes.com/demo/catchbox-pro/Regards,
MaheshMahesh
Participant@ugpost: Thank you for using Simple Catch Pro. Please use the following functions instead.
function wpb_disable_comment_url($fields) { if ( isset( $fields['url'] ) ){ unset( $fields['url'] ); } if ( isset( $fields['fields']['url'] ) ){ unset( $fields['fields']['url'] ); } return $fields; } add_filter('comment_form_defaults','wpb_disable_comment_url'); function wpb_disable_comment_email($fields) { if ( isset( $fields['email'] ) ){ unset( $fields['email'] ); } if ( isset( $fields['fields']['email'] ) ){ unset( $fields['fields']['email'] ); } return $fields; } add_filter('comment_form_defaults','wpb_disable_comment_email');Regards,
MaheshMahesh
Participant@marketingpro76: The issue is because of the following CSS in you Custom CSS:
@media screen and (min-width: 961px) { .entry-title { font-size: 0.00px; line-height: 1.62em; } }Please remove it.
Regards,
MaheshMahesh
Participant@jaehethe1: Yes, it is possible. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
.page #main .page .entry-header { display: none; }Regards,
MaheshMahesh
Participant@panopano: Have you resolved the issue? I checked your site and didn’t find any white border around the content on your site.
Regards,
MaheshMahesh
Participant@voodoochill: It should work fine with the Code in child theme’s
style.css. May be there is some error in you child theme’sstyle.css
Let me know further.Regards,
MaheshMahesh
Participant@voodochill: Please post in your site url.
Regards,
MaheshMahesh
Participant@marco-cherin: Sorry no demo slider on this theme. Confused with slider in Demo site as demo slider.
Yes you can remove the theme and install it, all you setting will remain as they are. Let me know if any problem.Regards,
MaheshMahesh
ParticipantMahesh
Participant@uukuniemi: Please post in your site url.
Regards,
MaheshMahesh
Participant@mehes: Do you want to have the current background color on home page only? If yes, replace the above CSS (first one) with the following:
.home #content { background-color: #ff00ff; } .home .panel-widget-style, .home .panel-row-style { background: none !important; border: none !important; }Also in the Contact Us page the widget I used to get the email, name, and address of the person who wants to contact us are disappeared:
Can you please clarify more on this?Regards,
MaheshMahesh
Participant@marco-cherin: Does this happen with Demo slider too? Please check. Please try installing a fresh copy of the theme. Hope this helps. If still doesn’t work, let me know further.
Regards,
MaheshMahesh
Participant@tingstedkirke: Thank you for your appreciation. Have a nice day!
Regards,
MaheshMahesh
Participant@theatrendg: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
.main-slider .slider-contents { display: none; }Regards,
MaheshMahesh
Participant@timtimothy: No Sidebar (Content Width) will not expand the primary content to full width, it will remove the sidebar and centers the primary content with same width. Full Width feature is only available in Pro version. I recommend you to upgrade to Pro.
Or you can use Custom CSS to make it full width. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:.no-sidebar.content-width #main { width: 100%; }Regards,
MaheshMahesh
Participant@lisa1234:
1. give the footer a different color (#009932)
Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:#site-generator { background-color: #009932; }2. No this is not possible by default in the theme. I recommend you to hire a customizer for this.
Regards,
MaheshMahesh
Participant@arteuno: I checked you site and understood what you meant. If you want to replace H1 header, you’ll need to create child theme. You can find more details on creating child theme HERE. Then in your child theme override certain functions, to replace H1 in the pages.
By the way, are you having any issues with multiple H1 in the page?Regards,
Mahesh -
AuthorPosts
