AllyAlly
Forum Replies Created
-
Fabulous – Simple and Effective plugin. Thank you for taking the time & effort to provide this powerful tool.
I have 2 questions about listing sort order.
1 – When in Admin dashboard in its fresh state, what is the default listing order?
2 -When A-Z is clicked, the order changes to A-Z and conversely when Z-A is clicked it reverses that. Great.
So how can the list be displayed highest number of visits rather than A-Z listing?
Thank you
Thank you for your detailed response.
Very much appreciated.
1 Week ago, my client wanted to review the site, before your response, I desperately tried to reinstall the plugin and start fresh in case I could clear the issues.
I even deleted the za tables in the db.
However, on reinstalling, the tables are not created and when viewing Dashboard-Products-Product Add-Ons – Add-Ons Tab, there is no plugin displayed and if I create a new Group that fails as there are no tables.
I have installed the plugin on another domain and copied the za tables to the original db and that still does not display the plugin on the tab or successfully create a Group.
Please advise, thank you.
Seems to be quite flakey. – Not resolved.
Yes having installed it, created some add-ons, viewed them on webshop ok and then updating to IOS 12.3.1 on ipad & iphone, the add-ons appear.
However, Firefox as a POS does not show them, Chrome does occasionally. The + near the Checkout button is also intermittent.
Editing the add-ons to change price or use different content then saving, results in the webshop displaying correctly. But POS on IOS displays the old values before the edit.
Remove the plugin and the POS display still displays add-ons.
Setting a product to draft results in the product still displayed in POS on IOS.
I do hope you are able to work these bugs out as the plugin could be very useful.
FYI
IOS 12.3.1 Works fine.Forum: Plugins
In reply to: [Fast Secure Contact Form] Changing Fixed Elements on Formstrifemit
I believe you need to create css in your theme css file for each form
Example form 1
#fscf_required1 {display:none!important;}Is that correct?
Ally
- This reply was modified 8 years, 10 months ago by AllyAlly.
Forum: Plugins
In reply to: [Instant Articles for WP] Hide author namefunction tk_instant_articles_authors( $authors, $post_id) { $authors = array(); return $authors; } add_filter('instant_articles_authors', 'tk_instant_articles_authors', 10, 2);Forum: Plugins
In reply to: [Instant Articles for WP] How to hide Author Name?If you haven’t already found it, try this suggestion
https://github.com/Automattic/facebook-instant-articles-wp/issues/439function tk_instant_articles_authors( $authors, $post_id) { $authors = array(); return $authors; } add_filter('instant_articles_authors', 'tk_instant_articles_authors', 10, 2);Any suggestions or comments gratefully welcomed.
Thanks
Ally
Have browsed this & other threads and cannot see complaints similar to mine.
I have many sites using nggallery and on upgrade the sidebar ngwidget settings of width & height were not affected.
But one site was totally changed (200×200)
Can I ask a basic question here. How did this release get passed Q & A by the developer & WP ?
Forum: Plugins
In reply to: List all of child categories in dropdown menuThanks Gulflee
I have been ages trying to work out just how to create a look up for names referred to in a post.
For other readers info here, I have created categories for general use in a mimbo based theme site.
It’s a dog rescue group who have a need to know which dog was referred to in a blog post. (Blogger dealt with that by using labels).
So I have created a category called AllDogs and hidden that by enabling Advanced Category Excluder plugin. (*NOTE – the parent you hide in this theme needs to be at the top of the category list, eg Aa , otherwise if it is halfway down, then the top categories get hidden without choice.)
I have then created, and new posters will be able to create more, sub categories of the hidden AllDogs category.
Then using the code provided by Gulflee above and using the appropriate category_ID number and changing “Select Event” to read “Select Name” I have a drop down list of just Dogs names and the parent & children do not appear in the “Browse Categories” feature of the mimbo theme.
Long winded post but I hope of some use to somebody.