ryanjerome
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Zerif Lite] Background image size on mobileYeah, I’ve been using that custom CSS and it did ‘improve’ the way it looks but it’s still not quite fully responsive. I can deal with it, but it would be nice to have it corrected.
Looks like more of the same issue on that thread too.
Forum: Themes and Templates
In reply to: [Zerif Lite] Testimonials On MobileWeird.
Because I saw another website using this theme and their testimonial images show on mobile: https://www.sosforyou.com
So, what’s going on here? Are they maybe using the PRO version?
If not, I’d sure like to know the ‘fix’ for this issue.
Thanks
Forum: Themes and Templates
In reply to: [Zerif Lite] Background image size on mobileI’ve also had this issue for awhile now. It displays on mobile as zoomed way in. You don’t get an adequate look at the background image. It’s been tested on many different phones, always the same result.
Forum: Plugins
In reply to: What is the best way to offer course registration and payment on WordPress?Hey bizboxjj,
I have this exact setup for the program I’m building. I was wondering if you knew how I could make the whole website part of the course using product press?The homepage of the website will contain course materials as well, but was not created, rather was provided by a specific theme.
Let me know if you need more clarification.
Thanks!
Forum: Themes and Templates
In reply to: [Zerif Lite] Latest News Blog Thumbnails Don't ShowIndeed, I should have known that..
Thank you Ov3rfly!
Forum: Themes and Templates
In reply to: [Modality] Features Section Font Awesome Icons Cut Offany fix for this yet? My icons are still cut off..
Forum: Themes and Templates
In reply to: [Modality] Remove Tags From Posts?After some testing I have removed tags from published posts..
If anyone else needs to know, here’s what I did..
Appearance->Editor->Stylesheet style.css
CNTRL F – type ‘tags’ find the below set of code
.post-tags { margin: 40px 0; font-style: italic; font-weight: lighter; } .post-tags span { display: inline-block; font-size: 14px; margin: 0 7px 0 0; } .post-tags a { border: 1px solid #eaeaea; border-radius: 2px; display: inline-block; font-size: 12px; line-height: 16px; margin: 0 5px 2px 0; padding: 3px 7px; white-space: nowrap; }
I Replaced all of it with this code
.post-tags { display: none; }
My tags on published posts are gone – using Modality theme
Forum: Themes and Templates
In reply to: [Modality] Remove Tags From Posts?I still want the tags within the post when editing. I want to enter tags.
I do not want them to show up, at the bottom of the post, once the post has been published. I don’t want them to show up anywhere once the post has been published.
Forum: Themes and Templates
In reply to: [Modality] Remove Tags From Posts?Let me clarify…
I know that I could just not fill in any tags. I guess the better word would be ‘hide’ all tags. Sorry for any confusion.
Forum: Themes and Templates
In reply to: [Modality] Remove Author/Date/TimeI, as well, would like to know.
Along with removing tags from all posts.
https://www.ads-software.com/support/topic/remove-tags-from-posts-1?replies=1I have found the solution to this. If anyone else is having this issue, check to see if you are running BJ Lazy Load plugin. That was the culprit for me. If you are not running that plugin, deactivate all your plugins and reactivate one by one until you hopefully find your culprit.
Cheers!