Deborah Delin
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] CSS Changes and W3 Total CacheMy server supplied the answer.
Under CDN I have to remove cdn.mysite.com from “Replace site’s hostname with:”
Forum: Plugins
In reply to: [W3 Total Cache] CSS Changes and W3 Total CacheNo not resolved!!! Aaargh!!
I went to bed with my CSS changes in place. Woke up this morning and refreshed the page and they’ve gone!!
What goes on?
Forum: Plugins
In reply to: [W3 Total Cache] CSS Changes and W3 Total CacheResolved! In the W3 settings, I added style.css and custom.css to Performance>CDN>Rejected files and the changes rendered.
Forum: Plugins
In reply to: [wp-FileManager] WP-Content and theme files are not accessibleThank goodness for this thread! I also would have had no clue what to put in the Default Home location.
../ seems to do the trick.
Apart from that thank you for what seems to be an excellent plugin.
Forum: Themes and Templates
In reply to: Cant get text to align left in RTL SiteI’ve been able to do it by setting up a css class:
.English { direction: ltr; unicode-bidi: embed; text-align: left; }
But now I’ll have to go through the whole site to change everything. If anyone has a more straightforward suggestion I’d be very grateful.
Forum: Themes and Templates
In reply to: Messed up Menu in New ThemeThank you so much Stephen! Indeed, assigning a new menu to the new theme solved the problem.
Forum: Themes and Templates
In reply to: Messed up Menu in New ThemeI deleted the secondary menu, but the problem persists.
Even when I preview the parent of the child theme I am using I get the same thing (massive box at top with all the menu and sub menu titles.)
Thank you for any help!!
Forum: Themes and Templates
In reply to: Messed up Menu in New ThemeOh thank you for replying!!
Yes I have a primary and secondary menu. When you say re-assign, do you mean I have to build a completely new menu and use that for the theme change? And discard the old menu? I don’t see any other option in Manage Locations.
This makes trying out a new theme quite a task………..
Forum: Themes and Templates
In reply to: Messed up Menu in New ThemeI tried de-activating all plugins but it made no difference.
Here is a link to a screenshot of the problem.
https://www.photomobil.co.il/messed-up.jpg
Horrible right??
Every theme I’ve tried, other than the current one, looks something like this.
Help!!!
Site:
https://www.photomobil.co.ilForum: Plugins
In reply to: [W3 Total Cache] CSS ChangesI would be so grateful if someone could tell me how to clear the old cached version of my website in order to see the latest style.css changes?
Here is the site:
I’ve temporarily made changes in custom.css but it’s not a solution….
Thank you.
Forum: Themes and Templates
In reply to: Child Theme style.css not workingI think I might have found what the problem is but I would very much like an expert opinion.
Because of memory problems I have a caching plugin on my website. If I make changes to text, add pictures etc., I see them immediately. But is it possible that changes in CSS don’t show up because of the caching?
All of a sudden all of the experimental changes I was trying to make in style.css have appeared in one browser (Google Chrome), but the site looks as it did before in other browsers, no matter how many times I delete the browsing history.
Does this sound typical of problems caused by caching? Do I need to disable caching while I am trying to make changes to the css?
Thank you.
Forum: Themes and Templates
In reply to: Child Theme style.css not workingThis is what I see when I inspect the element in Firebug:
h1, h2, h3 { color: #000; font-family: Arial,Helvetica,"Nimbus Sans L",sans-serif; font-weight: bold; text-rendering: optimizelegibility;
But in fact in style.css it has been changed to:
h1, h2, h3 { font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif; color: #990000 !important; font-weight: bold; text-rendering: optimizelegibility;
The changes in style.css are being ignored. Any suggestions as to why that could be?
Thank you.
Thank you very much for the prompt answer Peter!! Looking forward to the new version!
Forum: Fixing WordPress
In reply to: High CPU UsageThank you Tim. I will talk to my host.
Forum: Fixing WordPress
In reply to: High CPU UsageThanks Tim. Your explanation makes me even more suspicious that something weird is happening. It’s not a high traffic site by any means. The high CPU usage is typically in spikes, currently up and down the whole time. The spikes happen when I’m not doing any admin like publishing a post. There are no comments. I’m running 12 plugins, which I’ve swapped over for less memory consuming versions where I could. The thirstiest by far is Yoast SEO but I had the problem when I was running All in One SEO too. (It was a nasty shock to see how much more draining Yoast was but it has a feature I rely on and I don’t want to swap back at the moment).
In the last 48 hours CPU usage has increased drastically without me making any changes to the installation. I’m going to de-activate all plugins overnight to see what happens then.
I’m wondering if something could be happening at my host’s end which could be causing this? Or maybe I have some rogue script running that causes the spikes. I have spoken to my host about extra memory allocation but it would be extremely expensive.