Forum Replies Created
-
AuthorPosts
-
March 1, 2016 at 8:43 am in reply to: Issues with the "Tribe Bar" (the "view as" and "date" boxes) #1083933
sciotomile
ParticipantOk I think I found the issue.
It was due to a change to make it more compatible with other plugins and themes, instead it backfired.
So to resolve this for now please copy the contents of this:
This worked!! Thanks!
-
This reply was modified 10 years, 1 month ago by
sciotomile.
-
This reply was modified 10 years, 1 month ago by
sciotomile.
March 1, 2016 at 7:14 am in reply to: The "Tribe Bar" (the "view as" and "date" boxes) not aligning properly… #1083826sciotomile
ParticipantSorry for the delay responding… I had other projects and didn’t have time to work on this last week. The plugin provided crashed my site— the entire site stopped responding and loaded a blank white page. I had to manually remove the plugin. Thanks anyway.
February 23, 2016 at 11:12 am in reply to: Issues with the "Tribe Bar" (the "view as" and "date" boxes) #1080909sciotomile
ParticipantNo luck… Unless I want to completely redesign my website, I guess… π
-
This reply was modified 10 years, 2 months ago by
sciotomile.
-
This reply was modified 10 years, 2 months ago by
sciotomile.
February 23, 2016 at 7:52 am in reply to: Issues with the "Tribe Bar" (the "view as" and "date" boxes) #1080692sciotomile
ParticipantSorry… I don’t have “Beautiful Math Module of JetPack” installed on my site. In fact, I don’t even now what it is.
sciotomile
ParticipantI was able to resolve this issue myself by adding the following CSS to my theme’s style sheet:
.tribe-events-othermonth p { margin-bottom: 0; font-size: 14px; } .tribe-events-thismonth p { margin-bottom: 0; font-size: 14px; }sciotomile
ParticipantThank you so much!
February 22, 2016 at 9:43 am in reply to: The "Tribe Bar" (the "view as" and "date" boxes) not aligning properly… #1080012sciotomile
ParticipantI accidentally hit the “Correct Answer?” button, but the problem isn’t solved
February 22, 2016 at 9:42 am in reply to: The "Tribe Bar" (the "view as" and "date" boxes) not aligning properly… #1080008sciotomile
ParticipantUnfortunately, this did not fix the error… still jacked up…
sciotomile
ParticipantIt does the same thing on the other Community page…
http://www.sciotomile.com/events/submission/list
But as you can see this time it pulls “Add New Display Not admin ? Log Out 123 Status Title Organizer Venue Category Recurring? Start Date End Date Conversations & Coffee View”… So it is just pulling all text from any community page. Isn’t that weird?
sciotomile
Participant[quote]Regarding your last question, did you replace the βmy-themeβ part of the folder path with the folder of your active theme? Thanks![/quote]
Yes… I just typed “my-theme” to be generic in this post so that the resolution could be applied to other users sites. Obviously in my case I used wp-content/themes/sciotomile2011/tribe-events/community/
As to my initial question, The reason the regular “Recent Posts” widget looked fine is because it only is displaying titles… no excerpts. The titles part of the Recent Posts Extended Widget works fine as well… It is the excerpts that seems weird. Anything I add to the edit-event.php file it spits out for each excerpt. Anyway, this is a very common plugin used on a ton of sites that’s why I bring it up. Can you at the very least point me in a direction? It’s not pulling page data or post data for the page from wordpress… it’s getting that content direct from the php template file for the form (edit-event.php). It is an interaction issue since this does NOT happen on any other page — including the other events calendar pages. So it is something in the code for the community events pages that is causing it.
This plugin generates the excerpt using the following function:
function rpwe_excerpt( $length ) {$content = get_the_excerpt(); $excerpt = wp_trim_words( $content, $length ); return $excerpt;}Could the string being titled $content be the issue?
sciotomile
ParticipantI sent you a private response… But one other question that is more public…
When I placed my edited edit-event.php file in the wp-content/themes/my-theme/tribe-events/community/ directory it still pulled the edit-event.php file from:
wp-content/plugins/the-events-calendar-community-events.3.4/the-events-calendar-community-events/views/community/Therefore, I had to edit it and replace the file directly in the plugin… Should the folder in my theme folder be labeled differently in order for it to pull the edited file over the default plugin file? I like having my edited files in the theme folder so that when there are updates to plugin, my changes aren’t wiped out π
sciotomile
ParticipantThis reply is private.
sciotomile
ParticipantThanks… unfortunately that didn’t resolve it π
March 4, 2014 at 1:09 pm in reply to: The list icon under "View As" drop down is wrong and shows month icon instead #112445sciotomile
ParticipantNo further assistance needed, but I can confirm that I downloaded the latest version (3.4).
March 4, 2014 at 8:28 am in reply to: Getting rid of the "Country" in the address in list view #112282sciotomile
ParticipantI fiqured it out… I added the following code to the tribe-events.css file… http://pastebin.com/wuw97Qtq
-
This reply was modified 10 years, 1 month ago by
-
AuthorPosts
