Forum Replies Created
-
AuthorPosts
-
Mahesh
Participant@mmarvel54: The second code works fine for menu items to make it capitalize. Please post in your site url.
Regards,
MaheshMahesh
Participant@wamukota: No such issue on our server. And how are you able to choose Post in Featured Slider, Clean Education Free version only allows to put Pages in Featured Slider. Have you customized the theme? Please install a clean theme and check if the issue persists. If you are using any plugins, please try disabling the plugins one by one and check if that resolves the issue. Let me know further.
Regards,
MaheshMahesh
Participant@serasta: In Hero Content, post, pages, categories or custom image and content can be used. Same can be done for Featured Slider too. If you are using post/page/category, you can select the same in Featured Slider too. And if you have put Custom content and image in Hero Content, please choose Image in Featured Slider Type in Dashboard=> Appearance=> Customize=> Theme Options=> Featured Slider and use custom image and content.
Let me know if any problem.
Regards,
MaheshMahesh
Participant@serasta: Please use 320×320 image for all. And as far as possible, put short text, not more that it overflows the image.
Regards,
MaheshMahesh
Participant@serasta: For this you’ll need to customize further for this as this feature is not available in this theme. I recommend you to hire a customizer.
Regards,
MaheshMahesh
Participant@webhostpro: Clean Education theme is fully compatible with PHP7.
Regards,
MaheshMahesh
Participant@sziszi: Add the following CSS:
/*closed menu background color and font color*/ #access ul li a, #access ul li ul li a { background-color: #ffffff; /* Menu Background Color */ color: #fe0000; /* Menu Text Color */ } /*hover menü background and font color*/ #access ul li a:hover, #access ul li a:focus, #access ul li.current-menu-item a, #access ul li:hover > a, #access ul li.current-menu-item a, #access ul li:focus > a, #access ul li ul li a:hover, #access ul li ul li:hover > a, #access ul li.current-menu-item .sub-menu a:hover, #access ul li ul li a:focus, #access ul li ul li:focus > a, #access ul li.current-menu-item .sub-menu a:focus { background-color: #3a9605; /* Menu Background Color */ color: #ffffff; /* Menu Text Color */ } /*open menu color*/ #access ul li a:hover, #access ul li a:focus, #access ul li.current-menu-item a, #access ul li:hover > a, #access ul li.current-menu-item a, #access ul li:focus > a { background-color: #008000; }Regards,
MaheshMahesh
Participant@fireflywebs: Please use the following CSS for opacity:
#masthead .wrapper { background-color: rgba(55, 71, 65, 0.9); }Yes, its kinda strange that changing opacity property is causing such issue.
Regards,
MaheshMahesh
Participant@frafulla: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
#header-featured-image .wrapper, #header-featured-image .wrapper .wp-post-image { width: 100%; }Regards,
MaheshMahesh
Participant@laurenmichelleherrera: Sorry, we don’t have any video tutorial for now. We may do in the near future. Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
.portfolio-wrapper .entry-title, .featured-content-wrapper .entry-title { font-family: "Lato", sans-serif; text-transform: capitalize; }What do you not understand in theme instruction. Let me know so I can help you further.
Regards,
MaheshMahesh
Participant@smyo2017: 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/catch-base/reviews/#postform
Thank you so much for your help!Regards,
MaheshMahesh
Participant@wolpertinger: 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-flames/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@bjbarker: You recently gave me some really helpful comments about my service. I really appreciate the time you took to help me improve. Thank you!
And about the questions regarding Pro version:
* You can use the theme on as many site as you’ve owned without any third party involvement.
* You’ll have 3 column options:
** Content, Primary Sidebar
** Primary Sidebar, Content
** No Sidebar (Content Width)
** No Sidebar (Full Width)Regards,
MaheshMahesh
Participant@praulla: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
.gallery.galleryid-42.gallery-columns-4.gallery-size-medium { text-align: center; } .page .gallery figure.gallery-item { float: none; display: inline-block; }Regards,
MaheshJune 8, 2017 at 12:09 am in reply to: Change font style and sizing in Clean Journal Pro Theme #116992Mahesh
Participant@mmarvel54: In Pro version, it does include feature to change font family for Site title, Content, default font etc. For this option, go to Dashboard=> Appearance=> Customize=> Theme Options=> Font Family. If you want to change fonts and size for p, h1, h2, h3, h4, h5, you can use Custom CSS. Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
h1 { font-family: "Times New Roman"; font-size: 30px; } h2 { font-family: "Times New Roman"; font-size: 28px; } h3 { font-family: "Times New Roman"; font-size: 24px; } h4 { font-family: "Times New Roman"; font-size: 20px; } h5 { font-family: "Times New Roman"; font-size: 18px; } p { font-family: "Times New Roman"; font-size: 15px; }Note: Change the font-family and font-size as desired.
Regards,
MaheshMahesh
Participant@guni: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
#featured-content .entry-header .entry-title > a { pointer-events: none; }Regards,
MaheshMahesh
Participant@masterchess: Do you get any error? Are you using Catch Web Tool plugins’s Catch Updater for theme updates?
Regards,
MaheshJune 7, 2017 at 6:46 am in reply to: The language of the material on the main page (Hero Content and other) does not #116919Mahesh
Participant@paedagogisches-zentrum: Sorry, you’ll need to do one more function in your child theme’s
functions.php.function clean_education_custom_promotion_headline( $options ) { $output = ''; $title = $options['promotion_headline_title']; $content = $options['promotion_headline_content']; $button_text_1 = $options['promotion_headline_button']; $button_link_1 = $options['promotion_headline_url']; $button_target_1 = $options['promotion_headline_target_1']; $button_text_2 = $options['promotion_headline_button_2']; $button_link_2 = $options['promotion_headline_url_2']; $button_target_2 = $options['promotion_headline_target_2']; $button_one = ''; $button_two = ''; //Checking Button 1 Elements if ( $button_text_1 ) { if ( $button_link_1 ) { //support qTranslate plugin if ( function_exists( 'qtrans_convertURL' ) ) { $button_link_1 = qtrans_convertURL( $button_link_1 ); } } else { $button_link_1 = '#'; } if ( $button_target_1 ) { $button_target_1 = '_blank'; } else{ $button_target_1 = '_self'; } $button_one = '<span class="readmore button-one"><a href="' . $button_link_1 . '" target="' . $button_target_1 . '">' . pll__( esc_html( $button_text_1 ) ) . '</a></span>'; } //Checking Button 2 Elements if ( $button_text_2 ) { if ( $button_link_2 ) { //support qTranslate plugin if ( function_exists( 'qtrans_convertURL' ) ) { $button_link_2 = qtrans_convertURL( $button_link_2 ); } } else { $button_link_2 = '#'; } if ( $button_target_2 ) { $button_target_2 = '_blank'; } else{ $button_target_2 = '_self'; } $button_two = '<span class="readmore button-two"><a href="' . $button_link_2 . '" target="' . $button_target_2 . '">' . pll__( esc_html( $button_text_2 ) ) . '</a></span>'; } if ( $title ) { $title = '<h2 class="section-title">' . pll__( $title ) . '</h2>'; } if ( $content ) { $content = '<p>' . pll__( $content ); if ( '' != $button_one || '' != $button_two ) { $content .= '<span class="promotion-buttons">' . $button_one . $button_two . '</span>'; } $content .= '</p>'; } $output .= $title . $content; return $output; }Since you are not familiar with programming, here is a working child theme for you.
http://bit.ly/2mv8jYC
If you already have child theme, please delete it and add above one. Then go to Dashboard=> Languages=> String Translations and add string in your desired language.Note:
* This will make promotion headline translatable.
* Don’t forget to put custom promotion headline in Customizer.Let me know if any problem.
If you are having much trouble working with the code, I recommend you to hire a customizer.
Regards,
Mahesh -
AuthorPosts
