zerodotnine
Forum Replies Created
-
Hi @molongui
Yes, the Display name fields are filled in on the guest users
Hi
Sorry, that was my bad, I should have said to click into a user to see that the names are not being pulled in on the archive page:
Guest author example
https://zerodotnine.co.uk/preview/economic-policy/author/test-author-3/Normal user example:
https://zerodotnine.co.uk/preview/economic-policy/author/admin/I hope that is clearer
Many thanks
Forum: Plugins
In reply to: [Multisite Post Duplicator] Image url incorrectok, I have taken another look and it seems to be an issue isolated to a couple of posts, testing some of the later posts the plugin is working great. I’ll make the changes on the few posts that have the problem.
Thank you for a great plugin and the very fast support and advice!
Forum: Plugins
In reply to: [WP-Lister Lite for eBay] eBay Thumbnails not generatingThanks John
Tried and unfortunately didn’t work, details sent via ticket support
Forum: Plugins
In reply to: [WP-Lister Lite for eBay] eBay Thumbnails not generatingI have spoken to ebay:
“I’ve checked this for you and can see that there is no issue from our end. In this case, you’ll need to get in touch with wp-lister team and they’ll be able to help you with this.”
Forum: Plugins
In reply to: [WP-Lister Lite for eBay] eBay Thumbnails not generatingHi
I have tried again and still have this issue:
Click the ‘retry’ button to have us copy your file again or revise your listing to change your picture.
Rooibos Tea – Rooibos Tea – Rooibos Loose Leaf Tea (172557634581)Current picture copied to eBay
This is how your picture displays in the search results. View the source picture
– opens in a new window or tab
that we used to create it.Error We weren’t able to copy your picture. The server containing your image was unavailable when we tried to retrieve it.
——-
Forum: Plugins
In reply to: [Custom Product Tabs Lite for WooCommerce] Pulling in meta fieldYES! Thank you, that works very well!
Excellent support, thanks for helping me get around this issue!
Have a great day!
Forum: Plugins
In reply to: [Custom Product Tabs Lite for WooCommerce] Pulling in meta fieldHi Beka
The piece of code I have been pointed at is:// list all product attributes names and values // usage: product_attributes_list add_filter( 'wplister_process_template_html', 'my_wplister_template_filter_product_attributes_list', 10, 3 ); function my_wplister_template_filter_product_attributes_list( $html, $item, $images ) { $post_id = $item['parent_id'] ? $item['parent_id'] : $item['post_id']; $attributes = ProductWrapper::getAttributes( $post_id ); $attributes_list = ''; foreach ($attributes as $name => $value) { $value = str_replace( '|', ', ', $value ); $attributes_list .= $name . ': ' . $value . '<br>'; } $html = str_replace( 'product_attributes_list', $attributes_list, $html ); return $html; }
I’ve tried to implement this call into the code but I am not succeeding. Any help would be very much appreciated as php is not my strong point.
Many thanks in advance for any assistance!
Forum: Plugins
In reply to: [Custom Product Tabs Lite for WooCommerce] Pulling in meta fieldHi John
That is the meta code I was using, do you know the field name that I would need to put in place of custom-meta-field-name to pull in the tab content? I cannot find a reference to this after looking.It is the same issue, hoping someone will reply to the original and help us all out…
I also have this issue after 3.8.1 update, client wants to add images to her website and uploader has stopped working in the exact way jonnyguitar has described. Bad update!
I have tried deactivating all plugins, changing the theme to Twenty Fourteen and reinstalling the update, re-saving permalinks – none of these options worked.
The uploader worked absolutely fine prior to 3.8.1 update.
All images and generated thumbnails are uploading to the correct folder – wp-content/uploads/2014/01 – but are not displaying on the front end of the website…
Grateful for any advice!Forum: Plugins
In reply to: [Redirection] Can't log in – endless redirection loopJust solved this by using Peter’s Login Redirect to redirect admin role to ‘/wp-admin’ on login, temporary fix but might help while this issue is amended.
Forum: Plugins
In reply to: [Redirection] Can't log in – endless redirection loopI also have this problem, a solution would be great as I need to hand over the website to a client…
Forum: Plugins
In reply to: [Twitter Widget Pro] Tweets not updatingHi Guys
I updated the plugin using the one for download here: https://oikos.org.uk/2012/03/tech-notes-twitter-widget-pro-not-updating-for-heart-internet-users/ and that seemed to work.Forum: Plugins
In reply to: [Twitter Widget Pro] Tweets not updatingI also have this issue, described as above, 1 tweet only pulls in an old tweet, change to 3 and new ones appear…
This site is going live today and I would rather not have to switch plugins so late on..
Please advise asap!