georg.r
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Sitemap Page] Remove “Pages” heading[wp_sitemap_page display_title=”false”]
It’s probably because the links are wrapped with a “span” Tag so it messes with the styling of the page.
I have the same problem with Elementor Icon list. Items are aligned with flexbox and because this plugin inserts additional tags it breaks the styling. I didn’t find a way to remove the wrapping span tag and the plugin wasn’t updated for some time now. So I’m not sure if the developers are reading the messages here.
- This reply was modified 1 year ago by georg.r.
Hey David,
thanks for the reply. I just figured that out myself too…Forum: Plugins
In reply to: [WooCommerce] Live Admin Bar@shameemreza
Is this really your suggestion? I mean, come on..Forum: Plugins
In reply to: [WooCommerce] New “LIVE” label on wordpress toolbar, why?This is really a bad idea. Why?
I know that the shop is live.You could just show a label when “coming soon” mode is enabled.
Please at least add an option to complete disable the label. In my opinion it does confuse more than it helps. I also don’t want to implement some hack or whatever.Thanks
Just checked on different devices and it seems to be a local problem.
So please ignore …
ThanksI have switched to another plugin, in the meantime
Same here.
Hi Louis,
thanks for the hint! I have now kicked out the feed of the theme and use the one of the plugin. I managed it to style it as desired.Thanks
GeorgThank you for the answer. OK, I thought they where cropped. The problem appears on this site in the footer of the page https://tinyurl.com/bdfjkp75
It should look like on this theme page but they use all square thumbnails. https://tinyurl.com/4mu59t87
Thanks for any hint
GeorgForum: Plugins
In reply to: [AntiSpam for Contact Form 7] Add some fake input inside the form breaks HTMLGreat, thank you Erik
Forum: Plugins
In reply to: [AntiSpam for Contact Form 7] Add some fake input inside the form breaks HTMLI have a similar issue. The plugin messes up the HTML Code. It moves the closing div tag to a different position which breaks the layout.
If I enter something like this:
<div class="row"> <div class="column"> [text your-name-1 placeholder "Your Name"] </div> <div class="column"> [email* your-email-1 placeholder "Your Email"] </div> </div> [textarea your-message-1 40x6 placeholder "Message"] [submit "Send"]I end up with something like this:
<div class="row"> <div class="column"> [text your-name-1 placeholder "Your Name"] </div> <div class="column"> [email* your-email-1 placeholder "Your Email"] </div> [textarea your-message-1 40x6 placeholder "Message"] [submit "Send"] </div>The closing div is moved below the send button and brakes the row.
Same error here
TypeError: Y is undefined wp-seo-wp-globals-backport-800.min.js:27:35556 TypeError: window.yoast is undefined wp-seo-modal-800.min.js:1:75 TypeError: window.yoast is undefined wp-seo-help-center-800.min.js:13:75376 TypeError: window.yoast._wp is undefined wp-seo-post-scraper-800.min.js:23:17682Yes, I used your code for my own changes and installed the Extension you mentioned.
Thank you