whiteweazel21
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Approve User] Deactivation Approves All Users – SECURITY ISSUEIs this pushed live?
Every time I deactivate the plugin for testing/dev purposes, all users are automatically approved. I’ve auto-approved like 20 bots already.
Should I download and replace the files manually? Or is it live already and just not working as intended? This “bug” is pretty bad!
Thanks for the plugin by the way!
(MB, seems I’m on version 7. I didn’t get any message to update the plugin in the plugins menu. Guess I’ll reinstall manually via upload. Thanks!)
- This reply was modified 4 years, 11 months ago by whiteweazel21.
As per instruction manual, disabling the plugin should restore original images, but disabling the plugin does nothing.
I’ve cleared all WP cache plugin cache, cleared browser cache, but the images being loaded are still the heavily compressed webp images generated by this plugin. How do I restore my original images or am I stuck? I wish I had made a snapshot before using this plugin, as it seems the way it works is destructive even though author says it’s not…
- This reply was modified 5 years ago by whiteweazel21.
Forum: Plugins
In reply to: [WP Better Emails] not working with gravityformsDoes this still work? I added the function to my child theme’s php, but still getting default e-mails.
Thanks
Ok, I figured this out.
In Titles & Meta, Post Types, set Don’t show rel=”author for Pages.
This still shows authorship on the main homepage. Thanks to “Daniel K” for the solution, http://ww.wp.xz.cn/support/topic/plugin-wordpress-seo-by-yoast-author-meta-data-on-home-page-always-displayed?replies=13
We also had this problem and I fixed it with just one single line of code!
You should edit wordpress/wp-content/plugins/wordpress-seo/frontend/class-frontend.php and change line 736 from
if ( $gplus )to
if ( !is_front_page() && $gplus )Authorship doesn’t show for homepage. So now my publisher/google+ business page shows for home page & pages. Blog page & posts show correct authorship to my google+ page.
If this helped, please follow me on google+ : )
http://plus.google.com/101611513679237992358But the products page does have 30 thumbnail images, shouldn’t there be a way to show those?
Regarding the filter “wpseo_sitemap_urlimages”, where do I find this? Is there any information regarding using & applying filters?
Thanks again
Hi Joost, thank you so much for writing back!
1. Links to pages where image indexation is a concern:
http://www.bookboxshop.com/products/If you look at the sitemap for this page:
http://www.bookboxshop.com/product-sitemap.xmlUnder the url “http://www.bookboxshop.com/products/” I have 30 thumbnails displayed, but 0 of them are registered as images.
1.b http://www.bookboxshop.com/product/chat-noir/
The detail page for one of the 30 thumbnails. Looking at the sitemap, it does show that one image is registered in the sitemap index. However, it is using the “feature image” that I am using to output the thumbnails, and the “feature image” does not show exactly show on that page. I think this occurs because of the “Multiple Post Thumbnails” plugin I am using, that allows me to use two separate featured images.For instance, looking at the sitemap entry in the xml for chat noir:
<url> <loc>http://www.bookboxshop.com/product/chat-noir/</loc> <lastmod>2012-06-13T08:48:18+00:00</lastmod> <changefreq>weekly</changefreq> <priority>0.6</priority> <image:image> <image:loc>http://www.bookboxshop.com/images/Chat-Noir-BK-58.png</image:loc> <image:title>Chat Noir Book Box</image:title> <image:caption>Chat Noir Book Box Thumbnail</image:caption> </image:image> </url>It is showing the image on the detail page as “http://www.bookboxshop.com/images/Chat-Noir-BK-58.png” whereas it should be “http://www.bookboxshop.com/images/Chat-Noir-Book-Box-Detail.png”.
Do you have a suggestion how to correct these issues, or any tips on how I could supplement the existing sitemap file? If I disable the “products” post type, could I then write a xml for these images by hand? And if so, how would I be able to keep the hierarchical format in search results?
Thank you and sorry for the long read!
Anybody have an idea?
Currently I am just using this plugin for sitemap, and will wait the 1-2 weeks for google to display the website search with hierarchical format.
Is there any way to add to the existing xml file, or add a supplementary image xml sitemap by hand meanwhile keeping the hierarchical format? If I made the xml image sitemap using the same xsl format, would that work?
What other options do I have, and how important is it to index images? Does google and other search engines automatically index images even if they are in the sitemap?
Thanks.
Well what I ended up doing is unchecking “add images to sitemap” to avoid a possible conflict, and downloaded “Google XML Sitemap for Images” plugin. It generated a image sitemap with a different sitemap address, “sitemap-image.xml”.
It actually works, and picks up the images in my posts. Assuming no conflicts or problems occur, this is a viable solution for anyone else with a similar problem. I hope Yoast’s plugin incorporates this function in a working manner for all users in the future. I understand the plugin is new and is in development, so I look forwards to using one plugin for sitemaps in the future!
Alternatively, I did find some sitemap generators that are for images only. I know that you are not supposed to have two plugins that do sitemaps or they may conflict, but what if the second plugin only did the sitemap for images? Would there be some conflict or could this be an available option for me?
Is the <img> tag not being used correctly as per the example above? Could anyone illustrate the correct method?
Thanks!
I did find some light grey border entries in the style.css for NextGen, and removed them. I cleared my cache on my iPhone, but the problem seems to persist. It appears to be some sort of glitch that renders a small gap or something in the bounding box of the image.
Just to make sure, I did download and view my gallery with Safari, and there are no problems there, it’s just appears to be an issue with the iPhone/iPad rendering the NG gallery…
Any ideas?
P.S. If you have an iPhone/iPad and want to see the issue on the live (in development) site, you can see it here http://www.bookboxshop.com/shop
Thanks
So is nobody else experiencing this problem with their gallery on an iProduct device? Or simply do not care for mobile users?
If it is only me, then perhaps I should be looking in my nextgen css trying to disable every border? I am new to web development and wordpress so forgive me for my noobness!
Hey Jon, thanks for the reply.
I’m still developing my site, and it happens to be my first website as well as my first time using wordpress so I am really new to all this.
For example, I have a product page such as this:
http://www.bookboxshop.com/shop/picasso-lady-sitting-in-chair-bk-63/If I go to the page in the wordpress admin that the image is on, and click on the html, I get this:
<img class="alignleft size-full wp-image-115" title="Picasso-Lady-Sitting-BK-63" src="http://www.bookboxshop.com/wp-content/uploads/2010/12/Picasso-Lady-Sitting-BK-63.png" alt="" /><strong>Picasso - "Lady Sitting in Chair"</strong>Is this correct markup, or is there still some issue as to why images such as this are not pulled into the sitemap?
Thanks
Forum: Fixing WordPress
In reply to: Entry-content overlapping image in content on mobile platforms.Any ideas? Would min-height even be the correct way to approach this?
Forum: Themes and Templates
In reply to: Changing color in comments text field (picture)I found out how to get the “Comment” field white, using
.form-section label { color: #FFFFFF; }However I am still clueless how to change the color of the “Logged in as”.
From a general test, I was able to make the “Logged in as” white by changing all these to white:
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, tdAny idea which one it is?