Forum Replies Created

Viewing 20 posts - 8,801 through 8,820 (of 12,014 total)
  • Author
    Posts
  • in reply to: menu responsive #167753
    Skandha
    Member

    @valelotartaro: You can upload the image in Dropbox or similar kind of workspace and then post the link here.

    Kind Regards,
    Skandha

    in reply to: CSS for menu item #167752
    Skandha
    Member

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

    #menu-item-2102 a {
    	background: url('http://armadaleps.wa.edu.au/wp-content/uploads/2019/03/PTO_Logo.gif');
    	background-position: center center;
    }

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

    in reply to: Blank space #167746
    Skandha
    Member

    @mithrand: Hello there,
    Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    Skandha
    Member

    @dbatty: Hello Derek,
    Yes updates are only available for 1 year after purchase, after that you will need to renew your theme subscription.

    I could try looking at the problem if you provide you WP admin credentials. I will contact you shortly by email.

    Kind Regards,
    Skandha

    in reply to: String translation #167710
    Skandha
    Member

    @uschelbert: 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/solid-construction/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: CSS for menu item #167702
    Skandha
    Member

    @jennifersimsdesign-com-au: Hello Jennifer,
    Please post in your site URL and clarity which menu item you are referring to and what changes you would like to make to that menu item.

    Kind Regards,
    Skandha

    in reply to: String translation #167694
    Skandha
    Member

    @uschelbert: Hello there,
    Sorry for the late reply.
    First of all
    Go to => Child Theme Folder => functions.php and add the following Code.

    function polylang_translation() {
    	if ( function_exists( 'pll_register_string' ) ) {
    		$headline = get_theme_mod('solid_construction_featured_content_archive_title', esc_html__( 'Featured Content', 'solid-construction-pro') );
    		$sub_headline = get_theme_mod('solid_construction_featured_content_sub_title', esc_html__( 'Here you can showcase the x number of featured contents', 'solid-construction-pro') );	
    
    		pll_register_string( 'solid_construction_featured_content_archive_title', $headline, 'Solid Construction Pro' );
    		pll_register_string( 'solid_construction_featured_content_sub_title', $sub_headline, 'Solid Construction Pro' );
    
     		$quantity = get_theme_mod( 'solid_construction_featured_content_number', 3 );
    			for ( $i = 1; $i <= $quantity; $i++ ) {
    			 	$title   = get_theme_mod( 'solid_construction_featured_content_title_' . $i );
    				$content = get_theme_mod( 'solid_construction_featured_content_content_' . $i );
    				$more_button = get_theme_mod( 'solid_construction_featured_content_more_button_text_' . $i );
    				pll_register_string( 'solid_construction_featured_content_title_', $title, 'Solid Construction Pro' );
    				pll_register_string( 'solid_construction_featured_content_content_', $content, 'Solid Construction Pro' ); 
    				pll_register_string( 'solid_construction_featured_content_more_button_text_', $more_button, 'Solid Construction Pro' );//die('aaaa');
    			}	
    	}
    }
    add_action ( 'admin_init', 'polylang_translation' );

    Now you will find the Featured Content strings in Languages => String Translations.
    You should be able to add translated strings for Featured Content section.

    To make the translated text on your site when you change the language.

    Go to => Child Theme Folder => create a folder template-parts => Under template-parts create another featured-content and under featured-content folder
    create two files display-featured.php and content-image.php

    Add the code in this link to display-featured.php.
    and add the code in this link to content-image.php.

    Now you should be able to translate the featured content section.
    Let me know if this works out.
    Kind Regards,
    Skandha

    Skandha
    Member

    @dbatty: To be on the safe side I suggest you to back up your theme before update. For that you can use Catch Web Tools plugin. Install and Activate the plugin. Download the theme from your https://catchthemes.com/my-account/ page.
    Now,
    Go to => Dashboard => Catch Web Tools => Activate Catch Updater Module => Upload Plugin => Browse and select the .zip file you downloaded => Click on More Options and Create Backup as Yes and finally click Install Now.

    This will update the theme and also create a back up of the theme file in the Media Tab on your Dashboard.

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

    Skandha
    Member

    @dbatty: Hello Derek,
    To update pro theme you’ll need to first download the theme from your https://catchthemes.com/my-account/ page. Then install Catch Web Tools plugin and activate Catch Updater Module. https://wordpress.org/plugins/catch-web-tools/
    Please check the tutorial video in the link below:
    https://www.youtube.com/watch?v=W95SuabDZi8
    For more, check out theme instructions at https://catchthemes.com/theme-instructions/catch-responsive-pro/#updating

    Let me know if this helps you out!

    Kind Regards,
    Skandha

    in reply to: Demo Content #167688
    Skandha
    Member

    @mikemunsonmusic: Hello Mike, I hope I was able to help you out. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/audioman/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

    Skandha
    Member

    @dbatty: Hello Derek,
    You seem to be using a very old version of the theme. Can you please update the theme to the latest version and let me know if the issue persists?

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

    in reply to: featured slider help #167633
    Skandha
    Member

    @manonwethly: Hello there,
    I will contact you shortly by email.

    Kind Regards,
    Skandha

    in reply to: Change top Menu button font color and Icon in Mobile #167632
    Skandha
    Member

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

    #primary-menu-toggle {
    	color:#000;
    }

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

    in reply to: Remove menu/navigation #167631
    Skandha
    Member

    @johntrue: To remove the menu completely.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .site-header-main {
    	display:none;
    }

    The option to change the position of sections(Section Sorter) is only available in pro version of the theme. I suggest you upgrade to pro. You can check out the additional-features available in the theme.

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

    in reply to: menu responsive #167628
    Skandha
    Member

    @valelotartaro: Can you please attach me a screenshot a where the menu is getting distorted?

    Kind Regards,
    Skandha

    in reply to: Product page #167627
    Skandha
    Member

    @valelotartaro: Glad I could help you out. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Featured blog posts are setup where? #167626
    Skandha
    Member

    @yuyu: Hello there,
    Can you post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    in reply to: Menu on iPhone issue #167625
    Skandha
    Member

    @rodeboy: Hello Chris,
    The issue only occurs when you click on an anchor link in the menu. Like you have Testimonials, Website Design and Get in Touch anchor links in the Menu.
    The issue has been fixed an update will be released very soon. I will let you know when the issue is resolved.
    Thank you for reporting us the issue.

    Kind Regards,
    Skandha

    in reply to: Demo Content #167620
    Skandha
    Member

    @mikemunsonmusic: I have sent you an email and have attached the demo content file with it. Please check it.

    Kind Regards,
    Skandha

    in reply to: Hero Content Header #167619
    Skandha
    Member

    @somelis: For that
    Go to => Appearance => Customize => Header Media => Enable on => Select Entire Site, Page/Post Featured Image.

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

Viewing 20 posts - 8,801 through 8,820 (of 12,014 total)