PC custom css didn’t work anything with WordPress oxygen.
Does someone give me advice,please?
I’m beginer and just started to make my blog.
I would like to remove “more articles” at the bottom.
I taped ” section-title { display:none; } “
after that “save change”
but it didn’t change anything.
I tried a lots of types of css, but nothing was successed.
in my opinion, smg wired…
please, someone give me advise.
]]>I have the same issue as tweetboxlive one year ago. SEO Monitor log shows me massive 404 errors for https://www.example.com/wp-content/plugins/pc-custom-css/custom.css?pc_custom_css_ver=1380975157 from nearly all available pages.
When I open the link in my browser, everything is ok, I can read the CSS file. The CSS is also applied.
How can I stop the errors?
Trying to add some custom CSS to a site. I determined the correct CSS rules by using the Web Developer Tools extension in Firefox, and when I put it in the Edit CSS function there, the display worked fine, showing my new rules in action.
Pasted into the custom CSS plug in, the same code doesn’t do anything. No wonder, as when I examine the loaded CSS files for the site in Web Developer, the custom CSS file is indeed there, but it shows up as empty!
Can you give me some idea as to how to troubleshoot this?
TIA!
]]>thanks for the nice plugin, been using it a while now.
but decided to submit this ticket, cause starting a new client site, and coming across a common problem.
when i use bootstrap, or ubermenu i usually have to override their css manually – for some reason it does not catch, and wondering what i could do.
i also have a similar problem with gravity forms, but not across the board, just certain major styles like fields.
thank you for any direction
zé
]]>I have tried to add some simple css to PC Custom CSS as instructed but no changes worked?
I have a child theme and Expound has two main css stylesheets (expound.css and style.css)
Can you provide an example of a custom body css and an example of what to put in the custom css feild (just so I know i’m doing it right) I’m only new so no tech code talk please.
]]>If you install the Firebug add-on for Firefox browser you can then inspect all the CSS elements and make live changes to your fonts and colors and see the effect in real time.
Once you like what you see, right-click on the CSS you just edited and select COPY RULE DECLARATION. Then jump over to another window with Custom CSS screen open and paste it in.
]]>Hi
Is it somehow possible to specify that certain changes entered into the Custom CSS page only affect a certain theme?
Currently the changes will remain in effect even if the theme is changed, but would like to be able to assign certain changes to one theme, and other changes to different themes.
Thanks
]]>PC Custom CSS worked when I inadvertently had a child theme activated. But if I re-activate twentyeleven and use Custom CSS, the same change that previously worked does not now.
]]>Hey Peter,
Thought I’d let you know that your plugin doesn’t seem to be working with WP Minify plugin, returns an error and breaks entire CSS code returning a HTTP/1.0 400 Bad Request in WP Minify generated file.
Are you able to fix?
Thanks,
Paul
I installed Zend optimizer as per
https://managewp.com/boost-wordpress-performance-zend-optimizer
and unfortunately it breaks Custom CSS. I don’t expect you to spend much time on this but thought hey if it’s obvious then you might have an easy fix.
Cheers
]]>This plugin applies the custom css well.
However, deactivation and reactivation of the plugin results in a loss of the custom css that was in the css field.
Something in the way this plugin is storing the custom css is not letting it be retained through a deactivation.
]]>If you temporarily deactivate this plugin, all your css settings will be deleted, which is problematic if you are trying to test plugin conflicts.
]]>With the upgrade to 3.4 this plugin installs fine, but does not load the saved settings designed to override the default CSS of the TwentyEleven theme at all. Other plugins load, but not last, so it’s not possible override theme style settings because two WP 3.4 customization settings now load last.
]]>I am getting url 404 errors due to this plugin, though the plugin features are working correctly.
e.g.
example.com/wp-content/plugins/pc-custom-css/custom.css?pc_custom_css_ver=1332436296
is showing up in error logs
Any ideas why?
]]>This may be an issue others are not seeing because of the content of their CSS but I noticed something…
Both the single quote (apostrophy) and regular quote are getting escaped improperly.
For instance if I put this in my custom CSS:
font-family: “Times New Roman”, Times, serif ;
The custom.css file contains:
font-family: \”Times New Roman\”, Times, serif ;
Not a huge error but it does cause issues, especially in URLs such as:
background-image: url(‘/some/path/to/img.jpg’);
The font-family issue is important because if the font name contains whitespace it must be in quotes.
]]>