chanarmstrong
Forum Replies Created
-
Forum: Plugins
In reply to: Remove addThis from static shocase templateForgot to add my website: https://www.chanarmstrong.com/blog/
Forum: Fixing WordPress
In reply to: How can I hide all "entry-titles" ?Thanks! that works.
Forum: Themes and Templates
In reply to: Thumbnail link target itself.How do I get this Div hyperlik to target the image file url. not the permalink?
<div class="thumb"><a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php the_title(); ?>"><img src="<?php bloginfo('template_directory'); ?>/scripts/timthumb.php?src=<?php echo $img ?>&w=145&h=145&zc=1" alt="<?php the_title(); ?>" /></a></div><?php } ?>
Thanks
Forum: Themes and Templates
In reply to: php form not workingyeah sorry about that. Ill be more specific.
So when you fill in the comment form on this page https://www.sandpitcrew.com/?page_id=30
The ‘title of place’, ‘address / directios’ and the ‘upload photo’ do not appear in the users comment.
The title should appear in a larger font above the comment and the picture should also appear. like this.
https://www.montenews.me/freelance/thesis/Forum: Themes and Templates
In reply to: php form not workingyeah just new with CSS. so its a problem with my style sheet?
Forum: Themes and Templates
In reply to: CSS STyle colorPerfect!
Thanks for your help!
Forum: Themes and Templates
In reply to: CSS Style TransparentThanks for your help!
Forum: Fixing WordPress
In reply to: Error 500add this code to top of your ‘.htaccess’ file. solved all my problems!
AddType x-mapp-php5 .php
Forum: Fixing WordPress
In reply to: Automatic Updates not workingI created ‘.htaccess’ file
with this code:AddType x-mapp-php5 .php # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
SOLVE ALL MY PROBLEMS!
THANK YOU SO MUCH!!
Forum: Fixing WordPress
In reply to: Error 500@cutlerjm
Hi, what code do you have in your .htaccess file?
I am trying to create one.
Thanks.Forum: Fixing WordPress
In reply to: Error 500Tried all of the above. any other options ?
Thanks.Forum: Fixing WordPress
In reply to: Automatic Updates not workingWhich FTP program do you use?
Forum: Fixing WordPress
In reply to: Automatic Updates not workingsorry, can’t seem to find ‘.htaccess file’ anywhere.
Forum: Fixing WordPress
In reply to: Reply Form.THANK YOU!!!
Forum: Fixing WordPress
In reply to: style generated commnet field ?THANK YOU!!!