jmartin01
Forum Replies Created
-
Forum: Plugins
In reply to: [Calendar Event Multi View] Event description pop-up not showingWow, Thank you thank you thank you!!!
For others experiencing this problem – just a tip: this setting appears not in where you ‘manage calendar(s)’, but in the calendar settings on the page where you’ve inserted the shortcode.
Forum: Plugins
In reply to: [Firelight Lightbox] About that AJAX issue…Ravan,
Thanks for pointing this out. ??
It was accidental – I started with a blank theme template that’s a bit old, and I had thought it was set up in the functions.php to load the latest version (I’m just ‘enque-ing’ this script in my header) but apparently I had it loading a particular (old, of course) version of jquery!
So by the directness of your question, I suppose your plugin file that I had to edit would work just fine on a current version of jquery..?
Also, I’d like to donate to the plugin and I tried, but was a little confused (not sure if I was really in the right place, and had a little trouble trying to pay), can you give me the correct link to do so?
Thanks,
JenaForum: Plugins
In reply to: [Firelight Lightbox] About that AJAX issue…Ravan,
Thank you thank you thank you.
We tried your last method (triggering the event gform_post_render upon new content loading in the theme’s script) – and it didn’t work at first – we realized there was an error in the console saying that ‘Object#<Object> has no method on’ and it was referring to the very line in the fancybox plugin that you mention above (line 497 of the easy-fancybox-class.php file).
To get it to work, we kept with your last method and in line 497 in easy-fancybox-class.php we actually changed ‘on’ to ‘bind’ and the error went away and it works!
I really appreciate your responsiveness and help.
Cheers!
JenaForum: Plugins
In reply to: [Firelight Lightbox] About that AJAX issue…Yes, there is an event triggered after the new content is loaded (I’m the theme developer along with my buddy here who did the javascript).
Is there just a snippet we can run in our last event to fire fancybox again?
Thanks for your response!
You’re awesome Maeve.
I look forward to that potential work-around, and deeply appreciate the effort that goes into all of this!!!!
ditto!
Forum: Plugins
In reply to: [Firelight Lightbox] PDF is always open with Google Viewer & iframeOh my goodness – how stupid.
Thank you.
I actually tried this link before, but it was not opening in fancy box, I must have forgotten the class or not cleared the cache.
Really appreciate your answering.
Forum: Plugins
In reply to: [Firelight Lightbox] PDF is always open with Google Viewer & iframeIn case I was unclear in my frenzy my problem more clearly stated is:
I’m trying to use Fancybox to create a link, which when clicked opens a PDF in a fancybox.
Right now instead of there being a link to click on, the actual PDF is open, displaying in an iframe on the page in the flow of the rest of the page content, where just a link for the fancybox should be.
Maybe this is a stupid mistake like not marking up the iframe link correctly – I just copied the google link and put this:
<iframe src="https://docs.google.com/viewer?url=http%3A%2F%2Fwww.foodwecook.com%2Fimages%2FBuildGreatWebsitept1.pdf&embedded=true" width="600" height="780" style="border: none;" class="fancybox-iframe">test</iframe>
I should say that I successfully used the pdf in lightbox before but it didn’t wrk in FF, which is why I’ve gone through all this google viewer/iframe business.
Again, thankful in advance for any response.
Check out this dismal news
https://www.ads-software.com/support/topic/nextgen-gallery-importexport?replies=6
Yes, I have the same question! Need to Export all photos from NEXTGEN gallery – don’t have ftp access.
Insight, anyone?
Forum: Themes and Templates
In reply to: Inserting page content in custom WordPress themeI’ll take that advice, thanks
Forum: Themes and Templates
In reply to: Inserting page content in custom WordPress themeSo, I have the same question as you – how to insert specifically page content onto a page (I’m also working with one of my first custom templates), instead of displaying a post on a page. I have successfully displayed different posts on different static pages with the loop and a query that included category info, but can’t seem to figure out how to display page content on a page…
my code:
<div id=’main-content’>
<?php if (have_posts()) : while (have_posts()) : the_post();?>
<?php the_content(); ?>
<?php endwhile; endif; ?>
</div>
I’m sure I’m missing something…also, I know for posts one must call the header and ‘the_post’, is there a similar thing with ‘the_page’?
I tried futzing with that but I really don’t know what I’m doing.If this is a problem you solved, could you share how exactly you did it?
Many Thanks!
jmar