Hi,
Glad we helped. 🙂
Let us know If you have any other questions.
Thanks,
laranz.
Hi,
Glad we helped. 🙂
Let us know If you have any other questions.
Thanks,
laranz.
Hi,
I didn’t see any author in the URL you shared, you already fixed it? If you didn’t can you tell where the author show, because it is not in English I can’t able to guess.
Let us know,
Thanks,
laranz.
Hi,
You can translate those strings using this kb article: https://www.8theme.com/documentation/xstore/theme-translation/base-theme-translation/
Let us know,
Thanks,
laranz.
Hi,
You can translate those strings using this kb article: https://www.8theme.com/documentation/xstore/theme-translation/base-theme-translation/
Let us know,
Thanks,
laranz.
Hi,
1. Go to Theme Options -> E-Commerce -> Shop -> Enable cart widget in -> Header, that way it will show in the header.
2. I didn’t understand it, you mean you want a small text box near the search icon like your live site?
3. It works fine without Tabs right? and it works in your previous version?
Let us know,
Thanks,
laranz.
Hi,
1. Which recent works? If you didn’t find that on POT please let us know the URL of that page, and we will guide you accordingly.
2. Can you show a screenshot about the arrows, and also the URL where this happens, so that we can check and find the issue.
Let us know,
Thanks,
laranz.
Hi,
1.1. & 1.2. Use this Custom CSS,
.badge-number { background-color: #fff; font-weight: bold; }
1.3
@media only screen
and (min-width: 320px)
and (max-width: 480px) {
.badge-number { margin-right: 10px; padding-left: 7px; }
}
1.4 Can you show the actual URL where this happens?
Let us know,
Thanks,
laranz.
Hi,
Yes, mostly all themes support AMP. You can install this plugin https://wordpress.org/plugins/amp/ it provides most of the features. If you still want more amp features, search for other amp plugins that is base on this plugin.
AMP plugin on my local installation: http://take.ms/jtaC3 don’t forget to add ?amp=1 to the URL to check it out in the posts.
Let us know,
Thanks,
laranz.
Hi,
Sorry for a late in response.
1. Adjust all these values according to your needs, including, color, padding, margin, height, width,
.badge-number {
background-color: red;
border: 1px solid #e3e3e3;
border-radius: 50%;
height: 24px;
margin-right: -14px;
padding: 2px;
width: 24px;
}
2. Forgot. 😉
3. Use this,
.price, .amount {
font-family: quicksand;
}
4. Exactly where you saw these images?
Let us know,
Thanks,
laranz.
Hi,
You can customize the styles applied to that photo https://prnt.sc/gfa105 I just gave a head start, you can copy the styles from the products photo and adjust that to this.
It needs more work though, so we can’t able to give you a proper workaround via support. Hope you understand.
Let us know if you have any other questions,
Thanks,
laranz.
Hi,
1. Every header include cart, can you pass us the WP Login details in the Private Content, so that we can check?
2. The search appears full-width to me. http://take.ms/NhgV2
3. Which shortcode you’re using for that? can you pass us the WP Login details in the Private Content, so that we can check?
Let us know,
Thanks,
laranz.
Hi Ton,
Yes it behaves like that, sorry about that. I will forward this feature request to the development team. For now it won’t support autoplay option.
Let us know if you have any other questions,
Thanks,
laranz.
Hi,
Sorry, I didn’t understand your question, what do you mean by one line? Can you give us a screenshot about what you really want? so that we better understand it and give you a appropriate answer.
Let us know,
Thanks,
laranz.
Hi,
Try this Custom CSS,
.top-bar .languages-area { margin-left: 12px; }
The logo has some white space on its left side so only it looks like that that widget is not aligned well with the logo, you can remove that white space too if you don’t want the CSS.
Let us know,
Thanks,
laranz.
Hi,
I tried to add few products and checkout, but it says “There are no shipping methods available. Please double check your address, or contact us if you need any help.” So can you give us some dummy address or a user account where you add products and address already in a Private Content? Also pass us some screenshot about the issue.
I chose a few countries, all said this. I choose United States and it says Flat Shipping price around 8$.
Let us know,
Thanks,
laranz.
Hi,
Add this in the Custom CSS in Theme Options,
.navigation-wrapper::before {
background-color: #fff;
}
If you have any cache plugin, try clear the cache after you add the CSS.
Let us know,
Thanks,
laranz.,
Hi,
All things are present in the .po file, except 3rd point, for that can you check the wishlist plugin you’re using? Perhaps you’re using Yith Wishlist?
Did you follow these steps? https://www.8theme.com/documentation/xstore/theme-translation/base-theme-translation/
Let us know,
Thanks,
laranz.
Hi,
To disable it globally go to 8Theme Options -> General -> Footer -> Show footer demo blocks and turn it off.
To disable on a particular page, edit the page and you will see the disable copyrights option in “[8theme] Layout options” http://take.ms/yu6ms
You can also add your own in Appearance -> Widgets -> Footer copyrights Left or Right.
Let us know,
Thanks,
laranz.
Hi,
You can use YouTube embed code with autoplay,
example:
<iframe width="560" height="315" src="https://www.youtube.com/embed/dmVAmlpbnD4?rel=0&controls=0&showinfo=0&autoplay=1" frameborder="0" allowfullscreen></iframe>
Let us know,
Thanks,
laranz.
Hi,
It is the default Visual Composer element, it don’t have any feature for the zoom icon, we can try our best to create that for you, Try this Custom CSS,
.vc-zone-link:hover.vc-zone-link::before {
color: #000;
content: "";
font-family: FontAwesome;
font-size: 40px;
font-style: normal;
font-weight: normal;
left: 50%;
padding-right: 0.5em;
position: absolute;
text-decoration: inherit;
top: 50%;
}
You can change the content style using any of the icon from here: http://fontawesome.io/icons/
Let us know,
Thanks,
laranz.
Hi,
Sure we will keep you updated, also keep an eye on this page for updates changelogs, https://www.8theme.com/demo/xstore/update-history/
Let us know,
Thanks,
laranz.
Hi,
I tried to view your website in Safari on my mac, and it works just fine. I tried the shop page, Arts & Prints category page, Baby gifts category page, all works just fine, when I choose the 12/24/36 pages.
Can you try clear your browser cache, and also try in a Private window and see that effect anything.
Let us know,
Thanks,
laranz.
Hi,
Eventually browser cache will be cleared automatically, we can’t force to clear the browser cache of visitors from server side, but you can try adding version numbers to the files loaded using https://eric.blog/2014/05/12/auto-versioning-css-javascript-wordpress/ so that the browser loads new file.
It is an old article, you can try research about the same technique about any new techniques. Also check any option with the cache plugin you have to add the versioning for files.
But browser cache will be cleared automatically so mostly, users will get fresh files after a day or two, according to the cache header you set previously.
Let us know,
Thanks,
laranz.
Hi,
Pass us the WP and FTP Login details, we will check what’s wrong in that.
Let us know,
Thanks,
laranz.
Hi,
Please check this topic: https://www.8theme.com/topic/api-request-call-error-contact-your-server-providers-and-ask-to-update-openssl/
Let us know,
Thanks,
laranz.
Hi,
Can you try this Custom CSS,
.products-list .content-product { width: 100%; }
If that didn’t work, please pass us a screenshot about the issue.
Let us know,
Thanks,
laranz.
Hi,
Use this Custom CSS,
#basket a[data-items-count="0"] .badge-number { display: none; }
Let us know,
Thanks,
laranz.
Hi,
Glad you got it working. 🙂
It seems in line #796 there is two $ signs, delete one $ sign and update the code like this,
foreach ( $item['postmeta'] as $meta ){
$meta['key'] = $meta['value'];
}
It will fix the issue.
Let us know If you have any other questions.
Thanks,
laranz.
Hi,
Make sure you have a “My Account” page, if you don’t have a page create it like this,
1. Create a new page, and put this shortcode in the content [woocommerce_my_account]
2. Go to Wooommerce -> Settings -> Accounts -> My Accounts Page, choose the page you create in the first step.
3. Add that page link to menu or somewhere else so that the user can navigate and login.
For registration check this option : https://docs.woocommerce.com/document/configuring-woocommerce-settings/#registration-options
Let us know,
Thanks,
laranz.
Hi,
You can ignore that error it won’t cause anything. I run PHP latest version in my local and all looks just fine. If you still fails something after update means, go to that line #796 in this FILE: /home_ssd/heshy119/public_html/gainzauthority.com/wp-content/plugins/et-core-plugin/inc/wordpress-importer/wordpress-importer.php,
You will see this line,
foreach ( $item['postmeta'] as $meta )
$$meta['key'] = $meta['value'];
change that to,
foreach ( $item['postmeta'] as $meta )
{
$$meta['key'] = $meta['value'];
}
Let us know,
Thanks,
laranz.