-
AuthorPosts
-
October 25, 2017 at 3:37 pm #868771
Hi,
I wonder if you could help with a problem with the website domain – http://www.dirtyhero.co.uk
The site is built using the Enfold theme with some custom CSS included.
When I originally built the site everything worked fine, all the CSS elements were working as they should. I then took the decision to put the site through Cloudfront in order to try and speed up the site. Elements such as images and css files were stored with Cloudfront. The site still worked fine, however when I try and add more css or re-use the css that is listed in the General styling area it will not show on the webpage.
It would appear that because the web pages are pulling the css information from the files stored in Cloudfront I can no longer edit or change this CSS.
I no longer use Cloudfront, instead I have opted to use a manged web hosting service which provides a good service for displaying the website quickly.
The question is, how could I get the website to read the css files from the General styling area again, instead of reading the stored files in Cloudfront (for which I have no access to change).October 27, 2017 at 6:17 am #869387Hey paulsimo0,
Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply. Also please point how and where we can reproduce the problem.
Best regards,
RikardOctober 31, 2017 at 12:02 pm #870803Hi Rikard
I have included the login url along with the user and password.
Basically, when I go to Enfold Child – General Styling and add CSS into the Quick CSS section it doesn’t have any effect.
I have enabled the Custom CSS Class box to display in each of the elements. I add the relevant name for the particular part of CSS into the custom CSS Class box and update the page. The result is the CSS does not have any effect on the page.
The strange thing is, previous CSS that I had wrote, works perfectly well, it is only when I try and add new CSS or even alter existing CSS that the problem occurs. It seems as though it accepts the older CSS but is just ignoring any new or amended CSS. This is the same for any page on the website.
Any help would be greatly appreciated.Kind regards
PaulNovember 1, 2017 at 10:30 am #871132Hi Paul,
Thanks for the feedback and login details, could you point out a specific element that you are trying to target and what CSS you are using? Otherwise it’s a bit too general to be able to debug your problem.
Best regards,
RikardNovember 1, 2017 at 11:18 am #871146Hi Rikard
Yes,as an example I have some CSS as follows:-
.distance {
color: #ff4000;
font-size: 18px;
font-style: italic;
font-weight: bold;
}This is placed in the Quick CSS section but has no effect on the text when I apply it. I also want to add a similar CSS but in a different font colour and font size, i.e.
.distance-white {
color: #ffffff
font-size: 24px;
font-style: italic;
font-weight: bold;
}
But again it has no effect.
Basically any new or amended CSS I add to the Quick CSS section is having no effect at all.
The Quick CSS section used to work fine and all of the older CSS that was added to it works okay. It would appear that something has changed that will allow the older CSS to work, but any new or amended CSS will not work.The following CSS was added in the Quick CSS section quite a while ago and works perfectly:-
@media only screen and (max-width: 768px) {
.only_desktop { display: none !important; }}@media only screen and (min-width: 769px) {
.only_mobile { display: none !important; }}I appreciate this is a bit random, but I am just trying to explain that something is preventing any new or amended CSS from working, but I simply haven’t got a clue why this would be.
Thanks
PaulNovember 2, 2017 at 4:42 am #871516Hi Paul,
Thanks for that, I can see the .distance and .distance-white classes in your Quick CSS, but I can’t see those classes on the front page for instance. On which page are you using them on?
Best regards,
RikardNovember 3, 2017 at 1:15 am #871896Hi Rickard,
I’m having the same problem with the my footer color. Nothing seems to change using Quick CSS. Also, on the footer setting I have a black background with white font and on certain browsers it’s showing up as a white background, basically inverting what’s coded.website: ecoarkusa.com
Appreciate the help,
TroyNovember 3, 2017 at 12:07 pm #872114 -
AuthorPosts
- You must be logged in to reply to this topic.