lisabeewd
Forum Replies Created
-
Forum: Plugins
In reply to: [Nice Login Widget] Ajax login not reflected in other pagesFixed! Found a plugin, Quick Cache, that prevents the browser from serving cached files once a user is logged in.
Forum: Plugins
In reply to: [WP Catalogue] Image Sizing on Catalog PageYes! I did make a change but had not connected the two. It was a theme change. I am developing a custom child theme based on the WP Twenty Thirteen theme. I ran into styling issues because the first page of the catalog, where it shows all products, is ’embedded’ in a regular WP page. The rest of the catalog pages are derived from your plugin’s programs. I had to create a special template for that first catalog page to remove two of the ‘<div>’ tags that were causing styling issues. I had refreshed the page after updating the catalog page with the new template and noticed the image looked perfect.
Forum: Plugins
In reply to: [WP Catalogue] Image Sizing on Catalog PageOK … this is weird. I just reloaded the page and everything on the catalog page is working great. Must have been a cache issue; even though I DID reload the page over and over before. I’m not sure why this time it showed up fine.
Sorry for the post.
Forum: Plugins
In reply to: [WP Catalogue] image scale and crop@esmi: I apologize. I was not trying to be impolite. My experience on forums is that if you are encountering the same issue/error as the original poster then it is sometimes helpful to add your post instead of creating a new post with the SAME issue. This way I can receive the same answer you give @jonvdheyden. It seems it would save you time. However, I will go ahead and create my own thread.
Forum: Plugins
In reply to: [WP Catalogue] image scale and cropI am running into the same issue. My theme is a custom child theme based on the Twenty Thirteen theme from WP. The product page images are sized properly but on the category page the image looks like it has cropped it from the upper left corner of the main product image.
Would be perfect if it used the product thumbnail image on the category page.
In my settings I have the following:
Gallery Image 373×500 Scale and Crop
Thumbnail 145×200 Scale and CropThanks!
I used the Register Helper to add the name fields and tied them to the ones that are already in the wp user profile (first_name & last_name). It shows twice in the profile but that’s OK.
I agree with Ritch. I like the optional feature. Right now my Gallery page does display the Gallery name so I would just need the ‘back to <Album Name>’ link.
I would also like to be able to have a ‘back to album’ link to return to the album we just came from to view another gallery within that same album.
Hi Glaen … I am assuming you are using the latest version of NextGEN Gallery. I ran into the same problem until I set the Page Link in the Galleries.
Select your gallery from within Manage Galleries. When the page opens you should see a ‘Page Link To’ setting on the right. If there is no page link then you need to create a page to display your gallery. A quick way is to use the option below the ‘Page Link To’ setting called ‘Create new page’. Since your Gallery is part of an album then select the Album page from the drop down list (making it the parent page for the gallery) then click the ‘Add page’ button. It should create a new page with your gallery shortcode on the page. Be sure to ‘Save Changes’ in your gallery before you go check it out. You may also need to reload the album page or clear your cache.
Give that a try. I hope it helps.
OK … so I found the setting in Gallery Settings for showing the slideshow or not … sorry about the previous post. But would still like to use the slideshow if we can get it to stop the error 404’s.
I disabled the [Show as Slideshow] link through my stylesheet (.slideshowlink {display: none;}) but would like to have it working so we can have the option available.
I am running into the same problem. I tried rolling back to 1.9.13 but then my albums didn’t display at all (they were created with 2.0.14 so that may have been the problem there). I am back at 2.0.14. Is there a way to disable the [Show as Slideshow] link for now?
Forum: Plugins
In reply to: [Fast Secure Contact Form] Radio buttons appear below – not inlineThank you Mike!
Forum: Plugins
In reply to: [Fast Secure Contact Form] Radio buttons appear below – not inlineOops … sorry. Here it is
Forum: Plugins
In reply to: [Fast Secure Contact Form] Radio buttons appear below – not inlineFound out it’s the inline CSS code … there is a clear: left; that is causing everything to wrap to the left; which is what you want because if that is removed then all the fields line up horizontally instead of vertically. It seems the {inline} code should be adjusting the inline CSS to remove the clear: left; but it’s not. I can’t locate a way to differentiate that code from the rest so I can override it in my stylesheet … any ideas how this can be fixed?