Tom
Forum Replies Created
-
Forum: Plugins
In reply to: [Redirection] Redirection based on IPThank you! I haven’t noticed “Unmatched Target”
That’s what I’ve been looking for!
Forum: Plugins
In reply to: [WooCommerce added to cart popup (Ajax)] Annoying Elementor pop-upThank you! It works!
Forum: Plugins
In reply to: [WooCommerce added to cart popup (Ajax)] Annoying Elementor pop-upNo ideas? no hint how to solve this problem?
Forum: Plugins
In reply to: [WooCommerce added to cart popup (Ajax)] Annoying Elementor pop-upAny suggestions about it?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] My tables disappearedThank you. Email sent.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] My tables disappearedThank you for quick reply.
I can see all TablePress submenus but there is nothing on All Tables tab, it reads “No tables found. You should?add?or?import?a table to get started!”
- This reply was modified 1 year, 9 months ago by Tom.
Thank you @asia @detrois
It works!Thank you, Asya for your reply.
The instruction you provided is general instruction on how to upload files via FTP. This I know already and tried it before posting.After this, I have a result as seen here
No thumbnails and not working gallery.
Also, thumb and .original folders are not created even when I add images to the gallery.What do I have to do to make it work?
Forum: Plugins
In reply to: [Import Products from any XML or CSV to WooCommerce] Image import issueThank you for your reply.
Unfortunately, what you suggested wasn’t the case.
After a lot of investigations I discovered, that the problem was, that a function I wanted to use to extract image file name from a path, didn’t want to work in “SEO & Advanced options -> Change image file names to”
[preg_replace("/^.*render\/(.*)\/.*$/", "$1",{imgs[1]/main[1]/@url}, -1)]
It works like a charm now, when used in a custom function
function image_name($path, $code) { // extract image name from file path and product code $new_name = $code . "_" . preg_replace("/^.*render\/(.*)\/.*$/", "$1",$path, -1); return $new_name; }
and then a function called in a field
[image_name({imgs[1]/main[1]/@url}, {attrs[1]/a[3]})]
I’m not sure if I did everything right before or messed up something.
At least it works now.
- This reply was modified 3 years, 5 months ago by Tom.
Forum: Plugins
In reply to: [Autoptimize] problem with aggregate JS-filesYou’re the best!
Forum: Plugins
In reply to: [Autoptimize] problem with aggregate JS-filesCorrect. Thank you for your prompt replies!
Problem solved.Forum: Plugins
In reply to: [Autoptimize] problem with aggregate JS-filesIt started to work without any additions but with jquery.min.js instead of jquery.js as many manuals say.
Forum: Plugins
In reply to: [Autoptimize] problem with aggregate JS-filesYou’re probably right because there is a lot of leftovers in that field.
After a short investigation I guess it should read:wp-includes/js/dist/,wp-includes/js/tinymce/,js/jquery/jquery.js,wp-content/plugins/circular_countdown/circular_countdown/js/circularCountdown.js
but still, it doesn’t work ??
Forum: Plugins
In reply to: [Autoptimize] problem with aggregate JS-filesGood point.
I compared before/after and what I discovered is 3 errors “Uncaught ReferenceError: jQuery is not defined”. Two in index.php and one in circularCountdown.js which is plugin’s file itself.
As pandeskapl stated.
Blank window instead of subdirectories when uploading images to the gallery with 1.5.71
Reverting to 1.5.69 heals this problem.