tecvoid
Forum Replies Created
-
i read that google isnt guaranteed to publish star ratings.
not sure if thats true or not.the other thing would be, how long did you wait?
did you see stars before in results and now they are not there?explain a bit im curious.
i will be trying to tackle the voting up of old posts soon, so if anyone has a solution to set the votes, or generate the data, please let me know.
im considering researching how to trigger the function above with a different action other than page publish.
im considering imacros for an automated republish of all pages.
ill look for a plugin solution that republishes all pages.
and ill see if i can get help on overstack for a different idea.
please let me know if you have any tricks you use.
Forum: Plugins
In reply to: [Social Media Feather] No image thumbnail on Facebook & Googlethe solution was to add this to my header:
<meta property=”og:image” content=”<?php
if ( has_post_thumbnail() ) {
$full_image_url = wp_get_attachment_image_src( get_post_thumbnail_id(), ‘full’ );
echo $full_image_url[0];}
?>
” />maybe google will pick this up for others if i explain further.
if you are using wpec aka wp e-commerce and you need the featured image to be specified for the facebook open graph guidelines, you need to use a little php to call the featured image in full size with no extra title alt or other attributes.
Forum: Plugins
In reply to: [Social Media Feather] No image thumbnail on Facebook & Googlegoogle+ is working for me, its facebook that doesnt select the featured image.
it is choosing a small image from a related gallery.
i checked out all the share buttons including pinterest and its all great except facebook which is key.
Forum: Reviews
In reply to: [Content Switcher] Really Goodpage break or hyperlinks < br >
Forum: Plugins
In reply to: [Easy Fullscreen Slider] Unable to Uninstalli got this problem too.
i used a file manager to delete the plugin folder to get rid of it.
i would really like to hear from the author if there is anything left behind by doing it this way, i has some css animations stop working afterwards and i cant figure it out.
Forum: Plugins
In reply to: [WP eCommerce] spam users in wp_users after wpsc upgradehi ocean dg-
i followed this problem for months, i even avoided upgrading for about 2 months while i watch this.i had to daily-delete anon users 1-2 a day for those 2 months.
as of 14.1 (or 14.3 i think) the database structure was changed so that anon users were no longer used to store that info.
you can look and see (depending on what version you are using) here
http://a1decals.com/wp-admin/users.php?role=wpsc_anonymousif you have no users you are fine, if you do, read up on doing a database backup from myphp/cpanel and upgrade to the newest wp ecommerce.
so to anyone late to the game, if you are using the newest wpec or at least newer than version 3.8.14.1/3 you should be fine and can disregard this post.
Forum: Plugins
In reply to: [WP e-Commerce Simple Product Options] Not Working Anymoreok so i moved the code around, and it seems to be working.
mostly.thank goodness!
i am also very very happy that i can finally see the options in the cart and on the checkout page in the correct way!
i paid a guy a couple years ago to give me some bad styling that eliminated the custom text and options completely from the cart widget.
now i just need to figure out why i cant view the attached image from the orders page.
i think that might have something to do with folder permissions on the wpsc/user-uploads/ folder
Forum: Plugins
In reply to: [WP e-Commerce Simple Product Options] Not Working Anymoreit apparently has something to do with my single product page template.
i reverted to an older one and im getting the personalization text now.im guessing there is a loop i moved the calls for information out of, or something to that effect.
thanks lee!
im hoping to get this thing figured out!, im very hopeful now that i seem to get it working with an older template.Forum: Plugins
In reply to: [WP e-Commerce Simple Product Options] Not Working Anymorewhen i turn on just the simple product options plugin.
the product options show up just once in my cart.if i have the simple product options and your other plugin, show personalization, i get a double output of the simple product options in my cart.
this is so strange.
Forum: Plugins
In reply to: [WP e-Commerce Simple Product Options] Not Working Anymoreill continue to trouble shoot.
i saw a different plugin that did a similar function but for the life of me i cant find a copy to try out.
Forum: Plugins
In reply to: [WP e-Commerce Simple Product Options] Not Working Anymorei am continuing to test and the only oddity so far is that on the single product edit page, after i select the checkboxes for
users can add a message
and
users can attach a filethen i update the post/product, and when i check the personalization tab, the checkmarks are gone.
note again, the options are showing on the front end.
http://a1decals.com/products-page/formerly-sold/choose-design-decal-sticker/
sorry i posted this on the wrong plugin page of yours, Lee, its the personalization plugin. and im going to try older versions and see what happens.
i am having a weird effect of the simple product options showing up twice in my cart, and one on the checkout page unless i style
.shoppingcart .product-name .wpec_product_option_cart_widget_text{display:none}
.checkout_cart .wpec_product_option_checkout_text{display:none}
.shoppingcart .wpec_product_option_checkout_text{display:none}
.shoppingcart .wpec_showp_cart_widget_text{display:none;}love your plugins and ill be very happy once i get this worked out.
btw- bought your google product feed plugin awhile back.
Forum: Plugins
In reply to: [Enable Media Replace] Getting a fatal errordid you ever find a solution, i am getting the same error
Forum: Plugins
In reply to: [WP eCommerce] spam users in wp_users after wpsc upgradeHey Justin-
Can you give me an update? i see that 14.1 is available.
i really appreciated your input last time, maybe you can let me know if its time to pull the trigger finally!Forum: Plugins
In reply to: [WP eCommerce] spam users in wp_users after wpsc upgradei am seeing the details for 3.8.14 and it looks like they resolved this problem, can anyone verify this?
also, of anyone that can verify, can you also give warning if there are more bugs? bad ones… at least i know how to control the version im using now, all i need is to upgrade and get a bunch of new crap i have to figure out.
thanks for any feedback, opinions etc on 3.8.14