Forum Replies Created
-
AuthorPosts
-
wreedMember
If I upgrade the plugin I will lose the custom template that your support built for the gallery page?
I was able to update the links within the posts table easily. My question though is if they used the guid will new images added to the gallery, break?
wreedMemberWhile looking at the templates…I noticed that they reference the $path variable.
Template8 works, uses this…
$path = $wpsPhotoObj->thumb_url;
Template9 does not work and is custom, uses this…
$path = $wpsPhotoObj->image_file_url;//thumb_url;
What is the image_file_url and why is it coming up with /wp/ in the path?
He is using that because I wanted bigger thumbnails I assume….
If I trace it back to the model for WPSPhotoProduct… I get this…
$this->image_file_url = $image_post->guid;
Does that mean the guid is messed up in the database?
I keep editing this post, sorry I figured it out, in the post has a guid field (mysql) and there the path is wrong….I am updating each image post, but will this be screwed up if I add a new image, can you tell me where the path would be adding into the guid field?
wreedMemberYes they do come back….what custom file…they gave me a whole addon like it was a new version….
I can attach that if need be?
wreedMemberThis template was custom built by the support email for your plugin. They built the gallery per what I wanted….but just curious how I can fix this quickly.
wreedMemberABSPATH echos out to the correct path.
wreedMember/** Absolute path to the WordPress directory. */
if ( !defined(‘ABSPATH’) )
define(‘ABSPATH’, dirname(__FILE__) . ‘/’);
/** Sets up WordPress vars and included files. */
require_once(ABSPATH . ‘wp-settings.php’);
wreedMember[http://www.gerddagne.com/photogallery/gallery1/]
Peter basically I moved the site out of the WP directory and now the links for just gallery page have broken image links (they have wp in the directory still)…..yet the photo details works.
wreedMemberI am having this same issue but I created my site in wp directory, then moved it to the root folder…everything is working but this plugin. I have the issue that is above, and deleted the file and recreated it by reactivating the plugin, no dice…my thumbnails keep going to my wp directory, where is it getting this variable/path from?
wreedMemberHow do I go about getting you screenshots? I have photoshop mocks that show what I am looking for.
wreedMemberWould you suggest that I make my own template but call it like template-99 so an update to the plugin would not override my template folder? I’d like to have bigger thumbnail images and also have the photo details page be side by side, where the image has the text to the right of it.
wreedMemberHave you guys thought about adding a way to “override” the template layout? WooCommerce lets you put a woocommerce folder in your theme folder and whatever you do there will override the core templates and will not be affected by a plugin update. I really want the ability to add my own template but I don’t want to start creating it and have the template update over-write it. My want is to have the photo details page to have the content to the right of the image and not below it. Also is there anyway to change the thumbnail image?
December 18, 2014 at 1:49 am in reply to: Photo Seller Pro version missing CSS, no Lightbox in photo details page #67436wreedMemberIs there any way to make a lightbox effect on the photo details page instead of using zoom?
December 18, 2014 at 1:45 am in reply to: Photo Seller Pro version missing CSS, no Lightbox in photo details page #67435wreedMemberPeter thank you so much! Searching for help with wp_enqueue_script lead me to learn that you need to have these calls in your header and footer respectively…wp_head and wp_footer. Once I added wp_footer to my footer I picked up the CSS for the addon. Hopefully this will help someone searching for this problem if they have it. This thread helped me realize my problem – http://themeforest.net/forums/thread/urgent-wp_enqueue_script-not-executing-in-my-plugin-used-with-free-themes/104814
Thanks a TON.
December 17, 2014 at 1:11 am in reply to: Photo Seller Pro version missing CSS, no Lightbox in photo details page #67433wreedMemberOk I added a second theme and activated it, the CSS works there. So let me ask you this, how do we narrow down the problem to see why the css file (pure I think) is not getting inserted?
December 17, 2014 at 12:59 am in reply to: Photo Seller Pro version missing CSS, no Lightbox in photo details page #67432wreedMemberStarted with http://fabapps.com/wordpress/nearnothing/
template and then added bootstrap and my own css.
-
AuthorPosts