Jump to content

Archived

This topic is now archived and is closed to further replies.

Objectif-Mariage

CSS not working

Recommended Posts

Objectif-Mariage

Hello. 

I have just realized that CSS (Less plugin) , is not working..... I have disable all plugins (except PL CUSTOM LESS and PL5) , and ... it's not working ... 
It's not the first time. Usually I had trouble with a plugin name Autoptimize , but it's Desactivate now , all memory have been purge, and it's still not working! :-/ So it's not from this plugin. 

NB : When I am logged on my website, if i go on the black wordpress dashboard bar, go on the PL icon, clic on </> LESS/CSS => then the page suddenly apply the CSS .... But As soon that i reload the page, nothing. I think the problem is that the plugin LESS/CSS does not load properly (if I can say that with my simples words).

I order to keep the site "good looking" I have temporally copy/paste all my LESS code in a plugin : Script n Styles that apply the LESS/CSS code... but it's not a solution for long time.

Can someone help me ? Did I do something wrong ? Is it an update ? 
 

my website : https://www.wedding-photography-minneapolis.com

Share this post


Link to post
Share on other sites
Andrew

do you see an error in the developer tools?

Share this post


Link to post
Share on other sites
Objectif-Mariage

Excuse me Andrew, I don't know what is the Developer tools you speak about ? is it a plugin, I can install it and check ?  (sorry I'm not a developer).

Share this post


Link to post
Share on other sites
Objectif-Mariage

Hello , @Andrew tell me what plugin I should install and where I should look, and I will be happy to tell you if I see any error .

Share this post


Link to post
Share on other sites
Andrew

haha ok, in chrome you have some thing called web developer tools, .. in chrome view > developer > developer tools and tell me if there is an error in your console

 

 

Share this post


Link to post
Share on other sites
Andrew

i suspect your issue is coming from an error in your css or somewhere in the page btw.. so double check for unclosed tags and so on

Share this post


Link to post
Share on other sites
Objectif-Mariage

Thank You @Andrew I just deleted all the less/css and then past It can. And it works  !!! It's just insane ! I haven't change even an comma !

I'm not sure if I should be happy or what. I just don't understand why it was no working.... :-/ Well. now it's working again.

 

By the way. Looking in the google tools , I have found thoses errors : 
I think they are relatives to the fact that I have changed my hosting from a HTTP => HTTPS . Is there any "simple" way to fixe that ? 

 

jquery-migrate.min.js?ver=1.4.1:2JQMIGRATE: Migrate is installed, version 1.4.1
jquery-migrate.min.js?ver=1.4.1:2JQMIGRATE: Migrate is installed, version 1.4.1
jquery-migrate.min.js?ver=1.4.1:2 JQMIGRATE: Migrate is installed, version 1.4.1
3jquery.js?ver=1.12.4:4 Mixed Content: The page at 'https://www.wedding-photography-minneapolis.com/?pl_edit=on' was loaded over HTTPS, but requested an insecure image 'http://www.wedding-photography-minneapolis.com/wp-content/plugins/pl-section-boxes/check.svg'. This content should also be served over HTTPS.
n.expr.filters.hidden @ jquery.js?ver=1.12.4:4
n.expr.filters.visible @ jquery.js?ver=1.12.4:4
(anonymous) @ jquery.js?ver=1.12.4:2
f @ jquery.js?ver=1.12.4:2
fa.select @ jquery.js?ver=1.12.4:2
fa @ jquery.js?ver=1.12.4:2
a.find @ jquery-migrate.min.js?ver=1.4.1:2
find @ jquery.js?ver=1.12.4:2
a.fn.find @ jquery-migrate.min.js?ver=1.4.1:2
init @ boxes.js:15
(anonymous) @ boxes.js?ver=05bfc3:6
dispatch @ jquery.js?ver=1.12.4:3
r.handle @ jquery.js?ver=1.12.4:3
trigger @ jquery.js?ver=1.12.4:3
a.event.trigger @ jquery-migrate.min.js?ver=1.4.1:2
(anonymous) @ jquery.js?ver=1.12.4:3
each @ jquery.js?ver=1.12.4:2
each @ jquery.js?ver=1.12.4:2
trigger @ jquery.js?ver=1.12.4:3
startSection @ VM3587 site.js?ver=05bfc3:5
(anonymous) @ VM3587 site.js?ver=05bfc3:5

Share this post


Link to post
Share on other sites
Andrew

you need to fix the images you're loading so that they are https...  try reuploading the one in question.

Share this post


Link to post
Share on other sites
Objectif-Mariage

I'm not sure to understand . 

The only image I see in the code is : http://www.wedding-photography-minneapolis.com/wp-content/plugins/pl-section-boxes/check.svg . Witch is an image installed by PL. Should I maybe desinstall and re install this section boxes plugin ? (if you confirm me that I will not loose my boxes sections used on the website)? 

Or are you speaking of other images ? 
 

What I also see it's a lot about Jquery code ... (And to be honest I have no idea what does it used too).

Share this post


Link to post
Share on other sites

  • Similar Content

    • gstrahle
      By gstrahle+
      Hi,
      I am hoping to figure out how I can get my PageLines Full Nav to display layered in front of a sticky footer element on my website - 3keymedia.com
      I would like the Full Nav to overlay the entire screen when opening the menu as you will see when opening on a desktop the footer of nav content is cropped by the sticky footer.
       
      Thanks


    • Christian
      By Christian+
      Hi everyone, since Instagram had allowed to publish in different ratio formats (instead of only square ratio) the grams stripe has different heights. Can you tell me if i can fix it easily with some CSS?
    • Michael Kummer
      By Michael Kummer+
      Hi guys!
      I have noticed that my primary sidebar becomes intermittently invisible when browsing through various blog articles on michaelkummer.com/blog.
      See:
      https://www.dropbox.com/s/z646sgoa3mfjl1j/Screenshot 2018-07-12 15.57.46.jpg?dl=0 and https://www.dropbox.com/s/vdledzzgginvwgv/Screenshot 2018-07-12 15.57.57.jpg?dl=0
      Upon refresh, the sidebar appears. I have been using the following CSS code to hide the sidebar on mobile without any issues. 
      @media only screen and (max-width: 993px) {
      /* hide sidebars */
           .plsb {
              display: none !important;
          }
      }
      I tried to add the following CSS to force the sidebar to show on screens that are wider than 994 pixels but to no avail. Any clue what could be causing this issue?
    • Michael Kummer
      By Michael Kummer+
      Hi guys!
      I am using the LESS/CSS Pagelines extension and tried to add the following code to make use of FontAwesome:
      a.c2a:before {
          content: "\f07a\00a0";
          font-family: "Font Awesome 5 Pro";
          Font-weight: 900;
          font-style: normal;
          font-weight: normal;
          text-decoration: inherit;
          padding-left: 4px;
      }
       
      The issue is that as soon as I have the CSS via the Custom Styling text box, Pagelines (or the extension) strips out the backslashes (\). As a result, I had to abandon the CSS/LESS extension and instead add all my CSS code to a separate .css file.
      Is there a fix or workaround for this?
      Thanks
      Michael
    • glyph.marketing
      By glyph.marketing+
      Hello, I am having a problem similar to that experienced by Michael Kummer here. We have pages that show this automatic scrolling issue (examples here and here) and it is sufficiently annoying that we have seen customers bounce while trying to convert. Strangely, it only happens at specific resolutions, so it can be difficult to reproduce. In general we can only consistently reproduce it on a 4k resolution with a browser width between 1517 and 1536px. 
      Thanks to Michael Kummer's help we were able to set the overflow-anchor property to none in the entire body, which fixed the issue as far as we can tell, but also obviously disabled scroll anchoring for the whole site. I tried applying it to the specific element that looked like it was being reloaded, which was the PL Meganav extension, but that was unsuccessful. 
      Can anyone help us figure out which element or ID we can apply this property to, so that we can fix the scrolling issue but not disable scroll anchoring for the entire site?
      Thank you - 
      Glyph Language Services
×