joncon62
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Forum search not workingThis has been driving me crazy too for months but I have a workaround that seems to work. In your example, when you enter the search term the following is put into google:
format+intext:”Theme:+Shop+Isle”
which yields no results, very frustrating. The problem seems to be that the spaces have been replaced by + signs, so I replace the double quotes for single ones and it seems to work.
format+intext:’Theme:+Shop+Isle’
Forum: Plugins
In reply to: [Advanced Custom Fields (ACF®)] Excerpt box missing with ACF plugin activatedA little more digging and I found the problem was nothing to do with ACF.
I was using a custom post type of ‘event_listing’ which didn’t have the excerpt field enabled. Adding the following to my child functions.php fixed it:
add_post_type_support( ‘event_listing’, ‘excerpt’ );
Doesn’t sound like the same problem you had, but may help.
Forum: Plugins
In reply to: [Advanced Custom Fields (ACF®)] Excerpt box missing with ACF plugin activatedDid you find an answer to this? I’m getting the same issue.
Forum: Plugins
In reply to: [Empty Cart Button for WooCommerce] Deprecation notice on cart pageConfirmed, works without error now.
Jon
Forum: Plugins
In reply to: [Event Booking Manager for WooCommerce] Events spanning multiple daysI know you list the start and end dates in the event itself, but it would be nice to have them also listed in the ’tile’ display if the event spans more than a day.
Here is what is displayed at the moment:
Start date onlyThis is what I’m proposing
Display both datesJon
Forum: Plugins
In reply to: [Event Booking Manager for WooCommerce] Where is the category ID?I figured it out, ID is in the URL when I hover over the category name.
Great plugin!
Jon
Forum: Plugins
In reply to: [Event Booking Manager for WooCommerce] Event list linkThanks for the update, I can confirm the links now work as expected. Great work!
Jon
Forum: Plugins
In reply to: [Event Booking Manager for WooCommerce] Incorrect address order in event pageThanks for the update, I can confirm the order is now correct. No biggie, but the postcode is still missing (should be after the State).
Jon
Forum: Plugins
In reply to: [Event Booking Manager for WooCommerce] Event list linkGot the new update, 2.2.8, but there’s still no active link on the event image. Was this missed out?
Deleted repeat post
- This reply was modified 7 years, 4 months ago by joncon62.
I also have a valid API, valid billing info on GMP and I can’t get the maps to work with that line of code in either position.
Is Google maps enabled in the free version?
Forum: Plugins
In reply to: [Event Monster - Manager & Ticket Booking] Undefined variablesLog has been sent….
I managed to get the Google map showing but it does take a bit of manual editing, the documentation isn’t quite right. For anyone wondering how to do this…
When you copy the link from Google via the COPY HTML button, it creates a link enclosed in an iframe. You need to remove this iframe reference.
eg if the link copied is:
<iframe src=”URL” width=”600″ height=”450″ frameborder=”0″ style=…… etcthen you need to just put URL into Event Monster, basically everything between the first 2 quotes.
Can this be made easier? Would be handy if we could put in the shorter ‘Link to share’ URL that’s generated using the ‘Send a Link’ button.
Jon
Forum: Plugins
In reply to: [Empty Cart Button for WooCommerce] Deprecation notice on cart pageLine 132 needs changing too.
Forum: Plugins
In reply to: [Multi-Step Checkout for WooCommerce] Problems with cursor navigationI only found it by accident as the checkout page was moving to the next step when I entered the single quote key (‘) in Safari.
Functionally it now works in Firefox and Safari but…
Thinking about this further, as a user it would be best to disable this function or pick different scroll keys (eg Shift+right/left). Customers would use those cursor keys when inputting and correcting data so it would be annoying to scroll.
There is one other bug for me, clicking settings from the plugin menu displays the error: Sorry, you are not allowed to access this page.
It is fine from the WooCommerce menu.
Forum: Plugins
In reply to: [Storefront Design Customizer] warning message after installing pluginI fixed this by navigating to Customiser -> Footer -> Footer Layout
then unticking Display Social on Footer