karlotta
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] [Contact Form 7] Part of form not showing upOkay, I’m an idiot. I cleared my cache, but not Super-Cache! All my apologies ??
Forum: Plugins
In reply to: [Plug-In : NextGEN Gallery] Need help with custom gallery templateNope! I did it by hand, in each post…
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Album title display on gallery pageIt doesn’t work for me.
Here’s the link : https://clients.karlotta.com/geraldine-stephane-demo/the-bride/
and the code :
<?php $album = nggdb::find_album( get_query_var('album') ); ?> <?php /** Template Page for the gallery overview Follow variables are useable : $gallery : Contain all about the gallery $images : Contain all images, path, title $pagination : Contain the pagination content You can check the content when you insert the tag <?php var_dump($variable) ?> If you would like to show the timestamp of the image ,you can use <?php echo $exif['created_timestamp'] ?> **/ ?> <?php if (!defined ('ABSPATH')) die ('No direct access allowed'); ?><?php if (!empty ($gallery)) : ?> <div class="ngg-galleryoverview" id="<?php echo $gallery->anchor ?>"> <h2><?php echo $album->name?></h2> <!-- Thumbnails --> <?php foreach ( $images as $image ) : ?> ... etc
It would be so nice to get some help!
Thank you ??
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] List just Albums…I’d like to do this too. Bumping the question!
Alex, would you look into this? It’s a bit strange to have created “albums” if we can’t display a list of it, the same way there are galleries and we can display a list of the galleries by using the album template shortcode.
Thanks for your help!
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Browse albums?I have the same question! Bumping!!
Forum: Fixing WordPress
In reply to: Password protect pagesThanks! I had no idea that was possible this morning, and I’ve been using WP for years! What an idiot.
However, I’d like to know if it’s possible to password protect the child pages too? So the user doesn’t have to log in at each child page?
Thanks again for your help ??
Forum: Themes and Templates
In reply to: Autofocus : I can’t get different image sizesIf anyone ever has that problem again :
The issue was with the photos’ EXIF. I export my pictures from Adobe LightRoom, and for some reason the metadata in the photo prevented the resize. I changed the export options to “minimize exif data” (or something like that) and now it works fine, I can upload my photos and apply the different sizes from media settings.
Forum: Fixing WordPress
In reply to: Custom Field helpThank you so much alchymyth for your solution, this is perfect!
Cheers!
Forum: Requests and Feedback
In reply to: Get rid of that <p>I’m with Jim here!! It’s nice to know I’m not the only one frustrated with some aspects of WordPress. This said, it’s really cool, and my website’s been WP-based for years. I also do design work for clients every now and then, and I almost always build their site on wordpress. It’s easier for them to update!
[moderated] Please no bad language, even if it’s implied, switching a few characters around does not make the word any more suitable for a forum that allows users of any age (it’s not just adults here).
Forum: Plugins
In reply to: calling a random image, without img tag?I actually figured out by editing the Single Random Post With Text plugin with the help of its creator. A big thank you to Cristescu Bogdan!
Forum: Requests and Feedback
In reply to: Get rid of that <p>I actually ended up using the WP Unformatted plugin… but i’ll check into your link, design-dolphin, thank you!
Forum: Plugins
In reply to: [Plug-In : NextGen Gallery] different number of columns for different pages?Is Alex around, maybe he could answer that question?
Forum: Themes and Templates
In reply to: latest post as background image?After the <p> fiasco I tried to use the option of custom fields, but of course, <?php the_meta(); ?> doesn’t just give you the value (which would be the URL to my background photo), it wraps it in a ton of useless code –
<div id="content" align="center" style="background-image:url(<ul class='post-meta'> <li><span class='post-meta-key'>index photo:</span> https://www.karlotta.com/wordpress/wp-content/gallery/babies/babies004.jpg</li> </ul> )">
What good is that to me? What can I do now? All I want is to type something in a field somewhere and have it come out THE SAME WAY iN MY CODE!
I’m getting so frustrated.
Forum: Themes and Templates
In reply to: latest post as background image?Sorry my server was down last night and I couldn’t test – thank you for this solution, but unfortunately, it didn’t work : the <p> is still there!
It makes me SO MAD that WP thinks they can decide to put a <p> in my page without asking. It’s screwing things up for a lot of people.
I’m going to end up doing the custom fields, but it’s unnerving to have to find a workaround because SOMEBODY THOUGHT IT WAS A GREAT IDEA TO HARDWIRE A <P> IN THERE! GOSH! HOW SILLY!!!!
Forum: Themes and Templates
In reply to: latest post as background image?I had actually found a super great way : defining the background of the div in the body, as the <post_content> tag – and then I’d post the URL of the image.
Except that brilliant WordPress engineers thought it would be better to hardwire a <p> in the code …