sa1vad0r
Forum Replies Created
-
I think it would be interesting to be able to add a button that would open a form so that the public could request information about that photo.
Forum: Plugins
In reply to: [Click to Chat - HoliThemes] problems with the mobileYes, excuse me, this is already a matter of putting correctly in wprocket, thanks, otherwise I have already corrected the width error and it works correctly
Forum: Plugins
In reply to: [Click to Chat - HoliThemes] problems with the mobileOk, thank you very much, I had not noticed this error in the theme, I have already solved it, but is there any way that it appears on the mobile without having to go all the way down on the page?
Forum: Plugins
In reply to: [Click to Chat - HoliThemes] problems with the mobileI have finally disabled wprocket and perfmatters and the floating button still does not appear
Excuse me but I have already found the problem and it was mine, I had not realized it and I had put the fonts in Wprocket preload
Sorryhttps://mobleslagavarra.com/tienda-online/
In this url there is nothing done with Elementor and the calls to the fonts appear, in settings I have the fonts deactivated by default and if I delete the fonts it continues searching and gives a 404 error
If I deactivate Elementor the problem remains the same.Forum: Plugins
In reply to: [Widgets for Google Reviews] The css seems to failThanks for the answer, but if you have noticed the content is running all over the screen on top of the rest of the content,
the same happens if I put it in the sidebar
In fact this happens from time to time, right now it is working correctly.
For now I leave it like that to see what happensForum: Plugins
In reply to: [YITH WooCommerce Category Accordion] Hide empty categories.add_filter( ‘ywcca_wc_product_categories_widget_args’, ‘oaf_wc_exclude_categories_from_list_widget’ );
function oaf_wc_exclude_categories_from_list_widget( $cat_args ) {
$cat_args[‘exclude’] = array(‘563’); // array with categories ids to exclude
return $cat_args;
}