J-Marc
Forum Replies Created
-
Just to inform others users if the stats I look are up to date, 22% of WordPress sites are running on the latest and of those more than 6 million have install a classic editor or similar plugins.
I hope the organization will not make like Microsoft and continue to push on this harder and harder.Forum: Reviews
In reply to: [Google Maps - Google Maps Builder for WordPress] ConfusingInterface not for mac user, contain all options, so my point is it’s harder to make all the options avalaible and easy to use.
In my point working great even after update WordPress… and where many free plugins fail.
Forum: Reviews
In reply to: [Lightbox] Free version now is uselessThge pro version is so cheap for all the possibilities in it, so buy go it.
Forum: Reviews
In reply to: [Portfolio Gallery - Photo Gallery] Not fully functionalBut the pro version is cheap and well maintained.
But the pro version is cheap and well maintained.
I have the same feature request but form now I change the line 1507 from the
portfolio-gallery/Front_end/portfolio_front_end_view.php version:1.7.5before:
<a href="<?php echo$imgurl[0]; ?>" class=" portfolio-group<?php echo $group_key;?> " title="<?php echo $row->name;?>">
after:
a href="<?php echo $link; ?>" target="_blank" title="<?php echo $row->name;?>">
but what I would really like is a toggle whre I can choose “use the link in insert in the media link section” or use the lightbox has default
Forum: Plugins
In reply to: [Portfolio Gallery - Photo Gallery] Can't link the images to pageskleine-anja
I have the same feature request but form now I change the line 1507 from the
portfolio-gallery/Front_end/portfolio_front_end_view.php version:1.7.5before:
<a href="<?php echo$imgurl[0]; ?>" class=" portfolio-group<?php echo $group_key;?> " title="<?php echo $row->name;?>">
after:
a href="<?php echo $link; ?>" target="_blank" title="<?php echo $row->name;?>">
but what I would really like is a toggle whre I can choose “use the link in insert in the media link section” or use the lightbox has default
Forum: Plugins
In reply to: [Product Catalog for WordPress] sort orderhere a other way…
in your SQL admin try
SET @x = 0;
UPDATE???_huge_it_catalog_products
SETordering
= (@x:=@x+1) ORDER BYname
;just replace the 3 ? by the prefix of your WPtable those command will reset the order by the name of your products this command work in phpmyAdmin
so if Huge It get the time to add this option a reset order combo box to reorder a entire catalog that will be very nice
If someone need to order only one catalog, you will need to add a
WHERE
catalog_id= x
to select only the catalog you need to reorder