Forum Replies Created

Viewing 20 posts - 1,021 through 1,040 (of 14,488 total)
  • Author
    Posts
  • in reply to: Design of sidebar widget titles #114563
    Sakin
    Keymaster

    @bigstes: Sorry, but you are not using our theme and we only support theme developed my us. So, you should consider posting this question in the theme authors support forum.

    in reply to: Design of sidebar widget titles #114548
    Sakin
    Keymaster

    @bigstes: can you post in your site URL so that I can check in.

    Sakin
    Keymaster

    Hello Anca,

    Sorry, for that you need to create wpml-config.xml file and use string translation as show in https://polylang.pro/doc/strings-translation/. So, I recommend you to upgrade to pro version where you don’t need to add these functions and wpml-config.xml.

    Regards,
    Sakin

    Sakin
    Keymaster

    @ancageorgescugmail-com: Please copy the code properly. the code you have paste here is different then the one that I gave you.

    in reply to: How to change slider images #113585
    Sakin
    Keymaster

    @controluce: I check in and went to url http://www.tommasogiorgetti.it/contatti/ and it’s showing just one image.

    in reply to: Settings for Home and Blog pages #113399
    Sakin
    Keymaster

    @marsha: Thanks for your appreciation and if you like our support and Simple Catch theme, then please support us by providing your valuable review and rating at https://wordpress.org/support/theme/simple-catch/reviews/?filter=5

    Sakin
    Keymaster

    @ancageorgescugmail-com: Sorry there is no easy way to do that except upgrading to pro version. To do this is free version, you need to know little technical details. First, you need to build child theme, for child theme refer to https://catchthemes.com/blog/create-child-theme-wordpress/ and then add the following code in your child theme functions.php file.

    if ( ! function_exists( 'adventurous_poly_invalidcache' ) ) :
    /**
     * Template for Clearing Polylang Invalid Cache
     */
    function adventurous_poly_invalidcache() {
    	delete_transient( 'adventurous_post_sliders' );
    	delete_transient( 'adventurous_page_sliders' );
    	delete_transient( 'adventurous_category_sliders' );
    	delete_transient( 'adventurous_image_sliders' );
    	delete_transient( 'adventurous_homepage_headline' );
    	delete_transient( 'adventurous_homepage_featured_content' );
    	delete_transient( 'adventurous_footer_content' );	
    	delete_transient( 'adventurous_footercode' );
    	delete_transient( 'adventurous_featured_image' );
    
    } // adventurous_wpml_invalidcache
    endif;
    
    add_action( 'after_setup_theme', 'adventurous_poly_invalidcache' );
    in reply to: Settings for Home and Blog pages #112839
    Sakin
    Keymaster

    @marsha: Thant is default from WordPress code the_archive_title function. To remove that, you need to user filter hook. So, first build child theme. For child theme, refer to https://catchthemes.com/blog/create-child-theme-wordpress/ and then add the following code in child theme functions.php file.

    add_filter( 'get_the_archive_title', function ($title) {
        if ( is_category() ) {
            $title = single_cat_title( '', false );
        } elseif ( is_tag() ) {
            $title = single_tag_title( '', false );
        } 
        return $title;
    });
    in reply to: Height of embedded video too small and not scaling #112682
    Sakin
    Keymaster

    @banno2000: Thanks for your appreciation and if you like our support and theme, then please support us by posting your review and rating at https://wordpress.org/support/theme/helena/reviews/?rate=5#new-post

    in reply to: problem with WPML #112614
    Sakin
    Keymaster

    @olaf-boehmebissantz-de: This looks more of Plugin issue. Can you check in with WPML support at
    https://wpml.org/forums/forum/english-support/

    in reply to: Height of embedded video too small and not scaling #112613
    Sakin
    Keymaster

    @banno2000: Theme has responsive video support from Jetpack plugin. I see that you already have “Jetpack” plugin install. So, don’t embed video like that. Just add in the video URL in your post editor and it will work fine.
    Just add like:
    https://www.youtube.com/watch?v=dB4kiR4--Uw

    in reply to: Settings for Home and Blog pages #112313
    Sakin
    Keymaster

    @marsha: Yes, you can go to “Plugins” in your WordPress Dashboard and then deactivate that plugin. But, if you don’t want to deactivate that plugin, then check that plugin font color options and change the color there. This is not from our theme.

    in reply to: Settings for Home and Blog pages #112311
    Sakin
    Keymaster

    @marsha: I see that you have made changes thorough Easy Google Font Plugin. Also, I don’t understand your question: Do you want to remove that black background in the post title? or Do yo want to add that black baground int eh post title in posts in Frontpage?

    in reply to: Header, Logo and Page Width #112308
    Sakin
    Keymaster

    @mtp525: The option to change the header image position is there in Catch Base Pro theme. In Pro version, you will get option “Featured Header Image Position” where you can select from “Before Header / Before Menu / After Menu / After Slider”. You can check out more about additional features in Pro version at https://catchthemes.com/theme-instructions/catch-base-pro

    If free version, if you want your logo to be at the top full width then you need to upload logo of at least 1200px width, then add the following css in “Appearance => Customize => Additional CSS”. But this is not recommended way to do it.
    #masthead, #masthead .wrapper, #site-branding { padding: 0; }

    in reply to: Add border around the page and posts #112206
    Sakin
    Keymaster

    @adetoyipeter12gmail-com: Sorry, I just check in your site and see that you are not using theme from Catch Themes. This support forum is only for theme developed by us. Check out our themes at https://catchthemes.com/themes/category/premium/

    in reply to: Different slider on subpage with different images #110621
    Sakin
    Keymaster

    @themecatcher: Sorry there is no option in theme to have another slider in different pages. So, in this case you need to use plugin and maybe adjust code by building child theme. As Pratik suggested, please consider hiring a customizer. You can post message from https://catchthemes.com/hire-customizer/.

    I check in our system, but sorry we haven’t received any message from your account to hire a customizer. I will send you email with CC to our cuztomizer team.

    in reply to: Changing the Configuration of My Site's Header #110230
    Sakin
    Keymaster

    @mauryeel: Thanks for your appreciation and if possible would you please submit your review at https://wordpress.org/support/theme/fabulous-fluid/reviews/?filter=5
    Thanks 🙂

    in reply to: Changing the Configuration of My Site's Header #110227
    Sakin
    Keymaster

    @mauryeel: Replace the previous css with the following. Make sure, you copy all 4 lines of CSS:

    .site-branding { width: 100%; text-align: center; }
    .site-branding .header-site-details { float: none; padding: 0; }
    #site-navigation { clear: both; float: none; margin: 0; text-align: center; }
    #site-navigation ul li { float: none; display: inline-block; }

    Then for the title, remove the all caps, you can add the following css:
    .site-branding .site-title { text-transform: none; }

    Finally for the font size changes, I am not going to change that for mobile. So, you can change the font size in the following css as per your need and add it in “Appearance => Customize => Additional CSS”

    @media screen and (min-width: 990px) {
        .site-branding .site-title { font-size: 28px; }
        .site-branding .site-description { font-size: 14px; }
    }
    in reply to: Changing the Configuration of My Site's Header #110185
    Sakin
    Keymaster

    @mauryeel: For header arrangement, you can add the following css in “Appearance => Customize => Additional CSS”

    .site-branding { width: 100%; text-align: center; }
    .site-branding .header-site-details { display: inline-block; padding: 0; }
    #site-navigation { clear: both; float: none; margin: 0; text-align: center; }
    #site-navigation ul li { float: none; display: inline-block; }

    About the white background below your header image. That is there from “Featured Content”. I see that, you have activated featured content and use “page featured content”, but you haven’t selected any page to be displayed. So, if you don’t want featured content then just go to “Appearance => Customize => Featured Content” and in “Enable Featured Content on” select “Disabled”. Then the white background will go from there.

    in reply to: Hyphens #110162
    Sakin
    Keymaster

    @sshellerina: Now, custom css has been supported by WordPress from version 4.7. So now you can add custom css in “Appearance => Customize => Additional CSS”. What’s not working can you let me know? When I check in your site it working fine.

Viewing 20 posts - 1,021 through 1,040 (of 14,488 total)