markovacs
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: text widget in IE and FirefoxRVoodoo,
Thank you so much…
I did not think that this was the problem.
Any idea why Firefox worked without the closings?BIG BIG Thank you anyway.
Forum: Fixing WordPress
In reply to: text widget in IE and FirefoxHere is the full code.
If somebody could also explain, what the “wp-image-633” means in this code? Could that be the problem that all three are the same number?<p style="text-align: center;margin: 2px"><a href="https://twitter.com/fittmamablog" target="_blank" <img class="size-full wp-image-633" src="https://fittmamablog.hu/wp-content//twitter_logo.png" alt="twitterlogo" width="40" height="40" /></a><a href="https://www.facebook.com/pages/Fittmamablog/268389494308" target="_blank" <img class="size-full wp-image-633" src="https://fittmamablog.hu/wp-content//facebook-logo.png" alt="facebooklogo" width="40" height="40" /></a><a href="https://fittmamablog.hu/index.php/feed" target="_blank" <img class="size-full wp-image-633" src="https://fittmamablog.hu/wp-content//rss_logo.gif" alt="rsslogo" width="40" height="40" /></a></p>
Forum: Fixing WordPress
In reply to: text widget in IE and FirefoxHi RVoodoo,
Yes you are right, but should it not be at the end of the section like:
<a href="https://twitter.com/fittmamablog" target="_blank" <img class="size-full wp-image-633" src="https://fittmamablog.hu/wp-content//twitter_logo.png" alt="twitterlogo" width="40" height="40" /></a>
I am really not sure just asking.
Now I have put the closings at the end like above to all three but still not showing.Any other ideas?
Forum: Fixing WordPress
In reply to: picture title not to be shownSorry you are right:
fittmamablog.hu
and thank you
Forum: Fixing WordPress
In reply to: picture title not to be shownNobody has faced this problem yet?
Forum: Fixing WordPress
In reply to: double bullets.content ul that is the way!
But I have to admit, I would have never figured it out.
Thank you alchymyth.
Forum: Fixing WordPress
In reply to: double bulletsand the page link: fittmamablog.hu
Forum: Plugins
In reply to: [Plugin: Yet Another Related Posts Plugin] Warning message in formatting.phpAnyone? please
Forum: Fixing WordPress
In reply to: Older/Newer pagesok I deleted it and it works!
Thanks esmi.
Do you know how could I decrease the space now between the menubar and the first article?
Thanks again
Forum: Fixing WordPress
In reply to: Older/Newer pages<div class="navigation"> <div class="alignleft"><?php echo $next_link; ?></div> <div class="alignright"><?php echo $prev_link; ?></div> </div>
Forum: Fixing WordPress
In reply to: Older/Newer pagesYeah I got that `<div class=”navigation”>
<div class=”alignleft”><?php echo $next_link; ?></div>
<div class=”alignright”><?php echo $prev_link; ?></div>`and to do what with it?
delete, wont it make the bottom ones disappear?Forum: Fixing WordPress
In reply to: Older/Newer pagesThanks esmi for the reply, but I am not completely sure since none of the above match 100%
Please see the code:(it is from index.php)<?php $prev_link = get_previous_posts_link(__('Newer Entries »', 'kubrick')); $next_link = get_next_posts_link(__('« Older Entries', 'kubrick')); ?> <?php if ($prev_link || $next_link): ?> <div class="Post"> <div class="Post-body">
Is that the right place I should look for the coding?
Here is the site is it helps: fittmamablog.huForum: Fixing WordPress
In reply to: Different colours on different pagesThat is what I needed, thank you.
I have tried now I will try to change everything insted of white dots all over the page.
One thing though, If I have a page and I want to start the text at the same heights as the top of the picture, why is it not showing that on the page while it is good in WP.
Any idea?
Thank you esmi!
Forum: Fixing WordPress
In reply to: Warning message in formatting.phpOk I found that YARPP has caused the problem, but still do not know why.
Could anyone help me, how to solve this?
Forum: Fixing WordPress
In reply to: Bullet points hide behind pictureanyone else could maybe help me with this please?
Thank you