Forum Replies Created
-
AuthorPosts
-
Mahesh
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.cssis not loading properly. The code should be copied into child theme’sfunctions.phpnot 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.phpandcontent-cat.phpfile 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.phpadd 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,
MaheshMahesh
Participant@sziszi: I checked your site and the Additional CSS is working fine. Let me know further.
Regards,
MaheshMahesh
Participant@maciejrzeszutko: I hope I was able to resolve your issue. Would you mind taking a few minutes to write a review for me please? I’d really love to know what you think of my support. Your feedback is deeply valued as it will help potential clients read about your experience and also help me improve.
https://wordpress.org/support/theme/clean-magazine/reviews/#postform
Thank you so much for your help!Regards,
MaheshJune 1, 2017 at 11:45 pm in reply to: Make site title and tag line permanently visible only on home page #116613Mahesh
Participant@kakkerlat: 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/full-frame/reviews/#postform
Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know.Regards,
MaheshMahesh
Participant@silkroaddog: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
.site { max-width: unset; }Regards,
MaheshMahesh
Participant@vasikk: Thank you so much for your valuable review and rating. I have read your comments. They were really helpful. I greatly appreciate you took the time to write them. Have a nice day! Thank you!
Regards,
Mahesh -
AuthorPosts
