fatrickp
Forum Replies Created
-
Forum: Plugins
In reply to: [Broadcast] Parent page stays the same, child pulls in broadcastThanks for the quick reply, I’ll give it a try.
Forum: Plugins
In reply to: [The Events Calendar] Calendar grid view alignment one pixel offI finally found the answer. There’s a padding being add to the event titles. The padding is using percentages, this is causing the problem. I found if I set it to a fixed number it worked fine. I added this to my style sheet.
#tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title{padding: 0 !important;}
Forum: Plugins
In reply to: [The Events Calendar] Calendar grid view alignment one pixel offI’ve flipped the theme over to the default twentyseventeen theme and it has the same issue. I’ll try turning off plugins next but I’ll need to wait until it’s not prime business hours.
Forum: Plugins
In reply to: [Jigoshop] Change The Shop page to anotherThis says it’s resolved, but I’m not seeing how you change “shop” page to be named anything else, like “store”. I’m I missing something? Can you clarify how this is done?
Yes, this is how I’m doing it, #_ATT{TESTFIELD}. And also, made sure “Enable event attributes”, “Enable event custom fields”, “Enable location attributes” and “Enable location custom fields” are all turned on. So that can be ruled out.
If I try bring info in as just a text field it seems to work fine. It’s just the WYSIWYG doesn’t seem to carry over any line breaks or paragraphs. When I look at the source code of the output page, I can see it’s putting things on separate lines, it’s just not including any tags around them.
Forum: Plugins
In reply to: [Eventbrite API] Event venue address on a pageThanks Automattic! What you suggested did the trick.