Forum Replies Created
-
AuthorPosts
-
Mahesh
Participant@marianne-undheim: Add the following codes in your child theme’s
functions.phpfunction catchbox_modified_on_pages() { printf( __( '<span class="sep">Modified on </span><a href="%1$s" title="%2$s" rel="bookmark"><time class="entry-date updated" datetime="%2$s" pubdate>%2$s</time></a>', 'catch-box' ), esc_url( get_permalink() ), esc_attr( get_the_modified_date('F j, Y') ) ); }And
<?php echo ' '; catchbox_modified_on_pages(); ?>
just below
<?php catchbox_posted_on_pages(); ?>Regards,
MaheshMahesh
Participant@kterra: Okay, I now understand the problem. There is a setting to disable the repeated image. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Content Featured Image Option and select Disable Image in Check to Disable Header Right Section option.
Let me know if any problem.Regards,
MaheshMahesh
Participant@makintour: Glad to know you found the solution. Have a nice day! And thank you too, we really appreciate it.
Regards,
MaheshSeptember 21, 2016 at 12:49 pm in reply to: Remove Or Disable Featured Slider On Mobile Version #99812Mahesh
Participant@mataiblis70: Thank you for your appreciation. Have a nice day!
Regards,
MaheshMahesh
Participantchinseng93: Add the following CSS in your Custom CSS box:
.footer-content a { color: #00ff00; }Note: Change the color as you desire.
Regards,
MaheshMahesh
Participant@accucomm: If you still want it, I can help. Put the CSS and let me know. Its okay if you do not want it anymore either.
Regards,
MaheshMahesh
Participanttrip2day: Add the following CSS in your Custom CSS box:
#primary .post ul li, #primary .page ul li { background: none; }Note: You have an error in your Custom CSS, first fix it, you have a missing } before this code:
.footer-b .footer-nav ul li a:hover { text-decoration: none;color:#fff;}Regards,
MaheshMahesh
Participant@bdkj-diozesanverband-wurzburg: Can you please explain what do you mean by different content on different site on both columns??
Regards,
MaheshMahesh
Participant@kterra: Thank you for using Catch Everest Pro theme. If you want to have individual header image for your different pages and posts, go to Dashboard=> Appearance=> Header Image and select Entire Site, Page/Post Featured Image in
Enable Featured Header Image option. Choosing this option will set featured image as the page’s header image if exists if not, it uses default header image.
To Enable Slider on Home page only, go to Dashboard=> Appearance=> Featured Slider=> Slider Options and select Homepage/Frontpage in Enable Slider option.
For hiding header image in homepage, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:/* Hides header image from homepage */ .home #header-image { display: none; }Let me know if any problem.
Note: For Header Image, you can use image of your desired size.Regards,
MaheshMahesh
Participant@ffwa: Yes, this is a support forum. We do provide support for theme issues, but what you’ve mentioned is beyond theme support scope. So I recommended you to hire a customizer. If you have any other theme issue, please let us know.
Regards,
MaheshMahesh
Participant@onnalomd: Yes, you can add as many font as you want to, in different elements, because using two or more fonts in one element doesn’t make any sense. No you cannot add font to drop down, please use custom CSS instead.
Regards,
MaheshMahesh
Participant@compyfox: Seems you are using latest posts (default) as home page. You seem to have only one posts for now with two categories (Landschaft, Ruhr). Go to Dashboard=> Appearance=> Customize=> Theme Options=> Homepage/Frontpage Options and select all listed categories in Select Categories option. Let me know if this fixes your issue.
Regards,
MaheshMahesh
Participant@compyfox: By default, the menu bar is white and on hover and focus it is red. Since you have white background, the button seems to be invisible. If you do want to make it red, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
.mobile-menu-anchor a.genericon-menu { color: #e8554e; }Regards,
MaheshMahesh
Participant@thepilgrim1938gmx-com: So you have set featured image and an image in the content too, that is why two images are being displayed in single page. But this can be avoided, so that only one image will be displayed. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Layout Option and select Disable in Single Page/Post Image Layout option. Then click Save & Publish.
Let me know if any problem.Regards,
MaheshMahesh
Participant@luismarioochoa: Can you please share your child theme’s
single-specialist.phpor the code within so that I can help you further. And have you made any changes afterwards Sangeeta uploaded the theme for you?Regards,
MaheshMahesh
Participantikh1: Thank you for your appreciation. Have a nice day!
Regards,
MaheshMahesh
Participant@historiegeuldal: Thank you for your appreciation. Have a nice day!
Regards,
Mahesh -
AuthorPosts
