Betty
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Mesmerize] Deprecated error PHP 8.1Thanks, you are totally right – i disabled the DEBUG
Thanks that helps, but i used max-width, just in case! will this be fixed in the plugin itself?
Best regards,
BettyForum: Plugins
In reply to: [Remove "Powered by WordPress"] Site-info widget does not workThanks, that was was quick! It works ??
Forum: Plugins
In reply to: [Remove "Powered by WordPress"] Site-info widget does not workI am using the plugin with the Inspiro theme and the SiteInfo Widget is added, but when adding a text it does not show up.
Forum: Themes and Templates
In reply to: [Inspiro] Close side-nav on mobile on click to anchor linkHi @inamoro,
I do not want to have anchor links highlighted – as there are “never” active, unless you scroll to the part. But i think that’s not possible with the theme. That’s why i used ?#team do not get the menu item highlighted.
For the closing i added a HTML widget to the sidebar, in case someone needs it:
jQuery('.mobile-menu-wrapper .menu-item a').click(function() { jQuery('.navbar-toggle').click(); })
This was resolved with the latest update.
Forum: Plugins
In reply to: [Swiper (LITE)] Horizontal Scrolling issue on mobileOk no, there is still an issue on mobile where the page fully scrolls to the right when swiping left. ??
We purchased this plugin, this is very annoying..
Forum: Plugins
In reply to: [Swiper (LITE)] Horizontal Scrolling issue on mobileI fixed it with a lot of CSS, also made the image look bigger and removed the description text:
.postswiper-postcats { display: none; } .postswiper-postinfo { border: 0 !important; overflow: hidden; font-size: 0px; min-height: 300px; } .postswiper-featuredimg { position: absolute; top: 62px; left: 0; border-radius: 10px; width: 100% !important; height: calc(100% - 62px) !important; margin: 0 !important; background-color: #fff; background-repeat: no-repeat; background-size: contain !important; } .postswiper-wrapper.paper .postswiper-post { background: #fff !important; } .postswiper-posttitle { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 85%; }
- This reply was modified 3 years, 9 months ago by Betty.
@wpmudevsupport12 @wpmudev-support6 Thank you very much!
Ah sorry i just read your answer again:
“but it won’t be accurate.”
So I still can use it, but are there any pitfalls?
If yes, do you also plan to make the SEO accurate for non-english sites? ??
Cool, that you have the Readability for non-english already on your roadmap – I really like the UX of this plugin and also use Smushit and Hummingbird! Keep up the good work!
Hey thanks for the quick answer, but why do you have this warning then in the plugin?
SEO Analysis only supports English content. Therefore, some analysis items may report incorrectly and should be ignored.
Forum: Plugins
In reply to: [DrawIt (draw.io)] Drawing not editableI had to disable a plugin option of WP Smush, where it automatically smushes images on upload!
Forum: Plugins
In reply to: [WP Links Page] Allowing an ‘Editor” (role) to manage linkshello,
thanks, do you have an estimate, when the next update will be released?
Forum: Plugins
In reply to: [WP Links Page] Allowing an ‘Editor” (role) to manage linksI have the same problem :/
I took a look at the code, and tried to add capabilities, but it didn’t work .. any suggestions?
Forum: Plugins
In reply to: [SVG Support] Why not load JS in bottom?thank you ??