Forum Replies Created
-
AuthorPosts
-
Mahesh
Participant@accucomm: Where have you put the above CSS, I can’t find it in your site. Let me know further.
Regards,
MaheshMahesh
Participant@marianne-undheim: Thank you for your appreciation. Have a nice day!
Regards,
MaheshMahesh
Participant@robincox: I checked your site. I don’t know why are you using the following CSS. It is making the featured content width small that is why all the content shifted to the left.
#featured-content.layout-three .hentry{ width: 20%; } #featured-content.layout-three .hentry:nth-child(3n+2){ width: 20%; }Please use the following CSS instead:
#featured-content.layout-three .hentry{ width: 33.33%; } .featured-homepage-image { text-align: center; }Let me know if any problem.
Regards,
MaheshMahesh
Participant@makintour: Thank you for your appreciation. Have a nice day!
Regards,
MaheshMahesh
Participant@contactcrossfitmonrovia-com: Thank you for using Catch Adaptive Pro. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
media screen and (max-width: 340px) { #logo-icon { width: 50%; } }Regards,
MaheshMahesh
Participant@marianne-undheim: For this, 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.php, add the following codes:
function catchbox_posted_on_pages() { 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>', 'catch-box' ), esc_url( get_permalink() ), esc_attr( get_the_time() ), esc_attr( get_the_date( 'c' ) ), esc_html( get_the_date() ) ); }Next copy, content-page.php file from parent theme to child theme. And add the following line:
<?php catchbox_posted_on_pages(); ?>
Just after<h1 class="entry-title"><?php the_title(); ?></h1>line within the<header>tag.Regards,
MaheshMahesh
Participant@historiegeuldal: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS and add the following CSS:
#header-right-search { display: none; }Regards,
MaheshMahesh
Participant@luismarioochoa: Seems like you are missing a plugin. Please install and activate following plugin and check if it resolves the issue.
https://wordpress.org/plugins/advanced-custom-fields/Regards,
MaheshMahesh
Participant@skynet: I tested on our server and it just worked fine to hide the Header image. Let me know if any problem.
Regards,
MaheshMahesh
Participant@thepilgrim1938gmx-com: In which page is the issue occurring?
Regards,
MaheshMahesh
Participant@kerimitchellgmail-com: Go to Dashboard=> Appearance=> Menus and add desired Categories to the menu. Please check image in the following link:
http://bit.ly/2cofNpGRegards,
MaheshSeptember 19, 2016 at 12:09 pm in reply to: Featured Image not displaying in a particular page #99640Mahesh
Participant@luismarioochoa: Do you mean to hide the content from the slider? If so, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
#feature-slider .entry-content { display: none; }Regards,
MaheshMahesh
Participant@arnold: Please add the following CSS:
#promotion-message mark, #promotion-message ins { background: none; } #promotion-message { background-color: #ff00ff; }Note: Please change the color as desired.
Regards,
MaheshMahesh
Participant@robincox: Please upload the image to dropbox or similar and then share the url here.
Regards,
MaheshMahesh
Participant@accucomm: Sorry, forgot
#in the above code, I’ve made the corrections now, it will work please try again.Regards,
MaheshMahesh
Participant@scatmax: If you still mean to justify the text, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
.entry-summary p { text-align: justify; }Regards,
MaheshMahesh
Participant@bigoslesli: Just to let you know that new version of Jomsom Pro 1.4 is now available, please update.
Regards,
Mahesh -
AuthorPosts
