ebuali
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Is possible to add a div tag after the loop?Hi..Take this issue easy ! I got it !
Forum: Fixing WordPress
In reply to: Is possible to add a div tag after the loop?Thank you SwansonPhotos.
Sorry, but I’m not such good at coding yet, so I’d like you to direct me in this matter.
Here is the end of single.php template of my theme.
….
.
.
.<?php else: ?>
<h2 class=”center”><?php _e(‘No Entries Found’,’cover-wp’) ?></h2>
<p class=”center”><?php _e(‘There are no entries in this blog.’,’cover-wp’) ?></p>
<?php endif; ?>
</div><!– /center –>
<?php get_sidebar(); ?>
<?php get_footer(); ?>So..Could you tell me how or where I have to put <div id=”latest” tag there ?
Thanks in advance.
Forum: Fixing WordPress
In reply to: Scheduling date change problemesmi…
Thanks a lot for your kind approach and helps, but after all trying still I can not schedule a post to publish. For today I give in, because really I try to figure out and fix this problem since 7-8 hours and still I have nothing! :(((I couldn’t find anything related to it. I go to cry ! :(((( ??
Forum: Fixing WordPress
In reply to: Scheduling date change problemI downloaded fresh wp 3.3.1 now. In my cpanel, when I try to upload wp-admin and wp-includes, I see a box to click for overwrite existing files. Shall I check it or not ?
Forum: Fixing WordPress
In reply to: Scheduling date change problemnow I re-install WP 3.3.1. i’ll check all again then inform you !
Forum: Fixing WordPress
In reply to: Scheduling date change problemesmi…I’m sorry but one thing I’d like to make clear in my mind. Now I check some files in wp-admin and wp-includes from my last backup files. And when I compare with current wp-admin and wp-includes files in my root file, I can’t see any difference between them. So, I hesitate now to upload and then get worse case in this matter !
Couldn’t be a problem if reupload these files ?
Forum: Fixing WordPress
In reply to: Scheduling date change problem” – re-uploading the wp-admin and wp-includes folders from a fresh download of WordPress ” …. I’ll try to download yesterday’s backup file and then try to upload these two file. I inform you later.
Forum: Fixing WordPress
In reply to: Scheduling date change problemSorry,my previous message was for it. A new dummy content text also didn’t change anything !
Forum: Fixing WordPress
In reply to: Scheduling date change problemby the way, i read old messages in forum and I noticed that, I have even not seen an error message as ” Missed schedule” etc… ! This is getting more stranger !!
Forum: Fixing WordPress
In reply to: Scheduling date change problemThis is also without result ! I did as you told, but again no published!
Forum: Fixing WordPress
In reply to: Scheduling date change problemYes, just the one post. I’ve scheduled it ysterday for today 13:30 and then when I checked it, I saw that, it is still not published ! And then till now I try to figure out the problem, but no hope !
Forum: Fixing WordPress
In reply to: Scheduling date change problemI’d like to send you a snapshot on this but dont know how to do here !
Anyway,I have only 1h. difference between UTC and my local time. Can this become the issue ?
By the way,now if I want to publish immediatly,again I can’t because of I can see just an UPDATE button and on Status section always written “scheduled” !how to fix it ?
Forum: Fixing WordPress
In reply to: Scheduling date change problemHi esmi,
Thank you for your suggestions.
I tried all but still nothing changed ! I already many times edited time further but the post doesn’t publish yet !Another tips ?
Forum: Themes and Templates
In reply to: Text AlignmentHi again,
My footer text alignment problem continues…
I can’t bring both of them in the same line. I tried already all solutions ( span, div, p , floating, etc), but still can’t figure it out !Homepage image layout problems are mostly solved. But what is strange is, I didn’t add any link on texts, but 3 of 9 images appeared with links. How this can happen ?
Forum: Themes and Templates
In reply to: Text AlignmentFor the second issue,I guess that, here somethings I should edit or ?
img.alignleft
{
float:left;
margin:5px 10px 10px 0;
}img.alignright
{
float:right;
margin:5px 0 10px 10px;
}img.aligncenter, img.centered
{
display: block;
margin:10px auto;