Forum Replies Created
-
in reply to: Menu link to section of pagein reply to: Border line for text blocks not working
Hello,
Sorry, i don’t have a precise date just yet. But if you show me where you want the border in your site, i can give you a more precise code, working for only that block of text. Not all text in site.
Let us know.Best regards!
in reply to: Button link open in new tabHello,
You must have an old version of Visual Composer as the Button 2 does not longer have that name and the ‘Open in new tab’ attribute.
I have notified the developer team regarding it, but i still can not tell for sure if this will be added in future theme update.
If you want to open button in new tab, for the first button go to file vc_templates/button.php and find this line:$output .= '<a class="btn-bt align-'.esc_attr($align).' '.esc_attr($cl_redata['overall_button_style'][0]).'" href="'.esc_url($link).'"><span>'.esc_attr($title).'</span><i class="'.esc_attr($icon).'"></i></a>'; if($button_bool =='yes'): $output .='<a class="btn-bt '.esc_attr($cl_redata['overall_button_style'][0]).'" href="'.esc_url($button_2_link).'"><span>'.esc_attr($button_2_title).'</span><i class="'.esc_attr($icon).'"></i></a>'; endif;Replace with this:
$output .= '<a target="_blank" class="btn-bt align-'.esc_attr($align).' '.esc_attr($cl_redata['overall_button_style'][0]).'" href="'.esc_url($link).'"><span>'.esc_attr($title).'</span><i class="'.esc_attr($icon).'"></i></a>'; if($button_bool =='yes'): $output .='<a target="_blank" class="btn-bt '.esc_attr($cl_redata['overall_button_style'][0]).'" href="'.esc_url($button_2_link).'"><span>'.esc_attr($button_2_title).'</span><i class="'.esc_attr($icon).'"></i></a>'; endif;Save file.
Best regards!
-
This reply was modified 10 years, 4 months ago by
Mirela.
in reply to: cannot change testimonial speedHello,
You do not have to go through that procedure now as this option is added to the testimonials settings. Just go to the elements settings > Duration of Item in View, set the value here. Screenshot.
Best regards!
in reply to: Transparency HeaderHello,
For that please add this code into your custom css box:
@media (max-width:480px){ .header_11.header_wrapper {background-color: rgb(18, 18, 18) !important;} }Best regards!
in reply to: Blog – "You are here"Hello,
The blog posts are in direct hierarchy after the site root (aka home). Sorry but this is wordpress default breadcrumbs structure. It is not possible to change it.
Best regards!
in reply to: Overall header for woocommerce sitesHello,
You may have not edited all necessary files. Find out the file responsible for the cart and payments layout and edit it.
Sorry but these types of customizations are not included in theme support, so i can not help you with that.Best regards!
in reply to: tower / 1-click installHello,
No worries, this topic is redirected in Tower theme support forum.
Did you manage to solve your issue? Let us know if you need further help.Best regards!
in reply to: Error during upgradeHello,
Please send us your wp and ftp credentials in a private reply. We can do the upgrade for you. Do not worry for your data safety as a private reply is only visible from you and forum admins.
Best regards!
in reply to: Logo light missingHello,
Please add this code into your custom css box:
@media(max-width: 480px){ #logo img.dark { display: none; visibility: hidden; } #logo img.light { display: block; visibility: visible; }}Best regards!
in reply to: Overwrite the default layoutHello,
Sorry for the inconvenience. There must have been a mistake during update. I notified already the developer team. I can assure you it will be added in the next update.
In the mean time, if you send us your wp and ftp credentials in a private reply, we can fix it for you.
Thank you for the patience!Best regards!
in reply to: Removing Comments Section from Blog PostsHello,
Please add this code into your custom css box:
.single-post #comments { display: none;} #respond { display: none;}Best regards!
in reply to: who to use a svg Logo?Hello,
There should not be any problem displaying a svg image. Please send us your site’s url. So we can give it a look.
Best regards!
in reply to: issue in dummy data importHello,
@muritala76,
Are you importing from a backup file? If you are, then you have to make sur ethe backup file has all necessary files to import correctly. In your screenshot there is a message: Your backup or demo doesn’t contain sidebar_widgets.txt file.
If you import dummy data from dashboard options, this message would not appear.
Import dummy data by clicking on one of the demos you want and then ‘import’.
If you still have difficulties, send us your wp credentials in a private reply. So we can do it for you.
@TS-Rynkar,
Space does make an issue if you do not have enough. The data to import is quite big, because there are a lot of pages and settings to import. If your server lacks in excecution time and memory, the action will not be concluded with success. Please make sure to have enough memory.
If you want us to try import them for you, then create a new topic and send us your credentials in a private reply.Best regards!
in reply to: Breadcrumbs, Social Media IconsHello,
Do you want to remove the hole page header area? If so, go to page’s General Settings > Page Header Options > Active Page Header, set it OFF.
Please send us your site’s url, so we can give you the exact code to add into your custom css box for the logo area resize.Best regards!
-
This reply was modified 10 years, 4 months ago by