Forum Replies Created

Viewing 20 posts - 11,001 through 11,020 (of 12,014 total)
  • Author
    Posts
  • in reply to: Change Color for post-title #147866
    Skandha
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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

    in reply to: Red Line on top of Sub-menu #147757
    Skandha
    Member

    @caustin: 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 #147756
    Skandha
    Member

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

    Kind Regards,
    Skandha

    in reply to: Widgets Width #147755
    Skandha
    Member

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

    #secondary {
    	width:192px;
    }
    #primary {
    	width:77%;
    }

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

    in reply to: Search console error for catch evolution #147721
    Skandha
    Member

    @homa: Page content does not have author and author information in the Free Theme. I suggest you to upgrade to pro. You can check out the additional-features available in pro version of the theme.

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

    in reply to: YouTube video frame size #147690
    Skandha
    Member

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

    #site-generator {
        padding:20px;
    }

    For the link preview on facebook you can use Catch Web Tools plugin. Activate the plugin and Go to => Dashboard => Catch Web Tools => Open Graph => Enable Open Graph Module => Then Go to Homepage Settings => Then you can change your site preview

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

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