WebshopLogic

Forum Replies Created

Viewing 15 posts - 61 through 75 (of 338 total)
  • Author

    Posts


  • in reply to: Invoices

    #9224

    WebshopLogic

    Keymaster

    Sorry, we’ve missed this thread so far.
    The front-end is not directly affected, but if customers can use the WooCommerce My Account page on your site, invoices, delivery notes, and other documents can be displayed on it.


    in reply to: Translate in wordpress

    #9221

    WebshopLogic

    Keymaster

    Most of the plugin can be translated. We recommend the POEDIT translations editor for this.
    Only the reports can not be translated.


    in reply to: framework failed to open stream

    #9220

    WebshopLogic

    Keymaster

    This is solved in Filogy Framework v1.1.3 version

    The above messages were only warnings that may appear without any error.
    We recommend that you set up WordPress debug log not to display warning messages on the screen.
    How to hide PHP Warnings and Notices in WordPress


    in reply to: Possible permissions issue?

    #9092

    WebshopLogic

    Keymaster

    Hello,
    I tried the search on the given link, it works without problems if I’m not logged in. The search box and the result set is displayed.


    in reply to: YARPP closed

    #9084

    WebshopLogic

    Keymaster

    WP Related Items is based on YARPP.
    Since YARPP is no longer available, this plugin can only be used by the existing YARPP users until the latest YARPP version is able to work on WordPress sites.


    in reply to: Not returning all related products

    #8978

    WebshopLogic

    Keymaster

    In the background, the YARPP plugin works, its algorithms determine the results.
    The essence of the operation is to weigh the individual elements of similarity, and there is a match threshold that determines how similar elements are included in the results. If there are not enough result, this match threshold should be reduced.

    In the Settings-> YARPP menu, you’ll find a Match Limit field, the default value is 5, try to reduce it until the number of hits you see appears (e.g. set it to 2).

    OR if you would like to specify the match threshold between product and product only, go to the “Products Page” tab on the WP Related Items Settings (Settings -> WP Related Items) page, and set a lower match threshold in the “Products” row.

    You can find more information on the Documentation/FAQ page of WP Related Posts and Products.
    See “What happened if related items do not appear?” question.

    WebshopLogic

    Keymaster

    You can ignore this message. It is only a warning, there is no problem with the functionality.


    in reply to: Manual placement

    #8846

    WebshopLogic

    Keymaster

    Order of the displayed content above and below of your main content (with other plugins)

    What if there is another plugin, which adds it’s content just between post content and post meta? Then the placement below post for WRI fails.

    You can use the following WordPress filter functions to change the order of your content inserted by different plugins. Change the number 1 values in the last two lines as you need it, the smaller the number, the more ahead the content. The applicable value depends on the other plugins you are using.

    // Remove the content that was inserted with the original 1200 priority
    remove_filter( 'the_content', array( $GLOBALS['wri'], 'the_wri_content_page_top' ), 1200 ); 	// 1200 is the original priority that is deleted here (top of the page)
    remove_filter( 'the_content', array( $GLOBALS['wri'], 'the_wri_content_page_bottom' ), 1200 );	// 1200 is the original priority that is deleted here (bottom of the page)
    
    // Insert the content with the new priority, change number 1 as you need it (the smaller the number, the more ahead the content):
    add_filter( 'the_content', array( $GLOBALS['wri'], 'the_wri_content_page_top' ), 1 );			// 1 is the new priority that we are setting now (top of the page)
    add_filter( 'the_content', array( $GLOBALS['wri'], 'the_wri_content_page_bottom' ), 1 ); 		// 1 is the new priority that we are setting now (bottom of the page)

    Template files
    WRI uses YARPP in the background, and YARPP has a very good templating feature, that can be uses. Please find more information about YARPP templates in YARPP documentation.

    Multisite environment
    In WordPress Multisite environment you have to activate the plugin per site basis. So please do not use network activation, you can activate it on each site.

    Similar content must be found on every site, if you’ve activated and configured the plugin on all sites. If there is a problem, please provide more information and screenshots about the settings.


    in reply to: Manual placement

    #8802

    WebshopLogic

    Keymaster

    Hello Viktor,

    You can place related items just below or above the post content, or into a widget area.
    Perhaps the WP Custom Widget area plugin or other similar plugin solves this problem. (I have not tried yet)

    Best Regards,

    Peter Rath
    WebshopLogic


    in reply to: WRI breaking my page layout

    #8769

    WebshopLogic

    Keymaster

    Hi,

    If this tag has a problem with your theme, you can use a filter to delete it.
    Try to add the following two lines into your functions.php file in your active theme’s directory.

    add_filter( 'wri_content_clear_start', '__return_null' ); 
    add_filter( 'wri_content_clear_end', '__return_null' ); 

    More information about functions.php: https://codex.wordpress.org/Functions_File_Explained

    If you delete this tag, other css settings may be needed to properly display related items.


    in reply to: WPRI Activation Not Working

    #8764

    WebshopLogic

    Keymaster

    Please deactivate the plugin on the Plugins menu of WP Admin, then activate the plugin again (not the license but the plugin). Then try ti you can activate the license again.


    in reply to: Google CSE Compatibility

    #8719

    WebshopLogic

    Keymaster

    Sorry, I missed my previous answer.
    This plugin uses the “Custom Search Element Control API (v1)” and not the “Custom Search JSON API (v1)”.


    in reply to: Google CSE Compatibility

    #8706

    WebshopLogic

    Keymaster

    Hi,

    Yes, the plugin is compatible with this, with the v1 version.
    This is the standard Google Custom Search Engine API, a non-paid version.

    Peter


    in reply to: Google CSE Compatibility

    #8697

    WebshopLogic

    Keymaster

    Hi,

    Yes, it is compatible with WP 4.9.8.

    Please send us a link to see where is the paid version of Google Search.
    The paid version has been discontinued some years ago, and we have no information that Google has made the paid version available again.

    Thanks,
    Peter Rath
    WebshopLogic


    in reply to: Filogy Finance (Professional)

    #8640

    WebshopLogic

    Keymaster

    Since the last version, there were only two minor, site-specific fixes.
    The release of versions depends on how and what kind of problems are handled. There was no serious problem that affects many users. For this reason we are not releasing a new version now.

    Only two files were changed, we updated both files on your site.
    If you need the new actual version, please save filogy-framework directory on your site to a safe place.

    The two files that were changed:
    filogy-framework\assets\js\admin\meta-boxes-order-filochange.js.php
    filogy-framework\modules\php-reports\templates\local\html\variable_form.twig

    I hope this solution is appropriate for you.

    Peter

Viewing 15 posts - 61 through 75 (of 338 total)