stillingen
Forum Replies Created
-
Forum: Plugins
In reply to: [ElasticPress] Initial sync with ES serve failsI had specified indices in constant EP_HOST, once I remove this everything worked.
Forum: Plugins
In reply to: [Featured Video Plus] Sharing on facebook – featured image doesn't displayHi.
If you use Yoast SEO, there is an option for Facebook image that you can use as a workaround. Great plugin btw Alexander Hoereth!
Hi.
I just took a quick look at http://bloemenbezorgenutrecht.nl/ and the front page has tabs and on the product page template has tabs. Based on the feedback that I got from Google, your tabs need to go in order for your page to validate correctly, and for rating to show in search results. After this is done, my best advice is patients.
Håkon
The rich snippets submission form seem to be gone. Other users are commenting this on Google groups
Hi.
I reported this issue in Woocommerce Github repository and the issue was reported as closed. Since I have not upgraded to latest version of Woocommerce I have not yet tested this. Our production environment runs without product reviews, since this function was not used by users, and that was the easies solution at the time I found the issue. I will start upgrading this fall, so expect to have do deal with this, one way or the other:)
Please let me know if you test this, and get it to work.
Cheers
Forum: Hacks
In reply to: adding image to woocommerce archive descriptionsHi.
I also having issues with GA event tracking after upgrading to WC 2.0 I have added “Add eCommerce tracking code to the thankyou page” and “Add event tracking code for add to basket actions”, but only basket actions is working. Events containing order information does not fire. I have tried with and without 3rd party GA plugin, and using default WP template, with the same result (my current template does not have thankyou page override). Could my issue also be related to esc_js, if so where would that be located? Any advise is highly appreciated.
### Environment ### Home URL: http://www.74273.websys.sysedata.no Site URL: http://www.74273.websys.sysedata.no WC Version: 2.0.12 WC Database Version: 2.0.12 WP Version: WP 3.5.2 Web Server Info: Apache/2.2.13 (Unix) mod_ssl/2.2.13 OpenSSL/0.9.8k DAV/2 mod_jk/1.2.26 PHP Version: 5.3.13 MySQL Version: 5.5.29-0ubuntu0.12.04.2 WP Memory Limit: 40 MB - We recommend setting memory to at least 64MB. See: Increasing memory allocated to PHP WP Debug Mode: No WP Max Upload Size: 2 MB PHP Post Max Size: 8 MB PHP Time Limit: 30 WC Logging: Log directory is writable. fsockopen/cURL: Your server has fsockopen and cURL enabled. SOAP Client: Your server has the SOAP Client class enabled. WP Remote Post: wp_remote_post() was successful - PayPal IPN is working. ### Plugins ### Installed Plugins: CodeStyling Localization by Heiko Rabe version 1.99.30, Dynamic Widgets by Qurl version 1.5.4, Easy FancyBox by RavanH version 1.5.0, Exclude Pages from Navigation by Simon Wheatley version 1.92, Hello Dolly by Matt Mullenweg version 1.6, Page Lists Plus by Tim Holt version 1.1.8, Redirection by John Godley version 2.2.13, Regenerate Thumbnails by Viper007Bond version 2.2.4, Simple Facebook Connect by Otto version 1.5, Social Connect by Brent Shepherd version 0.9, Use Google Libraries by Jason Penney version 1.5.2, Video Thumbnails by Sutherland Boswell version 2.0.3, W3 Total Cache by Frederick Townes version 0.9.2.11, WooCommerce Nested Category Layout by Justin Stern version 1.2.5, WooCommerce by WooThemes version 2.0.12, WordPress SEO by Joost de Valk version 1.4.13, WP-Activity by Dric version 2.0, WP Smush.it by WPMU DEV version 1.6.5, Video SEO for WordPress SEO by Yoast by Joost de Valk version 1.5.4.4 ### Settings ### Force SSL: No ### WC Pages ### Shop Base: #59 - /nettbutikk/ Basket: #78 - /handlevogn/ Checkout: #80 - /ordrebekreftelse/ Pay: #82 - /ordrebekreftelse/betaling/ Thanks: #84 - /ordrebekreftelse/woocommerce_thankyou/ My Account: #86 - /minkonto/ Edit Address: #88 - /minkonto/endreaddresse/ View Order: #90 - /minkonto/ordreoversikt/ Change Password: #96 - /minkonto/endrepassord/ Lost Password: #8147 - /minkonto/glemt-passord/ ### WC Taxonomies ### Order Statuses: cancelled (cancelled), completed (completed), failed (failed), on-hold (on-hold), pending (pending), processing (processing), refunded (refunded) Product Types: external (external), grouped (grouped), simple (simple), variable (variable) ### Templates ### Template Overrides: /woocommerce/archive-product.phpForum: Plugins
In reply to: [Redirection] [Plugin: Redirection] CSV import without RegexAny ideas on how to get regex marked on import? Not keen on doing this manually…
If non of your entries are Regex, import them, and the search replace in mysql like this
UPDATE
wp_redirection_itemsSETregex= replace(regex, 1, 0);Forum: Plugins
In reply to: [Redirection] [Plugin: Redirection] CSV import without RegexI managed to import a csv file of 607 redirects, none marked as regex.
Same format as I used. I ended up importing and removing Regex with mysql query.
Forum: Plugins
In reply to: [Social Connect] Woocommerce login using Social ConnectI managed to get a hack working by inserting
<?php do_action( 'social_connect_form' ); ?>to;woocommerce/templates/myaccount/form-login.php line 33
woocommerce/templates/shop/form-login.php line 21
woocommerce/widgets/widget-login.php line 98
woocommerce/templates/checkout/form-billing.php line 49Probably not the clean way of doing it, but it works.
Found the answer. Shortcode per_page does the trick.
E.g. [flickr-gallery mode=”recent” per_page=6] displays the last 6 recent pictures