I'm using latest version of NextGen Gallery (Wordpress). When i apply imagebrowser instead of jQuery it changes the image to image page. The url of image page is like
www.example.com/postname/category/?pid=no.
but i want to change it into
www.example.com/image/no.
Any trick or .htaccess Rewrite Code for doing this?
Related
I am using Woocomerce. I want to set Product image and Product gallery image from external URL (i.e. google photos) other than media library.
Product Image
Product Gallery Image
Is there code or plugin to do that?
you may use this plugin to solve.
featured image from url plugin
by the way not recommend to use cause it may slow down the site speed. :(
I have NextGen Gallery version 3.1.5 and NextGen Pro version 2.6.8.
I am trying to put a gallery on a page, and have filter buttons above the gallery so that users can filter the images by tag.
Does anybody know of something I'm missing, or have a bit of custom code that can make this work?
I tried using the NextGen Gallery PowerTags plugin, but that broke my site (made it go to a 500 error). I think that plugin doesn't work anymore because of how big this last update by NextGen Gallery was.
Check out justified image grid. Its a plugin to display different gallery sources including nextgen. You can have two levels of filtering.
Here is the sitution:
I am using WordPress 4.6.1 for my website with Storefront theme from WooCommerce. I have images not appearing on any of the pages on my website, but they all appear in the Media Library. I checked to make sure the files are located in the wp-content/upload folder (it is with a permission of 755 and all images are 644). I checked to make sure were no plugin issues (there are none). The permalink struture is postname. I have the WooCommerce plugin for my site for products and services. The image URL is missing in the Media Library with the name of the image file and extension in black writing with the view URL as simple-page/name of image.
For example, the image payment.jpg. The correct URL of that image is http://www.gwbs.biz/wp-content/uploads/2016/10/payments.jpg but under the view link, the file reads http://www.gwbs.biz/sample-page/payments/. When you click on the view link, a page is displayed instead of the image.
I am not sure why it's behaving that way. As a result one of my images are displaying on the page. Just the slug name of the image at the location the image. Is there a solution of this problem?
Please check img src tag in sample-page/payments/ page. I think, It is not correct url.
In my wordpress blog, I would like to select a featured image so that when url is shared on social network like facebook it has an image. but I do not want that image to show up on the page or the post of website.
You should modify the template responsible for post visualisation and add the OpenGraph meta tag.
Here's the documentation:
https://developers.facebook.com/docs/sharing/webmasters#markup
The tag you need is "og:image":
<meta property="og:image" content="<your image path>" />
It is not a big problem. There are lot of plugins from wordpress by which you can set featured image for any posts.
Here is the link to the plugin
Featured image plugin
you have to modify the single.php file and page.php file.
You can remove the code segment that show featured image from the above two files.
also there are some plugin may do this functionality,
you can check this, But I haven't check this one.
https://wordpress.org/plugins/hide-featured-image/
I set wordpress default permalinks to /%category%/%postname%/. I'm using NextGen Gallery. So when i use imagebrowser instead of jQuery effect in NG Gallery, it creates custom url for every image like category/postname/?pid=no. where category,postname and no. varies. I just want to change it into image/no., where image should be a fix word. And url rewrite should work only with nextgen image, it should not affect the wordpress post urls. So help me please.
Bro its too easy just go to options page and make an tick to enable parmalinks and add some text you want in the given box
there ends the matter you can check
Pullaice gallery