tombuttrick
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Auto Updated to WP 4.8.1Thanks for the replies.
Yes, this site is at 4.98.1. That is the problem I believe. Have cleared all cache without resolution, and this is happening for multiple users so not just my machine.
De-activated all plugins and still have the problem. Can not add posts nor events.
And, still says another update is running so I can not try to re-install 4.8.1. Believe it failed part way through and this is why we are having trouble.
Forum: Plugins
In reply to: [Event Rocket] Getting Illegal Offset Error using embed_event SubcodeBarry,
Thanks much for the response. Upon further testing, it appears this only happens when I “Preview Changes”. Once I start moving around my website, all is well, so it is something within WP itself and nothing to do with your plug-in.
Sorry for the false alarm.
Forum: Plugins
In reply to: [The Events Calendar] tribe-events/tribe-events.css Not OverridingResolved.
Forum: Plugins
In reply to: [The Events Calendar] tribe-events/tribe-events.css Not OverridingI still don’t see it loading, but it is now working. Not sure what is going on, but now working in both Chrome and FireFox.
Thanks much
Forum: Plugins
In reply to: [The Events Calendar] tribe-events/tribe-events.css Not OverridingWhen I use debug, I see that the tribe-events.css is not loading
Forum: Plugins
In reply to: [The Events Calendar] tribe-events/tribe-events.css Not OverridingStill not loading. I installed the CSS plugin and it made no difference.
Forum: Plugins
In reply to: [The Events Calendar] tribe-events/tribe-events.css Not OverridingNope. Same results.
A little background on this: The substitution WAS working fine. Then, this past weekend, I upgraded to the latest WP version, upgraded from PHP 5.2 to PHP 5.5, and purchased The Event Calendar Pro. Substitution no longer works.
Forum: Plugins
In reply to: [The Events Calendar] tribe-events/tribe-events.css Not OverridingSorry, should have included one. Here ’tis
Forum: Plugins
In reply to: [The Events Calendar] Event Detail page Formatting Isue with Suffusion ThemeFigured it out
Forum: Plugins
In reply to: [The Events Calendar] Event Detail page Formatting Isue with Suffusion ThemeOK, I understand not getting free support from the plugin authors, but isn’t there anyone on this forum that could give a very quick hand to someone who has spent many many hours on something that I am sure is really simple to those who work with this stuff? I have everything in place to make this CSS inheritance in my Suffusion theme, I just can’t figure out exactly what to put before the “{” to point to the correct bit of code. I know I need to change the margins or padding of the <div class=”tribe-events-single-event-description tribe-events-content entry-content description”>, but can not figure out, nor find out from searching the web for CSS tutorials, etc., what the correct coding is. I can get inheritance using just .single-tribe_events, but to dive down deeper than that nothing I attempt works.
Please, is there anyone out here who could give this 5-10 minutes.
Thanks in advance for anyone willing to respond with help.
Forum: Plugins
In reply to: [The Events Calendar] Event Detail page Formatting Isue with Suffusion ThemeThanks Barry. Looked through all of this and still not sure how to change the left-hand padding for the page.
Wish I could send a link to what I am experiencing on the site, but can not publish this until I get the margins fixed. I created a tribe-events.css file and placed it in the suffusion/tribe-events directory but it did not change the display. The tribe-events.css file contained:
body {
margin: 10;
}Also tried:
body {
margin-left: 50px;
}Any other thoughts or help much appreciated.