WebshopLogic

Forum Replies Created

Viewing 15 posts - 316 through 330 (of 338 total)
  • Author

    Posts


  • in reply to: Cant assign TAB to product (sub) category

    #814

    WebshopLogic

    Keymaster

    Hi Stuart,

    Thank you for let us know this behavior of the plugin.
    We will solve it during the next week.

    Best Regards,
    Peter


    in reply to: custom tabs editor missing

    #809

    WebshopLogic

    Keymaster

    Hi Ilona!

    Please try the following:

    Go into “Product tabs -> All Product Tab Types” menu in wp-admin area, edit one of your tab type, and ensure that “Use for all products” checkbox is on or the appropriate product categories are selected on the right.

    Then please go into “Product -> Products” menu in wp-admin, you should find wysiwyg fields with “… tab content” label. You should enter your tab content here.

    The warning you attached means that there is no tab page type entered.

    If you check all of these settings and the problem is still exists, please attach screenshots about Edit page of one of your product tab (Product tabs -> All Product Tab Types -> Edit), and edit page of one of your product (Product -> Products -> Edit), about the screen area under the “Product data” section (so not the product data section, but the section that follow it.)

    Thanks,
    Peter Rath
    WebshopLogic

    WebshopLogic

    Keymaster

    Hi Rod,

    We have fixed this problem, the fix will be available in the next release.
    Until then, you can delete the following lines from wct-admin-page.php file, from sanitize function:

    		if( !is_numeric( $input['id_number'] ) )
    			$input['id_number'] = '';  
    	
    		if( !empty( $input['title'] ) )
    			$input['title'] = sanitize_text_field( $input['title'] );

    Peter

    WebshopLogic

    Keymaster

    Hi,

    Thank you for let us know this problem. We will look at it and fix the problem.

    Peter Rath
    WebshopLogic


    in reply to: plugin not showing

    #757

    WebshopLogic

    Keymaster

    Hi Guy,

    I suppose you use WooCommerce Custom Tab v1.0.7. In this version the plugin must be enabled in “Settings” / “WooCommerce Custom Tab” menu of the Admin area. Check in the enable plugin checkbox. (This checkbox is removed since v1.0.8 version.)

    After enabling the plugin, please chose “Product Tabs” menu in the WP Admin area, and add new tab types.
    Then go to the edit pages of your WooCommerce products, where you will find editor fields for all defined tab types. Here you can enter the content of your tab pages of the specific product.

    We hope, you can add your tab pages according to this method.

    If you have more question, please do not hesitate to contact us.

    Best Regards,
    Peter Rath


    in reply to: Anchor link?

    #740

    WebshopLogic

    Keymaster

    Hi Alessio,

    Tab handling is a WooCommerce feature, this plugin makes possible to add more WooCommerce tabs, but it does not change the basic mechanism of tab handling (e.g. how to get from one tab to another).

    We have not found a solution for using links to get to other tabs.

    Since product tab handling is a WooCommerce function, we recommend you to look around in WooCommerce topics if is there any solution for this question.

    Best Regards,
    Peter Rath
    WebshopLogic


    in reply to: custom fields

    #692

    WebshopLogic

    Keymaster

    Hi Jason!

    You can not set it in the admin panel, and there is a filter, that can be used to solve it.

    Please insert a little php code into your functions.php file in the directory of your active theme:

    function wct_woocommerce_tab_content ($tab_content, $tab_code) {
    		
    	if ($tab_code == 'YOUR_TAB_CODE') {		
    		$tab_content = '[YOUR_SHORTCODE]';
    		$tab_content = apply_filters('the_content', $tab_content ); //process shortcodes
    	}
    	
    	//$tab_content = '$tab_code: ' . $tab_code . $tab_content . chr(13); //display tab_code
    	return $tab_content; 
    }
    add_filter ('wct_woocommerce_tab_content', 'wct_woocommerce_tab_content', 10, 2);

    Please substitute YOUR_TAB_CODE and YOUR_SHORTCODE expressions with your appropriate value. If you remove the remark sign (//) from the beginning of the //$tab_content…. row, then you can see the tab_codes of your actually selected tab pages. You can write this code in the if statement.

    I hope you can do what you would like this way.

    If you have any question, please let me know.

    Best Regards,
    Peter Rath
    WebshopLogic


    in reply to: custom fields

    #674

    WebshopLogic

    Keymaster

    Hello Jason!

    Yes, you can put custom field data into tabs the same way as into a normal post content.
    For example, there is some plugin that displays custom fields using shortcodes.
    E.g. Custom Content Shortcode plugin may be useful for you. (I have not tried this plugin, just read the documentation.)

    Best Regards,
    Peter Rath
    WebshopLogic


    in reply to: some images do not appear

    #657

    WebshopLogic

    Keymaster

    I’m glad you managed to solve the problem.
    Thanks for your feedback.


    in reply to: some images do not appear

    #650

    WebshopLogic

    Keymaster

    Hello,

    Are you sure that fearured images are set in case of those posts? If you have an image in a post which is not featured image, then it will not be displayed. So it is important to have featured image for every post.

    Best Regards,
    Peter Rath
    WebshopLogic


    in reply to: Error on backend

    #648

    WebshopLogic

    Keymaster

    Hi,

    Could you send us a screenshot about the error to info@webshoplogic.com please.
    It is important for us, where does the error message appear exactly to localise the problem.

    Thanks,
    Peter Rath
    WebshopLogic


    in reply to: How to replicate the style in your demo page

    #532

    WebshopLogic

    Keymaster

    Hi Houcem!

    I looked at you WooCommerce product catalog (e.g. http://www.myhealthylivingcoach.com/product-category/featured-product), and I realized that the price is not displayed there.
    So some way you hide prices generally in hole WooCommerce catalog (not only in case of WRI similar products).
    Maybe you use a special plugin (maybe the one that redirect customers to Amazon.com), or theme that uses a special WooCommerce catalog template, and this template hides prices and displays excerpts. This is not the default WooCommerce catalog template.

    As I wrote earlier, WP Related Items (WRI) plugin calls the template that WooCommerce uses, so in the same way as WooCommerce, WRI does not display the price.

    If you find the way to switch back prices in the WooCommerce catalog, WRI will also display prices.

    We don’t know more details about your site, so we can’t find out the reason of it, but hope you can localize the cause of this behavior.

    If you still have any question, do not hesitate to contact us.

    Best Regards,
    Peter


    in reply to: How to replicate the style in your demo page

    #521

    WebshopLogic

    Keymaster

    Hi Houcem!

    If I understand well, you can see thumbnails of WooCommerce products on an article page, but you cannot see product name, price and add to cart button.

    Generally WRI uses original WooCommerce product catalog template to display related products (in WRI thumbnail mode), if WooCommerce plugin active. Product name, price and add to cart button should be displayed. Of course Your theme or special WooCommerce templates may modify this functionality.

    Which theme do you use?

    Please check if “woocommerce.php” file is exists in “wp-content/plugins/woocommerce/” directory. This is required to use WooCommerce options in WRI.

    Please check if “wp-content\themes\YOUR_THEME\wri_template” directory. If not, please deactivate and then activate WRI plugin in WordPress Plugins menu. (This could be happen if you change your theme.)

    Go to “Post Page” tab in WRI settings page, and in the “Products” row set “Thumnail” in “List/Thumbnail” field.

    Make sure you switch off “Automatically display” checkboxes in YARPP settings page (this is in “Display Options” section of YARPP options page, that can be hide or make visible using “Screen options” button on the upper right corner of YARPP settings page)

    If you check and set all of the above things, I suppose you will get similar result as you can see on WRI demo screenshots or on our own site (http://webshoplogic.com).

    If the problem still exists, please let us know. It would be great if you give us your site URL, to see this problem.

    Best Regards
    Peter Rath
    WebshopLogic


    in reply to: [resolved] Help Needed

    #470

    WebshopLogic

    Keymaster

    Hi Henk!

    If we understand correctly, two post types involved in similarity search: your Custom Post Type called Listings, and normal posts.

    There are two main possibilities to increase the number of similarity hits:
    1. increase the similarity between posts (any post types)
    2. and reduce the similarity threshold

    1. Increase the similarity between posts

    You have to think over and find the common points between these two post types before you configure WordPress and our plugin.

    Common points can be similar words in titles or content, common categories, or the special „WRI Similarity Marker Category„ that is especially used for creating similarities by assigning more different types of posts to the same category.

    For example, you should not only assign Listings (your special post type) to “BizCategories” and “BizArea” categories, but assign normal posts to these two categories.

    And / or you can assign the elements of these two post types to the WRI Similarity category.

    You can setup which existing category would like to use in case of which post type on “Related Types” tab on WP Related Items Settings page.
    WRI Similarity Maker Category can be enabled on “General” tab.

    Manual assignment of specific any type of post items is also possible, if you would like to explicitly order to each other some items. It is available on edit pages of every post (any post type). “Enable manual settings of WRI relationships” option should be checked in if you would like manually assign items.

    You can use similar words in title or content.

    2. Reduce the similarity threshold

    Similarity threshold should be adjusted to the level of similarity you can reach using the assets above.
    If similarity hits are low, or there are no similar items, similarity threshold should be reduced.
    This can be done on YARPP settings page (there is a global parameter for all post types), or you can adjust it on “… Page” tabs of “WP Related Items” options panel. In the letter case you can set the threshold separately for every “displayed post type TO related post type” pair.

    Important: After you change WP Related Items settings, you may need to save YARPP settings also in Settings -> Related Posts (YARPP) menu, to refresh them. So please push “Save Changes” button on “Related Posts (YARPP)” options page.

    We hope this guidance will help you.

    If you have any more question or need help, please contact us.

    Best Regards,
    Peter Rath
    WebshopLogic


    in reply to: [resolved] Wrong tab content display

    #459

    WebshopLogic

    Keymaster

    We use acf-wordpress-wysiwyg-field “sub-plugin”.
    There is a get_field function that returns field content from DB. This function has the format_value parameter witch controls whether or not to format the value loaded from the db.
    Although the default value is false, but it has to be set false directly to disable formatting.

Viewing 15 posts - 316 through 330 (of 338 total)