FabriSS
Forum Replies Created
-
Forum: Plugins
In reply to: [WSChat - WordPress Live Chat] some functions are missingI sent this request directly to the developer’s email. The following is the response I received, which I make available for other users:
Hi Fabrizio,
Good Day! Thanks for contacting us.
1. Currently, we are providing the live chat option on the site frontend as a widget option only.
2. Currently, there is no option available to disable the attachment uploading and video recording option on the chat widget.
3. We are not allowing any dashboard creation on the front end for agents to access the live chat.
Hope this clarifies! Please feel free to contact us if you need further assistance.
Regards,
Akash,
ELEX Customer Happiness Teamyou can add the category image in DIVI by following these steps:
- Install the “Insert PHP Code Snippet” plugin found at this link
- Activate the plugin
- Create a new snippet with this code
<?php if (function_exists('z_taxonomy_image')) z_taxonomy_image(); ?>save and copy the shortcode that is generated
- Insert the shortcode into a text or code module within your layout
That’s all
Forum: Plugins
In reply to: [If Widget - Visibility control for Widgets] Is WP 6.1.1?working perfectly
Forum: Plugins
In reply to: [Menu Cart Divi] how to setup icon next to main menu?go to the DIVI theme generator and create a new global header by inserting the search and cart modules wherever you like
Forum: Themes and Templates
In reply to: [ColorMag] exclude category from widgetHi Bikalpa
the hook is colormag_featured_posts_slider_widget already included in colormag. Am I wrong to call him back?
Forum: Plugins
In reply to: [WooCommerce] display payment method in woocommerce order listThank you very much gabriel, I have included this site among my favorites. I’ll do some tests and some experiments. Community is a great place
sorry can you specify your report better? in what sense does it send data?
Forum: Plugins
In reply to: [All-in-One Video Gallery] wrong featured image when sharing on linkedinI disabled and re-enabled yoast seo and did some checks.
if the yoast seo -> social -> standard image setting is configured, the aiovg og: image setting is bypassed, showing the yoast seo generic image setting.i disabled that setting on yoast seo and solved the problem.
thanks for your support
Forum: Plugins
In reply to: [All-in-One Video Gallery] wrong featured image when sharing on linkedini solved with a workaround via yoast seo plugin, but the open graph of the videos does not define the featured image correctly
Forum: Plugins
In reply to: [All-in-One Video Gallery] wrong featured image when sharing on linkedinI solved it by loading the previous version of the plugin. if you don’t have a backup of that folder, I have made a copy available to you from my web space
I solved it by loading the previous version of the plugin. if you don’t have a backup of that folder, I have made a copy available to you from my web space
Forum: Plugins
In reply to: [Post My CF7 Form] not mappingthanks a lot
Hi
to me the builder becomes loaded in the back end but not in the front endForum: Plugins
In reply to: [Login for Google Apps] Authorization Erroredit the file
google-apps-login\google-apps-login\core\Google\Auth\OAuth2.php
commenting on the lines 150-152} else { $params = $this->maybeAddParam($params, 'approval_prompt'); }in this way
} /**else { $params = $this->maybeAddParam($params, 'approval_prompt'); }*/