doubleusolutions
Forum Replies Created
-
Forum: Plugins
In reply to: [Hotel Booking] Fatal error on Calendar viewjust found out that it happens when the date is set dd/mm/yy instead of the opposite. Format should be checked when entering an new order.
Forum: Fixing WordPress
In reply to: media library not working after update 4.2.2We finally found a solution so I want to share it with those who are still struggling.
After excluding all the options (plugins, theme, ftp, htaccess), we went to the Database.
In wordpress, Images are attachments and attachments are posts. We found in the post table, the images-posts that were coming back many times and deleted them.
SELECT
ID, post_tupe, guid FROM mf_posts
WHERE post_type = “attachment” AND guid = “https://www.site.com/wp-content/uploads/url photo.jpg”DELETE
FROM mf_posts
WHERE post_type = “attachment” AND guid = “https://www.site.com/wp-content/uploads/url photo.jpg”This solved the problem!
Forum: Fixing WordPress
In reply to: media library not working after update 4.2.2I forgot :
I also replaced the htaccess file by the original one.None of those actions solved the problem!
Forum: Plugins
In reply to: [Official Add to Homescreen] Bug on line 29It seems to work, many thanks!!!
Forum: Plugins
In reply to: [ITRO Popup Plugin] Pop up not showing….Great it is working now!
Thank you for your support.
Forum: Plugins
In reply to: [ITRO Popup Plugin] Pop up not showing….Forum: Plugins
In reply to: [ITRO Popup Plugin] Pop up not showing….Hi I am trying to install this plugin which seems just what i have been looking for,
Unfortunately, it doesn′t show on the page eventhough it is well loaded on the page.
this is a testing page: https://www.rioaccueil.com.br/?page_id=1832
Any idea why?
Would appreciate your help.Anne-Catherine