Forum Replies Created

Viewing 20 posts - 401 through 420 (of 4,903 total)
  • Author
    Posts
  • in reply to: Capitalize Nav Menu Items #117144
    Mahesh
    Participant

    @mmarvel54: The second code works fine for menu items to make it capitalize. Please post in your site url.

    Regards,
    Mahesh

    in reply to: Strange behaviors #117102
    Mahesh
    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,
    Mahesh

    in reply to: Hero content picture #117092
    Mahesh
    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,
    Mahesh

    in reply to: make testimonial box size fixed #117089
    Mahesh
    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,
    Mahesh

    in reply to: moving the Search box to top #117084
    Mahesh
    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,
    Mahesh

    in reply to: I love the Clean Education theme, just one question #117081
    Mahesh
    Participant

    @webhostpro: Clean Education theme is fully compatible with PHP7.

    Regards,
    Mahesh

    in reply to: Problems with theme update #117080
    Mahesh
    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,
    Mahesh

    in reply to: Issue with drop down menu. #117075
    Mahesh
    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,
    Mahesh

    in reply to: clean journal header image and header top menu #117074
    Mahesh
    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,
    Mahesh

    in reply to: Menu Issues on Parallax Frame #117031
    Mahesh
    Participant

    @jcmoch: Let me know whenever its available.

    Regards,
    Mahesh

    in reply to: Font #117028
    Mahesh
    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,
    Mahesh

    in reply to: Menu questions #117027
    Mahesh
    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,
    Mahesh

    in reply to: featured widget content #117026
    Mahesh
    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,
    Mahesh

    in reply to: Submit Button in Search Field #117025
    Mahesh
    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,
    Mahesh

    in reply to: create front page gallery isssue #116994
    Mahesh
    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,
    Mahesh

    Mahesh
    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,
    Mahesh

    in reply to: Remove Hyperlink from Featured Pages #116991
    Mahesh
    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,
    Mahesh

    in reply to: Update to version 3.8.2 Failed #116990
    Mahesh
    Participant

    @masterchess: Do you get any error? Are you using Catch Web Tool plugins’s Catch Updater for theme updates?

    Regards,
    Mahesh

    Mahesh
    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

    in reply to: Menu questions #116918
    Mahesh
    Participant

    @smyo2017: For that, go to Dashboard=> Appearance=> Menu and add some Custom Links and put ‘#‘ in Url and desired title in Link text.

    Let me know if any problem.

    Regards,
    Mahesh

Viewing 20 posts - 401 through 420 (of 4,903 total)