Forum Replies Created

Viewing 20 posts - 11,001 through 11,020 (of 12,027 total)
  • Author
    Posts
  • 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

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

    @norther1981: Glad I could help you out. Let me know if you have anymore issues. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Mobile theme responsive? #147768
    Skandha
    Participant

    @mhutabarat: Captcha is not generated by the theme and is generated by third party so this being not responsive is not a theme related issue. Also you seem have used tables which does not help responsiveness.

    I see that you have used two empty <td> in the last two rows. What you can do is give those two <td> a class and hide those <td> in mobile view using CSS Code. This should help the form look better in mobile view.

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

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

    @adrmusic: Go to => Facebook => Share you website link
    Then you will see ... option on the top right of the post of link you just shared. Click on it and Click on Refresh Share Attachment

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

    in reply to: Frame around pictures #147765
    Skandha
    Participant

    @dennis-schaeferbehoerdenspiegel-de: Glad I could help you out. Have a good day!

    Kind Regards,
    Skandha

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

    @norther1981: I’m afraid this is not possible only using CSS. For that a lot of customization is required. I suggest you to hire a customizer.

    Kind Regards,
    Skandha

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

    @ellinor-alicessongmail-com: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #featured-content.layout-two .hentry {
    	text-align:justify;
    }

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

    in reply to: Featured Slider Can't Add over 4 Pages #147758
    Skandha
    Participant

    @aconnor1: 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/lucida/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

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