nsackman
Forum Replies Created
-
Forum: Plugins
In reply to: [Cookie Notice & Compliance for GDPR / CCPA] Not Showing in Home PageI’m having the same issues. Same version. Using theme TheGem with WP Bakery builder.
edit: I just made a change to my home page, updated some text, and now the cookie notice is showing on the home page.
- This reply was modified 1 year, 8 months ago by nsackman.
I wanted to add that I ran into this error as well today. Although I didn’t make any changes to the site. The site just went down and started giving an HTTP 500 Error. Through other trials, I found that the site came back online after deactivating WordFence. When I tried to reactivate it I got the fatal error issue. I then followed what @leonali1982 did and was able to get my site back up WITH WordFence installed.
I don’t have much debugging information to add but I wanted to let you know that it is happening to more people.
I feel compelled to add that I ran into this issue today and fought with it for quite a few hours before finding out the conflict with Simple Calendar. A workaround to coexist with Simple Calendar would be extremely helpful.
Forum: Fixing WordPress
In reply to: Google font not loading for some wordsFound this today. It was posted a few days ago. Looks like Foundation has
text-rendering: optimizeLegibility;
set by default. I set it to auto for my H1-H6. Appears to have fixed the issue.Forum: Fixing WordPress
In reply to: Google font not loading for some wordsI put the code directly in my header.php file:
<link href='https://fonts.googleapis.com/css?family=Righteous' rel='stylesheet' type='text/css'>
The font is the first thing to load according to the network tab in chrome inspector.
Still running into the issue.
I talked to my hosting service tech support. They were also able to repeat the issue but said that it’s not related to my server.
Anyone have some other suggestions?
Forum: Fixing WordPress
In reply to: Google font not loading for some wordsHey Susan,
That’s how I had it it originally with this:
wp_enqueue_style( 'righteous_font', 'https://fonts.googleapis.com/css?family=Righteous' );
That’s when I first started seeing the issue. That is how the Open Sans is being set up currently.
Forum: Fixing WordPress
In reply to: Google font not loading for some wordsThat could be correct GuitarKat. I have seen it happen on a computer before. I’m wondering if its because home network isn’t the fastest?
I did try it cellular data on my phone and still have the problem.
I did download the files and host them on the server and it still has the problem.
I am not experiencing the issue with Firefox mobile browser though I am seeing it in Opera.
Forum: Fixing WordPress
In reply to: Google font not loading for some wordsI can add that it doesn’t happen as much on desktop. Mostly on mobile. And it seems to fix itself when refreshing but occurs more often when you click the logo to go to the home page.
I have inspected the page when the issue occurs and I can see that the CSS for the H1 does show the font-family: Righteous.
Forum: Fixing WordPress
In reply to: Uploaded media is broken and not showing upThanks a lot! I used the basic WP htaccess file and it works now!!!
I used this on the htaccess file in the uploads folder.