fourlightsweb
Forum Replies Created
-
Forum: Plugins
In reply to: [Theme My Login] Referer redirect after failed login not workingNot as of yet, no.
Forum: Plugins
In reply to: [Theme My Login] Referer redirect after failed login not workingNo other plugins are active and WordPress is updated (4.8.2). TML is v6.4.9. and theme is Twenty Sixteen.
Forum: Plugins
In reply to: [Genesis Columns Advanced] Width Not Quite RightThanks for the speedy response! ??
Forum: Plugins
In reply to: [Genesis Columns Advanced] Width Not Quite RightUltimately, it looks like the 2/3 width is calculated in your plugin by adding two 1/3 together, but is missing the middle margin ~2.5% that would also be in between two 1/3 to make up a 2/3-sized block – not sure if that’s factored into the others.
Forum: Plugins
In reply to: [Genesis Columns Advanced] Width Not Quite RightI guess your plugin has fifths, I leave that up to you ??
Forum: Plugins
In reply to: [Genesis Columns Advanced] Width Not Quite RightAt this risk of missing something and/or typoing, here is studiopress’s “add this to your css” list:
/* Column Classes Link: https://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css --------------------------------------------- */ .five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds { float: left; margin-left: 2.564102564102564%; } .one-half, .three-sixths, .two-fourths { width: 48.717948717948715%; } .one-third, .two-sixths { width: 31.623931623931625%; } .four-sixths, .two-thirds { width: 65.81196581196582%; } .one-fourth { width: 23.076923076923077%; } .three-fourths { width: 74.35897435897436%; } .one-sixth { width: 14.52991452991453%; } .five-sixths { width: 82.90598290598291%; } .first { clear: both; margin-left: 0; }
I’d probably just copy/paste those width values into the plugin’s css, since you can see how some of them are off by ~2%, and some of them have rounded percentages, etc.
Forum: Plugins
In reply to: [WP Gallery Custom Links] Gallery won't show up on front page anymoreWhat theme is everyone using? I’ve been doing some testing with plain Genesis, and I’ve got galleries in the sidebar, hooked into a widget after content entry, etc. and they are all showing up normally:
Forum: Plugins
In reply to: [WP Gallery Custom Links] Gallery won't show up on front page anymoreAlso, do you have just that one gallery on the page, or is there more than one?
Forum: Plugins
In reply to: [WP Gallery Custom Links] Gallery won't show up on front page anymoreWhat happens if you try a gallery with no custom links in it? i.e. the plugin is active but the images all have their default links?
I added the gallery to a footer widget and I’m still seeing all the images show up. =\
Forum: Plugins
In reply to: [WP Gallery Custom Links] Gallery won't show up on front page anymoreActually, the above may have been due to some columns not clearing, in which case the gallery was showing up. For anyone who is not seeing the gallery, is the html present if you do a view source? And if so are all the images there, including their custom links?
Forum: Plugins
In reply to: [WP Gallery Custom Links] Gallery won't show up on front page anymoreI just tested with the Genesis theme, and when I first added the gallery, it didn’t show up. I did a view source when it was missing, and the html (links, images, everything) was all there, but the images where invisible. When I re-saved the page a second time, the gallery started showing up. Since the gallery came back after I re-saved I wasn’t able to test further, but maybe this is somehow css or cache-related? I haven’t been able to get it to disappear again since it appeared.
Forum: Plugins
In reply to: [WP Gallery Custom Links] Gallery won't show up on front page anymoreSo it sounds like the problem is some kind of conflict with something specifically on your homepage (sorry, I missed reading that before). Could you try making a new page (where theoretically the gallery with links works) and then building a copy of the homepage a piece at a time to try to see at what point it stops working?
Forum: Plugins
In reply to: [WP Gallery Custom Links] Gallery won't show up on front page anymoreDo you have a link where I can see your galleries (assuming they’re visible)? If you copy and paste that gallery shortcode into a page (ie not in a widget) does it show up on that page, and not in the widget? Can you tell me what version of php you’re running in what environment, and/or who your web host is? I’ve heard reports of this pop up from time to time, but it seems to happen randomly and is very difficult to fix if it’s not reliably reproducible, but maybe your info could help track it down.
Forum: Plugins
In reply to: [WP Gallery Custom Links] How to set all custom links to [none] by defaultAlso if it’s on a gallery-by-gallery basis that you’re linking images or not, instead of an image-by-image, you can set the WordPress gallery setting to “none” as the link type for the gallery, without having to do anything through the plugin.
Forum: Plugins
In reply to: [WP Gallery Custom Links] How to set all custom links to [none] by defaultNote that that filter would be applied to all [gallery]s, so you may need to add some logic to prevent the snippet from running if you don’t want that behavior on particular galleries.