zukny
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can't Add Images to POSTS anymoreProblem has been solved to an extent:
Every scheduled post in my directory to post that does not have an image YET… Will not accept any type of html inside of it.
However; If I create a new post by any author including myself, It will accept images and html.
So OLD > No html
New > can html
Which is strange, and kills me cause I have about 20 posts that are in my scheduled area that need images. Which means, I ll have to delete each post and then re-create it again. To much work really.
Forum: Fixing WordPress
In reply to: Can't Add Images to POSTS anymoreForgot to mention: My website is:
https://www.mymorningstory.com
I have been adding the Images via the URL option for 1 year now, and today has been my first problem. I upload an image to the server and then put it in the post. Todays image is called:
https://www.mymorningstory.com/wp-content/pictures/never_had_it_all.jpg
HTML completely seems to erase itsself from the post. Just dissapears
Forum: Plugins
In reply to: [Plugin: FriendConnect Login] 2 issues: cant log out / over rides profile-picOk, once I activated it, It automatically logged me in under my Gmail account. However, I was able to log out this time with no problem. ?? one problem down
two to go.
I still am not able to see the original “profile-pic” pictures though.
And a new issue now comes: Im logged in, and the website keeps “refreshing” it won’t stop! quite crazy actually.
Forum: Plugins
In reply to: [Plugin: FriendConnect Login] 2 issues: cant log out / over rides profile-picSupposedly I am not using “custom database prefix” But I am going to try your idea, and i ll get back to you.
Forum: Themes and Templates
In reply to: Can’t link catagoriesI decided, to use this on my coffee desk theme. I integrated over the CSS info, and placed most of the header information into my coffee desk theme header. I then adjusted the categories in the header area, ( to my pages and my categories )
My problem is, even after I seemed to have fulfilled the task, It still is linking to the original 7 categories no matter what I do.
I have noticed, If i switched to the theme this comes in, It does work.
I am wondering, If I could be missing any css file or do I have to go into something I am unaware of? Any help Please??
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="https://www.w3.org/1999/xhtml"> <head profile="https://gmpg.org/xfn/11"> <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> <title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> » Post Topic <?php } ?> <?php wp_title(); ?></title> <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" /> <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" /> <link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" /> <link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" /> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> <link rel="icon" href="/favicon.ico" type="image/x-icon" /> <meta name="Theme" content="Coffee Desk" /> <meta name="Author" content="Roam2Rome" /> <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <?php wp_get_archives('type=monthly&format=link'); ?> <?php wp_head(); ?> </head> <body> <div id="wrapper"> <div id="welcomeheading"> <h1><a href="<?php bloginfo('url'); ?>/"> <?php $replacethese = array('[',']'); $replacewith = array('<span id="middleword">','</span>'); echo str_replace($replacethese, $replacewith, get_bloginfo('title')); ?> </a></h1> </div> <div class="description"><?php bloginfo('description'); ?></div> <div id="c_navigator"> <div class="navigator"> <div id="imageMenu"> <ul> <!-- THESE AR ETHE LINKS YOU GO TO WHEN YOU CLICK ON A SLIDING DOOR IMAGE--> <!-- change the href to look like this: <a href="yourlink.com"> --> <li class="bk1"><a href="<?php bloginfo('url'); ?>/?cat=1">Category 1</a></li> <li class="bk2"><a href="<?php bloginfo('url'); ?>/?cat=4">Category 2</a></li> <li class="bk3"><a href="<?php bloginfo('url'); ?>/?cat=40">Category 3</a></li> <li class="bk4"><a href="<?php bloginfo('url'); ?>/?cat=89">Category 4</a></li> <li class="bk5"><a href="<?php bloginfo('url'); ?>/?page_id=231">Category 5</a></li> <li class="bk6"><a href="<?php bloginfo('url'); ?>/?cat=6">Category 6</a></li> <li class="bk7"><a href="<?php bloginfo('url'); ?>/?cat=7">Category 7</a></li> </ul> </div> <script type="text/javascript"> window.addEvent('domready', function(){ var myMenu = new ImageMenu($$('#imageMenu a'),{openWidth:310, border:2, onOpen:function(e,i){location=(e);}}); }); </script> <div id="c_navigator"> <div class="navigator"> </div> </div> </div> </div>
Forum: Fixing WordPress
In reply to: Image Caption QuestionI finally answered the question. Just place that code into your CSS file. and it fixes the problem every body..
I didn’t understand where to put it, its the CSS file that goes everywhere, and it solves this one particular issue to this theme.
Forum: Fixing WordPress
In reply to: Image Caption Question.wp-caption{ border:1px solid #ddd; text-align:center; background-color:#f3f3f3;padding-top:4px;margin:10px;-moz-border-radius:3px; -khtml-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}
Thanks for everything
Matt
Forum: Fixing WordPress
In reply to: Image Caption QuestionDunkkan, i think I just didnt understand the article you sent me. When I tried it, I placed it into my post.php and that didn’t work. Then I attempted to place it in my style.css file ( around the middle of it somewhere ) That also didnt work.
I received another email yesterday from another “coffee desk” theme user. This person fixed the problem for his/her website and told me to place the text that you linked me to at the bottom of the style.css file.
the code I placed in my file is this.
`.wp-caption{ border:1px solid #ddd; text-align:center;
background-color:#f3f3f3;padding-top:4px;margin:10px;-moz-border-radius:3px;
-khtml-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}Forum: Fixing WordPress
In reply to: Image Caption Questionamazing as it is, i couldnt get this to work for my theme. It shows up in the dashboard like it should, but when I actually put up the post. Thats when nothing shows up.
Its definitely something in the theme, sounds like i need to wait until roam2rome puts out an update or Learn all this stuff myself.
Forum: Fixing WordPress
In reply to: Avatar / Gravatar QusetionHas anyone figured out how to show the avatar/gravatar on the Coffee Desk theme yet?
I have seen a lot of people using the theme, but no one seems to have figured it out. I will gladly show anyone my Html/php if they have some time to help me.Everything shows up well in the dash and on my forum plugin, just not the comments area.
Forum: Plugins
In reply to: [Plugin Sidebar login] ProblemsHey, just saw this.
I went back, and placed the code: echo ‘The user ID is ‘.$user_ID.’.’;
right before line 107and i made a test screen name for my website, and everything came up fine!
only weird thing is, it tells me the user id number above… but i personaly dont think thats an issue.
thanks alot for the help ??
Forum: Fixing WordPress
In reply to: [Plugin: Profile Pic] Can’t upload picture, Is it Work on 2.7?hey mabye you can help me, with that. I have tried placing that code in my comments area. I have been able to get the pictures to show up with the example, but they dont go into the correct location.
here is my code. It would be awesome if you can help.
<?php $email = $comment->comment_author_email; $default = "https://roam2rome.com/wp-content/uploads/2008/07/avtar11.gif"; // link to your default avatar $size = 52; // size in pixels squared $rating = "PG"; // [G | PG | R | X] $grav_url = "https://www.gravatar.com/avatar.php?gravatar_id= " . md5($email) . "&default=" . urlencode($default) . "&size=" . $size."&rating=".$rating; ?> <div class="comment_user<?php echo $commentalt; ?>"> <div class="user_avatar"><img src="<?=$grav_url ?>" height="<?=$size ?>" width="<?=$size ?>" alt="User Gravatar" /></div> <div class="user_infos"> <div class="com_author"><?php comment_author_link(); ?> said in <?php comment_date('F jS, Y') ?> at <?php comment_time() ?> <?php edit_comment_link('edit','',''); ?></div> <div class="com_text"><?php comment_text() ?></div> </div> </div> <div class="com_break"></div>'
Forum: Fixing WordPress
In reply to: [Plugin: Page Flip Image Gallery] large images wont showok. My roomate actually works at the server place im using ( host my site ) he says, i got 4 gigs of memory, but I can have more if i need it.
at this point im no-where close to maxing that out.
……..i just actually uploaded a 18mb podcast that seems to work fine……..I did notice however; that im having problems using any more plugins that im using right now. and i read some where that i might have to change my php ini file from 16mb to 32mb
But i havent actually figured that all out yet. But that shouldnt be the same as the uploading images.
Forum: Plugins
In reply to: [Plugin: Page Flip Image Gallery] Upload New ImageI answered my own question.
For some odd reason ( safari browser ) isnt showing the browse button.. I started up
fire fox and it worked fine.God knows how I did this, ( I even cleaned out my safari, still doesnt show up )
Forum: Fixing WordPress
In reply to: Avatar / Gravatar QusetionHey, Just getting back to you. I tried, I failed! lol.
The complex thing, is my gravatar is working, but it wont recognize the (profile-pic) plugin, nor will it recognize the (gravatar-monster) option in the settings – discussions folder.
its complex.. but i think the problem is here in my comments area
<?php
$email = $comment->comment_author_email;
$default = “https://roam2rome.com/wp-content/uploads/2008/07/avtar11.gif”; // size in pixels squared
$rating = “PG”; // [G | PG | R | X]
$grav_url = “https://www.gravatar.com/avatar.php?gravatar_id=
” . md5($email) . “&default=” . urlencode($default) . “&size=” . $size.”&rating=”.$rating;
?><div class=”comment_user<?php echo $commentalt; ?>”>
<div class=”user_avatar”><img src=”<?=$grav_url ?>” height=”<?=$size ?>” width=”<?=$size ?>” alt=”User Gravatar” /></div>
<div class=”user_infos”ashame i dont have an understanding of php.. nor do i understand why im using an image on someone elses server as my default.. but hey