Forum Replies Created

Viewing 20 posts - 11,001 through 11,020 (of 12,034 total)
  • Author
    Posts
  • in reply to: YouTube video frame size #147948
    Skandha
    Participant

    @adrmusic: To remove the thin line above menu
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .site-header-menu {
          border-top:none;
    }

    To change background color of sub-menu
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .main-navigation ul ul {
    	background-color:slategrey;
    }
    .main-navigation ul ul a:hover, .main-navigation ul ul > li.focus > a {
    	background-color:slategrey;
    }

    To remove the search space
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .mobile-search-wrapper {
         display:none !important;
    }

    Let me know if this works out.
    Kind Regards,
    Skandha

    in reply to: How can I add hyphens to my website #147944
    Skandha
    Participant

    @tinus53: Can you please elaborate where you want to use the hyphens on your website?

    Kind Regards,
    Skandha

    in reply to: How to change audio playlist font? #147943
    Skandha
    Participant

    @martin-vacha: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .wp-playlist-item a, .wp-playlist-item span {
    	font-size:20px;
    }

    You can change the size according to your requirement.

    Let me know if this is what you want.
    Kind Regards,
    Skandha

    in reply to: MENU toggle down hidden (on mobile devices) #147942
    Skandha
    Participant

    @martin-vacha: I don’t think menu toggle up will be a good idea as the menu items will clash with the header image. This is how the menu appears in the demo as well. If you want the menu to be seen you will need to remove the header image in mobile view.

    Let me know if this helps you out.
    Kind Regards,
    Skandha

    in reply to: Social Icons disappeared #147890
    Skandha
    Participant

    @maryw2wdance-com: I will contact you shortly by email.

    Kind Regards,
    Skandha

    in reply to: how to add a sub / drop down menu #147887
    Skandha
    Participant

    @celovg: Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    in reply to: YouTube video frame size #147882
    Skandha
    Participant

    @adrmusic: Twitter works a bit differently compared to other social media networks relating to the links posted. The link you share on Twitter sometimes is not validated by Twitter. That means the Twitter Cards for that tweet is not properly defined. You will need to find a suitable plugin from the wordpress plugin repository for twitter cards.

    To change the color of the header
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #masthead {
          background-color:blue;
    }

    Let me know if this helps you out.
    Kind Regards,
    Skandha

    in reply to: Woocommerce shop unstyled #147879
    Skandha
    Participant

    @theophila: Please post in your site URL.

    Kind Regards,
    Skandha

    in reply to: Simple Persona Pro #147875
    Skandha
    Participant

    @svguitar: For this you will need to get your site customized. I suggest you to hire a customizer.

    Kind Regards,
    Skandha

    in reply to: Problem loading images and updating the site #147872
    Skandha
    Participant

    @adriana.pulicicchio: Page builders like Elementor can be used with our themes but we can’t guarantee for compatibility as we have not tested for it.

    Kind Regards,
    Skandha

    in reply to: Footer in Catch Evolution #147871
    Skandha
    Participant

    @catchrmv: I meant that you can use Essential Widget Pro Plugin. After installing and activating the plugin you will be able to use the Featured Image Widget for your images.

    Let me know if this works out.
    Kind Regards,
    Skandha

    in reply to: featured content design? #147868
    Skandha
    Participant

    @ellinor-alicessongmail-com: Your site again seems to be on under construction mode. Please let me kow when your site is accessible.

    Kind Regards,
    Skandha

    in reply to: Change Color for post-title #147866
    Skandha
    Participant

    @pictonomad: Please post in your site URL and let me know which Yellow color you are referring to.

    Kind Regards,
    Skandha

    in reply to: Change Words in English to Spanish #147864
    Skandha
    Participant

    @adriana-pulicicchio: Our themes are translation ready but Spanish(Argentina) Translation file is not available for Foodie World Pro Theme. To translate those texts, you will need to add Spanish language file es_AR.po which you can get by renaming the foodie-world-pro.pot file in languages folder.
    Then, just open that file from free software from http://poedit.net/ and check for words like Service, pervious and next the words you want to translate, change that and save it. It should work. You can also add other translations there as well.
    You can send us the translated .po file and we will add it in our theme with you as a contributor for the translation.

    Let me know if this solves your issue!
    Kind Regards,
    Skandha

    in reply to: I need Custom Code! #147861
    Skandha
    Participant

    @bigbearfa: For this you will need to create a child theme. If you do not know how to create a child theme then you can use Generate Child Theme plugin. Then Go to => Child Theme Folder => functions.php and add the following code.

    
    if ( ! function_exists( 'parallax_frame_featured_content_display_position' ) ) :
    /**
     * Homepage Featured Content Position
     *
     * @action parallax_frame_content, parallax_frame_after_secondary
     *
     * @since Parallax Frame 1.0
     */
    function parallax_frame_featured_content_display_position() {
    	// Getting data from Theme Options
    	$options 		= parallax_frame_get_theme_options();
    
    	if ( $options['featured_content_position'] ) {
    		add_action( 'parallax_frame_after_content', 'parallax_frame_featured_content_display', 15 );
    	}
    	else {
    		add_action( 'parallax_frame_before_content', 'parallax_frame_featured_content_display', 15 );
    	}
    }
    endif; // parallax_frame_featured_content_display_position
    add_action( 'parallax_frame_before', 'parallax_frame_featured_content_display_position' );

    Let me know if this works out.
    Kind Regards,
    Skandha

    in reply to: Theme assistance #147854
    Skandha
    Participant

    @some_dude: Hello there, You don’t seem to be using out theme. Please post your issues in the respective Theme Support Forum.

    Kind Regards,
    Skandha

    in reply to: Footer in Catch Evolution #147841
    Skandha
    Participant

    @catchrmv: You can use Essential Widget Pro Plugin for this purpose. You can use the Featured Image Widget in the footer area to insert images into the footer.

    Let me know if this solves the issue.
    Kind Regards,
    Skandha

    in reply to: Featured Image Slider Not Working #147807
    Skandha
    Participant

    @bigoslesli: Hello there, 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/catch-everest/reviews/#new-post
    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. Have a good day!

    Kind Regards,
    Skandha

    in reply to: Home page | Portfolio selection per row more then 3 #147783
    Skandha
    Participant

    @norther1981: I’m sorry this option is not available in pro theme as well.

    Kind Regards,
    Skandha

    in reply to: Featured Image Slider Not Working #147777
    Skandha
    Participant

    @bigoslesli: Sorry for the late reply. You seem to have left to remove a <script> tag on your homepage due to which the slider was not working. I have removed it and it seems to be working. Please check and let me know if the slider is working or not.

    Kind Regards,
    Skandha

Viewing 20 posts - 11,001 through 11,020 (of 12,034 total)