Sinkadus
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Membership] .logged-in body class goneThanks for your answers and your patience. It is just as you say, the .logged-in class is connected to WP core functionality – something I wasn’t aware of.
And I managed to solve this, by checking the boxes for forced user synchronization and create wp users for all new simple membership users. Now when I log in, the .logged-in class is back in action!
Forum: Plugins
In reply to: [Simple Membership] .logged-in body class gonePreviously when I logged in with simple membership, a css class was automatically added to my body (by this plugin, I assumed). The class was named:
.logged-inNow when I log in, no such class is added. So either you removed this class, or some error is at hand. I don’t now which…
Does it matter why/how I use this class? If you want to know, I use it to hide certain areas for users who are not logged in. Like this:
body:not(.logged-in).page-template-template-section-nav #grve-sidebar,
body:not(.logged-in).page-template-template-section-nav #grve-footer,
body:not(.logged-in) #grve-page-anchor {
display: none;
}Forum: Plugins
In reply to: [VS Event List] Updated plugin and events disappearedNo problem, I hope the folks at Rollback can fix this issue.
Forum: Plugins
In reply to: [VS Event List] Updated plugin and events disappearedFound the reason: when I used the plugin rollback (https://ww.wp.xz.cn/plugins/wp-rollback/) to try an earlier version of your plugin, this function deleted all event entries. So there seem to be some kind of conflict between vsel and rollback, if you feel like investigating on your end.
Forum: Plugins
In reply to: [VS Event List] Updated plugin and events disappearedI think I found the cause: the update for some reason deleted all my events (well over a hundred of them). I will restore the database from a backup. I’ll get back to you after that.
Forum: Plugins
In reply to: [Simple Membership] Keep getting logged outUpdate: disabled the cache plugin (Fastest cache), and now it works like it should. Resolved!
Forum: Plugins
In reply to: [Simple Membership] Need to login twiceGreat! Now it works like it should. Thanks for snappy support!
No, it is the Left Side Stack Timeline Item I am trying to edit, this is what my screen shot was of. I have 6 items in my timeline, and when I set them up I had no problem. But now i only get the timeline setting when I click on the individual item edit icon. Strange.
I can ofc edit the titles and content in text view, but I would rather use Wp bakery, if possible.
Forum: Reviews
In reply to: [ChargeWP Timeline Addons For WPBakery Page Builder] Very handy!Sorry for not seeing this sooner, and responding. I think it mainly was the line that connected the icon, or rather the length of these.
Forum: Plugins
In reply to: [Simple Membership] CSS class “logged-in” not active when logged inThanks, but no – this doesn’t affect my problem or needs. I was just wondering if the css class .logged-in that is added to the body for password restricted pages after I log in, was generated by your plugin or wp core.
Forum: Plugins
In reply to: [Simple Membership] CSS class “logged-in” not active when logged inAh, so the “logged-in”-part of the css, is not generated by your plugin, but is a WP standard class for a password protected page?
Forum: Plugins
In reply to: [Simple Membership] CSS class “logged-in” not active when logged inbody:not(.logged-in).page-template-template-section-nav #grve-sidebar,
body:not(.logged-in).page-template-template-section-nav #grve-footer {
display: none;
}Forum: Plugins
In reply to: [The Events Calendar] Display date/excerpt/button on sliderI understand, and thanks for the link – now I am subscribed!
Forum: Plugins
In reply to: [The Events Calendar] Display date/excerpt/button on sliderThank you, I hope someone on your team will get around putting a few (or all :)) of the suggested shortcode attributes in place for a future release – just autoplay and startdate order will go along way to make it a more fitting addon for a calendar plugin.