remotay
Forum Replies Created
-
Forum: Plugins
In reply to: [Autoptimize] Preloading google fonts with AutoptimizeDone! Your contribution to the WP scene with Autoptimize is amazing. Truly a must have plugin. Thank you so much.
Forum: Plugins
In reply to: [Autoptimize] Preloading google fonts with AutoptimizeThanks! Got caught up on pagespeed didn’t even look at other tests. Looks like I still got some work to do. Thank you for the assistance, much appreciated
- This reply was modified 3 years, 7 months ago by remotay.
Forum: Plugins
In reply to: [Autoptimize] Preloading google fonts with AutoptimizeGood point, I do remember trying it earlier and it didn’t resolve the issue. Take a look:
Only the Google Font is listed as blocking
Forum: Plugins
In reply to: [Autoptimize] Preloading google fonts with AutoptimizeThanks for the clarification, bit of a novice here clearly. The goal is to improve pagespeed score and I only have a single item as render blocking resource left and it’s
https://fonts.googleapis.com/css?family=PT+Serif%7CFrancois+One&subset=latin%2Clatin-ext&display=swap
When I add both the individual google fonts to the preload, I end up with 3 total preload items in the header, the original blocking one and the two others I added.
<link rel="preload" href="https://fonts.gstatic.com/s/francoisone/v15/_Xmr-H4zszafZw3A-KPSZut9wQiR.woff2" as="font" type="font/woff2" crossorigin><link rel="preload" href="https://fonts.gstatic.com/s/ptserif/v12/EJRVQgYoZZY2vCFuvAFWzr8.woff2" as="font" type="font/woff2" crossorigin><link rel="stylesheet" id="ao_optimized_gfonts" href="https://fonts.googleapis.com/css?family=PT+Serif%7CFrancois+One&subset=latin%2Clatin-ext&display=swap" /><link rel="profile" href="https://gmpg.org/xfn/11" />
Now I have the render blocking css + the 2 extra ones I preloaded through the extra tab.
Any ideas? Thank you for your time btw. Love your plugins
Thank you!
Thanks @gamerz
The dev version fixes the issue! <3
Thanks so much! Love this plugin! Problem solved.
Forum: Plugins
In reply to: [Easy Affiliate Links] A place to add Facebook custom audience pixel?I’m interested in this as well. This is an excellent plugin, and I’d be throw a donation to the author if they added this =)
Anyone? I’ll donate $50 to Yoast too if he updates the plugin to fix it.
Marked as resolved as per your response. If you could point me at the php file that needs to be edited, it would be of much help. I remember making this change in a legacy version and it was in the view/gallery.php file, but the structure has gotten much more complex over the years.
Solel_Levant
I’m using the latest version of wordpress on another one of my sites, and my work-around works perfectly fine.
You must use shutter reloaded and remove document.documentElement.style.overflowX = ”;
make sure to save and re-upload, because it does fix the problem on the latest WP version.
@owstopit
Mine just goes up then back down on the first image, After that, new clicks on the same page don’t go up then back down. Removing window.scrollTo(0,t.Top); did not fix it for me, but it’s not a big issue anyway. I’ll mess with it more later. Which line did you remove window.scrollTo(0,t.Top); from? it’s on multiple lines.Hi HotForWords,
I’m positive this is caused by your comments.php page, as commenting works perfectly fine on my site with W3 Total cache, and we receive 250,000 page views a day. So the problem is not with W3 Total cache, but rather with your own comments php file.
While on the topic of speed optimization, I strongly recommend you download Firebug + Google Pagespeed (addons for Firefox) to see what the current bottlenecks are on your site. I took a quick look and there are a lot of little things you can do to speed things up significantly. Set dimensions for images and enable browser caching.
As is, your site has some 155+ HTTP requests which NEED to be cut down =/. 155 HTTP Requests is ridiculous. You should ask your theme designer to use CSS sprites to cut down on the http requests.
This didn’t work. It causes issues in IE for some reason. Worked fine in Chrome / Firefox though. If anyone has any insight, do let me know.
I really want my singlepics to show width / height.
I know very little codiing, but after some googling I have a weird solution, can someone take a quick look at this, and let me know if it’ll cause any problems in the future?
<?php list($width, $height) = getimagesize("$image->thumbnailURL"); ?>
^ I added that bit to make the $height and $width valid.
<a href="<?php echo $image->imageURL ?>" title="<?php echo $image->linktitle ?>" <?php echo $image->thumbcode ?> > <img class="<?php echo $image->classname ?>" src="<?php echo $image->thumbnailURL ?>" width="<?php echo $width ?>" height="<?php echo $height ?>" alt="<?php echo $image->alttext ?>" title="<?php echo $image->alttext ?>" /> </a>
This adds Width and Height tag to thumbnails for singlepic, makes loading times faster :). Just curious if my little hack can cause issues, but it seems like its working.
Forum: Plugins
In reply to: [W3 Total Cache] W3 Total Cache and WordPress 3.0 issuesJmorrow.
I ran WordPress 3.0 and W3 total cache perfectly fine on my websites. So there isn’t an inherit problem with the plugin.
maybe if you were a bit more specific about what your issues are someone here could help you, but as is, we have no idea what’s wrong because you haven’t told us anything in specific.