I would like to know how to disable the Easy-Fancybox plugin from opening the images on a specific page. The images on the page below are instead using a filmstrip lightbox from a purchased plugin called 'Photo Gallery'. I require the Easy-Fancybox plugin elsewhere around the website though.
http://181.224.157.231/~alcappar/collections/summer-2014/
Okay I found another plugin called 'Plugin Organizer' which lets you select an action per plugin. It worked perfectly. I hope this is useful to some other people out there.
https://wordpress.org/plugins/plugin-organizer/
Try this plugin https://wordpress.org/plugins/wp-optimize-it/ it will let you disable specific plugins on specific pages
Related
I am creating a payment gateway for woocommerce and it works great.
Now I need to change the content of the thank you page so I think that is better to create one of my own.
I have a folder with the page that I want to show inside my plugins under a "templates" folder, si my idea is to show that one.
I still not able to show the content of that website. Any ideas on how to do this ? I would be really greatful.
At the end, the best solution was to have functions / shortcodes that do some stuff before loading the pages and then redirecting to the pages.
At least this worked for my plugin.
http://wordpress.org/plugins/webpay-woocommerce-plugin/
Any way, if you want to change the content, you could add a website through the plugin calling the following methods.
get_header();
get_footer();
With those 2 functions I could call everything that I needed to create my website page withing my plugin.
So I am trying to do this and I don't know how. I have a wordpress powered website with a plugin called "frontier-post" in it. This plugin makes a new front-end post submission. The way to use it is to put the shortcode "[frontier-post]" in any post in my wordpress page and that page turns into this.
I want to make a custom page for myself, where I can have the content created by this plugin there too. So I do not want it to be a post in my wordpress, but lets say at a corner in the custom page. I have searched and found these but the suggestions there would not work. I am able to include the wordpress so that the custom page has access to posts, etc. but even using this
echo do_shortcode('[frontier-post]');
would not help me. (even if header is included)
These are the similar things i found:
Wordpress/PHP - How to use plugins outside wordpress-powered pages?
Need Help for my Custom Page Template
I would really appreciate it if you could help me with this.
If you are creating a PHP page that isn't going to be rendered inside WordPress, you can't use a Plugin of the WordPress engine to accomplish what you are wanting to build. (As the accepted answer to one of the pages you link to indicates).
Instead, you might be able to use the json-api plugin and have your custom page query it for the data. While it won't render the shortcode, it will give you the raw data to work with.
http://wordpress.org/plugins/json-api/
Edit:
Based on a comment, your do_shortcode should work...just try it without the square brackets.
I've started seeing on wordpress theme sites with the ability to preview a theme on the same page, I've tried searching for the plugin but I can't find any - I'm assuming its an iframe but I could be mistaken. Has anyone come across this before and whats the solution as I want to be able to create this for myself?
many thanks
Check out the Theme Test Drive plugin.
Once activated, you should be able to combine the preview URLs (http://www.myblog.com/?theme=Default) with iframes and/or whatever lightbox solution you prefer.
I am using TN3Gallery on my wordpress. As soon as I enable Nivo Slider TN3Gallery stops working. I couldn't find any solution for this problem. I don't think wordpress lets you disable specific plugins on a page basis. How can I fix this issue ?
TN3Gallery Page; http://goo.gl/UZpza
You need to use wordpress Conditional Tags in your theme if you want to disable plugin at certain pages/posts. following link may be helpful to you -
Link For Conditional tags
Discussion Board Link
Simple Example
I've developed my own Wordpress theme and I wanted to give users the ability to subscribe to my blog.
I have the typical Post RSS and Comment RSS options that come with Wordpress under the META section of the sidebar, but I also wanted to give my readers an option to just input their email address and press a button to "subscribe".
I know this is possible since I've seen many many blogs that use this, and if needed I can list some here. But I'm not sure if this is a plugin or a widget or what-have-you.
If you know how to implement this functionality into a Wordpress theme please let me know.
Try this plugin:
http://wordpress.org/extend/plugins/subscribe2/
When i wanna add a new functionality to my WP sites, i always start by googling plugins. I mean if the solution already exists, that means less work for me, right? ;)
There are enough newsletter plugins in the plugin directory. You shouldn't add such code into your theme; this is really a plugin job, and your users may choose another one than yours.
This plugin is very useful if you are using feedburner http://feedburner.google.com/ for feeds.
This will open a popup to your visitor for subscriber
https://wordpress.org/plugins/sc-popup-subscriber-form/
You can try with https://wordpress.org/plugins/jetpack/ it's so helpful plugin for email subscription option on WordPress site.