Forum Replies Created
-
in reply to: Custom Code Problem
Hello,
Can you please send me the credentials? I can fix this directly on your website.
Just added in the updated list, sorry for the delay. Will fix asap today with a new update.
Thanks
in reply to: Mobile Menu Not Completely ShowingHello,
Maybe you have not set widgets in Widgetized Footer Areas. In the new WP requirements it’s needed to add widgets to show a widget area.
Please let me know if it’s this the issue.
Thank You.
in reply to: Images not loadingTrying to login with the same credentials, but i can’t
in reply to: Issues with PHP7.1 & PHP7.2Hello,
First these are errors that are shown only with WP Debug TRUE or when PHP Error Logs are set to HIGH.
Thank you for for letting me know, we will fix in next update.
For now make this modification:
On that line (119) add ‘(int)’ before this text ‘$this->height’ all instances
Thank you
in reply to: Images not loadingHello,
I am trying to resolve this issue, but without success, it’s probably something caused by the hosting provider. Can you please contact the server provider and ask them if they have any restriction or configuration that can cause this issue?
Thanks
in reply to: Missing Theme DemosHello,
Your homepage is ready. About the Open Table Widget Plugin, it’s no more available in WordPress, the creators has removed that. So you need to register to Open Table website and you can get the code directly from there.
Thank You
in reply to: Custom heading: font optionsHello,
Try to set entire Column to Light, if this not working, set custom font color at that specific Heading.
We have not added that with Options but you can add easily with Custom CSS.
Let me know, if you have difficulties, please share with me credentials of WP
Thanks
in reply to: The site is experiencing technical difficultiesHello,
You need to install new required plugins and then activate the child theme again.
Can you please give me your credentials (private reply / update profile)? I can fix that for you
Thanks
in reply to: Images not loadingHello,
Can you please send to me the credentials ( as private reply ) or set them at your profile, so i can take a look what can cause the issue?
Thanks
Hello,
Just added in the update list.
For now, add this custom code to fix the issue
Use the ‘Extra Class’ Option to add a new class to the Row you need gaps between columns, for example: with_gapThen add this custom css code:
.with_gap .section_clear{ display:flex; } .with_gap .wpb_column{ margin-left: 10px; margin-right: 10px; }This can help you.
Thanks
in reply to: Problem search pageSorry for the late response, but we don’t work in these hours.
Can you please re-check now? It’s only a text that should changed from the dashboard.
I have re-checked the filters and works fine now.
I am sorry that you leave a such bad review in our website. Will be nice if you can change that.
Let me know if you need something else, if i am not online here, please write me directly on [email protected], or in this chat section: codeless.co/june/presentation/
Thank You
in reply to: Export And backup Theme OptionsHello,
You just need to use this plugin:
Export from parent theme and import to Child Theme
Let me know if you need my help.
Thanks
in reply to: Portfolio PROJECT DESCRIPTION – How do I change it?The Product Description Text is part of WooCommerce.
You can translate it using Translation Plugins.
If you need to edit in directly in code add this code in functions.php
add_filter( ' woocommerce_product_description_heading', 'custom_product_desc' ); function custom_product_desc($text){ return 'Custom Product Description'; }Let me know if it’s this what you need
Thanks-
This reply was modified 6 years, 11 months ago by
Ludjon.
in reply to: self hosted video doesn't showI am on MAC and SAFARI 12.0.2 and it works fine. I will check what can cause that and will let you know
Thanks :)
-
This reply was modified 6 years, 11 months ago by