Quickinfo:
I am using wordpress 3.5.1 with the latest version of the "FancyBox
for WordPress" -Plugin.
I use the more-Tag for all articles, making
only excerpts of them beeing shown on the start-page.
Facts:
In wordpress image-thumbnails included in the article are enclosed
in a link pointing to the image-url by default.
The Fancybox-Plugin makes such Links open the image in a jQuery Fancybox.
My Problem:
Sometimes I show images in the excerpts, too.
At this time theres happening an usability-flaw:
When clicking on the Image a fancybox will open, but people expect to get redirected to the full article instead.
Is anyone aware of a solution how to overcome this issue, maybee by using an other plugin, changing the structure of my articles or editing some php-files?
I don't know about the plugin you are using but I've always used colorbox. There's a plugin for it designed for wordpress and it allows you to specify which images you want to open in a jquery window.
Related
I just recently updated my version of wordpress to 5.6.1. Website is www.americano.site
I used to have a set of posts display under "miscelanea/projects" (this is the category name). Now when I access this from the side menu, it doesn't show anything. It seems to connect to the right content, as when you hover the mouse around it shows the posts it is supposed to show, but it is a blank page.
I have very limited knowledge of code but reading through other posts it seems the problem has to do with javascript (main.js file missing). If so, can anybody tell me how to download and upload this to fix this error?
I'm using the Griddist theme by Superb (but problem persists in other themes too)
I am using the nivo slideshow included with Wordpress.
I put a video into the slideshow rotation, but it's using shadowbox or lightbox. It's an anchor tag, which links to the video. When clicked on, the video should load in a shadowbox pop-up, but I can't get it to work. I know you're supposed to put a "rel="shadowbox" in the img, but I don't know where to put that code.
I could also use the lightbox plugin, which I have, but it';s also not working.
Any thoughts? The website is bearcomservices.com.
This is for a client.
The image is of the WP admin bar. The "Slideshow" is what we're using. It lists in the page source as "Nivo". Not quite sure where it's from.
I also have ftp access, but I don't even know where to begin looking to edit anything to make this work. I've used ftp before, and I've used Wordpress, but never both...
Have u tried ShadowJS Plugin for wordpress??
I'm using wp_editor in a plugin to let users save some datas.
It's working fine on localhost, but on the website, I keep getting the same problem:
the editor is not themed and pre-text is HTML encoded.
Comparing the two HTML code, I discovered that on the website, what I see is the text area which is hidden in localhost.
Moreover, the iframe which is loaded in localhost and is supposed to theme and display the editor is not even loaded on the website.
Am I clear?
Any wonderful idea? :)
It seems there is a conflict between using the Simple Facebook Connect plugin and using the wp_editor function.
Deactivating the plugin made it work, I didn't look further...
To start with, I am not an expert of any kind. Codes drive me insane. I run a site called: http://nascentarray.com.
I moved the site from one host to another and after the migration, I found that many images were broken. So, I changed the permalink structure:
From: nascentarray.com/post-name/
To: nascentarray.com/year/month/date/post-name/
Everything looked fine until I started getting 404 errors on images interested into the posts directly.
To me more specific, I use two methods to insert images:
I use the Jetpack module of WP to create a gallery in mosaic layout that gives a carousel of images when someone clicks on the gallery.
For some posts, using Jetpack gallery module makes no sense and so, I simple insert individual images between texts using the simple media uploader.
Problem: The problem is with the posts where I do not use the Jetpack gallery module. When I click on a post, the post opens fine and shows all images in it. However, the moment I start clicking on individual images, they start giving 404 error.
Example: http://nascentarray.com/2013/02/08/tallest-buildings-of-2013/
Clicking on any image in the post will return a 404 error.
How to solve this problem? Anyone, please help me. This is so disturbing and I don't have enough technical expertise to deal with this on my own and so I can came here with a hope to find some help from experts.
The posts where you don't use jetpack image gallery module doesn't embed a gallery. Instead, you embed images in your posts individually. When you embed, there's option with image link whether you want to link image with post, attachment page, custom link or source file.
Your images are not linked to source file - instead those are linked to POST ATTACHMENT link.
Once you changed the permalinks structure of your post, the links associated with your image files were not updated and those remained as per previous permalink structure those don't exist now and thus it gives 404 error.
It's solution can be to revert your permalinks structure to previous one (short and immediate solution) and other solution can be writing a short script and update all links of images in batch with their source file or anything else.
Another solution is to use Yoast SEO plugin to generate redirect URL's for old backlinks.
See the guide in this blog post regarding this solution.
I hope this helps and you understand the issue now.
Your permalink structure is incorrect. You need to change it back to nascentarray.com/year/month/date/post-name/
If it's already that way, then you need to double check your folders in uploads. Because if you look at your one page here http://nascentarray.com/2013/06/17/stock-wallet-the-only-wallet-you-will-ever-need/
That image is linked with ../year/month/date/post_name/image_name/
i.e. http://i0.wp.com/nascentarray.com/wp-content/uploads/2013/06/stock_wallet_2.jpg?resize=389%2C176
Obviously your plugin for viewing galleries adds the extra stuff in the URL's.
Where as the link you gave above has just ../post_name/image_name/ Which isn't working with your plugin or linking of the image file.
Using the latest version of Wordpress and NextGen Gallery plugin... I'm trying to create a filter system for the images. For instance: If you click on a link called "Vacation" all the images with the tag/alt of Vacation would appear and the rest would disappear and so on. Is there a plugin I can use or does NextGen have anything built in?
Can anyone lead me in the right direction to getting this filter going? Thank you.
This plugin works: http://wordpress.org/extend/plugins/nextgen-gallery-powertags/
It's an extension for the NextGen plugin. Once activated, be sure to "Activate permalinks" in NextGen's Options first.
You can use the [nggpowertags] shortcode, which will show your gallery + clickable tag filters. Just be aware that images without tags will not show up (at least not by default). I.e, make sure all of your images are tagged.
If you don't feel like tagging all your images, you can also use the default [nggallery] shortcode and place [tagcloud] above it. This gets you roughly the same result.