Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #990986
    Sergey Venkov
    Guest

    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!

    #991170

    Hi 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!
    Yigit

    #991171
    Sergey Venkov
    Guest

    Thanks, Yigit!

    #991179

    Hi,

    You are welcome Sergey. Enjoy your weekend!

    Regards,
    Yigit

    #996146
    Sergey Venkov
    Guest

    Hi 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;
    }

    #996266

    Hi,

    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,
    Dude

    #996486
    Sergey Venkov
    Guest

    Sorry, 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?

    #996527

    Hi,
    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.php

    Best regards,
    Mike

    #996999
    Sergey Venkov
    Guest

    Mike, Thanks a lot :-)
    Can I have support about java script optimization on cherry-adv.net to have hi speed.

    #997005

    Hi,

    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,
    Dude

    #997008
    Sergey Venkov
    Guest

    Hi, I don’t have a Performance in Theme Options.

    #997014

    Hi,

    Do you use the latest version of Enfold (version 4.4.x)? If not please upgrade your website.

    Best regards,
    Dude

    #997015
    Sergey Venkov
    Guest

    Hi,
    Our version is 4.9.8.
    Regards
    Sergey

    #997017

    Hi,

    That’s probably the wordpress and not the theme version ;)

    Best regards,
    Dude

    #997092
    Sergey Venkov
    Guest

    Hi,
    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?

    #997098

    Hi,

    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,
    Dude

    #1006721

    Hi,
    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.1534706096

    https://codecanyon.net/item/appointment-booking-for-wordpress-webba-booking/13843131?_ga=2.247028996.1273375365.1536241860-662041952.1534706096

    But 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,
    Sergey

    #1008093

    Hi,

    Unfortunately we haven’t tested something so we know how and what works properly.

    Best regards,
    Basilis

    #1008205

    Thanks

Viewing 19 posts - 1 through 19 (of 19 total)
  • You must be logged in to reply to this topic.