viagozo
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Free shipping class not selected on cart quantity updateHi Shameem, thank you for your help. The site is running in Malta, Gozo is a small sister island of Malta. Most customers are based in Malta. People from Gozo can get free shipping on any order, it’s not limited to an amount, once a week there will be a driver driving to Gozo with the orders. Here is a screenshot of my shipping settings:
https://missellens.com/wp-content/uploads/2023/12/Screenshot-2023-12-19-at-06.02.39.png
Forum: Plugins
In reply to: [WooCommerce] Free shipping class not selected on cart quantity updateYes I did clear my server cache and browser cache, opened the page incognito and added one product (below €20) so it should be “Shipping Malta €5” and not “Gozo – Free Shipping”
See: https://missellens.com/wp-content/uploads/2023/12/Screenshot-2023-12-18-at-20.28.48.png
Forum: Plugins
In reply to: [WooCommerce] Free shipping class not selected on cart quantity updateThank you Stef,
I tried your code in my functions.php
If I login the site and don’t have an account it automaticly assigns “Gozo – Free shipping”. It cannot know I am in Gozo as I am not logged in, so something goes wrong there. That is a shipping class though, but not perse the good one. Even when the amount is below €20, it will give me only this option.
Forum: Plugins
In reply to: [WooCommerce] Free shipping class not selected on cart quantity updateHi Ckadenge, I’ve added a screenshot to my post, but here it is again:
https://missellens.com/wp-content/uploads/2023/12/screenshot-missellens.com-2023.12.18-14_02_42.png
Forum: Plugins
In reply to: [Popups for Divi] Popup does not open first timeHi Rohid, sorry for my late reaction, but your code works! Thank you!
Forum: Themes and Templates
In reply to: [Botiga] Botiga Category Description and ButtonsHi Kharis,
Thank you very much, this works ??I have the same since I use the feed on a site, a couple of months. At least once a week the feed is broken “No access token” for Instagram or the same error as mentioned above. It’s quite annoying. Is there a fix for this?
Hi Pawel,
Thank you. It is still not very clear to me, sorry.
I tried, as ‘gdprcheckbox-1’ is the name on the field tab:#forminator-field-gdprcheckbox-1 {
font-family: verdana;
font-size: 10px;
line-height: 13px;
}and I tried, as I named the field ‘avg’ in styling tab of the field:
#forminator-field-avg {
font-family: verdana;
font-size: 10px;
line-height: 13px;
}but both do not work (use the css), so I must be misunderstanding the use. Can you clarify?
Hi Elvis,
Sorry for my late reply, I’ve been busy. I’ve checked, in Safari (on mac) it opens. But I can’t get it working on Chrome (macOS, my default browser) and in Firefox (MacOS). I’ve cleared my cache in Chrome, restarted, but the Gallery keeps on loading (not showing it at all, only the moving diamonds). I have the latest (stable) version of Chrome running.
Unfortunally none of the about tips work for me.
Forum: Plugins
In reply to: [Polylang] Doubt about Divi theme builder in footer and polylangI’ve tried this, but if I want to create a search results page in Divi in more languages (EN and NL). I can’t seem to do this. One language works (Themebuilder – Template – and then select the Search results checkbox) I can only do this for one Template, not for the next language one as the Themebuilder will than disable the first one. How can I make this work for the search results pages in Divi per language?
I’ve been using this Divi Post to create the search pages: https://www.elegantthemes.com/blog/divi-resources/how-to-create-a-search-results-page-template-in-divi
Solved the colouring options in album custom css:
.foogallery-stack-album .back {
color: #ffffff !important;
background: #000;
background: rgba(0,0,0) !important;
}I would still like to know if I can replace the back arrow with my own icon or make the arrow thicker.
Forum: Plugins
In reply to: [Flamingo] post_type: ‘flamingo_inbound’ changed to ‘page’It started working again, very strange. Anyway, thank you for your reply.
Forum: Plugins
In reply to: [Flamingo] post_type: ‘flamingo_inbound’ changed to ‘page’Hi Takayuki,
No, I did not change anything. The queries have been running for a long time. In the ‘wp_posts’ table the ‘post_type’ was automatically set by flamingo with the ‘flamingo_inbound’ value. Now it has the ‘page’ value. This happened for a week or so. The only thing I can imagine is that there was an update on the plugin or one of the other plugins that caused this change.
This is my query (view) to create a list of unread form submissions by flamingo:
CREATE ALGORITHM=UNDEFINED DEFINER=
wp_admin@
%SQL SECURITY DEFINER VIEW
FMWP`
AS SELECT
wp_postmeta
.meta_id
ASmeta_id
,
wp_posts
.ID
ASpost_id
,
wp_posts
.post_date
ASpost_date
,
wp_postmeta
.meta_key
ASmeta_key
,
wp_postmeta
.meta_value
ASmeta_value
,
wp_postmeta
.processed
ASimported
FROM (wp_postmeta
joinwp_posts
on((wp_postmeta
.post_id
=wp_posts
.ID
))) where ((wp_posts
.post_type
= ‘flamingo_inbound’) and (wp_postmeta
.processed
= 0));`And it has worked for years.
I have exactly the same issue, WP 4.8.2 and Php 7.1.11
Warning: Cannot assign an empty string to a string offset in */class.wp-scripts.php on line 447
Is there an solution for this?