awkward_clam
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Password Protect Page not workingDoesn’t work.. ??
Deleted every plugin, re-uploaded wp-admin and includes, used 2010 theme..
Forum: Fixing WordPress
In reply to: Password Protect Page not workingCool, I’ll try the last 2 options and see if it helps. Thanks
Forum: Fixing WordPress
In reply to: Password Protect Page not workingI’m pulling my hair out. ANYONE. This is a common issue, I’ve seen in unresolved in many threads. Any experts?
Here is my new link:
https://www.4mulaevents.ca/2011/01/photo-album-1/
password is “formula” but it just redirects you to login page as if you didn’t give a password
Forum: Fixing WordPress
In reply to: Password Protected photo albumthanks
Forum: Fixing WordPress
In reply to: Password Protect Page not workinganyone? where should I go to solve this?
Forum: Fixing WordPress
In reply to: Password Protect Page not workingand tried a different theme… any help appreciated
Forum: Fixing WordPress
In reply to: Password Protect Page not workingI’ve tried de-activating all plugins as well as logging out of WP
Forum: Fixing WordPress
In reply to: changing alt tagNice, that did it. I was afraid it was going to change the actual post title.
Cheers,
Thanks a ton, you were really helpful this whole time.
J
Forum: Fixing WordPress
In reply to: changing alt tagHey,
<div class="slide"> <a>"> <?php $post_title = get_the_title(); $thumbnail = get_thumbnail($width,$height,'thumb',$post_title,$post_title); $thumb = $thumbnail["thumb"]; print_thumbnail($thumb, $thumbnail["use_timthumb"], $post_title, $width, $height, 'thumb'); ?> </a> <div class="description"> <h2><a>"><?php truncate_title(27); ?></a></h2> <?php $tagline = get_post_meta($post->ID, 'Tagline', true); if ($tagline != '' ) { ?> <p class="tagline">“<?php echo($tagline) ?>”</p> <?php } ?> <p><?php truncate_post(375);?></p> </div> <!-- end .description --> </div> <!-- end .slide -->
So there are a few $post_titles, not sure which one to change. Thank you so much.
Forum: Fixing WordPress
In reply to: changing alt tagYeah, it’s a featured image. So there is a featured.php in the editor..
Forum: Fixing WordPress
In reply to: Lightbox not workingHmmm, even changing the theme didn’t seem to work. Any other suggestions?
Thanks
Forum: Fixing WordPress
In reply to: changing alt tagWhat I’m saying is that I’ve changed all of those fields to “Vancouver Mortgage Broker” but it’s showing up on the page as the post title for some reason.
Thanks
Forum: Fixing WordPress
In reply to: Lightbox not workingLooks like there’s a ton of errors, but I haven’t actually changed anything in the script since I got the theme… I don’t even know JS so I don’t know where to start even… Any pointers?
thx
Forum: Fixing WordPress
In reply to: Lightbox not workingEven if I manually add the rel=”lightbox” it doesn’t seem to work.
Forum: Fixing WordPress
In reply to: Lightbox not workingthe box is ticked.
Not really sure where to start with optimizing the JS, but thanks for the advice, I’ll look into it.
J