musicattiva
Forum Replies Created
-
Forum: Plugins
In reply to: [Sticky Menu & Sticky Header] no elements with the selector/class/IDThank you for the impressive responsiveness ??
I don’t have wrapper elements for those buttons,
I just have the option to insert custom css and/or js into the plugin.
Is there any chance?Thanks again
Forum: Plugins
In reply to: [Sliced Invoices & Gravity Forms] last update – invoice is not createdAfter several hours of work (including lunch break), I have at least managed to make it work.
The problem is probably in the translation and in the choice between Quotes and Invoices.
choosing Invoices, is not at all certain that the plugin is agreed and it behaves in an unexpected way.in particular, it does NOT insert the word “invoice” in meta_key field.
for example “_sliced_invoice_created” becomes “_sliced__created” (note that missing “invoice”) and this happens for each field.
Leveraging the translation instead, and by changing the word “Invoice” in my language (in Italian: “Fattura”) the plugin goes crazy and inserts the word translated in meta_key.
I have found nothing better to do than give up the translation and continuously set the check “invoice” until the plugin has been persuaded to enter the right terms.
for future use
m.
Forum: Plugins
In reply to: [Gravity Forms Sticky List] edit, delete & duplicate only for Administrator“Your name is Mr. Wolf, you solve problem…”
tanks a lotForum: Plugins
In reply to: [Gravity Forms Sticky List] edit, delete & duplicate only for AdministratorI tried,
I have installed User Role Editor
I created the role of “Sede periferica” (which does not see the “Edit” button)
I created the role of “Sede centrale” (who must see the “Edit” button)
I associated the user “Catania” to the role “Sede periferica”
I associated the user “Roma” to the role “Sede centrale”
I created the capabilities stickylist_edit_entries
I deselected, “stickylist_edit_entries”, from the role “Sede periferica”.
I selected, “stickylist_edit_entries”, from the role “Sede centrale”Unfortunately, the “edit” button is always visible to any role, from front-end ??
Forum: Plugins
In reply to: [Gravity Forms Sticky List] display all entries for administrator@thierryx_22
Tanks a lot!
This works like a charme ??Forum: Plugins
In reply to: [Gravity Forms Sticky List] display all entries for administratorGood morning, congratulations for this fantastic plugin
I have the same problem. The code above does not work, could you write down exactly the code and what should be changed?
It would be interesting to have this bug fix in the next versionIn gravity-forms-sticky-list/class-sticky-list.php I substituted:
[ Moderator note: code fixed. Please wrap code in the backtick character or use the code button. ]
************************************** $ User = wp_get_current_user (); ???????????????????? ????????????????????if (in_array ($ show_entries_to, (array) $ user-> roles) || in_array ( "administrator", (array) $ user-> roles)) { ????????????????????????$ Search_criteria [ "field_filters'] [] = array (" key "=>" status "," value "=>" active "); ????????????????????????$ Entries = GFAPI :: get_entries ($ form_id, $ search_criteria, $ sorting, paging $); ????????????????????} **************************************
with the following code:
************************************** $ User = wp_get_current_user (); if (in_array ( "administrator", (array) $ user-> roles)) { $ Search_criteria [ "field_filters'] [] = array (" key "=>" status "," value "=>" active "); $ Entries = GFAPI :: get_entries ($ form_id, $ search_criteria, $ sorting, paging $); } Elseif ($ show_entries_to === "creator") { **************************************
Please help me
thanks in advanceForum: Plugins
In reply to: [Restrict Categories] My categories in front-end are no longer visiblewell, I seem to have found a workaround to solve the problem.
was enough to create a new category and, magically, the missing categories are now visible.I do not know the reason for this strange behavior, but the bug has to be serious, especially for front-end in disastrous consequences.
Please leave this post readable, maybe somebody will need him
Forum: Plugins
In reply to: [EV Widget Post] [Plugin: EV Widget Post] Problem with list of categoriesthanks a lot eveevans!
Forum: Plugins
In reply to: [EV Widget Post] [Plugin: EV Widget Post] Problem with list of categoriesThanks for the answer
Yes, shortly after writing the post I realized that the categories without at least one post is not displayed.But this is a problem, compounded by the fact that, if for some reason, the category is temporarily empty, the category disappears and the widget is filled by post, with no category.
Sorry,
sets.: “Past Affairs” category in the list belowTry this:
sets: Match selected – Make posts exist only in selected categories
sets.: “Current Affairs” in the list belowset the post as usual in Current Affairs
Set an expiration date and enableson that date the plugin, remove Current Affairs category and adds it to Past Affairs category.
I solved it for my site to different categories
https://www.teatrogolden.itForum: Plugins
In reply to: [Content Scheduler] [Plugin: Content Scheduler] scheduled action per postsame problem here
It makes no sense to have an action scheduled for all your posts, much more dynamically, it would be useful to have one or more actions for each post
This feature would make a killer plugin!It would also be important to establish more than one EXPIRY date, for example
Expiration Date – Action (change category or another)For now I solved with a simple workaround with a careful use of categories, changing category to post that they no longer appear or should appear in different areas of the website
I was seriously thinking of writing one myself …
the problem is not solved for me.
I have pages with multiple galleries, organized in albums.from what I understand the fix for nextgen, only solve if you do NOT use album and, for me, this is a great limitation.
Albums are a great feature which is a shame to limit it, also because there is no other way to represent various galleries.This is an example of my page:
https://www.teatrogolden.it/teatro/photo-gallery/
Activating SFC – Like Button Version 0.25, the galleries are a blank pageNextgen Version 1.7.4
SFC – Like Button Version 12:25OT:
Take this opportunity to say that would be a good idea if the NextGen Gallery Slideshow, without title, it does not put a default and recover the space. This is to allow its use in different contexts from classical widgets.