Forum Replies Created

Viewing 20 posts - 381 through 400 (of 4,903 total)
  • Author
    Posts
  • Mahesh
    Participant

    @paedagogisches-zentrum: Our developers are working on it. This may be released by Tuesday. The theme is translation ready and WPML compatible. And for Polylang we are working on it. That is why. You can either try WPML translation plugin (premium plugin).

    Regards,
    Mahesh

    in reply to: Theme have different width in different Browsers #117296
    Mahesh
    Participant

    @masterchess: Please check in the link below:
    Demo Site
    in chome: http://bit.ly/2riJ9Kp
    in edge: http://bit.ly/2r6X9rj

    You Site
    in chrome: http://bit.ly/2sfS5Fp
    in edge: http://bit.ly/2rinbaA
    This is how its displying on mine. I’m using 1920×1080 display.

    Regards,
    Mahesh

    Mahesh
    Participant

    @jacusczolgista: Add the following CSS:

    @media screen and (max-width: 767px) {
        #featured-content {
        	background-image: url("http://jacobyrugs.co.uk/wp-content/uploads/2017/06/Persian-Rug-Cleaning-Rug-Repair.jpg");
        }
    }

    Regards,
    Mahesh

    in reply to: Strange behaviors #117194
    Mahesh
    Participant

    @wamukota: Thank you for using Clean Education Pro theme. Glad to know that you’ve figured it out. Have a nice day!

    Regards,
    Mahesh

    Mahesh
    Participant

    @cedmund84googlemail-com:
    * Hiding featured images: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    #main .post .featured-image {
        display: none;
    }

    * Disabling ability to comment:
    Go to Dashboard=> Appearance=> Posts=> All Posts then Edit Post click on Screen Options on top right just beside Help. Some options will slide down, check on Discussion checkbox. Then scroll down to Discussion tab and uncheck Allow Comments. Click update.

    Regards,
    Mahesh

    Mahesh
    Participant

    @paedagogisches-zentrum: Sorry, our team is working on this issue and the issue has been marked as top priority. This issue will be fixed in the next update. Thank you for your patience.

    Regards,
    Mahesh

    Mahesh
    Participant

    @jacusczolgista: I guess 490×750 works fine.

    Regards,
    Mahesh

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

    @jcmoch: We’ll contact you through an email shortly.

    Regards,
    Mahesh

    in reply to: Make font size smaller in Jomsom Pro #117164
    Mahesh
    Participant

    @dnelson503: 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?
    https://wordpress.org/support/theme/jomsom/reviews/#postform
    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.
    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: Hero content picture #117162
    Mahesh
    Participant

    @serasta: For this, you’ll need to customize the theme further. I recommend you to hire a customizer.

    Regards,
    Mahesh

    in reply to: Submit Button in Search Field #117158
    Mahesh
    Participant

    @bjbarker: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

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

    @masterchess: 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.
    https://wordpress.org/support/theme/catch-flames/reviews/#postform
    Your feedback is deeply valued as it will help potential clients read about your experience and also help me improve.
    Thank you so much for your help!

    Regards,
    Mahesh

    in reply to: Include featured image in search results #117156
    Mahesh
    Participant

    @rawikltd: 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-kathmandu/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

    Mahesh
    Participant

    @lambanlaa: This is not possible with CSS. 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 CSS.

    
    if ( ! function_exists( 'catchresponsive_child_invalidcache' ) ) :
    /**
     * Template for Clearing Cache
     *
     */
    function catchresponsive_child_invalidcache() {
    	delete_transient( 'catchresponsive_social_icons' );
    } // catchresponsive_child_invalidcache
    endif;
    add_action( 'after_setup_theme', 'catchresponsive_child_invalidcache' );
    
    function catchresponsive_get_social_icons(){
    	if ( ( !$output = get_transient( 'catchresponsive_social_icons' ) ) ) {
    		$output	= '';
    
    		$options 	= catchresponsive_get_theme_options(); // Get options
    
    		//Pre defined Social Icons Link Start
    		$pre_def_social_icons 	=	catchresponsive_get_social_icons_list();
    
    		foreach ( $pre_def_social_icons as $key => $item ) {
    			if ( isset( $options[ $key ] ) && '' != $options[ $key ] ) {
    				$value = $options[ $key ];
    
    				if ( 'email_link' == $key  ) {
    					$output .= '<a class="genericon_parent genericon genericon-'. sanitize_key( $item['genericon_class'] ) .'" target="_blank" title="'. esc_attr__( 'Email', 'catch-responsive-pro') . '" href="mailto:'. antispambot( sanitize_email( $value ) ) .'"><span class="screen-reader-text">'. __( 'Email', 'catch-responsive-pro') . '</span> </a>';
    				}
    				elseif ( 'skype_link' == $key  ) {
    					$output .= '<a class="genericon_parent genericon genericon-'. sanitize_key( $item['genericon_class'] ) .'" target="_blank" title="'. esc_attr( $item['label'] ) . '" href="'. esc_attr( $value ) .'"><span class="screen-reader-text">'. esc_attr( $item['label'] ). '</span> </a>';
    				}
    				elseif ( 'phone_link' == $key || 'handset_link' == $key ) {
    					$output .= '<a class="genericon_parent genericon genericon-'. sanitize_key( $item['genericon_class'] ) .'" target="_blank" title="'. esc_attr( $item['label'] ) . '" href="tel:' . preg_replace( '/\s+/', '', esc_attr( $value ) ) . '"><span class="screen-reader-text">'. esc_attr( $item['label'] ) . '</span> </a>';
    				}
    				else {
    					$output .= '<a class="genericon_parent genericon genericon-'. sanitize_key( $item['genericon_class'] ) .'" target="_self" title="'. esc_attr( $item['label'] ) .'" href="'. esc_url( $value ) .'"><span class="screen-reader-text">'. esc_attr( $item['label'] ) .'</span> </a>';
    				}
    			}
    		}
    		//Pre defined Social Icons Link End
    
    		//Custom Social Icons Link Start
    		for( $i = 1; $i <= $options['custom_social_icons'] ; $i++ ) {
    			$has_hover 		= '';
    			$image_hover 	= '';
    
    			if ( ! empty( $options['custom_social_icon_image_'. $i] ) ) {
    				$image = $options['custom_social_icon_image_'. $i];
    
    				if ( ! empty( $options['custom_social_icon_image_hover_'. $i] ) ) {
    					$image_hover = $options['custom_social_icon_image_hover_'. $i];
    					$has_hover = " has-hover";
    				}
    
    				//Checking Link
    				if ( ! empty( $options['custom_social_icon_link_'. $i] ) ) {
    					$link = $options['custom_social_icon_link_'. $i];
    				} else {
    					$link = '#';
    				}
    
    				//Checking Title
    				if ( !empty ( $options['custom_social_icon_title_'. $i]) ) {
    					$title = $options['custom_social_icon_title_'. $i];
    				} else {
    					$title = '';
    				}
    
    				//Custom Social Icons
    				$output .= '<a id="custom-icon-'. $i .'" class="custom-icon' . $has_hover . '" target="_blank" title="' . esc_attr( $title ) . '" href="' . esc_url( $link ) . '">
    					<img  alt="' . esc_attr( $title ) . '" class ="icon-static" src="' . esc_url( $image ) . '" />';
    
    					if (isset ( $image_hover ) && '' != $image_hover ) {
    					$output .= '<img  alt="' . esc_attr( $title ) . '" class ="icon-hover" src="' . esc_url( $image_hover ) . '" />';
    				}
    				$output .= '</a>';
    			}
    		}
    		//Custom Social Icons Link End
    		set_transient( 'catchresponsive_social_icons', $output, 86940 );
    	}
    
    	return $output;
    } // catchresponsive_get_social_icons

    Regards,
    Mahesh

    in reply to: Site title not Display in mobile device #117150
    Mahesh
    Participant

    @prafulla: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    #hgroup.logo-enable {
        display: block;
    }

    Regards,
    Mahesh

    in reply to: Upgrading from Free to Pro #117149
    Mahesh
    Participant

    @vatrailrider: Yes, upgrading from Free to Pro will not impact on you content. All your content will stay as it is. And if you do have settings, they will be migrated to Pro automatically too.
    Please check the video tutorial in the link below:
    https://www.youtube.com/watch?v=gVvrbKJNfkE

    Regards,
    Mahesh

    Mahesh
    Participant

    @cedmund84googlemail-com: Please post in your site url.

    Regards,
    Mahesh

    in reply to: Rockstar theme #117147
    Mahesh
    Participant

    @ttjackson91gmail-com: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    .wrapper {
    	width: 98%;
    	padding: 0 1%;
    	max-width: none;
    }

    Regards,
    Mahesh

    in reply to: Updating Clean Journal Pro – error #117146
    Mahesh
    Participant

    mmarvel54: You cannot update Pro themes by just directly Update Now button like Free themes. You’ll need to first download the theme from https://catchthemes.com/my-account/ page. Then install Catch Web Tools plugin and activate Catch Updater Module.
    https://wordpress.org/plugins/catch-web-tools/
    Please check the tutorial video in the link below:
    https://www.youtube.com/watch?v=W95SuabDZi8

    For more, check out theme instructions at https://catchthemes.com/theme-instructions/clean-journal-pro/#updating

    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Button Color Customization #117145
    Mahesh
    Participant

    @dosk: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    #secondary #wpcf7-f244-o1 input[type="submit"]:hover,
    #secondary #wpcf7-f244-o1 input[type="submit"]:active,
    #secondary #wpcf7-f244-o1 input[type="submit"]:focus {
    	background-color: #2630f2;
    	border-color: #2630f2;
    }

    Regards,
    Mahesh

Viewing 20 posts - 381 through 400 (of 4,903 total)