Forum Replies Created
-
in reply to: Shop page different with demo
Hello
You had only to add a new widget element and select another widget area for the currency.
Regards!
in reply to: Visual Composer Tool no workHello,
The problem is that you had activated the Page as One Page option of the page editor.
Regards!
in reply to: Shop page different with demoHello,
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!
in reply to: Visual Composer Tool no workHello,
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!
in reply to: Open Social Media Icons in a new TabHello,
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!
in reply to: Dummy Data Import IssuesHelo,
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!
in reply to: Issues with 2 plugins for the themeThis reply has been marked as private.in reply to: how do I get the dummy pagesThis reply has been marked as private.in reply to: Media Grid – Video PopupHello,
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!
in reply to: Activate of Handel Theme problemHello,
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 = 1000Regards!
in reply to: how do I get the dummy pagesHello,
Please share the wp credentials and online link with us on private reply so we can install the dummy data for you.
Regards!
in reply to: Issues with 2 plugins for the themeHello,
Have you downloaded the latest version of the theme? You have launched the update today.
Let me know.
Regards!
in reply to: demo content is not deletedHello,
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!