Hello
You had only to add a new widget element and select another widget area for the currency.
Regards!
Hello,
The problem is that you had activated the Page as One Page option of the page editor.
Regards!
Hello,
Please share with us your wp credentials into your profile details so we can help you with the 2 issues you have written in the forum.
Regards!
Hello,
Please share with us your wp credentials into your profile details so we can help you with the 2 issues you have written in the forum.
Regards!
Hello,
Yes it is possible but you have to edit the file: wp-content/plugins/codeless-framework/include/widgets/codeless_socialwidget.php
you have to edit the <a href=""
tag and adding the target=”_blank” instruction like the example below:
echo '<li class="facebook"><a href="'.esc_url($cl_redata['facebook']).'"><i class="icon-facebook"></i></a></li>';
replace:
echo '<li class="facebook"><a target="_blank" href="'.esc_url($cl_redata['facebook']).'"><i class="icon-facebook"></i></a></li>';
You have to do the same with other links.
Regards!
Helo,
Sorry, I can’t access your wp dashboard with the above credentials. Anyway you can copy and paste the code below into the Text mode of WordPress editor and you will get the exact same page:
Let me know.
regards!
Hello,
Please open the browser console with f12 on chrome or by click with the right button of the mouse and click Inspect Element.
check Console > Errors
Let me know if you see any errors.
Also, we have just released the latest version of the Tower, you can update it.
Regards!
Hello,
Please can you share with us your wp credentials and online link (private reply) so we can check out what cause this issue?
Regards!
Hello,
These issues are caused by your hosting provider. Please check these php variables and try to make them have these values:
memory_limit = 256M
upload_max_size = 64M
post_max_size = 64M
upload_max_filesize = 64M
max_execution_time = 300
max_input_time = 1000
Regards!
Hello,
Please share the wp credentials and online link with us on private reply so we can install the dummy data for you.
Regards!
Hello,
Have you downloaded the latest version of the theme? You have launched the update today.
Let me know.
Regards!
Hello,
You have to go into WordPress Dashboard > Portfolio Items (Left Navigation)
WordPress Dashboard > Staff Items
Check out the documentation for more details:
https://codeless.co/documentation/
Regards!