This topic has 13 replies, 4 voices, and was last updated 9 years, 3 months ago ago by Eva Kemp
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.
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.
Here are information you requested…thank you for prompt reply.
Kevin.
Sorry…following is correct info.
Hello,
Please specify what widgets you want to place in the header.
Thank you.
Best regards,
Jack Richardson.
Please look at private answer. Thank you.
Just checking to see if you got my answer…thanks.
Hello,
Sorry, but FTP credentials aren’t correct. Please check them and provide us again.
Regards,
Robert Hall.
Here is FTP with full admin access…Let me know if this works or not.
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.
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.
Checking to see if there is any updates to the issue.
Thanks.
Kevin.
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.
Tagged: best, customization, personalization, request, selling, themes, woocommerce
You must be logged in to reply to this topic.Log in/Sign up