Infinitee
Forum Replies Created
-
Hmmm, using Firefox or Chrome when I go to that album, starting from the home page via the top menu, I get this:
I have noticed since the last update that this and similar codes is appearing at the end of all URL’s: #.UHWUZVH66tM
I tried both logged in and logged out and the result is the same. So,it is working for you? What browser are you using?
Let’s say you are in an album and are viewing slide number three. right now when you share to Facebook the correct image thumbnail (number three) is shared but the link back to the album displays the album cover image as the main slide and not number three.
I realize that there is not a unique URL for the album displaying slide number three and that is what would be ideal for a return link on Facebook posts for a specific slide with it’s description.
So, when people are disusing a particular photo slide the link on Facebook will take them to that slide in the album and not the beginning of the album slideshow.
I hope this helps,
Ralph
Thanks for your quick response!
The setting below does share the correct current image. If we can get the images description and the link to the album with the images large photo displayed, that would be great.
Table IX: Miscellaneous:
F3
Share type set to: The page with the photoThanks,
Ralph
FYI Cover photo thumbnail links to album slideshows have suddenly stopped working.
Found it…
Table VI:
6a,b,c,d Cover Image: same as link.FYI Cover photo thumbnail links to album slideshows have suddenly stopped working. Got any clues?
Ralph
I’m thinking that it would be optimal for each slide in an album to dynamically have a unique URL. This would be very beneficial for SEO as well.
With Table IX: Miscellaneous:
F3
Share type set to: The plain photofile.The link that is shared with Facebook is the link to the actual URL image file and not the album with the image slide displayed which is what would be preferred. This also exposes the photo to easy download which is not what 12Buckle wants. I have adjusted the previous and next width sizes with CSS to help keep people from easily dragging or exposing the photo URL. Of course there are many other ways to obtain the URL and image but, it helps.
#bbb-1-l {
width: 300px !important;
}#bbb-1-r {
left: 290px !important;
width: 300px !important;
}What 12Buckle ultimately wants is:
1. AddThis to acquire current thumbnail for sharing with the current images description.
2. The shared link to go to the album page with the shared thumbnails large image displayed and not the URL to the albums featured image.
I know this will not be easy but, this is what she is hounding me about. I just don’t know how to do it.
Thanks,
Ralph
First I want to thank you for this great plugin and the speed in which you perform updates and feature request additions. I is rare to find such committed support!
Secondly, now that the AddThis share now posts the current image and link correctly I have a new request that AddThis also include the image’s description!
Thanks again,
RalphForum: Plugins
In reply to: WPPA – disable WP comments on just album pagesThe more I looked a the template code, the more I see how this is just not that easy so, I disabled comments on album pages with css by page id.
/* Hide comments in albums */
.page-id-2335 #comment-wrap {
display: none !important;
}Works like a charm! Very nice work!
Thanks,
Ralph
The problem is not removing “Unwanted” tags. The tags that were there have all disappeared.
See image… https://www.infinitee-designs.com/tmp/formatting-error.jpg
Forum: Plugins
In reply to: [WP Photo Album Plus] [Plugin: WP Photo Album Plus] Search OptionI have a client who’s site theme does not use the default search.php so, I copied it from the twentyten and then into her Envisioned theme then followed the tutorial at: https://wppa.opajaap.nl/combining-wp-and-wppa-search-results/
Search results are great for WPPA queries but, not for WP. Here is the Envisioned theme searchform.php code.
<form method="get" id="searchform" action="<?php echo home_url(); ?>/"> <div> <input type="text" value="<?php echo esc_attr( get_search_query() ); ?>" name="s" id="s" /> <input type="submit" id="searchsubmit" value="<?php esc_attr_e('Search','Envisioned'); ?>" /> <?php global $wp_query; $total_results = $wp_query->found_posts; ?> </form>
Is it possible to implement the tutorial with this code?
Thanks,
Ralph
Correction on post :
Should be:
' (Single quote) Replace with: a€?
Not sure what to use for trademark.
Sorry,
Is there any way to add a WYSIWYG editor to the album photo descriptions for those that do not know HTML?
12Buckle
Update plugin and uncheck Table IV-B10 in WPPA settings.
After update and re-importing original database everything seams to be working again.
Thanks opajaap… I knew you would get it!
Ralph