ctrl-alt-rage
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Adding a "[ ]" in HTML Mode Changes the CodeShameless Bump.
I’ve also tried changing my theme to a default wordpress theme but no luck.
I’m almost getting ready to just delete it, reinstall wordpress and manually add the posts again.
Forum: Fixing WordPress
In reply to: Adding a "[ ]" in HTML Mode Changes the CodeActually even I just put the youtube link like so:
https://www.youtube.com/watch?v=thevideo
It ends up changing it to:
<<em>strong>https://www.youtube.com/watch?v=183w1ZaaglU
My other wordpress sites work fine. I’m not sure what I’m doing wrong here.
Forum: Themes and Templates
In reply to: Looking for a Theatrical/Performing Arts ThemeIt doesn’t matter, just looking for something with the options that I need.
Thanks!
It’s sad, I had google searched for an hour and found nothing… you do it in 4 minutes haha
Maybe my brain is just burnt out.
Forum: Fixing WordPress
In reply to: Need a Little Direction on Site*Another Shameless Bump*
Forum: Fixing WordPress
In reply to: Need a Little Direction on Site*Bump*
Forum: Fixing WordPress
In reply to: Making images clickable.I am just gonna bump this up. Any help would be greatly appreciated. This is the only thing left I need to finish the site.
Forum: Fixing WordPress
In reply to: Making images clickable.Hey guys,
I apologize it has taken so long to get back to your replies. They have been greatly appreciated! I am still incredibly confused and I cannot seem to get the code to do what I want.
I am using the get-the-image plugin but I am not having any luck maintaining the size of the images to what I originally want.
Unfortunately, this theme was created prior to the site owners asking for my help and they insist on wanting to keep it, which I can understand. If anyone can help me more on this, I would be incredibly grateful. I know it’s a headache to help a “noob” but the more help I get, the less questions I’ll have to ask! ??
Thanks in advance.
Forum: Fixing WordPress
In reply to: Making images clickable.Perth,
Thanks for the suggestion, that was what I originally had taken a look at. But it seems the crop code if overwritten when implementing the plugin.
Do you have any direction I should go in? And your help is greatly appreciated yet again.
Forum: Fixing WordPress
In reply to: Making images clickable.Perth,
That plugin is PERFECT!
Thanks a lot for the help!
One question though, and I can’t seem to find the answer online.
If I post this code.
<?php get_the_image( array( 'custom_key' => array( 'feature_img' ), 'size' => 'medium', 'width' => '304', 'height' => '98', 'image_class' => 'feature' ) ); ?>
It will shrink the image down to the size I need it, but it shrinks the entire image when all I need it to do is crop it to that size.
If you notice the site in my first post, the images are just cropped to that size and not “resized” if that makes sense.
In the above line of code, do you have any suggestions for me to get it to crop the image like it does already?
Thanks again for the suggestion!
Forum: Fixing WordPress
In reply to: Making images clickable.David,
Thanks a lot for your reply.
On the front page of the site I posted above, it gathers the images that were put into each article written, throws the newest ones on the front page of the site and archives the older ones into subcategories.
Would the above code you offered work for that? Would you mind helping me with where I would place it in the above code?
Any help would be appreciated and again, thanks for helping!