Home › Forums › Calendar Products › Events Calendar PRO › Calendar search header theme formatting issue, once again
- This topic has 6 replies, 4 voices, and was last updated 10 years, 9 months ago by
Support Droid.
-
AuthorPosts
-
December 9, 2013 at 11:33 pm #80940
alternatewords
ParticipantA few weeks back I had opened this issue: https://theeventscalendar.com/support/forums/topic/calendar-search-header-slight-theme-formatting-issue/#post-73480, which had seemingly resolved itself. However, with recent updates it resurfaced. This time though I know what’s causing it.
As a reminder, here’s a screenshot: http://decor8blog.com/downloads/hotlink-ok/Capture.PNG. What’s happening is that the theme we’re using adds break tags and paragraph tags to forms (we’re already looking for a new theme but will need to keep using this in the interim). The theme has an option to add extra CSS. Unfortunately I am not all that familiar with CSS yet to fix this on my own. Basically I need a snippet to remove the extra breaks and paragraphs added to tribe-bar-form. Any assistance would be greatly appreciated (I am unable to post examples as this forum has no code posting option).
Thank you,
ThorstenDecember 10, 2013 at 7:57 am #81000Barry
MemberHi Thorsten,
Posting code directly into the forum is indeed problematic – but you can certainly share links to code hosted on Pastebin, Gist or some similar service.
It’s difficult to advise you partly because I can’t find your events page to see what’s happening for myself (any solution is likely to depend on actually seeing the structure of the page and existing theme stylesheet rules).
As your theme is injecting these extra tags inappropriately, would it be possible for you to either reinstate the [raw] [/raw] “shortcodes” (I think you said in your last post that was the theme-provided workaround for this sort of situation) or otherwise reach out to the theme author and ask how this feature can be turned off?
December 10, 2013 at 8:48 am #81014alternatewords
ParticipantHi Barry,
Thanks so much for your response. The events are on a membership only site but for testing purposes I’ve just opened it up. You can take a look at http://decor8blog.com/ecourses/events. I’ve inspected the elements in Firefox with Firebug but am unsure as to how to fix it. If I use CSS > inline on the form it changes formatting completely and becomes unresponsive (an option that had been suggested on other forums). The theme developer is rather unresponsive hence posting here.
Thanks,
ThorstenDecember 10, 2013 at 10:05 am #81048Barry
MemberHi Thorsten, something like the following (which you could set up in a custom tribe-events.css stylesheet) should help with this, to some extent at least:
#tribe-bar-form br { display: none; }December 12, 2013 at 7:03 am #81402alternatewords
ParticipantPerfect, that did it! Thank so much.
December 12, 2013 at 8:34 am #81414Kelly
ParticipantFantastic! Thanks for letting us know, alternatewords. 🙂
By the way, if you have a minute or two, we will love it if you would write a few words for us here:
http://wordpress.org/support/view/plugin-reviews/the-events-calendar?filter=5Thanks in advance. 🙂
July 7, 2015 at 6:30 am #982603Support Droid
KeymasterThis topic has not been active for quite some time and will now be closed.
If you still need assistance please simply open a new topic (linking to this one if necessary)
and one of the team will be only too happy to help. -
AuthorPosts
- The topic ‘Calendar search header theme formatting issue, once again’ is closed to new replies.
