flush
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: This validator thing’s driving me crazyOk, it was just a /> not properly closed
Regarding the list problems, as far as I can see they all start and end properly with
ul and /ul
and what’s inside starts with
li and ends with /liForum: Fixing WordPress
In reply to: This validator thing’s driving me crazy??
Are you telling me to get a clue in css syntax?
Would I be even asking here if I had a clue?
It’s not like I’m not trying hereForum: Fixing WordPress
In reply to: This validator thing’s driving me crazybecause I can’t resolve those ones
so I try to move on hoping to get the next thing done
I’ve spent 2 days on this alreadyForum: Fixing WordPress
In reply to: centering a posts’ content without getting validation errors?Ok I understand what you meant, I can’t just wrap the content with <center>, I have to do it from within the css of the content.
Now I must figure out what I must put in here to center this video.
<div style="margin-bottom: 25px; margin-top: 25px; text-align: left; width: 320px"><iframe src="https://www.dailymotion.com/blog/video/69213?key=5lri5uvvf2jc9lp8d4o6jie9ebbplijf8r1e1pu7" style="width:320px;height:256px;border:none;margin:0px;" width="320" height="256" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" id="i5lri5uvvf2jc9lp8d4o6jie9ebbplijf8r1e1pu7">Dailymotion blogged video</iframe>
<span style="margin-top:0px;"><a href="https://www.dailymotion.com/video/x1hel_emilie-simon-fleur-de-saison">Emilie Simon - Fleur de Saison</a></span></div>Ok, I think align=center has something to do with it, but I mustn’t be placing it where it should.
Forum: Fixing WordPress
In reply to: centering a posts’ content without getting validation errors?Thanks, I’m not sure what I should be looking at..
But I want to center the content of 1 post only, not of all posts. Does css apply also in this case?Forum: Fixing WordPress
In reply to: where’s the code error in that?Beats me. All I modified was the style.css
Other than that I had to install a few lines of script, an image map in the header.php
I have an old blog using a more basic fSpring theme, the validator doesn’t show these ul errors.
Can changes in the style.css file create a problem like this or is it totally unrelated?Forum: Fixing WordPress
In reply to: where’s the code error in that?But how can the mistake come from the sidebar.php file since I haven’t modified it, it’s the original one that came with the theme?
Forum: Fixing WordPress
In reply to: weird warning on the dashboardSo noone knows what could cause this warning?
Forum: Fixing WordPress
In reply to: Can’t even embed my mp3 player anymorepfew!
1,5 hours to find a spacing in the code that caused the problem.
Thank God think are better now that I’ve turned that rich editor off…Forum: Fixing WordPress
In reply to: I can’t blog videos from Dailymotion anymoreFinally, I had turned off the rich editor in Options but not in Users.
Forum: Fixing WordPress
In reply to: Can’t even embed my mp3 player anymorewhy does wordpress always deletes the param name=movie bit?
Is it another of those things it can’t deal with like iframe?
Why was it working yesterday?Forum: Fixing WordPress
In reply to: I can’t blog videos from Dailymotion anymoreI’m still trying to figure it out. I’ve turn off the rich editor, this thing is pure hell.
How come I could embed these videos without any problem just yesterday???Forum: Fixing WordPress
In reply to: I can’t blog videos from Dailymotion anymoreCould it be because I chmoded the wp_content folder to 777? It’s the only this I can think of. But it still doesn’t make sense. OMG Help!
Forum: Fixing WordPress
In reply to: Possible to correct errors in Index using Tidy?I solved the div error, but concerning the ul error:
How does the following code in my header.php:
<div id="pages">
<h1><a>"><?php bloginfo('name'); ?></a></h1><UL>
<?php wp_list_pages('depth=1&title_li=' ); ?>
</UL>
</div>turns to this in the html?
<div id="pages">
<h1><a href="https://raphaella.co.kr/blog">Raphaella’s Blog</a></h1><UL>
</UL>
</div>
Why has the wp_list_pages bit disappeared?
I put the uls in capital letter because they wouldn’t appear…)Forum: Fixing WordPress
In reply to: Possible to correct errors in Index using Tidy?Thanks, I corrected the img error.
One down 15 left.
I’m not sure how to tackle the div and ul errors though.
I feel like I’m defusing a bomb…