WPWanderer
Forum Replies Created
-
Forum: Plugins
In reply to: [Livemesh Addons by Elementor] Compatibility with latest Elementor Pro..Resolved
Forum: Plugins
In reply to: [Livemesh Addons by Elementor] Compatibility with latest Elementor Pro..@livemesh Thanks!
Forum: Plugins
In reply to: [Livemesh Addons by Elementor] Compatibility with latest Elementor Pro..@livemesh Thanks for your response. Please do, if you get a chance, let me know what you find.
Forum: Plugins
In reply to: [Livemesh Addons by Elementor] Compatibility with latest Elementor Pro..Another question. I hope you don’t mind me asking it here in the same thread.
I noticed that you are putting the stylesheets in the footer. I saw an old thread in why you did this. Do you have any Fouc issues because of this? I noticed on your website you have added a loading gif.
Thanks!
Forum: Plugins
In reply to: [Media Library Folders] Viewing images..The “view” link that is a 404, and this is from the standard wp media panel, oddly goes to “example.com/attachment-page/.” These are ONLY for images uploaded to a custom folder.
However, if I go to your media library panel, and click the thumbs it links something like (http://example.com/wp-admin/post.php?post=1111&action=edit) in your example.
I was just wondering if this is by design? Or a conflict?
Forum: Plugins
In reply to: [Header Footer Code Manager] Syntax/Code Highlights…Thanks!
Forum: Fixing WordPress
In reply to: Restrict Uploads Folder Via Htaccess…@website-rob that is the problem. I believe most of the membership plugins only protect pages. However, all of the assets are still publicly available. I’ve tested a few and all your uploads can still be accessed via their asset links.
Forum: Fixing WordPress
In reply to: Restrict Uploads Folder Via Htaccess…Thanks. I saw the wpbeginner article and it has parts of what I need to do to make it secure like hotlinking etc.
However, I still am missing the best way to restrict access to assets in the uploads folder when a person is not logged in but the direct link is still accessible publicly.
I saw another Stackoverflow article that recommends doing this via PHP. However, there is literally dozens of people on github over 4 years trying to figure out the best way to do this. I never thought it would be so complicated! Maybe i’m not thinking about this correctly.
I am leaning towards using wordpress_logged_in as the cookie might be hackable, but for this use case it would be really hard I think.
- This reply was modified 5 years ago by WPWanderer.
- This reply was modified 5 years ago by WPWanderer.
- This reply was modified 5 years ago by WPWanderer.
Thanks so much!
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Hotel Booking site?Gotcha. Thanks.
Forum: Plugins
In reply to: [ICS Calendar] Color blocked multi-day events…Ah. Here is the catch. This won’t work with Multiple ICS feeds I don’t think. As the titles get misaligned . Some feeds might not have events on certain days so the divs get all jumbled across multiple days. Darn!
Forum: Plugins
In reply to: [ICS Calendar] Color blocked multi-day events…Yeah. One is on Mobile. If you don’t have “Show Past Events” ON, there will be no label. Not a big deal as I like to show past events.
Forum: Plugins
In reply to: [ICS Calendar] Color blocked multi-day events…This is what I did. It looks descent with just a handful of events being pulled. Not sure about how it might look with more.
Shortcode
[ics_calendar hidealldayindicator="true" color="#800080" hidetimes="true" url="https://icslinkhere.com"]Css
.ics-calendar-month-grid .events .multiday_middle .title { visibility: hidden; } .ics-calendar-month-grid .events .event.all-day.multiday_middle { border-left: none !important; } .ics-calendar-month-grid .events .sublabel { display: none; } .ics-calendar-month-grid .events .multiday_last .title { visibility: hidden; } .ics-calendar-month-grid .events .event.multiday_last { border-left: none !important; }- This reply was modified 5 years, 1 month ago by WPWanderer.
Forum: Plugins
In reply to: [Booking Calendar] Premium question..Thanks. Sorry. I am playing with your demo now and saw this.
One thing I haven’t been able to figure out. Can you link the resource names from the timeline to another page. For example if a person wanted to click it and go to the booking page for the resource?
In your demo below, they don’t click to anything. Thanks.
Forum: Plugins
In reply to: [Booking Calendar] Premium question..Hi. On the timeline view (https://bm.wpbookingcalendar.com/timeline/) , is it possible to remove the link on the names that are clickable to show extra information? I think all we want to show are the names.