-
AuthorPosts
-
July 28, 2018 at 10:53 pm #990986Sergey VenkovGuest
Hello, we are interested in buying this Theme. But do not know there could be a Shop for it for 6-7 products with integration of online payment systems ( Pay Pall, e-pay)?
We are looking forward for an answer.
Thanks!July 29, 2018 at 7:10 pm #991170Hi Sergey,
Thanks for contacting us!
Enfold is fully compatible with WooCommerce and WP Easy Cart plugins. After installing Enfold and then importing Gaming demo, you can simply install and activate either plugin to start selling online.
Let us know if you have any other questions :)
Cheers!
YigitJuly 29, 2018 at 7:15 pm #991171Sergey VenkovGuestThanks, Yigit!
July 29, 2018 at 7:29 pm #991179August 10, 2018 at 9:01 pm #996146Sergey VenkovGuestHi again.
I have another problem. I have my theme installed on cherry-adv.net. I found the soltuion here in the forum, but I don’t know exactly where to copy this code in the file:
https://kriesi.at/support/topic/property-imageobject-is-not-recognised-by-google-for-an-object-of-type-webpage/ this is the topic in the forum.
And this is the answer:Please try to replace the “ImageObject” property with “image”. Use this filter in the functions.php file.
add_filter(‘avf_markup_helper_attributes’, ‘avf_markup_helper_attributes_modified’, 10, 2);
function avf_markup_helper_attributes_modified($attributes, $args) {
if($args[‘context’] == ‘image’) {
$attributes[‘itemprop’] = ‘image’;
}
return $attributes;
}August 11, 2018 at 11:38 am #996266Hi,
You can insert this code into the child theme functions.php file. Go to Appearance > Editor and search for the functions.php file. Click on it, scroll to the bottom of the file and copy/paste the code
add_filter('avf_markup_helper_attributes', 'avf_markup_helper_attributes_modified', 10, 2); function avf_markup_helper_attributes_modified($attributes, $args) { if($args['context'] == 'image') { $attributes['itemprop'] = 'image'; } return $attributes; }
into the file. Then save it.
Best regards,
DudeAugust 12, 2018 at 8:25 pm #996486Sergey VenkovGuestSorry, but I don’t get it. Where should I access this :Appearance > Editor
Cpanel?
Or admin?
From Cpanel I found /public_html/wp-includes/functions.php
Is this the same file?August 13, 2018 at 4:54 am #996527Hi,
You can access it in the WordPress dashboard panel, under Appearance > Editor
or in your cPanel file manager,
if you are using a child theme it would be: \wp-content\themes\enfold-child\functions.php
without a child theme it would be: \wp-content\themes\enfold\functions.phpBest regards,
MikeAugust 14, 2018 at 8:04 am #996999Sergey VenkovGuestMike, Thanks a lot :-)
Can I have support about java script optimization on cherry-adv.net to have hi speed.August 14, 2018 at 8:43 am #997005Hi,
You can use the Performance setting (Enfold > Theme Options > Performance) to compress and minify javascript and css files. In addition you can install a cache plugin like https://de.wordpress.org/plugins/wp-super-cache/ to cache the html output.
Best regards,
DudeAugust 14, 2018 at 9:02 am #997008Sergey VenkovGuestHi, I don’t have a Performance in Theme Options.
August 14, 2018 at 9:36 am #997014Hi,
Do you use the latest version of Enfold (version 4.4.x)? If not please upgrade your website.
Best regards,
DudeAugust 14, 2018 at 9:45 am #997015Sergey VenkovGuestHi,
Our version is 4.9.8.
Regards
SergeyAugust 14, 2018 at 10:04 am #997017Hi,
That’s probably the wordpress and not the theme version ;)
Best regards,
DudeAugust 14, 2018 at 2:22 pm #997092Sergey VenkovGuestHi,
Thank you! ;-)
I did it. I’m running the latest version! (4.4.1).
I want to set up these settings: https://kriesi.at/archives/scoring-100-100-in-google-pagespeed-insights-gtmetrix-pagespeed-and-yslow
I only managed to make the settings for LayerSlider WP.
Can I give you access?August 14, 2018 at 2:34 pm #997098Hi,
Yes but we’ll make a new thread for this. Please create a new ticket here: https://kriesi.at/support/ and post your login credentials.
Best regards,
DudeSeptember 6, 2018 at 4:42 pm #1006721Hi,
On the subject of Enfold Gamming, we want to have a reservation system on the site through one of the WordPress plug-ins. Would you recommend someone you worked with?
I am thinking of the following:
https://codecanyon.net/item/appointment-booking-for-wordpress-webba-booking/13843131?_ga=2.247028996.1273375365.1536241860-662041952.1534706096But if there is someone who is better suited to the topic, I would be happy to let me know.
We will also want to buy ENFOLD HOTEL and there we will need a reservation system.
Thanks,
SergeySeptember 10, 2018 at 10:40 pm #1008093Hi,
Unfortunately we haven’t tested something so we know how and what works properly.
Best regards,
BasilisSeptember 11, 2018 at 7:10 am #1008205Thanks
-
AuthorPosts
- You must be logged in to reply to this topic.