geokongr
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Fastest Cache] Instrgram video post: URL signature expiredHi,
Thanks for the reply, yes it is solved when i clear the cache but only for a few days, then it reappears.
For that reason i also tried to make a rule to clear the cache every x hours (as per: https://www.wpfastestcache.com/tutorial/visual-composer-post-grid-problem/), but it doesn’t seem to work.
I kind of corrected the issue with the following css for “Float (Wrapped)” captions and now they wrap for smaller screens:
#envirabox-title-float-wrap tbody, #envirabox-title-float-wrap td { white-space: normal !important; text-align: center !important; } #envirabox-title-float-main { margin-right: auto !important; }
If there is any other suggestion about this issue, i would gladly like to hear it.
Forum: Plugins
In reply to: [WPS Hide Login] Feature: 404 page and default Site TitleThat is very useful, i will try it, thank you!
Hello,
I used 5.5 and although i managed to install it and activate it with PHP 5.5 i was unable to get into the options (Dashboard, Settings etc); i was getting “Internal Server Error”.
After the PHP update to 5.6 it worked.
Ah, it was much more simpler, i didn’t notice the tab in the front-end.
Thanks for your valuable help!Forum: Plugins
In reply to: [Search & Filter] exclude categoriesHello,
I have the same question.I’ve read that the Pro version supports category exclusion by ID, but i would like to know if it’s possible to achieve that in the free version as well.
Hello @tirux, i’m sorry for the late reply, my gmail categorized notifications in the “Social” tab and i wasn’t aware of it. I answer just for the record with the modified part of the code you mentioned, although i see ORION gave a solid answer too.
if (empty($regular_price)){ //then this is a variable product ... $regular_price = $variation ->regular_price; //$sales_price = $variation ->sale_price; $product_id = get_the_ID(); $product_object = wc_get_product($product_id); $sales_price = $product_object->get_price(); } $sale = ceil(( ($regular_price - $sale_price) / $regular_price ) * 100);
Forum: Plugins
In reply to: [Appointment Booking Calendar] Maximum slots to be selectedThank you for your reply,
I will mark issue as resolved.For your information i will also receive this warning on my Chrome browser console, although it does not appear to affect functionality: Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user’s experience. For more help, check https://xhr.spec.whatwg.org/.
for the file: /TDE_AppCalendar/all-scripts.js
in the line: http_request.open(‘GET’, pathCalendar+’/?cpabc_calendar_load=1&id=’+calendarId+’&nocache=’+Math.random(), false);Forum: Plugins
In reply to: [Poll, Survey & Quiz Maker Plugin by Opinion Stage] Service is downIt is now back online. Thank you.
Καλησπ?ρα,
Εντ?πισα παρ?μοιο πρ?βλημα ?ταν ?κανα live δοκιμ?? με μικρ? ποσ? (κ?τω του εν?? ευρ?): επιτυχ?? συναλλαγ? αλλ? κατ?σταση “σε αναμον?” αντ? για “σε διεκπερα?ωση” και μη αποστολ? e-mail.
?ταν δοκ?μασα πληρωμ? με 1+ ευρ?, η συναλλαγ? π?γε κανονικ? σε διεκπερα?ωση και τα e-mails σε πελ?τη και ?μπορο απεστ?λησαν κανονικ?.
Ελπ?ζω να βο?θησα.
Forum: Localhost Installs
In reply to: how can i access my local wordpress from another pc?If you have already installed WordPress with “localhost” url, you can change it to your local ip address (as instructed above) by going from your WP admin to: Settings > General > WordPress URL and Site URL.
I just faced that issue and i thought to write it here it case it helps others.
Thank you very much, that solved my case!
At first i tried to calculate the percentage of sale (sale/regular) * 100 but sale price field is blank on products regardless if the discount from the plugin is active.
With the code you provided i managed to get the sale price and compare it to the original price.
Forum: Plugins
In reply to: [Piraeus Bank Greece Payment Gateway for WooCommerce] errorI had the same problem and i contacted Piraeus support and they resolved it.
As the plugin author suggested, i asked them to double check the links and also the response method (GET) which i think it was the cause of the problem because i didn’t clarify to be set to GET in the original e-mail .
As such i suggest the topic to marked as resolved.
Forum: Plugins
In reply to: [Piraeus Bank Greece Payment Gateway for WooCommerce] Illegal string offsetThank you for the support. It works great now!