atzimpourdakas
Forum Replies Created
-
Thank you very much!
I think it is last update problem, because it worked well before.
Thank you for you.
I have regenarated assets and files, but the problem persists.
Page is https://www.joli.gr and filterable gallery is in homepage.
Thank you very much!
I am waiting for your reply
Forum: Plugins
In reply to: [WooCommerce XML feed for Skroutz & Bestprice] Color Variations Sizeναι δυστυχ??…
ΥΓ: Ωστ?σο επειδ? δουλε?ω και απ? bulk edit, ?χω την επιλογ? να αποθηκε?σω τιμ?? και στο πεδ?ο size του κ?θε variation ξεχωριστ?, αλλ? παρ?λλα αυτ? δεν το διαβ?ζει. Προφαν?? επειδ? το woocommerce δε δ?νει την επιλογ? αυτ?.
- This reply was modified 3 years, 4 months ago by atzimpourdakas.
Forum: Plugins
In reply to: [WooCommerce XML feed for Skroutz & Bestprice] Color Variations SizeΝαι ?χετε δ?κιο απλ? ?τσι θα φα?νονται μ?σα στο προι?ν δ?ο επιλογ??, χρ?μα και μ?γεθο?, και το μ?γεθο? θα ?χει μ?νο μ?α επιλογ? στο κ?θε προι?ν.
Δηλαδ? θα φα?νονται δ?ο επιλογ??, εκ των οπο?ων η μ?α θα ε?ναι ?χρηστη.
Σα? ευχαριστ?
Forum: Plugins
In reply to: [WooCommerce XML feed for Skroutz & Bestprice] Color Variations Sizeναι στα “simple” products περν?ει κανονικ?.
Στα color variations δεν περν?ει το sizeForum: Plugins
In reply to: [Max Mega Menu] Hide menu item when sub menu is emptyThank you but I think its a good idea for a future update. Because some widgets like attribute product filter for example, are visible only when they are needed.
So if I have selected filters in a mega menu, I dont need the menu item when filters are not visible.Thank very much for your time!
Forum: Plugins
In reply to: [Max Mega Menu] Hide menu item when sub menu is emptyHi ,
Thanks for response and sorry for my english.
I dont want to hide a specific menu item.
I want menu item auto hides if its empty.Thank you
Κατ? τη δικι? μου ταπειν? ?ποψη, με σεβασμ? π?ντα στην εξαιρετικ? δουλει? σα?, θα ?ταν πολ? πιο ε?χρηστο αν ?λε? οι παραλλαγ?? μετατρεπ?ταν σε ξεχωριστ? προ??ντα στο xml. ?στε το κ?θε ?να απ? τα variations να ε?χε τη δικι? του τιμ?, διαθεσιμ?τητα, β?ρο?, ?νομα(?διο με το main + η παραλλαγ?) κτλπ στο xml.
Πχ ?χω ?να β?ζο σε πολλ? διαφορετικ? μεγ?θη(100ml, 200ml, 300ml)
Προφαν?? δεν ?χουν ?λα την ?δια τιμ?, β?ρο? και διαθεσιμ?τητα κτλπ οπ?τε αν στε?λω στο xml μ?νο το main β?ζο, που θα π?νε ?λε? αυτ?? οι πληροφορ?ε??Τ?ρα δλδ γ?νεται αυτ?:
<name>Β?ζο</name> <price>??????</price> <instock>????</instock> <availability>?????</availability> <size>100ml, 200ml, 300ml<size/>
? μ?πω? θα ?ταν καλ?τερα:
<name>Β?ζο 100ml</name> <price>2</price> <instock>Y</instock> <availability>1-3</availability> <size>100ml<size/> <name>Β?ζο 200ml</name> <price>3</price> <instock>N/instock> <availability>4-10</availability> <size>200ml<size/> <name>Β?ζο 300ml</name> <price>4</price> <instock>Y</instock> <availability>1-3</availability> <size>300ml<size/>
Ευχαριστ? και π?λι.
- This reply was modified 3 years, 5 months ago by atzimpourdakas.
- This reply was modified 3 years, 5 months ago by atzimpourdakas.
Καλησπ?ρα σα?, αρχικ? ευχαριστ? για το χρονο σα?.
Μ?λλον δεν το ειπα σωστα.
Στο xml δεν εμφαν?ζονται οι παραλλαγ?? ενο? προ??ντο? που ?χουν γ?νει βαση τη? διασταση?.
Δε θα επρεπε ενα προ??ν να χωριζεται μεσα στο xml αναλογα με το ποσε? παραλλαγ?? ?χει;
Αν παλι δεν το ειπα σωστα…
Μπορω να βαλω προ??ντα με παραλλαγ?? στο xml? Αν ναι πω? θα φα?νεται στο xml? Ω? ενα προ??ν;- This reply was modified 3 years, 5 months ago by atzimpourdakas.
I am sorry for my late reply, but I am too busy last month.
The solution that I have found with author help of course, is to create manually the pum_subscribers table.
I run this in mysql
—————————
CREATE TABLE XXXXXXXXX_pum_subscribers ( ID bigint(20) NOT NULL AUTO_INCREMENT, email_hash varchar(32) NOT NULL, popup_id bigint(20) NOT NULL, user_id bigint(20) NOT NULL, email varchar(191) NOT NULL, name varchar(255) NOT NULL, fname varchar(255) NOT NULL, lname varchar(255) NOT NULL,(add here a backtick)values(add here a backtick)longtext NOT NULL, uuid varchar(255) NOT NULL, consent varchar(255) NOT NULL, consent_args longtext NOT NULL, created datetime NOT NULL, PRIMARY KEY (ID), KEY email (email), KEY user_id (user_id), KEY popup_id (popup_id), KEY email_hash (email_hash) ) DEFAULT CHARACTER
SET utf8mb4 COLLATE utf8mb4_unicode_ci
——————————————
The only difference with plugin is the word values needs backticks
and of course change the XXXXXXXXX_pum_subscribers to YOURPREFIX_pum_subscribersThey use a column with name “values” but my database says that it is sql’s reserved word and it needs backtick.
- This reply was modified 4 years, 2 months ago by atzimpourdakas.
- This reply was modified 4 years, 2 months ago by atzimpourdakas.
- This reply was modified 4 years, 2 months ago by atzimpourdakas.
Yes I use popup makers subscription form via the popup maker toolbar button.
Yes I have set the Service Provider to “Default”.
And I have tried popup maker on two different wordpress sites.
The plugin works fine, but subscribers are not saved and pum_subscribers table doesnt exist on my databases.
Thanks
Forum: Themes and Templates
In reply to: [Hestia] Mega menu dropdown problemThank you but for me, the problem was a “z-index” in “bootstrap.min.css:14″ line 2738
on class=”dropdown-menu”.
I just changed the z-index:1000, from the wordpress custom css
to z-index:inherit and the problem fixed for me.Thank you for your time.
Thank you. Excellent!
The problem fixed very quickly!Please help
Yes, I rolledback to wp5.2 and it works properly again.
Now is sure tha it is not compatible with the 5.3 version of wordpress!Thank you very much.
This plugin is excellent.
Please fix for wp5.3PS: I am speaking about the administrative part of the plugin that dont work on 5.3.
From customers side, anything you had done before update to 5.3, works ok 5.3.
But you cant customize any more!- This reply was modified 5 years ago by atzimpourdakas.