Forum Replies Created
-
AuthorPosts
-
Hi,
It may be a execution time issue kindly set given time limit.
max_execution_time = 300 max_input_time = 1000 memory_limit = 256M post_max_size = 64M upload_max_filesize = 64M upload_max_size = 64M
After setup this if theme demo content are not set kindly share WP login details here we setup this.
Regards,
DaveHi,
Issue have been resolved. Kindly check and confirm.
Regards,
DaveOctober 14, 2024 at 11:19 am in reply to: Wrong User Name on Top Right Side Bar – Classified Theme #225177Hi,
Unfortunately your all themes package has expired.
Kindly renew your package by buying it here: https://www.sktthemes.org/shop/all-themes/
We look forward to welcoming you again into our family.
Regards,
DaveHi,
If you want to edit a service single page,?
Kindly follow the below steps.
1. Kindly go to Dashboard >> Elementor >> Setting >> General and check all post type options.
See example screenshot: https://ibb.co/TMRYf20
After the complete 1 step.
2. Kindly go to Dashboard >> Our Services >> google-ads >> Edit with Elementor >> and change it there.
Regards,
DaveOctober 14, 2024 at 11:13 am in reply to: SKT Baby SitterVersión: pro6.0 Issues at Postal Code ZIP #225175Hi,
Here we added this code in the function.php file so the postal code box is visible.
function filter_woocommerce_get_country_locale( $country_locale ) { // Loop through foreach( $country_locale as $key => $locale ) { // Isset if ( isset ( $locale['postcode']['hidden'] ) ) { // When true if ( $locale['postcode']['hidden'] == true ) { // Set to false $country_locale[$key]['postcode']['hidden'] = false; } } } return $country_locale; } add_filter( 'woocommerce_get_country_locale', 'filter_woocommerce_get_country_locale', 10, 1 );
Kindly ask plugin support for a plugin-related issue, how to set dropdown by order ID, and make form fields mandatory.
Regards,
BradHi,
You are welcome 🙂
Regards,
Dave🙂
Hi,
Kindly send us your URL of the site and WordPress admin details (Username & Password) via email:[email protected] Please mention this forum URL while replying so that we understand what needs to be done.
We’ll check and revert back to you.
Regards,
DaveHi,
Kindly show us your website URL?
Regards,
Dave🙂
You are welcome 🙂
Regards,
DaveYou are welcome 🙂
Regards,
DaveHi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.footer-infobox .social-icons { padding-top: 30px; }
Regards,
DaveHi,
Could you provide us with a screenshot showing the issues you’re experiencing after adding CSS.
Upload your screenshot on https://imgbb.com/ and paste the share url here.
Regards,
DaveHi,
Kindly use this CSS code to hide blue banner.
.page-template-contact-layout1 .page_head img { display:none;}
Regards,
Dave -
AuthorPosts