Forum Replies Created
-
in reply to: Migrated site, fonts won’t load
Ah then it might be easier for me to just start fresh and try to migrate the posts over again. I had basically just copied over the wp-contents folder and the wp-config but there might have been other things.
Thanks for the help.
in reply to: Migrated site, fonts won’t loadAlso I cannot move files back to the previous user account so I’ve got to figure out where that URL is hardcoded so I can fix it.
in reply to: Migrated site, fonts won’t loadThe public URL has remained the same but the path to the files has changed because I had to change the user on the server.
The previous site’s wordpress folder was located at:
/home/jefmur7/jeffmurchison.com/folio
Whereas now it’s under:
/home/jeffmur_codeless/jeffmurchison.com/folio
The fonts seem to have a hard-coded url for some reason which is wrong anyway. For example this is one of the URLs that it tries to load a font from:
… but fonts have never been accessible at this url because it includes the “/home/jefmur7/jeffmurchison.com” bit. Sure the site itself could have accessed them from that folder but not the user’s browser.
in reply to: Migrated site, fonts won’t loadThis reply has been marked as private.in reply to: Mobile menu items not visibleAh I see my mistake – I wasn’t updating the publish date of the portfolio items like I thought I was, and because the template portfolio items (which I used) had the same date/time for the most part it would skip over them.
Thanks for your help.
in reply to: Mobile menu items not visibleI need to replicate this fix elsewhere, can you confirm what the last change made was?
in reply to: Mobile menu items not visibleLooks like that solved both issues, what was the fix?
in reply to: Mobile menu items not visibleFor the navigation button issue, I did try to change the publish date but that didn’t seem to help. The issue is two-fold:
1) the order of the items seems random. Like if I click on a profile item, hit the “next” button to go to the next portfolio item, then hit the “prev” button to go back, sometimes it doesn’t bring me back to the original portfolio item but to a third one instead.
2) you can only navigate using the buttons one or two times before you hit the “end” of the items, in either direction. For example if I click on a random portfolio item I can sometimes click on “prev” or “next”. If I click “next” then I’ll hit the “end” and the “next” button won’t be there for me to click on.
I modified all of the portfolio items in the demo that I linked to above so that their featured image matches the one that’s on the homepage to make it easier to visualize the issue if you want to click through the portfolio items.
in reply to: Mobile menu items not visibleIt looks like that change might have done it! I’ve been playing around with it for a while and it hasn’t “randomly” stopped working yet so I think that one’s fixed. Thanks for your help with that!
As far as I could tell, the only change was adding this to line 562 (under #content) of the theme’s style.css:
clear: both;Was there anything else you had to do?
in reply to: Mobile menu items not visibleOh and also unrelated to the menu, but on the individual portfolio pages there are navigation arrows but they seem to only go in a random order. What’s the best way to disable them or make them cycle through all the portfolio items in order as they are on the homepage?
in reply to: Mobile menu items not visibleAn iPad and iPhones with both Safari and Chrome.
in reply to: Mobile menu items not visibleThis reply has been marked as private.in reply to: Mobile menu items not visibleI haven’t made any changes from the template other than disabling the animation as requested. You’re free to take a look if you’d like, I’ll post WP credentials as a private reply for you.
in reply to: Mobile menu items not visibleI’ve tried on multiple devices, even devices which have never loaded the site experience the issue. Resetting their caches doesn’t affect this issue.
in reply to: Mobile menu items not visibleThanks for the quick reply and the video.
I disabled the animation and immediately I saw that the menu items now appear, but they weren’t clickable. I refreshed my browser cache but still saw the same behaviour.
I’ve refreshed the page periodically and sometimes the menu items are clickable but sometimes they aren’t. I’ve left the menu animation disabled on the site I linked above so you can take a look.
I haven’t been able to figure out what might be causing the links to either be clickable or not, but if I find anything I’ll post here again.