terryfic
Forum Replies Created
-
Forum: Plugins
In reply to: [Ask Question] Link to non-wordpress folderNever mind. What I tried previously that didn’t seem to work, is now working. I put the folder in the root with the index.php which announces wordpress. At the same root level as directory wp. Where it was when we pointed a domain name to it.
I swear, although this is logical, this did not work yesterday for some reason!
Oh great! Somehow I missed seeing that. Thanks much for your help.
Forum: Plugins
In reply to: [Custom Contact Forms] message: "Custom Contact Forms is experiencing issues"Too bad I can’t edit any of my forms. I guess I’l be looking for a different solution. Seems nobody is home here.
Thank you very much! I checked the NextGEN gallery settings page, and the option for Template was blank. I’m good to go now. Thanks again for your help.
Forum: Plugins
In reply to: [The Events Calendar] Next month link missingI just upgraded to the most recent version, and my Next and Previous links just give me an infinite spinning cursor and never loads 🙁
My workaround is to change view to list view while cursor is spinning, then after the list view loads, change it back to month view, which will now load too. Of course my users won’t know to do that. I put this info here in the interest of troubleshooting for the developers.
Forum: Plugins
In reply to: [Custom Contact Forms] message: "Custom Contact Forms is experiencing issues"Also, I get annoying alert box any time I do anything else in the admin side of WordPress.
Forum: Plugins
In reply to: [Custom Contact Forms] message: "Custom Contact Forms is experiencing issues"“Note: Version 6.0 breaks backwards compatibility. You will need to perform a database update after upgrading from anything pre 6.0. “
What do you mean by performing a database update? How do you do that?
Forum: Plugins
In reply to: [Custom Contact Forms] message: "Custom Contact Forms is experiencing issues"Same here. I can send a form submission, but can no longer edit my forms nor see any of the results. I upgraded both Custom Forms and WordPress; still same problem.
Here’s where I’m trying to insert this info, toward the end of the snippet. Seems like the right place to do so. I guessed at variants like <?php echo esc_attr($displayed_gallery_title)?> which didn’t return anything either:
<!– begin NextGenGallery thumbnail template wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/templates/thumbnails/index.php –>
<?php$this->start_element(‘nextgen_gallery.gallery_container’, ‘container’, $displayed_gallery);
?>
<div
class=”ngg-galleryoverview<?php if (!intval($ajax_pagination)) echo ‘ ngg-ajax-pagination-none’; ?>”
id=”ngg-gallery-<?php echo esc_attr($displayed_gallery_id)?>-<?php echo esc_attr($current_page)?>”><h3><?php echo $gallery->title; ?></h3>
<?php echo $gallery->description; ?><?php if (!empty($slideshow_link)): ?>
<div class=”slideshowlink”>
‘><?php echo $slideshow_link_text ?></div>
<?php endif ?>
==============
Thanks again for your help. And if I’m just a nuisance newbie, let me know and I’ll leave you alone.Thanks for your help! php isn’t my language (webDNA is) so I can only understand so much. I looked at your example and inserted the code on this page: /modules/nextgen_basic_gallery/templates/thumbnails/index.php and even the variable dump isn’t working. It only returns NULL, which is odd since variables must be used elsewhere on the page and of course render the thumbnails just fine. In the user interface I’m not seeing an option for a “captions” template, although I do see the file in the ngglegacy folder.
Is it possible I need the pay version to get access to all the variables for this kind of customization?
I suspect I need to be querying the db for the gallery record itself but like I say, I’m not a native php speaker so…
You’re misunderstanding my question. I don’t need the image captions or titles; that part I’ve figured out. It’s the GALLERY name and description I’m asking about. Can’t you simply tell me the code I’d need to pull that data? The correct php tags in the following:
<h3><?php echo $gallery->title?></h3>
<?php echo $gallery->description?>Thanks.
TerryForum: Requests and Feedback
In reply to: Is there a real forum search?Thanks for your response! I eventually found what I needed with a google search.
Forum: Plugins
In reply to: [The Events Calendar] Bad line break in time display, in tooltip hoverBrook,
I didn’t fix it; nothing I tried helped. I guess someone on your end did! Brian?
Thanks much!
TerryForum: Plugins
In reply to: [The Events Calendar] Bad line break in time display, in tooltip hoverActually I played some more, to the point of removing the times altogether to see if I was even altering the right file. Surprise – the time range still showed up. So to confirm, where is this really coming from? I was working on the views/month/tooltip.php file but this obviously is not the right place. I fiddled with both the file in my theme/tribe-events/month folder and the one in the tribe folder hierarchy itself.
Forum: Plugins
In reply to: [The Events Calendar] Bad line break in time display, in tooltip hoverThanks so much for the code!
Sadly, that didn’t work. I even put the style directly on the abbr tags themselves and for good measure, the enclosing div tag. Then I tried jamming it all together with no extraneous white space. Still no go.