Forum Replies Created

Viewing 10 posts - 1,321 through 1,330 (of 6,341 total)
  • Author
    Posts
  • in reply to: #Anchor and position #12004

    Hi

    Could I check your website? You can tell me the link via private reply.

    Thanks

    in reply to: Sticky Mobile #12002

    Hi

    I have updated ThemeVan Shortcodes plugin, please go to plugins page, auto update this plugin, then check the vc content again.

    Thanks

    in reply to: Logo isn't responsive #11997
    You must have valid license to access this content.
    in reply to: Sticky Mobile #11996

    Hi

    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

    in reply to: Logo isn't responsive #11995
    You must have valid license to access this content.
    in reply to: Logo isn't responsive #11992
    You must have valid license to access this content.
    in reply to: Checkout Fields / Update #11991
    You must have valid license to access this content.
    in reply to: Missing VC Elements #11986
    You must have valid license to access this content.
    in reply to: Checkout Fields / Update #11985
    You must have valid license to access this content.
    in reply to: Linking the right page to the left #11983
    You must have valid license to access this content.
Viewing 10 posts - 1,321 through 1,330 (of 6,341 total)