intratec
Forum Replies Created
-
Unfortunately for no we don’t have a function to duplicate a gallery
Hi,
Might it be possible to open the database, then create a new row (in … huge_itgallery_gallerys) with a new ‘id’ and ‘name’, then copy the rows of the specific gallery you want to duplicate (in … huge_itgallery_images), and change the gallery_id of those rows to the new ‘id’ you just created ?
Forum: Plugins
In reply to: [Gantry 5 Framework] Hydrogen Theme cannot be entered anymoreHi,
It’s a bug that has already been fixed : https://github.com/gantry/gantry5/issues/1413Thanks for your quick response. I already downgraded to v.5.2.18, which works for the moment. I’ll wait for the 5.3.1
Still love this wonderful product. Thanks
plugins\google-analytics-for-wordpress\frontend\abstract-class-tracking.php
Line no: 306
get_currentuserinfo();
replace
wp_get_current_user();
Thanks for your info. I will try it soon.