Hello,
Please provide us with a video link you want to show.
Thank you.
Regards,
Eva Kemp.
Hello,
Please provide us with a video link you want to show.
Thank you.
Regards,
Eva Kemp.
Hello,
To fix the error “Fatal error: Allowed memory size of 67108864 bytes exhausted” you need increase memory_limit value to 128M.
Please try it.
Regards,
Eva Kemp.
Hello,
The problem is that session files can’t be written in the directory /home/206581/data/tmp/. Please check with your host if permissions are set correctly to that folder.
Thank you.
Regards,
Eva Kemp.
Hello,
You can reorder Woocommerce items as described here:
http://www.alphablossom.com/move-woocommerce-price-on-single-product-page/
So to move “price” you need add this code in functions.php of your child theme:
remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_price', 10 );
add_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_price', 25 );
Unfortunately size guide can’t be moved because in this case we have to decrease the width of variations form and buttons will be displayed one after the other.
Sorry for inconveniences.
Regards,
Eva Kemp.
Hello,
Please add this code in custom.css file:
.menu > li > a {
font-size: 16px !important;
}
Regards,
Eva Kemp.
Hello,
Please add this code in custom.css file:
.minimal-light .esg-filter-checked {
display: none;
}
Concerning the buttons it requires additional customization in php and css files to make them similar to portfolio buttons.
If you have necessary skills you may try to do this yourself or we can modify buttons style just to make them familiar to portfolio buttons, but not similar.
Thank you for understanding.
Regards,
Eva Kemp.
Hello,
That’s great.
If there are any questions feel free to contact us.
Regards,
Eva Kemp.
Hello,
As you’re using Woocommerce Product Add-ons plugin you need disable Ajax “Add to Cart” in Theme Options > Single Product Page > Ajax “Add to Cart” > Off.
After that check products pages.
Regards,
Eva Kemp.
Hello,
Please check if you closed all tags in products editor, for example I found unclosed <p> tags for “Verona French Antique Mantel” product in short description editor and closed them.
Please check all your products whether you missed any code and after that check products layout.
Thank you.
Regards,
Eva Kemp.
Hello,
Add this code in custom.css file:
.tp-simpleresponsive >ul li {
border: 2px solid #008f85;
}
Regards,
Eva Kemp.
Hello,
Please update Ultimate VC Addons, Essential Grid plugins as well. You can download them here:
https://www.8theme.com/download-plugins/
Thank you.
Regards,
Eva Kemp.
Hello,
To make your site working as you want I had to disable Ajax “Add to Cart” in 8Theme Options > E-Commerce > Single Product Page > AJAX “Add To Cart” > Off.
Please check Cart page now.
Thank you.
Regards,
Eva Kemp.
Hello,
You’ve been replied in other topic.
Please don’t duplicate your queries.
This topic will be closed.
Thank you.
Regards,
Eva Kemp.
Hello,
You provided us with wp-admin panel credentials, but we also need FTP access. If you don’t know it please ask your host to give you FTP login details.
Thank you.
Regards,
Eva Kemp.
Hello,
You need enable Visual Composer editor for portfolio in wp-admin panel > Visual Composer > General Settings > mark all “Content Types”. Then you’ll see VC editor in portfolio pages.
Regards,
Eva Kemp.
Hello,
These values are commented. You need remove ; for all functions, so it will look like
; Increase maximum post size
post_max_size = 100M
; Increase maximum upload size
upload_max_filesize = 100M
; Increase execution time
max_execution_time = 600
; Memory Limit
memory_limit = 64M
; Enable url fopen
allow_url_fopen = on
Regards,
Eva Kemp.
Hello,
As I see there are low values for upload_max_filesize, post_max_size functions. Please ask your host to increase them to 64M and enable allow_url_fopen function (it’s disabled now).
Thank you.
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
Please add this code in custom.css file:
.main-nav .menu > li .nav-sublist-dropdown {
top: auto !important;
}
How to create custom.css you can watch in this tutorial.
Regards,
Eva Kemp.
Hello,
Try to add this code in .htaccess file of your site:
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
Regards,
Eva Kemp.
Hello,
Please provide us with wp-admin panel and FTP credentials in Private Content to check the issue.
Thank you.
Regards,
Eva Kemp.
Hello,
Please provide us with wp-admin panel and FTP credentials in Private Content to check the issue.
Thank you.
Regards,
Eva Kemp.
Hello,
Please view the screenshot:
http://storage2.static.itmages.com/i/15/0602/h_1433271447_1620090_ca91dc4031.png
Is columns size not changed?
They were more narrow than they are now.
Regards,
Eva Kemp.
Hello,
Please provide us with wp-admin panel credentials in Private Content.
Thank you.
Regards,
Eva Kemp.
Hello,
I’ve edited the file wp-content/themes/royal 2/frameworkshortcodes.php in line 1746 and replaced the code ico-pinterest to ico-linkedin.
Please check icons now.
Regards,
Eva Kemp.
Hello,
We’re sorry for a long delay.
I’ve added the code in functions.php file in wp-content/themes/royal royal directory:
add_action( 'wp_print_scripts', 'my_deregister_plugins_js', 100 );
function my_deregister_plugins_js() {
wp_deregister_script( 'plugins' );
}
Please clear browser cache and check.
Regards,
Eva Kemp.
Hello,
Add empty text widget into “Place in header top bar” area in Appearance > Widgets.
Regards,
Eva Kemp.
Hello,
Please give us correct FTP and wp-admin panel credentials.
We’ll try to help you.
Thank you.
Regards,
Eva Kemp.
Hello,
You cam modify the icons style is 8Theme Options > Styling > Woocommerce > Sale label and New label.
Regards,
Eva Kemp.