cbridges
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Magazine Basic] Remove pagination on posts pageI never got it corrected and actually just switched to another theme
Forum: Plugins
In reply to: Dejavu Theme and The Events CalendarI’ve never got it to fully work but did get the sidebar to stop going to the bottom of the calendar by putting this in the Event Calendar HTML box
<script type = 'text/javascript'> jQuery(document).ready(function(){ if (jQuery('.tribe-events-page-title').length > 0) { jQuery('body').removeClass('right_sidebar').addClass('full_width'); jQuery('#sidebar').remove(); } }); </script>
This code came from the Dejavu support person. Hope it helps you
Forum: Fixing WordPress
In reply to: Publish button issuesThink I figured it out. Under my user, the option to proofread every post when first created and updated was checked. For some reason it was proof reading and not allowing the post to be published. After unchecking these options it seems to be working…for now at least.
Forum: Plugins
In reply to: [The Events Calendar] Downgrade versions of Event CalendarThank you @macdoodle!
Forum: Plugins
In reply to: [The Events Calendar] Event Category not workingThank You!
Forum: Plugins
In reply to: [The Events Calendar] Past events not showing on calendar@barry,
I agree with you that it may be a combination of the theme and plugin (or combination of plugins). Since others are also having the same issue (or sounds like same problem) I’m just trying to figure what in a theme would cause the issue. I’ll keep trying to figure it out.
Thanks!Forum: Plugins
In reply to: [The Events Calendar] Missing calendar formatting@barry, The theme developer did get my sidebar issue solved however on the formatting of the individual events, he is stumped as well. When I switch to twenty thirteen and the formatting is correct, I used Chrome inspector to look at the code. The following shows up in Chrome inspector with twenty thirteen theme
.single-tribe_events .tribe-events-event-meta { background: #fafafa; border: 1px solid #eee; margin: 30px 0;}
When using the dejavu theme I see the .single-tribe_events .tribe-events-event-meta .tribe-clearfix but no background, border or margin properties show up in the inspector like it does with the twenty thirteen theme. Its like its not pulling up the properties for these classes.
I thought about switching to the Pro version but don’t want to until I know this issue won’t show up in the paid version as well. I will continue search until I hopefully figure it out!
Thanks!Forum: Plugins
In reply to: [The Events Calendar] Next/Prev Month buttons bugMy previous month/next month don’t work on month view
Forum: Plugins
In reply to: [The Events Calendar] Past events not showing on calendarUPDATE! It did seem to be working but is no longer working. In calendar view (month) no events show in months other than the current month, unless you hit refresh. Also, when you click the previous or next month link at bottom of calendar it appears to stay on current month unless you hit refresh. WordPress did an automatic update to 3.8.1….don’t know if that has anything to do with it.
Forum: Plugins
In reply to: [The Events Calendar] Events not publishing/Page not found@aaron,
Glad you got it to work as we’ll!Forum: Plugins
In reply to: [The Events Calendar] Event Category not workingCan I shut the category off so it doesn’t show under event details?
Forum: Plugins
In reply to: [The Events Calendar] Past events not showing on calendarBarry,
I just upgraded to version 3.4 of the plugin that came out yesterday and it solved the problem of not being able to see past events on the calendar….Thank you! However, with that being said, it was something with the plugin and not my theme causing the problem. I have thought that some of the other issues I am having with the plugin were theme related and not plugin related…but now I’m not sure.Here are links to the other post of issues I am having
https://www.ads-software.com/support/topic/event-category-not-working?replies=3https://www.ads-software.com/support/topic/missing-calendar-formatting?replies=7
Thanks!
Forum: Plugins
In reply to: [The Events Calendar] Event Category not workingBarry,
I tried this and it seems to be working with an unmodified twenty thirteen theme. I am using a mysitemyway.com theme (dejavu theme) and I think it is a problem related to the theme. I love the theme and this plugin but something is not working between the two ?? I have several issues with calendar links not working and the calendar formatting being weird but I believe they are all due to the dejavu theme. I am going to try to tackle them one at a time with the theme developer. Thanks!Forum: Plugins
In reply to: [The Events Calendar] Events not publishing/Page not found@barry,
I do have this issue corrected. By doing the permalink switch I mentioned above, it is working properly. Thanks!Forum: Plugins
In reply to: [The Events Calendar] Missing calendar formattingThanks, I am trying to get help from theme vendor and not getting very far. Just thought I would give you guys a shot!