Hello,
This issue may be related to your server configuration. Please contact your hosting provider and check if file_get_contents() is enabled in the server configuration. If not, ask them to enable it.
Thank you.
Regards,
Eva Kemp.
Hello,
This issue may be related to your server configuration. Please contact your hosting provider and check if file_get_contents() is enabled in the server configuration. If not, ask them to enable it.
Thank you.
Regards,
Eva Kemp.
Hello,
Please also specify for which items on the site you want to change font.
Thank you.
Regards,
Eva Kemp.
Hello,
As I see you have some content on the site. Are you trying to install demo base content in Theme Options > Import/Export?
Thank you.
Regards,
Eva Kemp.
Hello,
To change font size for Categories title use this code in custom.css:
.block-head {
font-size: 16px !important;
}
10. You need go to Products in wp-admin panel, select the product to edit and under the text editor you’ll find the section Hover image. Upload some other image that will be displayed when hovering.
Thank you.
Regards,
Eva Kemp.
Hello,
That’s great you’ve fixed the issue.
Concerning the slider please try to add this code in custom.css file:
.carousel {
width: 1200px !important;
left: -70px !important;
}
Thank you.
Regards,
Eva Kemp.
Hello,
I’ve installed demo content for your site. Please check it now.
The issue with Master Slide will be fixed in our next update.
Sorry for inconveniences.
Thank you.
Regards,
Eva Kemp.
Hello,
Sorry, you are right.
We know about this issue and it will be fixed in our next update.
Please take our apologies for inconveniences.
Regards,
Eva Kemp.
Hello,
Please clarify font of which items you want to change.
Also please provide us with wp-admin panel credentials in Private Content.
Thank you.
Regards,
Eva Kemp.
Hello,
Could you please provide us with wp-admin panel credentials as well?
Thank you.
Regards,
Eva Kemp.
Hello,
Please specify font of which items you wan to change.
Also please show a screenshot where you want to add bullets.
Thank you.
Regards,
Eva Kemp.
Hello,
You’re welcome.
If you have any questions, feel free to ask us.
Regards,
Eva Kemp.
Hello,
Yes, you’re right. There is a bug after woocommerce update. Our developers are working on this issue and the solution will be produced very soon.
Please take our apologies for the troubles and inconveniences.
Thank you.
Regards,
Eva Kemp.
Hello,
The code didn’t work because you have error in other string of style.css file. You have the code
h6 {
color: #0f0f0f;
font-family: Open Sans;
]
The last “]” is wrong. Please change it to “}”.
After that our code will work.
Thank you.
Regards,
Eva Kemp.
Hello,
Your image is too big. Please try to change the dimensions to 270px × 370px.
Unfortunately there is no possibility to add a single product image on the right side on the frontpage.
Sorry.
Regards,
Eva Kemp.
Hello,
The code for social media icons is placed in the file shortcodes.php (from the line 1731), which is located in wp-content/themes/royal/framework directory.
Let us know if you have any questions.
Thank you.
Regards,
Eva Kemp.
Hello,
To create Register link you need have Register page as described in our documentation: https://www.8theme.com/demo/docs/blanco/index.html#!/registration_page
Please follow the instruction.
Thank you.
Regards,
Eva Kemp.
Hello,
Could you please clarify size of which item you want to change?
Thank you.
Regards,
Eva Kemp.
Hello @antcuc,
You’re welcome.
Regards,
Eva Kemp.
Hello,
To remove the 3rd column in footer you need add an empty Text widget to The third footer widget area in Appearance > Widgets.
Thank you.
Regards,
Eva Kemp.
Hello,
Seems there is cache on your server that’s why the changes aren’t visible. You can remove it via FTP or wait till the cache is cleared.
Regards,
Eva Kemp.
Hello,
We’re glad you managed to fix it.
If you need more help please let us know.
Enjoy your work.
Regards,
Eva Kemp.
Hello,
That was just a notice, not an error. It was displayed because you enabled debugging in wp-config.php file. I’ve disabled it and the notice has disappeared.
Please check your site now and clear browser cache before.
Thank you.
Regards,
Eva Kemp.
Hello,
Please use this code in custom.css file to align the products info:
.product-grid .price .amount, .product-grid .price.sale .currentprice {
display: block;
}
Also for categories in sidebar on the Shop page we use 8theme – Subcategories List widget.
Please try it.
Thank you.
Regards,
Eva Kemp.
Hello,
The shortcode for products should be: [etheme_products ids="1, 2, 3, 4, 5"]
Thank you.
Regards,
Eva Kemp.
Hello,
Sorry, but your question is a bit unclear. Could you please show a screenshot to have clear understanding?
Thank you.
Regards,
Eva Kemp.
Hello,
I’ve added the following code into custom.css file:
.posted-by {display: none;}
Please check your site pages now.
Regards,
Eva Kemp.
Hello,
The theme will be updated next week. We’re very sorry for the caused troubles. We’ll try to produce it earlier.
Thank you for your patience.
Please take our apologies.
Regards,
Eva Kemp.
Hello,
We’ve recently produced new theme version where Revolution Slider and Visual Composer plugins are updated. After you download and extract the theme archive you’ll find the plugins in idstore/code/plugins.
Regards,
Eva Kemp.
Hello,
Please provide us with wp-admin panel credentials in Private Content.
Regards,
Eva Kemp.
Hello,
To show “Return to Previous Page” text you need add this code into custom.css file:
@media (max-width: 979px) {.back-to {
margin-top: 30px;
display: block;
}}
How to create custom.css you can watch at this link.
Thank you.
Regards,
Eva Kemp.