Forum Replies Created
-
in reply to: Problems importing the demo
Hello,
Please share with us your wp credentials and online (private reply) link so i can install the demo you want.
Let me know which demo you prefer to be installed.
Regards!
in reply to: Demo Data did not import successfullyHello,
You have only to activate the Codeless Builder and Codeless Wpbakery Visual Composer.
Everything will show like the online demo. For more detailed information please look at : https://codeless.co/picante/documentation/
Regards!
in reply to: Dummy Data Import IssuesThis reply has been marked as private.in reply to: Remove target=_blank from Media element linkHello,
You have to edit the file: wp-content/themes/vc_content/media.php and edit the lines:
$output .= '<a href="'.$link.'" target="_blank"><img src="'.esc_url($image).'" alt="'.esc_attr__('Media', 'specular').'" class="type_image animated fadeIn'.esc_attr($animation).' alignment_'.esc_attr($alignment).'" /></a>';
replace with:
$output .= '<a href="'.$link.'"><img src="'.esc_url($image).'" alt="'.esc_attr__('Media', 'specular').'" class="type_image animated fadeIn'.esc_attr($animation).' alignment_'.esc_attr($alignment).'" /></a>';
Regards!
in reply to: WP bakery editorThis reply has been marked as private.Hello,
You don’t need to activate the plugins. We have purchased them with a specific license and also we will update them anytime with the theme.
Regards!
Hello,
You haven’t activated the transparency header and there is a custom CSS in the test page.
The slider was added in the Page Options > Slider Options it is a better solution.
Can you check it now?
Regards!
in reply to: subMenu on MobileHello,
It is impossible without accessing your backend so we can test the changes while we working.
Regards!
in reply to: WP bakery editorHello,
I have tried to add the iframe but there is no possibility to create a new page.
You can also use the media element to add the video. I recommend you upload the video on youtube or Vimeo.
Regards!
in reply to: Show Menu Button on MobileHello,
You can make that by adding this by Specular > General > Custom CSS Box:
@media (max-width: 767px){ .header_button { display: block !important; left: 7px; font-size: 12px !important; } }
in case the issue persists you have to edit the file wp-content/themes/specular/css/bootstrap-responsive.css and find the line :
@media (max-width: 767px) .header_button { display: none !important;
replace with:
@media (max-width: 767px) .header_button { display: none !important;
Also about the menu, you have to add the lines below:
@media (max-width: 1180px) #navigation { display: none !important; } @media (max-width: 1180px) .mobile_small_menu { display: block; }
Regards!
in reply to: Checkout button doesn't work on iPhonesThis reply has been marked as private.in reply to: Setup Newsletter FormHello,
First, you have to install the MailChimp for Wp plugin that is free.
After that, you have to open Mailchimp account and connect it with wp: https://www.wpbeginner.com/wp-tutorials/ultimate-guide-to-using-mailchimp-and-wordpress/
Now you have to add the Mailchimp Sign Up Form to your Widgets into WordPress Dashboard > Appearances > Widgets >Top Footer Right
You can also add it to the Footer widgets area and with Codeless Builder by adding the MailChimp element.
Regards!
This reply has been marked as private.in reply to: Google Maps error messageSorry,
I don’t know which plugin you have activated but I can’t access your WordPress dashboard.
There is a problem you have to deactivate the plugins by accessing the FTP and rename the folders on wp-content/plugins/
Anyway, I have tested and the Google Api and it works. So please check out the Google API details to activate it.
Let me know.
Regards!
in reply to: Specular Blocks don\’t show elementsHello Laetitia,
Please can you share with me your wp credentials (private reply) so, I can check out your issue?
Regards!