Forum Replies Created
-
AuthorPosts
-
Skandha
Member@valelotartaro: You can upload the image in Dropbox or similar kind of workspace and then post the link here.
Kind Regards,
SkandhaSkandha
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,
SkandhaSkandha
Member@mithrand: Hello there,
Please post in your site URL so that I can look into the issue.Kind Regards,
SkandhaMarch 12, 2019 at 7:33 am in reply to: Page changes not taking affect. Formatting not changing either. #167711Skandha
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,
SkandhaSkandha
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,
SkandhaSkandha
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,
SkandhaSkandha
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.phpAdd 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,
SkandhaMarch 12, 2019 at 1:24 am in reply to: Page changes not taking affect. Formatting not changing either. #167692Skandha
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,
SkandhaMarch 12, 2019 at 12:18 am in reply to: Page changes not taking affect. Formatting not changing either. #167689Skandha
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/#updatingLet me know if this helps you out!
Kind Regards,
SkandhaSkandha
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,
SkandhaMarch 11, 2019 at 7:01 am in reply to: Page changes not taking affect. Formatting not changing either. #167649Skandha
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,
SkandhaSkandha
Member@manonwethly: Hello there,
I will contact you shortly by email.Kind Regards,
SkandhaSkandha
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,
SkandhaSkandha
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,
SkandhaSkandha
Member@valelotartaro: Can you please attach me a screenshot a where the menu is getting distorted?
Kind Regards,
SkandhaSkandha
Member@valelotartaro: Glad I could help you out. Have a good day! 🙂
Kind Regards,
SkandhaSkandha
Member@yuyu: Hello there,
Can you post in your site URL so that I can look into the issue.Kind Regards,
SkandhaSkandha
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,
SkandhaSkandha
Member@mikemunsonmusic: I have sent you an email and have attached the demo content file with it. Please check it.
Kind Regards,
Skandha -
AuthorPosts
