Forum Replies Created
-
in reply to: doubts about slides function
Hello,
Did you set the Slider height option as 100%? Please assign a specific number of px instead.
Let us know.Best regards!
in reply to: Theme Tower – License WP BakeryHello,
WP Bakery plugin has been recently updated with the latest release of theme. The included version is fully functional and compatible with theme and WordPress 4.5+
The license number is not included. We update theme and plugins frequently, but if you want to update before that, then you have to buy it yourself.Best regards!
in reply to: icon in menuHello,
You can add an additional button in header, like search, in General Options > Header Options > Add button to header.
Best regards!
in reply to: greyscale grid item in visual composer not showingHello,
This is strange. I don’t get that look when i see your site in my computer. In both versions i do see all portfolio items displaying. Most probably this is due to browser incompatibility. What browser are you using? Can you try to open site with chrome? Does the issue still happen?
Let us know.Best regards!
in reply to: Clients Carousel auto-rotate ?Hello,
@ivan22mar,
This file can not be accessed from your wordpress dashboard, Appearance > Editor. You have to access it via ftp. Follow this path: wp-content/themes/specular/js/mai.js.Best regards!
in reply to: StickyHello,
please add this code into your custom c sbox:
.top_nav { position: fixed !important;} .sticky_header .header_wrapper { top: 30px !important; z-index: 9 !important; } .header_wrapper { top: 25px !important;}Best regards!
in reply to: Change Pagination on client logo sectionin reply to: Client Logos not displaying correctlyin reply to: Menu disappears after scrolling downHello,
Please go to the page’s settings > General Settings > Page Options & Style > Header Color Style for Header, check that you have selected the same header style with the Codeless slider slide, header style.
See screenshots: page header option / codeless slider slide optionBest regards!
Hello,
I don’t understand well where did you made the edit, but to make the button open link in a new tab, please go to file vc_templates/button.php and find these lines:
$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 class="btn-bt align-'.esc_attr($align).' '.esc_attr($cl_redata['overall_button_style'][0]).'" href="'.esc_url($link).'" target="_blank"><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).'" target="_blank"><span>'.esc_attr($button_2_title).'</span><i class="'.esc_attr($icon).'"></i></a>'; endif;Let us know.
Best regards!
in reply to: Problems with logo visibilityHello,
Please send a link of your site. So we can give a closer look.
Best regards!
in reply to: Codeless Slider Not working in IEHello,
Sorry for the late reply.
We have notified the developer team and will be making the necessary tests for this. We will include a fix (if necessary) in the next theme update. In the mean time please use one of the other available sliders.
Thank you for your patience.Best regards!
in reply to: page scroll from right to left in mobileHello,
This is not exactly a feature of theme. This happens when there is some element in the page that is wider than the mobile width. Making the page scroll horizontally in order for that element to be viewed completely. The online demo doe snot have such element and that is why is not scrollable. To avoid this we need to find that element and assign a new width to it.
I see you have two blog elements in your home page. In mobile you can scroll it’s elements from left to right.
I added this code:.owl-carousel .owl-wrapper {max-width: 320px !important;} .owl-carousel .owl-item { float: none;}Into the mobile block of css in your custom css box. The blog items are displaying one after another now. Let us know..
Best regards!
Hello,
Please go to page’s option panel, in the top-right corner of text editor you will see a gear icon. Make sure to be in backend mode first. Click on it and add the css code into the editor pop up box.
Screenshot.Best regards!
in reply to: Twitter and blogging issuesHello,
Please add this code into your custom css box:
footer .inner .widget ul li a { float: none !important; }Let us know.
Best regards!