Forum Replies Created
-
AuthorPosts
-
January 30, 2024 at 5:35 am in reply to: How to add a button to Easy Slider that is consistent on all slides #1432440
Looks great! Except when I add the href to make it clickable, the text turns green . . . while I am ok with links being green in the body of the site, on that button it needs to be white. SEE NEXT POST–FOUND A WORKAROUND FOR THIS
I tried adding
color: white;
text-decoration: none;
to the custom css (to also get rid of the underline), but it didn’t work.I really appreciate y’all’s help on this.
Jon
January 30, 2024 at 5:18 am in reply to: How to create a text box next to an image where both resize together #1432438Thanks @Guenni007
That’s definitely the behavior I’m looking for . . . I get the math, but getting the concepts applied in my head will take a minute. . . On the re-done image of my site you did, the image itself is enormous with the browser window being wider . .. .I’d like it to have a max size of # x # . . .
I can sort of follow the code at the bottom, but am not sure how to get that into the Enfold elements.
January 29, 2024 at 5:11 am in reply to: How to create a text box next to an image where both resize together #1432329Not exactly . . . I need the text to say in it’s box entirely, and the pic to remain completely to the right (or left) of the text. The link I put in the private box is this: https://gatehealing.com/counseling-austin-tx/personal-development-counseling/
Look at the rock climbing image and the green box to the right of it. I tried using just a text box with an image inside of it with the text wrap option where the image is to the edge. But the text starts wrapping as it gets to a certain size, and the spacing just looks weird.
Ya, feel free to close.
I’ll read that over, but it’s a clean simple element that may be easy to add to the regular library.
January 26, 2024 at 8:21 pm in reply to: How to add a button to Easy Slider that is consistent on all slides #1432177The code sort of works, but I cannot get it to show a white border, and I cannot get the text to be white. I tried altering all kinds of things in that code.
Any ideas? Login info in private box in case.
JJanuary 25, 2024 at 6:40 pm in reply to: How to add a button to Easy Slider that is consistent on all slides #1432059See 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 1 year, 2 months 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 1 year, 4 months 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 1 year, 4 months 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.
-
This reply was modified 1 year, 2 months ago by
-
AuthorPosts