celinabrar
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Autosave not working in Classic Editor (WordPress 5.8.3)@t-p Sorry I forgot to mention, I just added the code lines in which they appear for reference.
Forum: Fixing WordPress
In reply to: Link preload not working@kjellr I just cleared the cache from everywhere (wp-easy, Cloudflare, and cache enabler) and even page speed doesn’t show the “preload key requests’ anymore! I guess cache must have been the culprit.
Forum: Fixing WordPress
In reply to: Link preload not working@kjellr I had not placed the HTML as code (before) so &#+ digits were appended at the end of the links, for some reason.
I have verified that each link is correct by pasting them in the search bar and whenever I visit them, it automatically starts downloading the file. You may see the same using the following code.
The results on the two sites are still the same. Should I just presume that page speed has been unable to see the updates, while GTmetrix can usually recognize the changes?
<link rel="preload" href="https://sundaystyleblog.com/wp-content/plugins/social-icons-widget-by-wpzoom/assets/font/socicon.ttf" as="font" type="font/ttf" crossorigin="anonymous"> <link rel="preload" href="https://sundaystyleblog.com/wp-content/plugins/social-icons-widget-by-wpzoom/assets/font/fontawesome-webfont.woff2?v=4.7.0" as="font" type="font/woff2" crossorigin="anonymous"> <link rel="preload" href="https://sundaystyleblog.com/wp-content/themes/stunning/assets/webfonts/fa-solid-900.woff2" as="font" type="font/woff2" crossorigin="anonymous"> <link rel="preload" href="https://sundaystyleblog.com/wp-content/themes/stunning/assets/webfonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin="anonymous"> <link rel="preload" href="https://sundaystyleblog.com/wp-content/themes/stunning/assets/webfonts/fa-regular-400.woff2" as="font" type="font/woff2" crossorigin="anonymous">- This reply was modified 5 years, 5 months ago by celinabrar.
- This reply was modified 5 years, 5 months ago by celinabrar.
- This reply was modified 5 years, 5 months ago by celinabrar.
Forum: Fixing WordPress
In reply to: Link preload not working@kjellr I replaced the file names with the exact URLs as available on the GTmetrix report and it still doesn’t quite feel like it worked.
I ran page speed insights and GTmetrix an unreasonable amount of times. Page speed still shows that I should preload all except the font awesome. GTmetrix is weird because it sometimes doesn’t recommend preload and sometimes it says I need to do 1 or 2.
Is it normal to see such weird fluctuations in the reports? Does it take some tie for the changes to reflect? Here is my current code:
<link rel=”preload” href=”https://sundaystyleblog.com/wp-content/plugins/social-icons-widget-by-wpzoom/assets/font/socicon.ttf” as=”font” type=”font/ttf” crossorigin=”anonymous”>
<link rel=”preload” href=”https://sundaystyleblog.com/wp-content/plugins/social-icons-widget-by-wpzoom/assets/font/fontawesome-webfont.woff2?v=4.7.0″ as=”font” type=”font/woff2″ crossorigin=”anonymous”>
<link rel=”preload” href=”https://sundaystyleblog.com/wp-content/themes/stunning/assets/webfonts/fa-solid-900.woff2″ as=”font” type=”font/woff2″ crossorigin=”anonymous”>
<link rel=”preload” href=”https://sundaystyleblog.com/wp-content/themes/stunning/assets/webfonts/fa-brands-400.woff2″ as=”font” type=”font/woff2″ crossorigin=”anonymous”>
<link rel=”preload” href=”https://sundaystyleblog.com/wp-content/themes/stunning/assets/webfonts/fa-regular-400.woff2″ as=”font” type=”font/woff2″ crossorigin=”anonymous”>please ignore the &# and digits. IDK why they keep coming up when I copy the code.
- This reply was modified 5 years, 5 months ago by celinabrar.
- This reply was modified 5 years, 5 months ago by celinabrar.
- This reply was modified 5 years, 5 months ago by celinabrar.
- This reply was modified 5 years, 5 months ago by celinabrar.
Unfortunately, the theme developer is unable to help me.
No, the issue has not nearly been resolved. In fact, now I can’t even get to display your breadcrumb anymore! I used two different pieces of code in several template files and nothing happens!
Forum: Fixing WordPress
In reply to: Theme creating a blank line in every page’s html@sitefixingcom thanks for letting me know. I forget to even consider the security factor.
The error I get:
error on line 2 at column 6: XML declaration allowed only at the start of the document
Below is a rendering of the page up to the first error.I wonder how it’s working for you. Does it redirect to sitemap_index.php for you too? Also, the problem is definitely in one of the theme files (not root directory) because it works for other themes.
Forum: Fixing WordPress
In reply to: Some Post Images Appearing Blurry After Using Blogger Importer@nm1com I’m 99% sure that the ones that keep encountering an error are the problem. No matter what I do they refuse to be fixed. Also, I learnt that the mu-plugin folder cannot be writable, on the easy wp system after contacting support.
Forum: Fixing WordPress
In reply to: Some Post Images Appearing Blurry After Using Blogger Importer@nm1com Like many other posts if you go to https://sundaystyleblog.com/confident-habits/, I think you’ll find that the size has been changed. I’m trying to enter troubleshooting mode, but currently facing an error.
Forum: Fixing WordPress
In reply to: Some Post Images Appearing Blurry After Using Blogger Importer@nm1com I tried switching to one of the twenty themes and the problem still persists. I checked my plugins and deactivated/deleted all the unnecessary ones.
Then I set the media settings to something very high like 1024, 2560, and 3000 for the thumbnails, medium-size and large size images respectively. I ran regenerate thumbnails which went through the 227 attached but faced some errors and skips along the way. I tried lowering the values to 900, 1024, and 2560, but the result was the same.
Now when I check the code of my single post pages, some have high-quality images but others still have that 200-300 scaled image on them. No matter what plugin I use (like Smush and even regenerate thumbnails advanced), the problem isn’t fixed. Please let me know the solution.
Forum: Developing with WordPress
In reply to: I am unable to display my new widget areaThanks @bcworkz I was able to solve that problem. There is another issue I’ve been facing that I hope you could me with: https://ww.wp.xz.cn/support/topic/some-post-images-appearing-blurry-after-using-blogger-importer/#new-topic-0.
Forum: Developing with WordPress
In reply to: I am unable to display my new widget areaIronically, no matter what I do I just can’t get to display any of the three active items in the widget area. The closest I ever got to doing so was when I placed the code in some file (i think it was the index) of the parent theme, and the whole logo of my site changed to plain text. It does come in the widgets admin screen but the customizer shows the error : Your theme has 1 other widget area, but this particular page doesn’t display it. This remains the same for every page.
You can navigate to other pages on your site while using the Customizer to view and edit the widgets displayed on those pages. (This remains the same for every page.)
I do not understand what the problem is. I wish I could somehow share my site’s files to show you. Is there any way you can get access to them?Forum: Developing with WordPress
In reply to: I am unable to display my new widget area@bcworkz I understand what you’re saying. The thing is like I mentioned before, my child theme does not have a sidebar.php/header.php/footer.php file, unlike its adult theme. So shall I duplicate the file from the latter and add it, or would you suggest otherwise? Also, I have tried this code before in the adult theme (as available on a WordPress article) and it still showed the same message. Sometimes, when I manipulated it position, it would just change the font of my logo but wouldn’t show any widgets.
Forum: Developing with WordPress
In reply to: I am unable to display my new widget areaThanks for your reply. Keeping aside the fact that I would like to display the widget in either my header or footer, my child theme does not have a sidebar.php file, unlike its adult theme. So shall I duplicate the file from the latter and add it, or would you suggest otherwise?
- This reply was modified 5 years, 9 months ago by celinabrar.