MarkMadeDesign
Forum Replies Created
-
Hmmm. I’m not seeing the update available. Including screenshot of one instance on a Flywheel hosted website. Thoughts on why?
@jescandoit – Thank you so much for trying to look into this. First off, I am silly and provided the wrong URL – it should have been /calendar instead of /events.
Second, I think I solved the issue. At first I thought it was a theme issue using a conflict testing plugin. But after racking my brain and noticing no changes reflecting in Safari browser even after clearing cache. I found a “Flush Cache” option within the GoDaddy hosting. After clicking that I noticed things looking correct in Firefox, Safari, mobile etc. So it may have just been an odd caching issue on the server.
Marking this resolved.
Thank you @vinod-dalvi for your help on this. I think I have found the issue when I noticed another search plugin already on the site. I tweaked some settings on that (Relevanssi), re-indexed to include projects there and now the search results are including Projects (custom post type).
I do @vinod-dalvi (see link). I also have “search all projects” enabled under the Projects tab that appears below that.
View post on imgur.com
See for your self.
https://unique-design.flywheelstaging.com/project/legacy-hall/
flywheel
cumbersome-drumThis is a project but when I search “legacy” using the search in the navbar, other things show up except for this project with the term in the title.
Thank you @vinod-dalvi. I wasn’t even aware of the “search forms” settings like this and it made me realize my “menu search” settings had “none” as the search form to use. So I set it to “custom search form” like your screenshot and made sure that custom search form settings were set to “default WP search engine”, which it already was, but still no luck. The searches are still pulling Blog posts with the query in the title but NOT custom post type w/ the query in the title. I also made sure the custom search form settings all catered to this custom post type (Projects).
https://imgur.com/a/MLp4Ww4
https://imgur.com/tOjnixJWhat else could it be? Thanks!
Hello and thank you for the response @vinod-dalvi. Where exactly in the plugin settings is this option? I can’t seem to find it or at least with the exact wording you mentioned. Thanks!
Thanks NK. One step ahead of you and went to test it out a few days ago and it’s actually working, hiding the unnecessary categories from the filter tabs. I appreciate it your response.
Thanks for the response NK. I did just notice an attribute (data-vp-filter) on the resulting links for each category in a filtered list. Is there a way via CSS to add the following to the link tag to single these out so I could hide the extra categories using {display:none}?
e.g. – data-vp-filter=”commercial-office”
@geoffbel – Thank you for the prompt response! My quick thoughts and a question.
– The caching is part of GoDaddy’s WordPress Managed Hosting, not a plugin. Do you recommend anything for that to sync w/ the events plugin?
– I actually have tried switching through a few different templates under Settings > Display but no luck in fixing that mobile view issue.
– If all else fails, I will attempt the staging site and theme switchFor now I simply adjusted the settings to show a high number of events and prevent the “Next Entries”. But I’d rather still get it fixed eventually because I like the initial landing page layout.
Closing the loop on this thanks to the live chat feature and @wpmart. CSS solution below. Thank you!
.layout-left .hotspots-interaction { flex-direction: column !important }
- This reply was modified 2 years, 6 months ago by MarkMadeDesign.
Thank you for confirming. One last question related to positioning.
Can the More Info box that shows to the left by default be shown underneath the image map somehow in Pro version for desktop view?
Thank you @nataliegarza011. I take it there is no way to adjust that relative position, even in Pro?
Thank you @nataliegarza011 !
That seemed to be the conflict even though this page template code was showing other pages correctly. Made an adjustment to fix though and all is good now. Thank you so much for the assistance.
Update. I have disabled the few plugins and tested the gallery with no luck. And that image styling is not added via my theme code.
Is there another way to figure out how it’s being added or even better, overriding with CSS? Even though it’s inline CSS? I added something like below but not working, assuming it’s not specific enough or even possible.
.vp-portfolio__item-img img { height: auto !important }