Forum Replies Created
-
AuthorPosts
-
January 25, 2024 at 6:40 pm in reply to: How to add a button to Easy Slider that is consistent on all slides #1432059
See private box
January 24, 2024 at 8:14 am in reply to: Easy slider image animation works when previewing page changes, not on published #1431856Ok, that seemed to fix it. I got the WPO to do a better job optimizing images, and the minification must have been turned on by default, or I turned it on not remembering that I had WPFC running as well.
In any event, it seems to be working now. Thank you for your help!
Feel free to close the thread.
J
January 24, 2024 at 8:10 am in reply to: Easy slider image animation works when previewing page changes, not on published #1431854Wait. I also have another plugin that does some minification: WP Optimize. I re-disabled WPFC, then turned off Minifi in WPO then resaved and reloaded the page and it works. . . now to see if it works when I turn minification back on. I hate to not be able to use it.
January 24, 2024 at 8:06 am in reply to: Easy slider image animation works when previewing page changes, not on published #1431852I disabled WPFC plugin, double checked that the start size is smaller than end size (it was, but I changed the numbers just to save something new). I saved, then saved the page. Then cleared all caches, browser history and data/cookies. With WPFC still disabled, I visited the page and the problem persists. I tried navigating away from the page, then back to it again, then reloaded it and the probelm persists.
January 24, 2024 at 2:44 am in reply to: Easy slider image animation works when previewing page changes, not on published #1431838Tried everything I can think of. While some of the changes do work, just after a slight delay, then zooming of the easy slider just will not work outside of previewing the page.
Disregard. Found the code by searching a different string on here. For those looking for this, here’s what worked for me to remove the underline in buttons:
.avia-buttonrow-wrap a.avia-button {
text-decoration: none !important;
}January 23, 2024 at 9:05 pm in reply to: Easy slider image animation works when previewing page changes, not on published #1431817Deselecting Gzip in WP fastest cache fixed the border around 1/3 content element box, but did not fix the zoom in of the easy slider.
January 23, 2024 at 8:59 pm in reply to: Easy slider image animation works when previewing page changes, not on published #1431816Under Enfold Child > Performance, none of the file compression options are on. Must be the WP fastest cache plugin. I’ll try it, but doesn’t that compression help with technical SEO in terms of page load speed, etc?
January 23, 2024 at 8:53 pm in reply to: Easy slider image animation works when previewing page changes, not on published #1431815Ok, same thing is happening to when I try to apply a border to 1/3 content box. Shows up in preview, but not published.
I’ll poke around for this compression toggle.
January 23, 2024 at 6:07 pm in reply to: Easy slider image animation works when previewing page changes, not on published #1431812Ok, where am I going to find the correct file compression toggle?
Thank you! You can close this thread.
Best
JonWell this is odd. There is so much Custom CSS on my site (fixing various issues) that I have logo stuff in both the functions.php AND iin the custom CSS field. Changing the functions.php to <p></p> tags fixed the header issue . . . thank you for that. Now I am trying to get the font black (and to stay black vs having a hover color) AND for it to the first and second lines (Line 1: Jonathan F. Anderson, LPC-S Line 2: Gate Healing, PLLC) to look right next to the compass logo in terms of size and line spacing . . . it basically did this before, but the h2 tag had to go and that screwed it up.
Thanks a bunch for any guidance here.
jonPS I tried adding color: black; to the custom CSS subtext styling code to no avail. I also tried going into functions.php and changing the Logo subtext section to:
/* Logo Subtext regular text */
add_filter(‘avf_logo_subtext’, ‘kriesi_logo_addition’);function kriesi_logo_addition($sub) {
$sub .= ‘<p style=”color: black;”><b>Jonathan F. Anderson, LPC-s</b></p>’;
$sub .= ‘<p style=”color: black;”><b>Gate Healing, PLLC</b></p>’;
return $sub;
}Also to no avail. I’m going to stop trying now before I break something.
- This reply was modified 10 months, 1 week ago by gatehealing.
December 12, 2023 at 7:35 pm in reply to: How to get rid of curved arrow on linked images, and allow image title to show #1427908Update: While the overlay arrow is gone on page pix, it is still there on blog posts (the featured image) . . . what I am noticing there is that the Title Tag does appear with the overlay arrow circle, but only if you hover OVER the circled arrow overlay itself.
Just tried even using 1/3 elements and even with that it is then too small.
Almost more of a slider size, but when I try the Easy Slider that allows either a video or image, the video does not show up (I use a youtube link).
j
- This reply was modified 11 months, 2 weeks ago by gatehealing.
December 12, 2023 at 3:43 am in reply to: How to get rid of curved arrow on linked images, and allow image title to show #1427827I looked at that page but there is some kind of pop up that looks like it is in all german, so I don’t know what to click.
J
December 12, 2023 at 1:34 am in reply to: How to get rid of curved arrow on linked images, and allow image title to show #1427820@Guenni007
So the code you listed puts the title tag more in the middle of the image vs half in-half out? If so, that would certainly look a lot better.
JDecember 12, 2023 at 1:03 am in reply to: How to get rid of curved arrow on linked images, and allow image title to show #1427816@Ismael
Thx! I’ll use your custom CSS pending feedback about Guenni007’s code. I don’t know which is better in terms of functionality and SEO.December 12, 2023 at 1:02 am in reply to: How to get rid of curved arrow on linked images, and allow image title to show #1427815@Guenni007
The code you put and the description is wwaaayyy over my head. Are you saying for SEO etc. I’d be better to use your code someplace (ie in a php file etc, or custom CSS)?
Thanks!
JonDecember 12, 2023 at 12:59 am in reply to: How to get rid of curved arrow on linked images, and allow image title to show #1427813@Guenni007
I was wondering about that (title tag being shown being a general thing, not an enfold thing). I figured it was being somehow overridden by the theme.- This reply was modified 11 months, 2 weeks ago by gatehealing.
October 22, 2023 at 3:38 am in reply to: Using blog post element with Grid Layout, images on mobile are not lazy-loaded #1423274Sure, i’ll reopen a new one if needed.
Thanks
JonOctober 20, 2023 at 8:21 pm in reply to: Using blog post element with Grid Layout, images on mobile are not lazy-loaded #1423175That page is scoring 90 now on performance. I changed nothing, which is odd.
Some other pages are still in the 80’s, with LCP being in the orange or red. Not sure what changes when they jump to the 90’s, but I’ll keep my eyes on them.
J
October 20, 2023 at 8:16 pm in reply to: Blog page in portrait orientation iPhone 14 max pro sticks #1423174“You may need to switch to a more reputable CDN provider.”
I’m with CloudFlare, which I thought was pretty reputable. Any suggestions of other CDN’s?
J
October 17, 2023 at 6:57 am in reply to: Blog page in portrait orientation iPhone 14 max pro sticks #1422750Thank you!
JOctober 15, 2023 at 10:36 pm in reply to: Blog page in portrait orientation iPhone 14 max pro sticks #1422604The errors aren’t showing because the Errors (4) tab isn’t active.
October 15, 2023 at 8:54 pm in reply to: Blog page in portrait orientation iPhone 14 max pro sticks #1422588Oops. I was on the wrong page, and using browser. I need to figure out how to get to mobile version since I don’t use AMP. Maybe resizing my window will do it.
Ok, when I resize my browser window to what I see on my mobile phone (on the blog page this time), here’s what I see in Firefox (private browser) > Tools > Browser Tools > Web Dev Tools > Errors tab:
None of the “sha512” hashes in the integrity attribute match the content of the subresource. The computed hash is “z4PhNX7vuL3xVChQ1m2AB9Yg5AULVxXcg/SpIdNs6c5H0NE8XYXysP+DGNKHfuwvY7kxvUdBeoGlODJ6+SfaPg==”. blog
Uncaught ReferenceError: jQuery is not defined
<anonymous> https://gatehealing.com/wp-includes/js/mediaelement/wp-mediaelement.min.js:1
wp-mediaelement.min.js:1:1
Uncaught ReferenceError: jQuery is not defined
<anonymous> https://gatehealing.com/blog/:465
blog:465:1
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://static.cloudflareinsights.com/beacon.min.js/v8b253dfea2ab4077af8c6f58422dfbfd1689876627854. (Reason: CORS request did not succeed). Status code: (null).None of the “sha512” hashes in the integrity attribute match the content of the subresource. The computed hash is “z4PhNX7vuL3xVChQ1m2AB9Yg5AULVxXcg/SpIdNs6c5H0NE8XYXysP+DGNKHfuwvY7kxvUdBeoGlODJ6+SfaPg==”. blog
October 15, 2023 at 8:03 pm in reply to: Blog page in portrait orientation iPhone 14 max pro sticks #1422581I have no idea what any of this means. Is any of this related to what I’m seeing?
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://static.cloudflareinsights.com/beacon.min.js/v8b253dfea2ab4077af8c6f58422dfbfd1689876627854. (Reason: CORS request did not succeed). Status code: (null).
The resource at “<URL>” was blocked because content blocking is enabled. 2
None of the “sha512” hashes in the integrity attribute match the content of the subresource. The computed hash is “z4PhNX7vuL3xVChQ1m2AB9Yg5AULVxXcg/SpIdNs6c5H0NE8XYXysP+DGNKHfuwvY7kxvUdBeoGlODJ6+SfaPg==”. individual-counseling-adults-teens
This page uses the non standard property “zoom”. Consider using calc() in the relevant property values, or using “transform” along with “transform-origin: 0 0”. individual-counseling-adults-teens
Uncaught ReferenceError: jQuery is not defined
<anonymous> https://gatehealing.com/wp-includes/js/mediaelement/wp-mediaelement.min.js:1
wp-mediaelement.min.js:1:1
Uncaught ReferenceError: jQuery is not defined
<anonymous> https://gatehealing.com/counseling-austin-tx/individual-counseling-adults-teens/:573
individual-counseling-adults-teens:573:1
JQMIGRATE: Migrate is installed, version 3.4.1 wpo-minify-header-40e52a64.min.js:9:981
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://static.cloudflareinsights.com/beacon.min.js/v8b253dfea2ab4077af8c6f58422dfbfd1689876627854. (Reason: CORS request did not succeed). Status code: (null).None of the “sha512” hashes in the integrity attribute match the content of the subresource. The computed hash is “z4PhNX7vuL3xVChQ1m2AB9Yg5AULVxXcg/SpIdNs6c5H0NE8XYXysP+DGNKHfuwvY7kxvUdBeoGlODJ6+SfaPg==”.
October 15, 2023 at 6:28 pm in reply to: Using blog post element with Grid Layout, images on mobile are not lazy-loaded #1422575(oh, this is only on mobile)
While my pagespeedinsights went up a little, it still gets the Defer Off-screen Images by lazy-loading and it shows blog post element images as the problem (though the actual screenshot of the images is a blank white box??), Here’s a link to the results: https://pagespeed.web.dev/analysis/https-gatehealing-com-counseling-austin-tx-individual-counseling-adults-teens/ex8rrn1mig?form_factor=mobile
Note Performance: Defer off screen images then expand that section. While I’m ok with and 83, I was scoring in the 60’s for my homepage with the same issue, so I had to completely remove that element. I’m trying to figure out how to cross link the blog to the homepage now.
Thanks for your help.
Jon- This reply was modified 1 year, 1 month ago by gatehealing.
October 15, 2023 at 6:20 pm in reply to: Blog page in portrait orientation iPhone 14 max pro sticks #1422573What kind of errors? Do you mean ON my site when I go to it? Or do you mean errors listed in pagespeedinsights etc?
J
October 15, 2023 at 6:19 pm in reply to: Using blog post element with Grid Layout, images on mobile are not lazy-loaded #1422572I’ll try it, however Enabling Disable JQuery Migrate (a bit confusing . . . perhaps the toggle should be “Enable JQuery Migrate”), my other active thread here suggests Disabling Disable JQuery Migrate (note the double negative) to deal with some images sticking in portrait orientation.
I’ll try this thread advice and see if it messes up the other thread’s advice. If it does, I’ll try the plugin you suggested.
Thx! I’ll come back and let y’all know if it works.
Jon
October 8, 2023 at 4:37 am in reply to: Blog page in portrait orientation iPhone 14 max pro sticks #1421794regarding: “The loading of jQuery in the footer could be set on Enfold on the settings page: performance
This is of course possible, but then you have to take into account that the scripts that need jQuery are loaded afterwards. This can be achieved, for example, by first not loading the scripts in the head area and then setting a correspondingly higher priority number for the function.”
****How do I “first not load scripts in head, then set a correspondingly higher priority number for the function?”*****Next: do you really need jQuery Migrate ? – same on performance tab”
*****I think it’s enabled by default. I have no clue how it works, but I’ll turn it off just in case (ie i’ll enable the disable feature)*****Thanks!
Jon- This reply was modified 1 year, 1 month ago by gatehealing.
-
AuthorPosts