Forum Replies Created
-
AuthorPosts
-
April 14, 2016 at 7:43 am in reply to: https://theeventscalendar.com/support/forums/topic/something-odd-and-messed-up-i #1102452
Gregory
ParticipantWorked perfectly.
Thanks!
GregMarch 28, 2016 at 2:34 pm in reply to: Something odd and messed up is happening in my footer on my Submit Event Page #1094982Gregory
ParticipantEven though my hiding the sponsor carousel was a band-aid, I’m considering this ticket resolved.
Also, as per our conversation on hosting, I went with SiteGround because they offer phone support (and had good ratings for WordPress sites). Their hosting also resolved the issues my theme had on GoDaddy.
Thank you!Gregory
ParticipantPerfect! Thanks Geoff!
Gregory
ParticipantIt clarifies, but I still don’t understand why the word category is there if it’s showing the actual category. It’s OK, though. I linked directly to All Events and deleted the community calendar category and decided to use the categories for things like meditation, workshop, expo, etc.
Is there a way to show all categories by default when someone submits a community event? I don’t like the small text they have to click on to expand them. People don’t always see (or read) things like that
Thanks for your help!
GregMarch 14, 2016 at 1:01 pm in reply to: Something odd and messed up is happening in my footer on my Submit Event Page #1088647Gregory
ParticipantThis reply is private.
March 14, 2016 at 1:00 pm in reply to: Something odd and messed up is happening in my footer on my Submit Event Page #1088645Gregory
ParticipantThis reply is private.
Gregory
ParticipantThought I’d ask. I’ll follow up with theme support.
March 14, 2016 at 9:15 am in reply to: Something odd and messed up is happening in my footer on my Submit Event Page #1088498Gregory
ParticipantThis reply is private.
March 10, 2016 at 2:36 pm in reply to: Something odd and messed up is happening in my footer on my Submit Event Page #1087491Gregory
ParticipantThis seems to be working…
.owl-wrapper #tribe-community-events {
display: none;
}If you can actually figure out the issue, I’d love for it to be corrected the right way 🙂
March 10, 2016 at 2:22 pm in reply to: Something odd and messed up is happening in my footer on my Submit Event Page #1087472Gregory
ParticipantAs mentioned, I’m fine hiding it. I feel like some combination of this should hide it on only in the footer and only on this page, but I can’t figure it out (I’m not a css expert by any means):
#dp-footer .textwidget .owl-wrapper-outter #tribe-community-events {
display: none;
}March 10, 2016 at 1:58 pm in reply to: Something odd and messed up is happening in my footer on my Submit Event Page #1087443Gregory
ParticipantYou were correct that the VC code was not needed, so I only have
[owl_carousel slideshow=”sponsors” navigation=”yes” pagination=”no” items=”4″ itemsdesktop=”4″ itemsdesktopsmall=”3″ itemstablet=”2″ itemsmobile=”1″ autoplay=”3333″]Please excuse my frustration, but I’m not about to start a he said/she said. I’ve been there too many times. The owl carousel is part of the Visual Composer which came with the theme so God knows how I even track down the person who can help here. The bottom line is it works on EVERY page but this, so I have to believe your code is the issue, not the owl code. Plus, I tried switching the sponsor logos for another slideshow, so any identifier associated with sponsors would be different, and I still have the same issue.
I’m fine just hiding the sponsors on this page as a bandaid but need the page ID to do it (unless you know another way) How do I find the page ID for this page?
March 10, 2016 at 7:50 am in reply to: Something odd and messed up is happening in my footer on my Submit Event Page #1087164Gregory
ParticipantSorry for all the emails, that last [/vc_row] should be there.
Code is [vc_column width=”1/1″][owl_carousel slideshow=”sponsors” navigation=”yes” pagination=”no” items=”4″ itemsdesktop=”4″ itemsdesktopsmall=”3″ itemstablet=”2″ itemsmobile=”1″ autoplay=”3333″][/vc_column]
Still have the same issue, only on this page.
March 10, 2016 at 7:45 am in reply to: Something odd and messed up is happening in my footer on my Submit Event Page #1087161Gregory
ParticipantI
Looking at this code again, I realized the first part wasn’t needed. I just deleted:
[vc_row row_type=”section” type=”grid” bg_image_repeat=”repeat” padding_bottom=”10″ padding_top=”20″ el_class=”accent-bg-1″ css=”.vc_custom_1410189365798{margin-bottom: 0px !important;padding-top: 20px !important;padding-bottom: 10px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}” parallax_speed=”0.3″ mute=”muted”]so al that is there is:
[vc_column width=”1/1″][owl_carousel slideshow=”sponsors” navigation=”yes” pagination=”no” items=”4″ itemsdesktop=”4″ itemsdesktopsmall=”3″ itemstablet=”2″ itemsmobile=”1″ autoplay=”3333″][/vc_column][/vc_row]And I still have the same issue
March 10, 2016 at 7:35 am in reply to: Something odd and messed up is happening in my footer on my Submit Event Page #1087153Gregory
ParticipantThere’s a lot going on with my theme. The sponsor logos are actually created in a slide section of my theme. My theme also came with a Visual Composer. There is a carousel “widget” I can insert using the visual composer and choose a slide group for. I created the sponsor carousel on a regular page, and copy and pasted that code into a text widget in the footer (on the widget page). This footer widget is used on every page as part of the template. If I delete the code, it removed whatever is happening down there on the submit an event page. Somehow your code is inserting itself into the footer carousel on this page. Crazy!
I even tried a different slideshow (instead of the sponsor logos) and the same thing happened. Here is the code being used:
[vc_row row_type=”section” type=”grid” bg_image_repeat=”repeat” padding_bottom=”10″ padding_top=”20″ el_class=”accent-bg-1″ css=”.vc_custom_1410189365798{margin-bottom: 0px !important;padding-top: 20px !important;padding-bottom: 10px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}” parallax_speed=”0.3″ mute=”muted”][vc_column width=”1/1″][owl_carousel slideshow=”sponsors” navigation=”yes” pagination=”no” items=”4″ itemsdesktop=”4″ itemsdesktopsmall=”3″ itemstablet=”2″ itemsmobile=”1″ autoplay=”3333″][/vc_column][/vc_row]
-
AuthorPosts
