Kaisenwebs
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] order items price change to 0.00 after admin order actionMaking other tests, I changed the order custom field of wpml (wpml_language) from “es” to “en” to test order pages, and after save changes, the item prices were lost. But if I change back the wpml_language to “es”, the prices were back. Then I have to assume it’s a WPML problem ?
Forum: Plugins
In reply to: [WooCommerce] No more ajax calculating rates in on-page checkout.It was the “WooCommerce Checkout Manager” plugin, deleting the css class “update_totals_on_change” on the #billing_country_field tag.
Thanks !
Forum: Plugins
In reply to: [WooCommerce] No more ajax calculating rates in on-page checkout.Thanks Mike,
My console don’t show this 404 error for admin-ajax.php.
I’m checking with the server providers about a posible security block on that file.Could you give me some other idea about what could be causing this problem ?
Thanks !!
Thanks !!
Yes, they work ! The only case is not is when [custom_posts] is used inside #_EVENTNOTES, and at the same time [gmap] is used inside the event page formating.
Without [custom_posts] shortcode, [gmap] shortcode inside the event page formating is showing perfectly. It seems like some conflict between the parsing of both shortcodes together.
In contrast, the #_LOCATIONMAP variable is working well along with [custom_posts] shortcode.Another option ok for me would be to use #_LOCATIONMAP without showing infomap and the bullet, but I don’t know how.
Can you help ?
The [custom_pages] shortcodes comes from the “G1 Page Builder” plugin, and is placed in the content of an event (#_EVENTNOTES).
The [gmap] plugin comes from the “G1 GMaps” plugin.Both are placed in the “Event page format”:
<ul class="g1-grid" style="margin-bottom:40px;"> <li class="g1-column g1-one-third g1-valign-top" style="text-align:center;"> <img src="#_EVENTIMAGEURL" alt="#_EVENTNAME" style="border-radius: 10px;margin:0 20px 20px 0;"> </li> <li class="g1-column g1-two-third g1-valign-top"> <p>#_EVENTNOTES</p> </li> </ul> <ul class="g1-grid"> {has_location} <li class="g1-column g1-one-half g1-valign-top"> <div id="g1-box-counter-1" class="g1-box g1-box--simple g1-box--noicon"><div class="g1-box__inner"> <h4><i id="icon-8" class="icon-map-marker g1-icon g1-icon--simple g1-icon--small g1-icon--inherit "></i> Dónde se hace?</h4> <h5><strong>#_LOCATIONNAME</strong></h5> #_LOCATIONEXCERPT <p><strong>Dirección:</strong> #_LOCATIONADDRESS, #_LOCATIONTOWN</p> <div class="#_LOCATIONREGION"> [gmap height="150px" type="simple" latitude="#_LOCATIONLATITUDE" longitude="#_LOCATIONLONGITUDE"] </div> </div></div> </li> {/has_location} </ul>
[custom_pages class=”event-related-page” template=”one_third” effect=”none” hide=”featured-media” entry_ids=”1038″][/custom_pages]
[gmap height=”150px” type=”simple” latitude=”41.39874390755144″ longitude=”2.166975797436521″]
The first shortcode is interfering with the second.
Please what can I do ?
Hi,
Now I’ve tested with Twenty Twelve Theme.
All shortcodes in the site don’t work.Can you help me ?
Hi,
I’m using EM 5.6.1, WP 4.3.1 and WPML 3.3.
Hi,
I have EM 5.6.1 and WP 4.3.1.
I’ve tried testing with a free WP Theme, but then all shortcodes fail.
What’s your suggestion ?
thanks! worked !!
I’m sharing and example link :
https://enso-escuela.com/calendario/iniciacion-zen-enero-2015/In this event, I have 2 shortcodes in post content (custom-page and message-box), and the shortcode of [gmap] inserted in single-event-page-format fails to load (at the bottom-left).
In this other event example, no-shortcodes inside the post, and [gmap] shows well:
https://enso-escuela.com/calendario/cierre-por-navidad-del-centro-zen-dokan/hey !
I see now the cause of the problem !
The shortcodes inside de code-format of single-event-page are falling ONLY when I put also shortcodes in the event post content.
I tried without shortcodes in the post content and the single-event-page-format shows well the sortcodes.
Is this an issue ?
How can I solve it ?THanks a lot !!
Ferran
uoooou……. it’s working again
I think I know the cause.
Thanks, I mark that as resolved.