Forum Replies Created
-
AuthorPosts
-
February 5, 2019 at 4:32 pm in reply to: Problem with Plugin not working with Genesis Themes #489321anthvaleMember
I just don't understand why everything's working on another theme, and not genesis/education.
I have a bunch of CSS customizations. That's all.
Resaved permalinks?
Haven't looked at debug logs, kind of an amateur.
I've cleared caches thousands of times. Tried every browser. Tried Apple, Android, Macbook, iPad.
I haven't excluded form pages from caches. How would I do that?
I've been going back and forth with the developer for weeks. And for whatever reason it all works on his end. He mentioned the following:
"1. Check with your hosting provider. Do they have something set that would prevent certain IPs from logging in? Certain locations?
2. Are there ANY plugins that would be changing the way the login works? Captchas, etc.?
3. Test the site on a completely different hosting provider, just for kicks. Just set up a free site on https://getflywheel.com or something similar and install Cooked and maybe the theme you have and see if it works. You don't need to pay Flywheel unless you make the test site live.
4. Test it on a local site with MAMP or something similar (if you can)."Thanks,
AnthonyanthvaleMemberI downloaded the style.css from the themes CSS file (Via FTP). Did a control F on the file to find the line of code, commented it out, and then re-FTP'd it to the server.
Why is it still showing that in the style sheet for you?
Is it maybe because I have Genesis and a Pro Theme. Do I need to change another style sheet?
I'm kind of an amateur. Sorry!
Anthony
anthvaleMemberSo I dug into the code a bit and found the code that's stopping the title from being shown (I think).
.education-pro-home .slide-excerpt {
display: none;
}To stop this I commented the code out:
.education-pro-home .slide-excerpt {
/* display: none; */
}Now when I go into the browsers inspect tool and change it to mobile it shows the title and excerpt...but on an actual phone (I tried an iPhone and an Android), it doesn't display.
I tried writing new media queries for the mobile title/excerpt to give it size and color and that didn't work either.
Any Ideas?
Thanks for all your help.
anthvaleMemberDo you recommend any plugins?
I've contacted my host and they are pushing me towards all these paid options for security and this and that.
I can't keep adding monthly expenses.
Anthony
anthvaleMemberGreat thanks,
I've moved the arrows in a bit.
Any idea if there's a way I can get the titles to display on mobile?
I mean what's the point of having a slider of images when you don't know what they are/linking to?
I'm thinking I'll just remove the slider from the mobile version completely if I can't display the title.
Anthony
-
AuthorPosts