Hello,
Please see screenshot http://prntscr.com/gk57s3 then edit single product page http://prntscr.com/gk589b
Regards
Hello,
Please see screenshot http://prntscr.com/gk57s3 then edit single product page http://prntscr.com/gk589b
Regards
We are glad that you sorted out.
Regards
Sorry, but there are no files, please check.
Regards
Hello,
Sorry for the long delay.
I checked your site and did not see the error. Is your problem solved?
Regards
Please, install and enable default WC theme Storefront and check if this issue persists.
Regards
Hello,
You may deactivate theme on your old site http://prntscr.com/gk3liz and then activate on new one.
Note that you may use the 1 license for the 1 dev domain and 1 live domain. So you may use your purchase code on the development site. But keep in mind that you can use our theme license for 1 end product only.
Regards
You’re welcome!
Regards
Hello,
You’re welcome! Feel free to ask if you have any other questions.
Regards
Hello,
To update free plugins just click on update link from your Dashboard (Plugins > Installed Plugins).
To update premium plugins, for example, Visual Composer, connect to your server using FTP. Copy extracted plugins folders into wp-content/plugins/ . The latest versions of plugins you can find here.
Regards
Hello,
I do not see theme transition files (checked via Loco Translate plugin http://prntscr.com/gk3jhv and via FTP in wp-content/languages/themes folder).
Please check.
Regards
Hello,
I do not see the problem http://prntscr.com/gk3gn8
What mobile and browser do you use for testing?
Regards
Hello, @adam000,
except this strange little dark-blue strip on top of the menu https://imgur.com/a/0y4Pg, it’s appearing on desktop and mobile resolutions
Please add this code in Theme Options > Styling > Custom css:
.fixed-header {
border-top: none;
}
Regards
Hello,
As I see, you display products from category on the page http://prntscr.com/gk3b0c, but you already have category pages http://prntscr.com/gk3bt3 > http://prntscr.com/gk3bw9
Regards
You’re welcome!
Feel free to ask if you have any other questions.
Regards
Please change previous code to:
@media only screen and (max-width: 1290px) and (min-width: 992px){
.item-design-mega-menu .nav-sublist-dropdown > .container > ul {
padding-top: 1em;
}
.item-design-mega-menu .nav-sublist-dropdown .item-level-1.menu-item-has-children {
margin-bottom: 1.8em;
}
.item-design-mega-menu .nav-sublist-dropdown .nav-sublist a {
font-size: 0.8rem;
padding: 0em 1.5em;
}
.item-design-mega-menu .nav-sublist-dropdown .item-level-1 > a {
font-size: 0.9rem;
padding: 0.5em 1.5em;
}
}
Regards
Hello, @Dejana Giatras,
Please create a separate topic for your problem http://prntscr.com/gjt0pw with your wp-admin access in Private Content.
Regards
Hello,
Please provide me a screenshot and wp-admin access, because I do not see the problem http://prntscr.com/gjsnu9.
Regards
Hello,
Please don’t create duplicate requests and try solutions from this topic https://www.8theme.com/topic/only-one-image-in-product-view/#post-171985.
I would like to have blue menu with white font when I’m scrolling down
– set needed settings http://prntscr.com/gjsdsh
earlier all of the pages and social icons were in one column, one under another one
– please check custom code that I provided in the previous topic and add this code in Custom css for mobile:
.footer-landing-watch a {
display: block;
text-align: center;
margin-right: 0 !important;
}
so I can’t update the theme after we make some changes in it?
– if you want to make any changes in template files it is recommended to make such changes via child theme to prevent losing your customizations after the next theme update, but if you simply changed Theme Options, it enough to make export of Theme Options before update and import after the update, or sometimes, not always, you need to re-add widgets (Appearance > Widgets) after theme update.
Don’t forget to create backup of your files and database before starting update process!
Regards
You need to check content of your pages and replace elements which have this message http://prntscr.com/gjs6bq
Regards
Could you please also provide wp-admin access?
Regards
Hello,
Please provide screenshot for better understanding your problem and provide link to your site.
Regards
In this case, you need to edit etheme_wishlist_widget function (framework/woo.php file) and change http://prntscr.com/gjrrq0 to http://prntscr.com/gjrs23
<?php if ($wl_count > 0) : ?>
<span class="wishlist-count"><?php echo (int) $wl_count; ?></span>
<?php endif; ?>
also add this code in custom css:
.shopping-container .shopping-cart-widget .badge-number.number-value-0 {
display: none;
}
It’s recommended to make such changes via child theme to prevent losing your customizations after the next theme update.
Regards
Hello,
Is your problem solved http://prntscr.com/gjrawd ?
To hide number you may add this code in Custom css:
.fixed-header .navbar-header .et-wishlist-widget .wishlist-count, .header-wrapper .et-wishlist-widget .wishlist-count {
display: none;
}
Regards
Hello,
Please change previous code to:
.page-wrapper .header-simple .menu-wrapper .menu > li > a {
padding: 2em 0.77em;
}
.fixed-header.header-color-dark .menu li a {
padding: 0.77em 0.7em;
}
.fixed-header > .container {
padding-top: 0px;
padding-bottom: 0px;
}
.fixed-header .navbar-header {
display: none;
}
The header with (hamburger) navigation is too large now on mobile when the page loads, but looks fine when one scrolls down. (See attached screenshots)
– Please provide wp-admin access in Private Content.
Regards
Thank you for the notice.
Regards
Hello,
Please try to upload Thumbnail image for categories (Products > Categories > Edit category).
Regards
Please provide wp-admin and FTP access in Private Content.
Regards
Hello, @shafiqkhan,
You’re welcome!
Regards