Forum Replies Created
-
AuthorPosts
-
Mahesh
Participant@rawikltd: Well there is no such options to have image in search but not in posts. But you can use custom CSS for that. Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
/* Hide images in sinlge post */ .single-post #content .post .featured-image { display: none; } /* Make width of the image 200px in search page */ .search #content .post .featured-image { width: 200px; }
Regards,
MaheshJune 6, 2017 at 3:11 am in reply to: How to change the color of the three dots of the Featured Slider? #116808Mahesh
Participant@dariajanssen: In #1, #2 and #3, post ids should be given. Please use Catch IDs plugin for that.
https://wordpress.org/plugins/catch-ids/
Check to Exclude Slider posts from Homepage posts
Checking this option will exclude selected posts from blog lists that are selected for slider. Posts that are displayed in slider won’t be shown in blog list.In the editing fields of the home page, the codes for the images ‘catchkathmandu-featured-image’ ‘catchkathmandu-header-image’ and ‘catchkathmandu-sidebarlayout’ keep re-appearing in ‘Extra fields’.
Please clarify more on this.Regards,
MaheshMahesh
Participant@rodeboy: Its from one of your plugin’s CSS (All In One Event Calendar) i.e.
.timely img, #ai1ec-container img { margin: 0; }
Add the following CSS:
.timely img, #ai1ec-container img { margin: 0 auto; }
Regards,
MaheshJune 6, 2017 at 12:17 am in reply to: Full Frame: Featured Content Background Image on Mobiles #116802Mahesh
Participant@jacusczolgista: Current image is a landscape(horizontally long), so its kinda hard as desktop and mobile’s orientation is different. Do you have a portrait image of the same(vertically long)? If yes, please send me the url, and I’ll provide you the CSS.
Regards,
MaheshMahesh
Participant@laurenmichelleherrera: Please post in your site url.
Regards,
MaheshMahesh
Participantemree025: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
#mobile-header-left-menu .mobile-menu-text { visibility: hidden; position: relative; } #mobile-header-left-menu .mobile-menu-text:after { visibility: visible; position: absolute; top: 0; left: 5px; content: "Menü"; }
Regards,
MaheshMahesh
Participant@emree025: Sidr Menu was replaced by Custom Menu script in Version 4.6.
Where actually do you want the menu to appear? Currently, its right below the Logo.Regards,
MaheshMahesh
Participant@wolpertinger: Does this issue persist on parent theme as well? Do you have any plugins? Try disabling the plugins and check if that resolves the issue.
Regards,
MaheshMahesh
Participant@dariajanssen: The image you’ve mentioned is from the Featured Slider, to disable this section, go to Dashboard=> Appearance=> Customize=> Featured Slider=> Slider Options and select Disable in Enable Slider option.
Let me know if any problem.
Regards,
MaheshMahesh
Participant@rawikltd: Thank you 🙂 I could access it and have corrected it. If you want to change it anytime, go to Dashboard=> Appearance=> Customize=> Theme Options=> Content Featured Image Option and select the image size you desire or disable to remove the featured image.
Regards,
MaheshJune 5, 2017 at 3:25 am in reply to: The language of the material on the main page (Hero Content and other) does not #116739Mahesh
Participant@paedagogisches-zentrum: You have an issue in your child theme. The
style.css
is not loading properly. The code should be copied into child theme’sfunctions.php
not instyle.css
.
Let me know further.Regards,
MaheshMahesh
Participant@dlyscouleurs: I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review? Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated.
https://wordpress.org/support/theme/catch-responsive/reviews/#postformThanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know.
Regards,
MaheshMahesh
Participant@lizzie: There is a small bug in the theme. This will be fixed on the next update. We’ll let you know as soon as the update is released.
Regards,
MaheshMahesh
Participant@ibass: Its because of the Custom CSS you are using. Please remove the following CSS:
.sidr-open .mobile-menu a { color: #ffffff; } .sidr { background-color: #560001; } .sidr ul li:hover>a, .sidr ul li:hover>span, .sidr ul li.active>a, .sidr ul li.active>span, .sidr ul li.sidr-class-active>a, .sidr ul li.sidr-class-active>span { background: none #560001; color: #fff; box-shadow: none; } .sidr ul li ul li a, .sidr ul li ul li span { background: none #ffffff; color: #ffffff; box-shadow: none; } .sidr ul li ul li:hover>a, .sidr ul li ul li:hover>span, .sidr ul li ul li.active>a, .sidr ul li ul li.active>span, .sidr ul li ul li.sidr-class-active>a, .sidr ul li ul li.sidr-class-active>span { box-shadow: none; } .sidr ul li { border-color: #ffffff; } #header-content { padding: 0; clip: rect(1px 1px 1px 1px); /* IE7 */ clip: rect(1px, 1px, 1px, 1px); position: absolute; }
Regards,
MaheshMahesh
Participant@sandysandybalascak-com: 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, create
page.php
andcontent-cat.php
file and copy the code from the link below respectively.page.php
: http://bit.ly/2qRx7MNcontent-cat.php
: http://bit.ly/2qWcPgcLet me know if any problem.
Regards,
MaheshJune 4, 2017 at 12:48 pm in reply to: The language of the material on the main page (Hero Content and other) does not #116713Mahesh
Participant@paedagogisches-zentrum: 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
function.php
add the following codes:if ( ! function_exists( 'clean_education_child_polylang_invalidcache' ) ) : /** * Template for Clearing Polylang Invalid Cache * */ function clean_education_child_polylang_invalidcache() { delete_transient( 'clean_education_promotion_headline' ); } // clean_education_child_polylang_invalidcache endif; add_action( 'after_setup_theme', 'clean_education_child_polylang_invalidcache' ); function clean_education_child_polylang() { if ( function_exists( 'pll_register_string' ) ) { $options = clean_education_get_theme_options(); $promotion_title = $options['promotion_headline_title']; $promotion_content = $options['promotion_headline_content']; $promotion_button_text_1 = $options['promotion_headline_button']; $promotion_button_text_2 = $options['promotion_headline_button_2']; pll_register_string( 'promotion_title', $promotion_title ); pll_register_string( 'promotion_content', $promotion_content ); pll_register_string( 'promotion_button_text_1', $promotion_button_text_1 ); pll_register_string( 'promotion_button_text_2', $promotion_button_text_2 ); } } add_action ( 'admin_init', 'clean_education_child_polylang' );
Then use the plugin’s string translation.
Regards,
Mahesh -
AuthorPosts