Forum Replies Created
-
AuthorPosts
-
Barry
MemberGreat π
For the second issue with breadcrumbs, are you finding that you cannot deactivate them via the options in Genesis > Theme Options > Breadcrumbs?
Barry
MemberOK, that explains why I couldn’t see the Tickets category then π Why not use both snippets?
Barry
MemberThis reply is private.
Barry
MemberI’m not exactly sure which references to the Tickets category you are referring to. I looked at the URL you provided when you opened the ticket and also the one below (I’ll share that as a private post in case you don’t want the URLs to be public) but was unable to identify the problem.
Barry
MemberHi digitalfusion.
You could try adding this snippet to your theme’s functions.php file. Do note that you will almost certainly have to change it slightly (instructions are in the comment block in the snippet) as the ID of the tickets category is almost certainly going to be different from my test installation π
Let me know if you have any difficulties.
Barry
MemberYou might be able to do this with the $page and $paged globals – see here. Does that help?
Barry
MemberHi latinrecap,
Let’s start with the first issue (pop ups being cut off). Your stylesheet contains this rule around 854:
.entry-content { overflow: hidden; }Can you change hidden to visible and see if that resolves this?
Barry
Member(As an alternative, it’s possible to disable our upsell items should you be interested in that.)
Barry
MemberHmm, this doesn’t happen when I test it out on a default installation – so it’s possible there is a conflict. Are you able to run through our standard troubleshooting steps?
- Please ensure that your Modern Tribe plugins are up-to-date and in-synch … for instance if you are using The Events Calendar 2.0.11 you must also use Events Calendar PRO 2.0.11
- Deactivate all other plugins and change your theme to a default, unmodified one such as Twenty Eleven or Twenty Twelve
- Now test to see if the problem still exists
- If the problem has been solved by these steps, start reactivating everything one-at-a-time, testing at each point to see if the issue has returned
- If the issue does return, take note of whichever plugin (or theme) you reactivated immediately before it started again – it’s likely there is a conflict with this item
Barry
MemberOf course – and you can certainly drag and drop our widgets. However, if you want to make them do something new that the developers didn’t anticipate there’s not too many other options but to dive into some coding.
Which widget are you trying to change?
Barry
MemberNo problem π
Barry
MemberOK, so we’re now making this a high priority – we’ll investigate making products virtual and/or downloadable by default and if that looks feasible and doesn’t offer up any obstacles it may be in place as soon as the next release.
Thanks for your testing suggestion. Having recently read a thread on this forum regarding testing and an inability to remove data, and given itβs a paid for product, and my intended use can hardly be considered unreasonable Iβd prefer to know from the developers whether the proposed way forward is expected to work, and/or from the testers whether it actually works.
It’s not unreasonable at all. Yes, changing a ticket product type to virtual is a workable option if you don’t want shipping address fields to appear during the checkout process (assuming there are no other shipped products in the cart).
That said, I still recommend testing since on a practical level almost every WordPress installation is different and numerous problems can surface in one environment that may not be present in another.
Barry
MemberThanks for sending the login details across – what I was really looking for though was a copy of your theme to test out π
Barry
MemberOK. So I think from previous posts that you’re already familiar with the process of template overrides – but if not just let me know and I can point you in the right direction.
What you could do here though is edit your custom events/single.php template and change these lines (normally near the bottom) to something like this.
You could then target those labels with CSS using a selector like span.navlink.tribe-previous > span to position and size it appropriately … does that help here?
-
AuthorPosts
