Forum Replies Created
-
AuthorPosts
-
FocuxTheme Support
KeymasterHi
Could I check your website? You can tell me the link via private reply.
Thanks
FocuxTheme Support
KeymasterHi
I have updated ThemeVan Shortcodes plugin, please go to plugins page, auto update this plugin, then check the vc content again.
Thanks
You must have valid license to access this content.FocuxTheme Support
KeymasterHi
Question 1: please try the following custom CSS to fix the first issue, let me know if it works.
#body-container{overflow-x:hidden;}Questions 2: Please try to add the following custom CSS into DGWork Options > Custom Codes > Custom CSS
.main-navigation ul li[class*="current"] a { color: #25a9e1; border-bottom: none; }Question 3: I will add 2,3,4 columns as the bottom layout option in the next version. Now, you have to edit footer.php, replace the following part
<?php if ( is_active_sidebar( 'bottom-widget-1' ) ):?> <div class="bottom-widget dgw-grid dgw-col3"> <?php dynamic_sidebar( 'bottom-widget-1' ); ?> </div> <?php endif;?> <?php if ( is_active_sidebar( 'bottom-widget-2' ) ):?> <div class="bottom-widget dgw-grid dgw-col3"> <?php dynamic_sidebar( 'bottom-widget-2' ); ?> </div> <?php endif;?> <?php if ( is_active_sidebar( 'bottom-widget-3' ) ):?> <div class="bottom-widget dgw-grid dgw-col3"> <?php dynamic_sidebar( 'bottom-widget-3' ); ?> </div> <?php endif;?> <?php if ( is_active_sidebar( 'bottom-widget-4' ) ):?> <div class="bottom-widget dgw-grid dgw-col3 last"> <?php dynamic_sidebar( 'bottom-widget-4' ); ?> </div> <?php endif;?>to
<?php if ( is_active_sidebar( 'bottom-widget-1' ) ):?> <div class="bottom-widget dgw-grid dgw-col4"> <?php dynamic_sidebar( 'bottom-widget-1' ); ?> </div> <?php endif;?> <?php if ( is_active_sidebar( 'bottom-widget-2' ) ):?> <div class="bottom-widget dgw-grid dgw-col4"> <?php dynamic_sidebar( 'bottom-widget-2' ); ?> </div> <?php endif;?> <?php if ( is_active_sidebar( 'bottom-widget-3' ) ):?> <div class="bottom-widget dgw-grid dgw-col4"> <?php dynamic_sidebar( 'bottom-widget-3' ); ?> </div> <?php endif;?>Thanks
You must have valid license to access this content.You must have valid license to access this content.You must have valid license to access this content.You must have valid license to access this content.You must have valid license to access this content.You must have valid license to access this content. -
AuthorPosts
