Forum Replies Created

Viewing 20 posts - 1,021 through 1,040 (of 2,016 total)
  • Author
    Posts
  • in reply to: Menu Text Colour #105037
    Pratik
    Participant

    Hi Mike,
    Please post in your site url.

    Regards,
    Pratik

    in reply to: Constant error #104932
    Pratik
    Participant

    Please contact sales in the link mentioned above for any financnce related issues.

    in reply to: Constant error #104930
    Pratik
    Participant

    We have mentioned the updating process clearly in theme instructions. We do not have automatic update feature.

    in reply to: Constant error #104928
    Pratik
    Participant

    You can find the latest version of you theme here: https://catchthemes.com/my-account/
    Download the file. Then install catch-updater plugin and follow the instructions as described in video here: https://youtube.com/watch?v=W95SuabDZi8.

    in reply to: Constant error #104922
    Pratik
    Participant

    Updating pro themes process is a bit different. Check out the instructions at https://catchthemes.com/theme-instructions/catch-adaptive-pro/#updating.

    in reply to: Constant error #104919
    Pratik
    Participant

    For now, can you try updating the theme to latest version and see if your initial problem is solved or not?

    in reply to: Constant error #104917
    Pratik
    Participant

    I have checked and the update messages are working fine. Is there any security plugin? Or any security measures from the server. Updates rolled out more than three days ago.

    in reply to: Constant error #104913
    Pratik
    Participant

    Only your account is facing this issue. There are no complaints from our other users. Please check our forum. Maybe your server has blocked access to outside sites so it cannot reach out update api. There is usually an update message. If your account doesn’t show latest version of theme, then please contact our sales team at https://catchthemes.com/contact-us/ to get this sorted out.

    Regards,
    Pratik

    in reply to: Constant error #104863
    Pratik
    Participant

    We pushed it out a couple of days ago. Please check your my accounts page and update accordingly.

    in reply to: Simple Catch Translation #104607
    Pratik
    Participant

    Hi @filip_1,

    I am working on this. In the mean time, can you let me know exactly which language you, have chosen in WordPress admin section?

    Regards,
    Pratik

    in reply to: Constant error #104606
    Pratik
    Participant

    Hi @Kamyar,

    The updates should start rolling out today. If you want it fixed asap, you can just remove array_filter function from that line. Be careful though, if you are not familier with coding in php, you might break your site.

    Regards,
    Pratik

    in reply to: Constant error #104496
    Pratik
    Participant

    Hi @Kamyar,

    It looks like this is the issue with only some version of php. I have fixed and patched up the issue. Please wait for the next update which will be soon. It should fix up this error.

    Let me know if it does not.

    Regards,
    Pratik

    in reply to: Change widget titles from H2 to h4 #104492
    Pratik
    Participant

    Ok not please try adding following function in your child theme’s functions.php file.

    
    /**
    * Function to update sidebars
    */
    function clean_magazine_child_update_sidebars() {
    	unregister_sidebar( 'primary-sidebar' );
    	unregister_sidebar( 'header-right' );
    	unregister_sidebar( 'footer-1' );
    	unregister_sidebar( 'footer-2' );
    	unregister_sidebar( 'footer-3' );
    
    	//Primary Sidebar
    	register_sidebar( array(
    		'name'          => __( 'Primary Sidebar', 'clean-magazine' ),
    		'id'            => 'primary-sidebar',
    		'before_widget' => '<section id="%1$s" class="widget %2$s"><div class="widget-wrap">',
    		'after_widget'  => '</div><!-- .widget-wrap --></section><!-- #widget-default-search -->',
    		'before_title'  => '<h4 class="widget-title">',
    		'after_title'   => '</h4>',
    		'description'	=> __( 'This is the primary sidebar if you are using a two column site layout option.', 'clean-magazine' ),
    	) );
    
    	//Header Right
    	register_sidebar( array(
    		'name'          => __( 'Header Right', 'clean-magazine' ),
    		'id'            => 'header-right',
    		'before_widget' => '<section id="%1$s" class="widget %2$s"><div class="widget-wrap">',
    		'after_widget'  => '</div><!-- .widget-wrap --></section><!-- #widget-default-search -->',
    		'before_title'  => '<h4 class="widget-title">',
    		'after_title'   => '</h4>',
    		'description'	=> __( 'This is the header right widget area. It typically appears on the right of the site title or logo. This widget area is not equipped to display any widget, and works best with a search form, social icons widget, Advertisement Widget or possibly a text widget.', 'clean-magazine' ),
    	) );
    
    	for( $i=1; $i <= 3; $i++ ) {
    		register_sidebar( array(
    			'name'          => sprintf( __( 'Footer Area %d', 'clean-magazine' ), $i ),
    			'id'            => sprintf( 'footer-%d', $i ),
    			'before_widget' => '<section id="%1$s" class="widget %2$s"><div class="widget-wrap">',
    			'after_widget'  => '</div><!-- .widget-wrap --></section><!-- #widget-default-search -->',
    			'before_title'  => '<h4 class="widget-title">',
    			'after_title'   => '</h4>',
    			'description'	=> sprintf( __( 'Footer %d widget area.', 'clean-magazine' ), $i ),
    		) );
    	}
    
    }
    add_action( 'widgets_init', 'clean_magazine_child_update_sidebars', 11 );
    
    in reply to: Active Email Link in Header/Header Right Side #104489
    Pratik
    Participant

    Hi @cmsully7,
    If you liked our support and theme, please leave us a review at: https://wordpress.org/support/theme/catch-responsive/reviews/#new-post

    Regards,
    Pratik

    in reply to: Add a title to post section #104446
    Pratik
    Participant

    Hi @soledad-gonzalex-diaz,
    Do you mean title to Quiénes somos, Investigación and Publicaciones, if thats so, goto Appearance=> Customize=>Theme Options => Featured Content => Headline for Featured Content

    Let me know how it goes.

    Regards,
    Pratik

    in reply to: Constant error #104445
    Pratik
    Participant

    Hi @Kamyar,

    Can you post in your site url?

    Regards,
    Pratik

    in reply to: Change widget titles from H2 to h4 #104443
    Pratik
    Participant

    HI @discoman,

    For this, you need to make modifications via child theme. Please make a child theme first. The instructions are here: http://catchthemes.com/blog/create-child-theme-wordpress/

    After this, please let me know and I will provide you with functions.

    Regards,
    Pratik

    in reply to: menues of the kathmandu pro theme #104123
    Pratik
    Participant

    Hi @Kranz,
    To remove the Menu, you need to make customizations via child theme. However, if you remove menu, it will take the show the first element when in any site(DE/JP).

    First, create a child theme. Details about child theme is here: http://catchthemes.com/blog/create-child-theme-wordpress/

    Then in the child theme’s functions.php file, add following code:

    
    /**
    * Remove default navigation menu to nav menu
    * Used while viewing on smaller screen
    */
    function catchkathmandu_menu_alter( $items, $args ) {
    	return $items;
    }
    endif; // catchkathmandu_menu_alter
    

    Regards,
    Pratik

    in reply to: Adding social icons to a primary menu #104119
    Pratik
    Participant

    Hi @elliottrae,

    There is no simple way yo do it. Please hire a customizer.

    in reply to: Catch theme free : menu horizontal #104083
    Pratik
    Participant

    Hi @Didier,

    It seems so, but I checked and it requires a bit more than that. Sorry.

    Regards,
    Pratik

Viewing 20 posts - 1,021 through 1,040 (of 2,016 total)