Customization Request - by joongpark - on WordPress WooCommerce support

This topic has 13 replies, 4 voices, and was last updated 8 years, 8 months ago ago by Eva Kemp

  • Avatar: joongpark
    joongpark
    Participant
    July 29, 2015 at 00:41

    Hi.
    I purchased Legenda theme and I would like to order simple customization.
    I already made a screenshot and list of changes but I cannot find out where to email it.
    Can you please let me know…thanks.

    12 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    July 29, 2015 at 09:26

    Hello,

    You can upload your screenshot to http://imgur.com/ or http://dropbox.com/ .
    Also provide us with wp-admin panel and FTP credentials in Private Content.

    Regards,
    Eva Kemp.

    Avatar: joongpark
    joongpark
    Participant
    July 29, 2015 at 13:20

    Here are information you requested…thank you for prompt reply.

    Kevin.

    Please, contact administrator
    for this information.
    Avatar: joongpark
    joongpark
    Participant
    July 29, 2015 at 13:29

    Sorry…following is correct info.

    Please, contact administrator
    for this information.
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    July 29, 2015 at 15:23

    Hello,

    Please specify what widgets you want to place in the header.

    Thank you.
    Best regards,
    Jack Richardson.

    Avatar: joongpark
    joongpark
    Participant
    July 29, 2015 at 15:33

    Please look at private answer. Thank you.

    Please, contact administrator
    for this information.
    Avatar: joongpark
    joongpark
    Participant
    July 29, 2015 at 19:01

    Just checking to see if you got my answer…thanks.

    Avatar: Robert Hall
    Robert Hall
    Support staff
    July 29, 2015 at 19:21

    Hello,

    Sorry, but FTP credentials aren’t correct. Please check them and provide us again.

    Regards,
    Robert Hall.

    Avatar: joongpark
    joongpark
    Participant
    July 29, 2015 at 19:25

    Here is FTP with full admin access…Let me know if this works or not.

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    July 29, 2015 at 20:15

    Hello,

    I’ve edited the file header.php, this piece of code:

    <div class="logo"><?php etheme_logo(); ?></div>
    <div class="sidebar_header2"><?php dynamic_sidebar ('Header 2'); ?></div>
    <div class="right_side">
    <div class="sidebar_header1"><?php dynamic_sidebar ('Header 1'); ?></div>
    <?php if (etheme_get_option('search_form')): ?>
    					<div class="search search-center hidden-phone hidden-tablet">
    							<div class="site-description hidden-phone hidden-tablet"><?php bloginfo( 'description' ); ?></div>
    								<?php echo etheme_search(array()); ?>
    <?php endif ?>
    </div>
    					
    
    		            <?php if(class_exists('Woocommerce') && !etheme_get_option('just_catalog') && etheme_get_option('cart_widget')): ?>
    	                    <?php etheme_top_cart(); ?>
    		            <?php endif ;?> 
    </div>

    and added this code in custom.css file:

    .header2 .shopping-cart-widget {
        display: block;
        vertical-align: bottom;
        float: right;
        width: 220px;
        margin-left: 380px;
    }
    
    .header2 .search {
        float: right;
        margin-bottom: 10px;
    }
    
    .right_side {
        width: 300px;
        float: right;
    }
    
    .sidebar_header1 {
    float: right;
    }
    
    .sidebar_header2 {
        width: 400px;
        vertical-align: middle !important;
        display: table-cell;
    }

    Please check your site now.

    Regards,
    Eva Kemp.

    Avatar: joongpark
    joongpark
    Participant
    July 29, 2015 at 20:18

    Thank you for your help. Looks great.

    I deleted the “Follow us” title as it’s not needed and was making things look messy.
    I also removed code “<div class=”site-description hidden-phone hidden-tablet”><?php bloginfo( ‘description’ ); ?></div>” from header.php as it’s not needed there.

    Only 2 things are when the site is in mobile size.

    – Logo disappears to the left
    – Cart is out of place..it’s supposed to be top left.
    – Widget 1 and Widget 2 should disappear as it’s not need in mobile mode.

    Thanks.

    I have 2 more sites that will need this change so I will re-use the code and purchase more licenses for the site. Thank you again.

    Avatar: joongpark
    joongpark
    Participant
    July 30, 2015 at 05:21

    Checking to see if there is any updates to the issue.

    Thanks.

    Kevin.

    Avatar: Eva
    Eva Kemp
    Support staff
    July 30, 2015 at 09:21

    Hello,

    I’ve added this code in custom.css file:

    @media (max-width: 480px){
    .page-content > .row-fluid {
        display: block;
    }
    .sidebar_header2, .sidebar_header1 {
       display: none !important;
    }
    .header2 .shopping-cart-widget {
        vertical-align: middle !important;
        width: 320px !important;
        display: table-cell !important;
        float: none !important;
        position: relative !important;
       top: -20px !important;
       left: 30px;
    }}

    Please check your site on mobile now.

    Regards,
    Eva Kemp.

  • Viewing 13 results - 1 through 13 (of 13 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.