Hello @Fantasia,
Please check now.
Regards
Hello @Fantasia,
Please check now.
Regards
Hello,
You can see the outdated files massage because of form-edit-address.php file in parent theme, as you may see in theme changelog – woocommerce/myaccount/ ( form-change-password.php, form-edit-address.php, my-account.php ) files were deleted https://themeforest.net/item/legenda-responsive-multipurpose-wordpress-theme/5888906 so you need to delete these files to solve the issue.
Regards
Hello,
Theme Options > General > Header Type > Variant 5.
Regards
Hello,
Theme Options > Styling > Footer > Footer Links
and delete this custom css code – http://prntscr.com/lbo69y
Regards
Hello,
Sorry for the delay due to the weekends.
Theme Options > Blog > Blog Layout > Images sizes for related articles. After these changes, you need to Regenerate Thumbnails to apply them. You can use Regenerate thumbnails plugin to do this.
https://prnt.sc/lbo45q
Regards
You’re welcome!
Regards
Hello,
Looks like you use CDN. We’ve done some changes, but can’t see them. Could you clear CDN?
Regards
You’re welcome!
Regards
You’re welcome!
Regards
Hello,
Unfortunately, I can’t see your site. Please check access.
Regards
Hello,
I’ve deleted
.header-wrapper {
position: fixed;
top: 0;
width: 100%;
z-index: 20;
}
from custom css.
Please clear all cache and check now.
Regards
Hello,
http://prntscr.com/laqcfg
In case if automatic plugin installation fails (as a rule it is because of your server settings), you can install them manually via your Dashboard: Plugins > Add New > Upload Plugin > Browse plugins archives. Or via FTP, by uploading and extracting the plugin zip files into wp-content/plugins folder.
You can find the zip files for plugins installation here – https://www.8theme.com/download-plugins/
Please use this code for the WooZone plugin – m8xqWJ_8theme
Activation is not obligatory for all the other plugins.
Regards
Hello,
The code in your Global custom css area http://prntscr.com/laptwn
Media query @media (max-width: 480px){ is opened on 617 line and closed on 714 line, all code between these lines affect displaying on mobile devices.
Regards
Hello @harshchudasama,
We’ve sent the archive.
Regards
Hello,
We’ve sent the archive to your registration email.
Regards
You’re welcome!
It was content of your product:
How to make a fondant person lying down tutorial | Making fondant figures
<div class="col-md-9 product-content">
<div class="tabs tabs-default">
<div id="content_tab_description" class="tab-content tab-description">
<div class="tab-content-inner">
On this tutorial we will teach you step by step how to sculpt a a fondant man lying down out of fondant .
<strong>You can receive this tutorial for free</strong> : customers who purchase the premium photo to fondant tutorial ,get free access to all of the body sculpting tutorials (including this fondant man lying down tutorial) , sitting, standing and lying down characters, for more details please press <a href="https://ovaniz.com/">here</a>
</div>
</div>
</div>
</div>
By default, content of the Description is inside tabs on Single product page, so it is incorrect to use there such structure:
<div class="col-md-9 product-content">
<div class="tabs tabs-default">
<div id="content_tab_description" class="tab-content tab-description">
<div class="tab-content-inner">
Please check the Description now:
How to make a fondant person lying down tutorial | Making fondant figures
On this tutorial we will teach you step by step how to sculpt a a fondant man lying down out of fondant .
<strong>You can receive this tutorial for free</strong> : customers who purchase the premium photo to fondant tutorial ,get free access to all of the body sculpting tutorials (including this fondant man lying down tutorial) , sitting, standing and lying down characters, for more details please press <a href="https://ovaniz.com/">here</a>
Regards
Header background you can set in Theme Options > Header > Header styles. If you looking for something else, please describe the desired result in more details.
Sidebar you can disable in Theme Options > Blog > Blog Layout > Sidebar position or via [8theme] Layout options on a separate page.
If you enabled Fixed footer, do not forget to set Container Background Color in Theme Options > Styling.
Regards
Please check “Lying down fondant man figure tutorial” product now.
Regards
You’re welcome!
Regards
Hello,
Appearance > Customize > WooCommerce > Product Catalog > Default product sorting
Regards
The problem is caused by your content – http://prntscr.com/lan338
http://prntscr.com/lan36q > http://prntscr.com/lan3ax
Regards
Hello,
1. Please upload logo images in size appropriate to your needs. Logo max width can be changed in Theme Options > Header > Logo.
2. Select desired Header type in Theme Options > Header > Header layout.
3. Shopping cart icon you can change in Theme Options > Header > Header layout.
To change size of the icon add this code in Theme Options > Custom css:
.navbar-header .cart-bag:before, .navbar-header i, .navbar-header .my-account-link a:before, .navbar-header .login-link a:before, .header-search i {
font-size: 20px;
}
4. It is possible to change cart icon or mobile menu icon to anything else via additional customization.
xstore/headers/(your-type-header).php
http://prntscr.com/lam36j – navbar-toggle ->
Please make changes via child theme.
Feel free to ask if you have any other questions.
Regards
Hello,
Please try this code https://prnt.sc/laml4z
.back-top {
background-color: #f22f5d !important;
}
.back-top {
bottom: 100px;
right: 20px;
width: 40px;
height: 40px;
}
.back-top span:before {
color: white !important;
line-height: 1 !important;
}
Regards
Hello,
Please try to disable all 3-rd party plugins to check if one of them causes the problem.
If this doesn’t help, provide us with temporary wp-admin and FTP access.
Regards
Hello,
Please update the theme to latest version (5.1.1).
Regards
You’re welcome!
You provided 2 same screenshots. Please check.
Regards
Hello,
You need to clear all cache.
Regards
Hello,
Please update the theme to 5.1.1 version.
Regards
Hello,
1. This requests additional customization which is beyond our basic support scope.
2. Try to add this code in Theme Options > Custom css > Global custom css:
@media screen and (max-width: 993px) {
.navbar-toggle {
left: auto;
right: 0;
}
.navbar-header {
right: auto;
left: 0;
}
}
.mobile-menu-wrapper {
left: auto;
right: 0;
transform: translateX(300px);
}
}
3. xstore/headers/(your-type-header).php
http://prntscr.com/lam36j – navbar-toggle -> <span class="et-icon et-burger"></span>
Make changes via child theme.
Regards