Tommy Walker
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Show Attributes] Show specific attributesI am also wondering how to do this.
Is it possible to display just one attribute, just the first 2 attributes, or attributes by specific name?
Thanks – it’s a great plug-in!
Forum: Fixing WordPress
In reply to: How to preserve posts when updating the siteThanks for that, but those plugins just overwrite the existing database. As I said above, I can’t just replace the dev site database with the current live site database, as many of my changes will be overwritten.
How do I incorporate these new orders into my dev site (without affecting the changes I’ve made) before uploading the modified dev site back to the live server?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Sorting retrieved dataOK. Once again, thank you for your quick and helpful replies.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Sorting retrieved dataOK, thanks.
One more question… I am also using the ‘datatables_tabletools’ extension to provide Print, PDF and Export functionality. Using the 2 extensions together places the row of Tabletools Icons above the Dropdown Option Menus.
Is there a way to change this order, so that the icons appear after the dropdowns?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Sorting retrieved dataThe extension is almost perfect…
Once a selection has been made from the dropdown eg: ‘Cakes’, for some of my users, they wouldn’t understand how to clear the selection and reset the menu ie: by clicking on the selected category which is displayed under the dropdown.
I would like to be able to add some simple instruction text underneath the dropdowns to explain to the user how to use the option menus.
How would I do this?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Sorting retrieved dataI didn’t know about this extension – thank you for pointing it out. I’ll install and test it and hopefully that will allow this topic to be marked as resolved.
Thank you very much for the quick reply, it’s much appreciated.
Forum: Fixing WordPress
In reply to: Search Engines returning a non-existant pageCould you point me in the right direction? The references to author I found in the index.php file are as follows:
<p class="single-line-meta vcard"><?php if(!$data['post_meta_author']): ?><?php echo __('By', 'StubbinsFP'); ?> <span class="fn"><?php the_author_posts_link(); ?></span><span class="sep">|</span><?php endif; ?><?php if(!$data['post_meta_date']): ?><span class="updated"><?php the_time($data['date_format']); ?></span><span class="sep">|</span><?php endif; ?></p> <?php else: ?> <p class="single-line-meta vcard"><?php if(!$data['post_meta_author']): ?><?php echo __('By', 'Stubbins'); ?> <span class="fn"><?php the_author_posts_link(); ?></span><span class="sep">|</span><?php endif; ?><?php if(!$data['post_meta_date']): ?><span class="updated"><?php the_time($data['date_format']); ?></span><span class="sep">|</span><?php endif; ?><?php if(!$data['post_meta_cats']): ?><?php the_category(', '); ?><span class="sep">|</span><?php endif; ?><?php if(!$data['post_meta_comments']): ?><?php comments_popup_link(__('0 Comments', 'StubbinsFP'), __('1 Comment', 'Stubbins'), '% '.__('Comments', 'StubbinsFP')); ?><span class="sep">|</span><?php endif; ?></p>And here:
<?php if(!$data['post_meta_author']): ?><?php echo __('By', 'Stubbins'); ?> <span class="fn"><?php the_author_posts_link(); ?></span><span class="sep">|</span><?php endif; ?>As you can probably tell, I’m struggling a bit with this one…
Forum: Fixing WordPress
In reply to: Search Engines returning a non-existant pageThanks for the quick reply – where would I find the page author link?
Forum: Fixing WordPress
In reply to: How to display different images for different logged-in users?Thanks Paul, that all certainly seems logical and perfectly do-able up until point no. 5, where I’m likely to be stuck π
Forum: Fixing WordPress
In reply to: How to display different images for different logged-in users?Thanks for the reply β I want to serve the user images specific to them, not allow them to choose. The images would also be updated (changed) every week, so the user would see the updated images when yhey log in (provided it’s a new week).
I also don’t know how to configure the request to the database to do this so any help there would also be much appreciated.