Forum Replies Created
-
in reply to: error theme picante
Hi, the problem caused by not installing the custom theme-version WPBakery provided with our theme. Also, I recommend you to use Codeless Builder when editing. It will work better with Picante
Thank You
in reply to: Responsive MenuFixed it manually. we have added a new update but not yet released on Themeforest, so update it when ready :). For now, it’s ok
Thank You
in reply to: One Page Menu Items + Fixed HeaderYou’re welcome :)
If you like our theme and support, leave us a rating on Themeforest, it’s very important for us :)
https://themeforest.net/downloads
Thank You so much
in reply to: Blog Sidebar stylingYou’re welcome :)
If you like our theme and support, leave us a rating on Themeforest, it’s very important for us :)
https://themeforest.net/downloads
Thank You so much
in reply to: Theme not WorkHi,
Please use our custom version of WPBakery or even better do not use it. Use the Codeless Page Builder is better.
I have fixed it. Let me know
Thanks
in reply to: Blog Sidebar stylingwp-content/themes/tower/vc_templates/
in reply to: Blog Sidebar stylingOk, we can try something different.
Please go to vc_templates/ and create a file: ‘vc_widget_sidebar.php’ and add this code:
<?php if ( ! defined( 'ABSPATH' ) ) { die( '-1' ); } /** * Shortcode attributes * @var $atts * @var $title * @var $el_class * @var $el_id * @var $sidebar_id * Shortcode class * @var WPBakeryShortCode_Vc_Widget_sidebar $this */ $title = $el_class = $el_id = $sidebar_id = ''; $atts = vc_map_get_attributes( $this->getShortcode(), $atts ); extract( $atts ); if ( '' === $sidebar_id ) { return null; } $el_class = $this->getExtraClass( $el_class ); ob_start(); dynamic_sidebar( $sidebar_id ); $sidebar_value = ob_get_contents(); ob_end_clean(); $sidebar_value = trim( $sidebar_value ); $sidebar_value = ( '<li' === substr( $sidebar_value, 0, 3 ) ) ? '<ul>' . $sidebar_value . '</ul>' : $sidebar_value; $css_class = apply_filters( VC_SHORTCODE_CUSTOM_CSS_FILTER_TAG, 'wpb_widgetised_column wpb_content_element' . $el_class, $this->settings['base'], $atts ); $wrapper_attributes = array(); if ( ! empty( $el_id ) ) { $wrapper_attributes[] = 'id="' . esc_attr( $el_id ) . '"'; } $output = '<aside ' . implode( ' ', $wrapper_attributes ) . ' class="' . esc_attr( $css_class ) . '"> <div class="wpb_wrapper"> ' . wpb_widget_title( array( 'title' => $title, 'extraclass' => 'wpb_widgetised_column_heading', ) ) . ' ' . $sidebar_value . ' </div> </aside> '; return $output;Hi, please install and activate Codeless Page Builder Plugin
Can you please give me the credentials to check it?
Thanks
in reply to: One Page Menu Items + Fixed HeaderNo problem, fixed it :)
Thank You
in reply to: Important Update Required!Yes, please open a new ticket, not here. Also, send credentials as private reply
in reply to: One Page Menu Items + Fixed Headerin reply to: Burger Icon crashing with logoYou’re welcome :)
If you like our theme and support, leave us a rating on Themeforest, it’s very important for us :)
https://themeforest.net/downloads
Thank You so much
You’re welcome :)
If you like our theme and support, leave us a rating on Themeforest, it’s very important for us :)
https://themeforest.net/downloads
Thank You so much
in reply to: Blog Sidebar stylingHi, I see that on pages that do not work, you have created the layout using WPBakery. Please create RightSidebar Layout using the page template on Pages -> Select Page -> on the right panel select page layout to right sidebar.
Thanks
Hi,
I don’t have access to pages. Can you give me more access to check and fix this?
I think the issue is with Header Color Option. Please go to Pages -> Select Home Page -> on the bottom you can find Header Color Option, switch it to Dark if you need dark header by default.
Thanks