Hello @jzrober,
1. Do you mean you can’t preview the template on our demo? As I see it’s working https://www.8theme.com/demo/royal/royalmarket/?et_styles=1-9-0-15-4-1
2./4./5. Please provide WP admin credentials in Private Content.
3. Make sure your server meets the requirements described in the documentation https://www.8theme.com/demo/docs/royal/#!/installation_upgrade (“1.3 Requirements for Royal” section).
Regards,
Eva Kemp.
Hello,
Please show a direct page where background image isn’t shown.
Regards,
Eva Kemp.
Hello,
Please provide WP admin credentials in Private Content.
Regards,
Eva Kemp.
Hello,
Price Filter is shown http://storage6.static.itmages.com/i/16/1006/h_1475779372_1450099_3ef53f7f06.jpeg . Please note if you use one price for all products (e.g. $650 for all items then price filter won’t be shown because there is nothing to filter – only one price is used).
Please add the widgets that aren’t working to Shop sidebar and let us know.
Regards,
Eva Kemp.
Hello,
If you want to add Instagram icon you need add this code in wp-content/themes/woopress/framework/shortcodes.php file after line 2060:
if($instagram == 1) {
$html .= '
<li>
<a href="http://url_to_your_Instagram_page" class="'.$tooltip_class.'" title="'.__('Instagram', ET_DOMAIN).'" target="_blank">
<i class="ico-instagram"></i>
<svg width="38" height="38" xmlns="http://www.w3.org/2000/svg" class="circle">
<circle cx="19" cy="19" r="18" fill="rgba(255,255,255,0)" stroke="#000000"></circle>
</svg>
</a>
</li>
';
}
and
'instagram' => 1,
after line 1979.
Use this code for “New” icon:
.type-label-1 .new {
margin-top: 11px;
font-size: 10px;
}
.type-label-1 {
width: 40px;
height: 40px;
}
Regards,
Eva Kemp.
Hello,
After you changed slug you have to resave permalinks settings in wp-admin panel > Settings > Permalinks. Please try it.
Regards,
Eva Kemp.
Hello,
This requires additional customization which is beyond our basic support scope. You can order it via this form https://www.8theme.com/customization-services/
Regards,
Eva Kemp.
Hello,
That was just a warning. You can ignore it. I’ve activated child theme and your site is working fine.
Please check.
Regards,
Eva Kemp.
Hello,
IP address has been sent to your mail.
Please check it.
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
Use this css code:
.menu .menu-full-width .nav-sublist-dropdown ul > li > a {
font-size: 16px;
}
Regards,
Eva Kemp.
Hello,
Glad to hear it!
Have a nice day!
Regards,
Eva Kemp.
Hello,
Please set sizes as described in the documentation https://www.8theme.com/demo/docs/woopress/#!/woocommerce , then regenerate thumbnails https://wordpress.org/plugins/regenerate-thumbnails/
Regards,
Eva Kemp.
Hello @equality,
You’re welcome.
Regards,
Eva Kemp.
Hello,
Please read here how to add custom tabs:
https://docs.woocommerce.com/document/editing-product-data-tabs/
Regards,
Eva Kemp.
Hello,
Header type 3 is a transparent header and used for slider overlapping. So I’ve set slider in page editor http://storage6.static.itmages.com/i/16/1006/h_1475752164_2824087_a73ed72d5d.jpeg and removed the slider element from the page content. Please check header now.
Regards,
Eva Kemp.
Hello,
Go to admin panel > Visual Composer > Role Manager > Post Types > Custom > tick “static blocks”.
Regards,
Eva Kemp.
Hello,
Still the same error.
Seems like access is blocked on your server. Please contact hosting provider support regarding this issue.
Regards,
Eva Kemp.
Hello @equality,
The problem with dokan plugin has been fixed, the following css code has been added in custom.css:
.show_if_seller label.error:before{
content:none;
}
.show_if_seller label.error{
padding: 0;
border: none;
}
Please check.
Regards,
Eva Kemp.
Hello,
I’ve set footer block in home page editor in the section “Use custom footer for this page”. Please check footer now.
Pushover option should be enabled if you want to get notifications from the plugin.
Regards,
Eva Kemp.
Hello,
The lowest slider shows related products from your categories where that product is added.
Up-sells are shown above http://storage3.static.itmages.com/i/16/1006/h_1475738236_2784464_d0d8aa0518.jpeg .
Regards,
Eva Kemp.
Hello @equality,
Please check if the issue persists with default Woocommerce theme Storefront. If it is only with our theme please provide FTP and WP admin credentials in Private Content.
Regards,
Eva Kemp.
Hello,
The problem is caused by Autoptimize plugin. Disable it, clear browser cache and check the site.
Regards,
Eva Kemp.
Hello,
The problem was caused by your hosting settings.
Image is loaded from the path that is defined in “DOCUMENT_ROOT” variable. On a server where your site is located the path for DOCUMENT_ROOT is written:
_SERVER["DOCUMENT_ROOT"] /var/chroot/home/content/14/7925914/html
but your site is located in /var/chroot/home/content/14/7925914/html/baliskulls and this path is written for variable “SUBDOMAIN_DOCUMENT_ROOT”.
So to fix the issue I’ve changed the code $file_path = $_SERVER['DOCUMENT_ROOT'] . $file_path['path'];
to $file_path = $_SERVER['SUBDOMAIN_DOCUMENT_ROOT'] . $file_path['path'];
on line 121 in the file wp-content/themes/woopress/framework/images.php.
Regards,
Eva Kemp.
Hello,
You need edit the file wp-content/themes/royal/framework/theme-functions.php in line 1422.
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
Sorry, but there is no such option. It requires additional customization which is beyond our basic support scope. You can order customization service via the form https://www.8theme.com/customization-services/
Regards,
Eva Kemp.
Hello,
We can’t connect via FTP getting this error:
Error: Connection timed out
Error: Could not connect to server
Is there firewall on a server that blocks our IP?
Regards,
Eva Kemp.
Hello,
I don’t see any issues now:
http://storage6.static.itmages.com/i/16/1005/h_1475679954_8890092_defd82e86b.jpeg
Clear browser cache or check in another browser.
Regards,
Eva Kemp.