Forum Replies Created

Viewing 30 posts - 1 through 30 (of 48 total)
  • Author
    Posts
  • in reply to: Slow Loading Pages #1308673

    OK — I have actually done all that multiple times. Will try again.

    in reply to: Slow Loading Pages #1308528

    The private browsing window did help a bit with page load. The videos in particular loaded much faster. I’m curious why the private window helped, as I normally clear my browser cache before checking the load time. I am testing the load time by counting seconds, so I know it isn’t scientific. There are a couple of pages in particular where I can improve the image size, and perhaps others as well. Mainly I was just curious why it is slower than it used to be before I updated Enfold.

    in reply to: Slow Loading Pages #1308374

    Thank you, I will take a look at the images, though they used to load faster than they do now. I’m not aware of a redirect; will check with the hosting company. The videos used to start playing almost right away, but now take a long time to load first, even though I reduced their size from 1920w to 480w. Most of the pages take about 7 seconds to load on my end, after clearing my browser cache. They used to load much faster before updating Enfold.

    in reply to: Enfold slow loading front & back end. Need Help #1307997

    Back to this thread, as you mentioned in the new thread to use this thread. . . .
    My site is loading much more slowly since I updated the theme about a month ago. There are a couple of videos that take forever to load as well, even though I have reduced the size significantly. I haven’t changed anything except for the theme update to v 4.8.2. I have tried making some of the images smaller, with not much improvement. Would love to know how to fix it. Thank you!

    in reply to: Slow Loading Pages #1307996

    OK will do, though I was told in the other thread to start a new thread.

    in reply to: Enfold slow loading front & back end. Need Help #1307606

    I can’t find where to start a new thread. Where is it? Nevermind, found the link in your above reply, but seriously it is so hard to find.

    • This reply was modified 3 years, 1 month ago by jh100.
    in reply to: Enfold slow loading front & back end. Need Help #1307467

    My site has been loading much more slowly since I updated the theme about a month ago. I haven’t changed anything except for the theme update to v 4.8.2. Would love to know how to fix it.

    in reply to: Persistent Portfolio Grid On All Pages #1239599

    I’ve been excluding it manually by assigning a different category to each portfolio post and then choosing which ones show on each page. Not ideal.

    I will try your code suggestions, but please tell me: where do I put the code? Which file and where in the file?

    in reply to: Make Sidebar Nav Sort Order Match Nav Menu Order #1108843

    You can close it. Thank you!

    in reply to: Make Sidebar Nav Sort Order Match Nav Menu Order #1108720

    Nevermind. I found the Order field in the quick edit section, so was able to change the sidebar nav order manually.

    in reply to: Image Width Same on Smaller Screens #1066005

    The site is not live yet. However, I figured out how to fix it with some css tweaks.

    I think I found a fix for the color section background image positioning problem on mobile. Put this into your quick css:
    @media only screen and (max-width: 767px){ {.av-parallax {top:-50px; } }

    There is a bottom:0; rule in there that makes the images position on the bottom when on mobile. The top rule seems to fix it, but you’ll need to play with the number of pixels. I’m using images that are taller than the container.

    • This reply was modified 5 years, 9 months ago by jh100.
    in reply to: 500 Error on theme upgrade #1006401

    Peylon: I had custom CSS in the Quick CSS as well as in the custom.css file. I found that the Quick CSS was still there after FTPing the new theme folder (copy the quick css code first though just in case).

    I replaced the custom.css file in the new Enfold folder with the custom.css file from the old folder so my customizations were all there. I didn’t have any customizations elsewhere. Everything seemed to work fine after doing that.

    in reply to: 500 Error on theme upgrade #996304

    Good to know. Thanks!

    in reply to: 500 Error on theme upgrade #996217

    I had the same issue updating to 4.4.1 from a few versions back. First tried to update via the WPress backend but got error that there was a missing URL. Then updated with FTP and got the fatal error similar to what is noted above.

    I removed the “config-templatebuilder/avia-shortcodes/events_upcoming.php” and “config-templatebuilder/avia-shortcodes/events_countdown.php” that were not inside other folders, and now it works.

    I don’t understand why if I uploaded the entire Themes/Enfold folder that it didn’t replace the entire folder, but instead left old files in there. Now I wonder if there are other old files in there that are no longer needed. Just curious, as everything is working.

    in reply to: Shrinking Header Logo Size #881972

    Thanks Guenni007, I will try that!

    in reply to: Shrinking Header Logo Size #881965

    It’s not that it doesn’t work, it is that it does’t work the way I want it to. The problem is that the logo gets cut off when it shrinks (see the second link that you posted– the bottom of the logo is cut off). I want the whole logo to show when it shrinks. The only thing I wanted to change was for it to shrink less when scrolled, and for the container to be the right size so the logo doesn’t get cut off. I don’t see a way to make it work using CSS.

    in reply to: Shrinking Header Logo Size #881725

    That causes the scrolled logo to be cut off on the bottom. I tried playing with the 56px dimensions, but nothing works to fix it.

    in reply to: Shrinking Header Logo Size #881690
    This reply has been marked as private.
    in reply to: Shrinking Header Logo Size #880987

    I never could get it to do what I wanted. I would like to control how small the logo gets when the page is scrolled. Currently it gets too small. Here is the site: http://www.structuralmedicine.com

    Does anyone know of a lightbox modal plug-in that works with the Enfold Avia Layout Builder and allows you to select a range of images to include in the lightbox on a portfolio post, without automatically including every image on that post?

    in reply to: Lightbox — Disable Additional Images #820641

    The site is not live, so I can’t post a link. Is there a way to control what images are automatically included in the lightbox?

    in reply to: Pretty Permalinks Cause Too Many ReDirects #691199

    I found the solution. It was due to having a static page set as the home page, and having uppercase letters in the URL, and appears to have happened to many people after WordPress updated to v 4.4.1. Here is the link to the solution: https://wordpress.org/support/topic/redirect-loop-after-update-wordpress-441/?replies=33

    I removed the uppercase letters from the URL directly in the database, as well as updated it in the WordPress backend, and now I can use post name permalink without any problems.

    in reply to: Pretty Permalinks Cause Too Many ReDirects #690861

    Yes, I’ve tried that, but it doesn’t help.

    in reply to: Table with different column widths and row background color #688179

    I would like to know how to do this as well, but just on screen widths over 768.

    in reply to: Add Parent Page Title to Automatic Sidebar Menu #682928

    Thank you, that worked great.

    in reply to: Add Parent Page Title to Automatic Sidebar Menu #682336

    The code above works to display the parent page title in the sidebar, but how do you make it link to the actual page, and how do you target it for styling the css differently from the sub-pages?

    in reply to: Shrinking Header Logo Size #624112

    I don’t have the site online anywhere yet, unfortunately.

    in reply to: Shrinking Header Logo Size #624102

    Yes, I tried that, but it makes it so the logo doesn’t shrink at all, and the height of the header row gets less deep, covering up part of the logo.

    in reply to: Shrinking Header Logo Size #621878

    Hi Ismael,
    I tried your suggestions, but they don’t seem to work. I want to make it so the logo shrinks, but not quite so much. Where do I tell the logo how much to shrink when scrolling? (I need explicit directions, as I don’t know JS.)

    Thank you!

Viewing 30 posts - 1 through 30 (of 48 total)