PenelopeGlamour
Forum Replies Created
-
Hi, I’ve just deactivated the plugin because this was a little bit urgent, so I’ve setup the schema manually
Hi! yes, at schema:
and more important, also at google:
https://search.google.com/test/rich-results/result/preview?id=YtrZ6Vv2B1EfqhevA_-kGw&hl=en
Update (I write as reply because I cant edit the question):
I think the fail s here, at ouput/other_schema.php
function saswp_wpecommerce_product_schema($input1){ global $sd_data, $post; if( isset($sd_data['saswp-wpecommerce']) && $sd_data['saswp-wpecommerce'] == 1 && function_exists('wpsc_the_product_description') && get_post_type() == 'wpsc-product' ){ $price = get_post_meta( get_the_ID(), '_wpsc_special_price', true ); $cal_price = wpsc_calculate_price(get_the_ID()); $currargs = array( 'display_currency_symbol' => false, 'display_decimal_point' => false, 'display_currency_code' => true, 'display_as_html' => false ); $cal_price = wpsc_currency_display($cal_price, $currargs); $currency = chop($cal_price," 0");
when taking the price with
$price = get_post_meta( get_the_ID(), '_wpsc_special_price', true );
is only taking the SPECIAL price, and if not, it’s giving 0, not the real price
Forum: Plugins
In reply to: [Adapta RGPD] Faltan más paisesHola! Muy buen plugin, se acabó el copy&paste + search&replace, pero…. puedes a?adir Dinamarca, por favor?
Gracias!I’ve resolved thank to this post: https://www.ads-software.com/support/topic/tumblr-keep-original-post-date-not-working?replies=3
yes! now is working
Hello
yesterday I was with the same problem, and now, after updating i have 2 error messages:Warning: file_get_contents(https://picasaweb.google.com/data/feed/api/user/medier/albumid/xxxxxxxxxxx?kind=photo&thumbsize=150c&imgmax=640u) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.0 404 Not Found in /var/xxxxxxxxxxxxxxx/public_html/wp-content/plugins/embpicasa/embpicasa.php on line 232
and
String could not be parsed as XML
(wp is also updated to 4.2.2)
Forum: Fixing WordPress
In reply to: Issue after WP4.2: can't add new post or pagesHi hibestnick, I went into the database (you can access to yours with phpmyadmin, for example. Ask to your hosting support) and modify the wp_post table adding the primary key to de “id” field:
alter table wp_post add primary key (id)
https://www.w3schools.com/sql/sql_primarykey.asp
I hope this help you, I cant explain better
Forum: Fixing WordPress
In reply to: Issue after WP4.2: can't add new post or pagesOk, I’ve got it. Ther was a error in database, table wp_post havent primary key, I dont know why… maybe I did something wrong
Forum: Plugins
In reply to: [Nelio Featured Posts] Bug with custom outputyes, a child theme was that I did to solve… . A temporal bug fix could be to advertice it in the description. I think woocommerce plugin has also custom templates, maybe looking inside (or at their documentation) one can see how to do it. I guess they store it inside the plugin folder.
Forum: Plugins
In reply to: [EZ PayPal] It's not sending download emailsedit, i read a totally differnt reply in my email…
Forum: Plugins
In reply to: [EZ PayPal] It's not sending download emailsone more here. Also, it says that the download lnk has expired:
Purchase Date: 2015-01-04 22:54:02
Download Time Limit: 0 hours
Download Expiry: 2015-01-04 22:54:02Please find the download link to the product below.
Sorry, your purchase has expired.And yes, It’s config with 72 hours to expire (it’s config by default)
Forum: Plugins
In reply to: [Double Opt-In for Download] The plugin is broken :(I’ve tried that, of course! (and didnt works) Is one of frist things I use to try.
BUUUUUT, now, after todays update, v2.0.2, it’s working again ??
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] Whats happen with Reddit?Ok thank you. I have 2 more questions…
– can I use spintax format in my text? If I send exactly the same text to all the networks, well, could not be very good for SEO purposes.
– can the pro version work in a single site from a mutisite wordpress? I think i dont need (as super admin) to manage autoposting for all the site at a time. In fact, I will use in a few sites only. But that sites are in mutisites. Need I de MU version of the plguin?
thank you very much ??
Ok, my problem was my browser: Opera
So, if somebody has probles like that I had, and are using Opera, must change to Firefox (for example) and all the “save” buttons will work.