projectmunton
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Posts Carousel] TagsCool thats great ?? I will check it out
Many thanks
Forum: Plugins
In reply to: [Plugin Organizer] Post Plugin ListFor sure … I glad I was able to convince you ??
Forum: Plugins
In reply to: [JCH Optimize] CSS FormattingHi ??
I was in the process of trying to set up a test site to demo it … But I noticed if right clicked and copied the link to the css file… then right click and pasted it … the link appears just below the field … if I click the link … the link then gets added to the field and I can click “add” at this point.
So I am now able to get the link into the field and it does remove it which is great ?? and resolves the original issue … but the action is not that intuitive
Could it be because I am using a Mac? something to do with field validation etc?
Forum: Plugins
In reply to: [Plugin Organizer] Post Plugin ListI agree could be good for groups also ??
Just reading that quote in isolation, I think the toggle might be better saying
“display in selective plugin loading” … as it is just the display … not the activation ??
Forum: Plugins
In reply to: [JCH Optimize] CSS FormattingHi ??
I just tried typing in the url manually and still had the same result.
Is there anything else you think I could check?
Forum: Plugins
In reply to: [Plugin Organizer] Post Plugin ListHi @ BBIndikator,
Many thanks for the reply … It is not really about deactivating plugins as such … its about not displaying the on/off plugin / list item on the “selective plugin loading” within a post edit page.
For example I have about 40 plugins … a number of which are just admin plugins … e.g. “admin columns” plugin.
I want this active in the admin area but don’t really need it to display in the “selective plugin loading” within a post edit page.
At the moment I have a quick work around which I have done myself … I have added class name which includes the plugin name, to each plugin listed in the “selective plugin loading” within a post edit page … then I just use some CSS “display: none;” … so it does not show in the list any more.
So I have the plugins listed in the “selective plugin loading” within a post edit page …. from about 40 to about 10 …. they are not all admin plugins … (some are just plugins which I control globally …. so not necessary for “selective plugin loading”.
This makes the post edit page much shorter and more manageable.
The only issue with a work around is every update requires re-adjusting the plugin before I update ??
So thoughts on implementation, maybe in the “Post Type Plugins” section … there could be another toggle that says “selective plugin loading” … with another on/off switch
I was thinking it might be something others would find useful … so it is really a css display thing rather than a deactivate thing.
If Jeff wants any detailed info on what I have done and the rational / UI benefits … happy to do it ??
@ Julie @Niackery … for me it would just be a optional thing … to enable some users to tidy up “selective plugin loading” within a post edit page … if there are some plugins you don’t need to display.
Forum: Plugins
In reply to: [JCH Optimize] CSS FormattingHi ?? many thanks for the quick reply
I have identified the problem file … it is the themes style.css … but when I go to the “exclude css files” … there is no dropdown with css files … and if I try to add the url of the file, and click “add item” I get the error message
“Please input an item in the box to add to the drop-down list”
Many thanks again
Forum: Plugins
In reply to: [WP Posts Carousel] TagsHi ??
Yes name instead of ID would definitely be beneficial … more intuitive.
No worries on the “and / or” functionality … It would defiantly add another dimension to the plugin, something which is not readily available.
If you think of another solution that is successful and you need a tester… just let me know ??
Many thanks
Forum: Plugins
In reply to: [Plugin Organizer] Plugin FilterHi Jeff ??
I got a bit of inspiration straight after I added the first message.
Huge thanks for all your brilliant work on the plugin !!
Forum: Plugins
In reply to: [Plugin Organizer] Plugin FilterProblem resolved ??
Forum: Plugins
In reply to: [WP Posts Carousel] TagsHi ??
Just checking in to see if you saw my last reply regarding the “and /or tag” suggestion.
As I say if you need any help testing, would be happy to help out ??
Kind regards
Forum: Plugins
In reply to: [Plugin Load Filter] Clicking FliterHI ??
Thank you for your reply … I have found the plugin causing the problem
It is … https://codecanyon.net/item/visual-composer-clipboard/8897711
Is there any information I am give to you to help fix the problem?
Many thanks
Forum: Plugins
In reply to: [Mark New Posts] No CircleHi, I have uninstalled the plugin and reinstalled in on the pre-production site and it is working which is great (this is a close replica of the production site) … I will be moving it to the production site in the coming weeks with a few more updates
If I come across anything else when I make the move I will come back to you ??
Many thanks again
Forum: Plugins
In reply to: [Mark New Posts] No CircleOk cool cheers ??
Many thanks for all your help … very much appreciated … looking forward to using it
Forum: Plugins
In reply to: [Ultimate Fields] ShortcodesHi … I must apologies for my late reply, I didn’t seem to get the reply notification in my e-mail … and my project suddenly took a different direction which meant I got distracted.
I appreciate the reply ??
I am using the shortcode in the rich text editor …. and have the apply shortcode box checked in the Container Field settings.
If I add some text … and give it a H1 etc … that all appears fine
If I add a gallery using the rich text editor …e.g. [gallery ids="850,841,836,803"]
I see no gallery in the front end … and just “[gallery ids="850,841,836,803"]” in the code
This applies for any other shortcode
I am using <?php echo get_post_meta($post->ID, ‘rfgallery’, true); ?> to add it to the post template
Many thanks again