MC
Forum Replies Created
-
There is more info on this topic as well in this thread:
https://www.ads-software.com/support/topic/class”ngg-galleryoverview-lots-of-code> I managed to solve mine by deleting and recreating the photo gallery.
Thanks for sharing this. I would prefer to fix it in code, given how many galleries there are in this specific site. Also I didn’t create them… so it might be pretty hard to recreate in my situation. This is worth noting as if you have one gallery, this might get you right back online.
Patched the site with .11 beta, issue persists. I am going to submit a bug report on your suggested page.
Also someone mentioned a workaround in this thread, deleting and recreating the gallery. if you have only 1 main gallery setup, this may work for you:
https://www.ads-software.com/support/topic/broken-linksimagesoh-myDoes nexgen cache things anywhere?
Is there a way to clear that cache?Ran into the same issue using 2.0.7 & Twenty Eleven theme v 1.4.
Checked in firebug. Just looked like some malformed html in 2 places at the beginning of the html the shortcode generates. Although, it sounds like you have already addressed this in the update.
I am going to try and update the 2.0.11 beta version as suggested in this thread and see what happens.
Forum: Plugins
In reply to: mobile site plugin that works with Jetpack Carousel pluginI was just checking to see how this plugin handles mobile devices.
can you post a link to the page you are describing?
Forum: Plugins
In reply to: [Contact Form 7] Conversion trackingInteresting, this does something similar to the link I provided but just grabs a param from the url. I want the whole thing.
The link I provided does what I need it to do, its just I want to alter how it works so that the data it grabs is more valuable. It seems to me that sometimes the value of the referring site gets overridden as they navigate through pages. IE:
google search click comes to site param is set > next page is contact form > we would get the to see where they came from.
… but if the google searcher goes through a few pages on site first, it seemed to always have the ‘last page’ they visited in that field.
I added a condition to test “if referring site has my domain in it, do not set the value of this variable” and that helped a lot. however I programmed that in coldfusion and I guess need a little help trying to implement that logic test in combination with the current code that would maybe work.
Forum: Plugins
In reply to: [Lightbox Plus Colorbox] Changing how images are groupedThat attribute is being set after the fact. I looked in the code and its not there, only when the page is displayed there must be something that appends that to the a tag. It also seems to include the media file number with it or some number which varies by image. I am trying to figure out where this happens so I can modify it slightly, set a fixed value instead:
what I see it doing roughly is this >
rel=lightbox[$fileid]changing that to >
rel=lightbox[fixedstring]Forum: Plugins
In reply to: [WP-Invoice - Web Invoice and Billing] Admin settings page missingThanks, this fix worked for me. However the other issue remains (paypal button wont show up). This thread is resolved ..
Forum: Plugins
In reply to: [WP-Invoice - Web Invoice and Billing] Admin settings page missingI had another issue, neither paypal or g.checkout button was showing up. I found it in another thread, which suggested to uninstall the plugin and reinstall it. Be careful though because this probably will destroy the data. I may try this as I dont have much loaded up yet, and I have already backed up what was.
the other post was marked as resolved and it seems to have worked in that case.
Forum: Plugins
In reply to: [WP-Invoice - Web Invoice and Billing] Admin settings page missingYeah I got an email notification of the comment then came and saw it missing too. I cannot figure out whats going on in there. I would be very excited to finish configuring this plugin. There also is a fork of this project that I am going to look into: web-invoice
Forum: Plugins
In reply to: [WP-Invoice - Web Invoice and Billing] Admin settings page missingI tried switching themes, (to 2012) no luck. Also, happened on chrome and ff, so I figured it wasn’t browser related.
Stuck. I can configure the individual invoices at least, I havent sent one out but I think it would work.
Forum: Requests and Feedback
In reply to: Ideas for Forum ImprovementsThanks for pointing out that those links are there.. I had not seen them, they kind of blend into the ui. I like to check those views to more quickly see if I can find threads to contribute to.
My only suggestion then is to make those forum view links more prominently visible. Copy them to the top of that same table or creating a bullet point list near the getting started resources… or make them bigger.
Forum: Plugins
In reply to: [WPtouch - Make your WordPress Website Mobile-Friendly] uploading iconsHowever, i don’t see a Miscellaneous Settings on my admin screen.
I was just looking for this too. The recent wp update may have depreciated that option.. I can’t find anywhere that mentions modifying the wp-content path setting. I was able to get things going by manually uploading them.
Forum: Fixing WordPress
In reply to: Hiding the admin username and urls1. Edit the template to not display the admin username and url.
I did this by trimming out an if statement in the <footer> of my content.php file. This is what I put in my child theme:
<footer class="entry-meta"> <?php twentytwelve_entry_meta(); ?> <?php edit_post_link( __( 'Edit', 'twentytwelve' ), '<span class="edit-link">', '</span>' ); ?> </footer><!-- .entry-meta -->
I am going to work on implementing suggestions 2 & 3.
Forum: Fixing WordPress
In reply to: Restricting access to wp-contentTry this plugin for watermarking:
https://www.ads-software.com/extend/plugins/transparent-image-watermark-plugin/
This one is recently updated. I had tested and it hadn’t worked for me in the past but I think they probably just sorted that out in the recent update, I am due to go back and test again.There is a few other plugins but haven’t found one that works for me, some of them seem to be buggy. I have a notification setup for the watermark keyword right now in the forum as I am very actively trying to find my solution here. If that plugin works for you, please post and let me know ??
** Some e-com plugins have built in file upload protections (to protect digital downloads), something to consider.
This talks about the file system:
https://codex.www.ads-software.com/Hardening_WordPressBest of luck.
Forum: Reviews
In reply to: [Transparent Image Watermark] Great pluginThanks for posting this review. I had trouble installing this plugin but it was about a year ago. I see it was recently updated, so I am going to take another look.