Hello,
You can create your own menu in Appearance > Menus > create the menu and choose it like My account in location settings.
If you want to edit the default my account menu, it would be better to contact woocommerce support.
Regards
Hello,
You can create your own menu in Appearance > Menus > create the menu and choose it like My account in location settings.
If you want to edit the default my account menu, it would be better to contact woocommerce support.
Regards
Hello,
Our theme doesn’t have a feature to search for all items. In this case, you have to use some plugin to achieve what you want.
“Search post type” can be changed in Theme Options > Header Settings.
Regards
1. Please enable it – http://prntscr.com/j0agwb
2. Here is example of code:
.wp-picture .post-categories {
background-color: #250f2d;
}
Regards
Hello,
You’re welcome!
Would you mind to rate our product:
http://prnt.sc/d256m6
https://themeforest.net/downloads
That would be much appreciated 🙂
Regards
You can use code like this http://prntscr.com/j0a9ag:
<p>Your Name*<br />
[text* your-name] </p>
<p>Your Email*<br />
[email* your-email] </p>
<p>Website<br />
[text your-website] </p>
<p>Your Message* <br />
[textarea* your-message ]
</p>
<p>[submit "Send Message"]</p>
Please read there articles – https://contactform7.com/captcha/ https://contactform7.com/2015/09/17/contact-form-7-43/
Regards
Here was your code – https://prnt.sc/j09xkg (xstore-child/functions.php)
We’ve fixed this.
Regards
You’re welcome!
I’ve passes your notice to our task list.
Let us know if you need any further assistance.
Regards
1. Looks like the problem relates to Massive Addons plugin. Please read this reply from author of Massive Addons plugin https://codecanyon.net/item/massive-addons-for-visual-composer/14429839/comments?page=36&filter=all#comment_14143143 https://prnt.sc/hmu4qh and follow their suggestion.
2. I’ve checked the screen options button with a default theme and got the same problem. This means that the issue doesn’t relate to our theme. You can contact the wordpress support.
Regards
Hello,
Thank you for purchasing our theme and for reaching us.
Please provide us with your website URL so we can take a closer look.
Regards
Hello,
Please check the Home page now.
Regards
Hello,
Please read our documentation https://www.8theme.com/demo/docs/royal/#!/9_footer and watch video tutorial – https://www.8theme.com/videos/ (Royal – WordPress ThemeEngine – Footer Set Up)
Let me know if you need any further assistance.
Regards
Hello,
To add some contact form on the page use the shortcode of form – http://prntscr.com/j08wv1
Regards
You’re welcome!
Regards
Hello,
Please create new topics for different questions to prevent misunderstanding.
1. Please provide some screenshots for better understanding the desired result. You can use such screenshot maker as Lightshot and provide links of screenshots in Private Content.
2. Please try to use this custom css code:
.product-information .tabs.accordion .tabs-nav {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.product-information .tabs.accordion .tabs-nav li:last-of-type,
.product-information .tabs.accordion .tabs-nav li.first-item,
.product-information .tabs.accordion div:last-of-type {
-webkit-box-ordinal-group: -1;
-webkit-order: -2;
-ms-flex-order: -2;
order: -2;
}
.product-information .tabs.accordion .tabs-nav .firstItem,
.product-information .tabs.accordion .tabs-nav .tab-description {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
-ms-flex-order: -1;
order: -1;
}
Regards
Hello,
Your product titles contain the sku information and this creates a conflict. We’ve disabled “Search by sku” in Theme Options. Please clear cache and check now http://prntscr.com/j07pb3
Regards
Hello,
Please describe your question in more details.
XStore Child theme with a default functions.php file you can find here – https://www.8theme.com/download-plugins/
Regards
Could you please provide temporary wp-admin access in Private Content?
Regards
Unfortunately, there is no possibility to make the gallery there. You can use this custom css code to hide the name:
.single-attachment .post-heading h2 {
font-size: 0px !important;
}
Regards
Hello,
To be able to check this we need to have the ability to login, so please add the IP to the whitelist.
Regards
Hello,
Please provide us with such post URL.
Regards
Hello,
Change background-size to contain and height to 357px.
Also, it would be better if you provide temporary wp-admin access so I can take a closer look.
Regards
You’re welcome!
Have a nice day.
Regards
Hello,
Please add this code in Theme Options > Custom css:
.top-bar {
position: fixed;
width: 100%;
top: 0;
z-index: 999;
}
.header-wrapper .header {
padding-top: 34px;
}
.fixed-header-area.fixed-already {
top: 34px;
}
Regards
Please see screenshot http://prntscr.com/j05i2k
Regards
Hello,
You’re welcome!
1. Theme options > Blog & Portfolio > Blog Layout > Excerpt length(words) or http://prntscr.com/j05gdj
2. Delete this code from custom css http://prntscr.com/j05hmg
Regards
Hello,
Do you use third-party plugins that do not come bundled with our theme? Try to disable them and check if the problem still persists. Let us know result.
Regards
Hello,
Could you please provide temporary wp-admin and FTP access in the Private Content area?
Regards
Hello,
1. Please read the following article https://docs.brainstormforce.com/how-to-create-google-api-key-in-order-to-make-the-google-map-element-work/
Theme Options > Footer > Footer text color > Light
2. Delete or change this custom css code https://prnt.sc/j058f7
Regards