Forum Replies Created
-
AuthorPosts
-
Mahesh
Participant@andra4a: Well, we haven’t actually tested the plugin in our theme. May be it is not compatible and causing the issue.
Regards,
MaheshMahesh
Participant@falkr1979: Yes, this can be done. For that, you’ll need to create a child theme. You can find more details on creating child theme HERE. Then in your child theme’s
functions.phpadd the following codes.function catchevolution_posted_on() { /* Check Author URL to Support Google Authorship * * By deault the author will link to author archieve page * But if the author have added their Website in Profile page then it will link to author website */ if ( get_the_author_meta( 'user_url' ) != '' ) { $catchevolution_author_url = esc_url( get_the_author_meta( 'user_url' ) ); } else { $catchevolution_author_url = esc_url( get_author_posts_url( get_the_author_meta( "ID" ) ) ); } printf( __( '<span class="sep">Posted on </span><a href="%1$s" title="%2$s" rel="bookmark"><time class="entry-date updated" datetime="%3$s" pubdate>%4$s</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="%5$s" title="%6$s" rel="author">%7$s</a></span></span>', 'catch-evolution' ), esc_url( get_permalink() ), esc_attr( get_the_time() ), esc_attr( get_the_date( 'c' ) ), esc_html( get_the_date( 'F j, Y g:i A' ) ), $catchevolution_author_url, esc_attr( sprintf( __( 'View all posts by %s', 'catch-evolution' ), get_the_author() ) ), get_the_author() ); }Regards,
MaheshMahesh
Participant@oly: You can try our other full-width themes:
* Full Frame
* Rock Star
* Clean Business
* Parallax Frame
* Fabulous Fluid
* Clean Magazinehttps://catchthemes.com/themes/category/premium/
Regards,
MaheshMahesh
Participant@brand:
1 – I don’t understand what you mean. Please explain further.
2 – Please post in your site url.Regards,
MaheshMahesh
Participant@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
Participant@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
Participant@rodeboy: Glad to know your issue is resolved. Yes, thank you for the suggestion. Have a nice day!
Regards,
MaheshMahesh
Participant@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
Participant@dschwartzer: Thanks, got your email. Please add the following CSS:
#respond #commentform label[for="subscribe"] { clear: none; display: inline-block; }Regards,
MaheshMahesh
Participant@jvece1: Please refer to the link below:
https://catchthemes.com/theme-instructions/jomsom-pro/Regards,
MaheshMahesh
Participant@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
Participant@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
Participant@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
Participant@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
Participant@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
Participant@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
Participant@infoyed: Have you activated the child theme? I checked your site, currently, parent theme is active.
Regards,
MaheshMahesh
Participant@kathigauss: Thank you for your appreciation. Have a nice day!
Regards,
Mahesh -
AuthorPosts
