Webilop
Forum Replies Created
-
Forum: Plugins
In reply to: [Member Content Visibility] Roles?Hi there,
Unfortunately the plugin doesn’t have this feature yet, sorry.
—
The Webilop TeamForum: Plugins
In reply to: [WooCommerce HTML5 Video] Change the Tab NameWe are building a pro version of the plugin where those features could be included. If you want more info, please contact us at [email protected]
—
The Webilop TeamForum: Plugins
In reply to: [Member Content Visibility] Hide RowsYou can hide rows with the plugin. To do this, you should add a “(non) Member Container” element and then add a row inside this element.
You can not hide columns directly with this plugin, you can hide their content but you can not hide the whole column. What you could do is to clone the row and delete the column in one of the rows, then using the plugin you can show or hide those rows accordingly.
Forum: Plugins
In reply to: [Member Content Visibility] How to integrate to Visual ComposerWhen you install and activate the plugin in your website, then when you are editing a post or page, you can use the visual composer component “(non) Member Container”. After adding the component, you can set its settings to display content if visitor is logged in or not.
—
The Webilop teamForum: Plugins
In reply to: [WooCommerce HTML5 Video] Does it support the multilingual plugin WPML ?There is no integration with WPML, sorry by that.
Carlos
The Webilop teamForum: Plugins
In reply to: [Member Content Visibility] Admin is unable to see non-member contentCool, could you create a pull request in Github? In this way we can share this enhance with other users too.
Carlos
The Webilop TeamForum: Plugins
In reply to: [User Language Switch] Mobile Menu Not Working – JQuery ConflictGenerally this is due to an error with rewrite rules in htaccess. Please go to Settings – Permalinks and click on the save button again to regenerate the htaccess file. Please verify that the htaccess file is created/updated successfully, otherwise you should do it manually.
Forum: Plugins
In reply to: [User Language Switch] How to use conditional clause on homepageHey @jman76,
You can use function uls_get_user_language to get the language that visitor is looking the website. i.e:
if(“es_ES” == uls_get_user_language())
//…do something….Carlos
The Webilop TeamForum: Plugins
In reply to: [User Language Switch] Unable to install additional language – China(Taiwan)Hi @alexchanly,
This error is raised when the plugin can not create the languages folder or not copy the language files in your server, please check privileges in folders of your server or contact your server support team.
Carlos
The Webilop TeamForum: Plugins
In reply to: [User Language Switch] display problems with only one of the languagesHi @morenaw,
The problem is that some JS libraries are not loaded in your website and apparently it is due to an htaccess problem. Try next steps to solve the problem:
1. Login in back-end as admin user.
2. Activate User Language Switch plugin
3. Go to Settings > Permalinks, select “Post name” and save changes(if “Post name” is already selected, click on save again to refresh htaccess content).If your htaccess is not updated automatically, you should do it manually.
Carlos
The Webilop TeamYou can use function uls_get_user_language to get the language that visitor is looking the website. i.e:
if(“es_ES” == uls_get_user_language())
//…do something….Forum: Plugins
In reply to: [User Language Switch] Automatic language detection doesn't work?Hey @flexonius, we have found the problem and it is fixed now, please try with version 1.6.8 of the plugin.
Take into account that automatic redirection is done only if you are in the home page and if it is the first time you visit the website(in other way, you can not see the website in other languages). After some time(when your session is finished), you can visit the website and you will be redirected automatically again.
I hope it is clear.
Carlos
The Webilop TeamForum: Plugins
In reply to: [User Language Switch] errorIt is weird, we will review and fix it, thanks for sharing.
Carlos
The Webilop TeamForum: Plugins
In reply to: [Bullseye Store Locator] Plugin shortcode breaks site footersHey Leo, thanks for the report and for your time reviewing the plugin, the fixes are available in the new version of the plugin now.
Forum: Plugins
In reply to: [User Language Switch] errorThanks for report @salomaoneto, however I don’t see the error in https://www.araht.com. Is the issue happening in other page? If you already solved it, could you share how it was fixed?
Thanks.