Forum Replies Created
-
AuthorPosts
-
Mahesh
Member@sahilc: Which theme are you using? The one you are currently isn’t a theme by Catch Themes. This support forum is only for Catch Themes’s themes and plugins.
Regards,
MaheshMahesh
Member@oly: Theme does display the category title and description by default on the categories page on the top, just below the menu and before the posts. You have following CSS in your custom CSS because of which its being hidden.
.page-header { border-top: 0px double #e6e6e6; border-bottom: 0px double #e6e6e6; color: #757575; font-size: 14px; font-size: 1.4rem; line-height: 3.5; text-align: left; } .page-header {display:none}Please find and remove the above codes.
Regards,
MaheshMahesh
Member@rodeboy: Glad to know your issue is resolved. Yes, thank you for the suggestion. Have a nice day!
Regards,
MaheshMahesh
Member@heidi-bissell: Tried to check your site, got: Forbidden. You don’t have permission to access / on this server error. Let me know further.
Regards,
MaheshMahesh
Member@dschwartzer: Thanks, got your email. Please add the following CSS:
#respond #commentform label[for="subscribe"] { clear: none; display: inline-block; }Regards,
MaheshMahesh
Member@jvece1: Please refer to the link below:
https://catchthemes.com/theme-instructions/jomsom-pro/Regards,
MaheshMahesh
Member@paul-mac: Please make sure you have put the featured image to this page.
No such issue on your server. You are using version 4.7.1. The latest version available is 4.9.1. Please update to the latest version.Regards,
MaheshMahesh
Member@nico: Footer editor feature is only available in Pro version. I recommend you to upgrade to pro. Its not illegal to remove the text though, you can modify it with child theme. But I strongly recommend you to upgrade to Pro.
Regards,
MaheshFebruary 22, 2017 at 10:35 am in reply to: Change NEXT/PREVIOUS post links to include post thumbnail #110441Mahesh
Member@b-mcginnisgaiconsultants-com: For that, you’ll need to override
catchresponsive_post_navigation()function (inc/catchresponsive-core.php)line 1525. And you don’t need to create inc folder and copy pastecatchresponsive-core.php, it won’t work like that. Just copy the function’s code to your child theme’sfunctions.phpand customize it further. If you are not much familiar with coding, I recommend you to hire a customizer.Regards,
MaheshMahesh
Member@m-mommers: In the first post, seems you have set featured image and also the image within the content, that is why two images are being displayed. And about the text, in the first post, you don’t have any text in the content to show. Please add some text and put only one image (either featured image or image in content only). Let me know if any problem.
Regards,
MaheshMahesh
Member@oly: The category description is displayed in category pages if it does contain the description. Where do you actually want to show it?
Regards,
MaheshMahesh
Member@infoyed: Go to Dashboard=> Appearance=> Themes and activate the child theme. Yes, you can provide me the temporary user. Please send it to mahesh [at] catchthemes [dot] com.
Regards,
MaheshMahesh
Member@infoyed: Have you activated the child theme? I checked your site, currently, parent theme is active.
Regards,
MaheshMahesh
Member@kathigauss: Thank you for your appreciation. Have a nice day!
Regards,
MaheshMahesh
Member@bodycontest: Thank you for your appreciation. Have a nice day!
Regards,
MaheshMahesh
Member@bodycontest: All the steps you’ve carried out to make child theme are fine. But you cannot copy
structure.phpinto child theme and modify it. It won’t work. This is not how child theme work. If you want to override the function, you’ll need to copy the very function to child theme’sfunctions.phpand override it there.
Hope you understand.Regards,
MaheshFebruary 21, 2017 at 1:50 pm in reply to: WP News and Scrolling Widget Plugin won't show News in Mobile #110384Mahesh
Member@thanaphat: Thank you for your appreciation. Have a nice day!
Regards,
MaheshFebruary 21, 2017 at 1:13 pm in reply to: Slider Text jumping under menu and logo on Homepage #110378Mahesh
Member@morneh15: Add the following CSS:
@media screen and (max-width: 1024px) { #slideshow { margin-top: 160px; } } @media screen and (max-width: 767px) { #slideshow { margin-top: 185px; } }Regards,
MaheshFebruary 21, 2017 at 12:56 pm in reply to: WP News and Scrolling Widget Plugin won't show News in Mobile #110376Mahesh
Member@thanaphat: Please check the image in the url below:
http://bit.ly/2lpGcq3
Just seeing GRP News title and nothing. Same in the mobile too. Seems like a plugin issue.Regards,
Mahesh -
AuthorPosts
