sasole
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Sixteen] Remove underline linksHello, after an hour trying all the logical ways, this was the only solution… Thank you rohallah
.entry-content a, .entry-summary a, .taxonomy-description a, .logged-in-as a, .comment-content a, .pingback .comment-body > a, .textwidget a, .entry-footer a:hover, .site-info a:hover
{
border-bottom:initial!important;
}Forum: Fixing WordPress
In reply to: Pages – all gone?Same here, They are still in the database but gone from site and adminpanel. Please anyone help?!
Forum: Fixing WordPress
In reply to: Comment count haywire!I’m having the same problem the counts stay at 1 even though there are reactions. All I could find was posted 1 year ago and has to do with spam karma but i’m not using that. Also it’s not an upgrade but a new install 2.0.3.
Anyone?Forum: Fixing WordPress
In reply to: Forms are missingWhooami, thanks you’re right. Still so strange that the styles (borders) like you see in IE were there before… Well I won’t think about that for now…
Forum: Fixing WordPress
In reply to: Forms are missingNo, that is not it. The ul and li’s don’t seem to have effect on the forms.
Any other suggestions?Forum: Fixing WordPress
In reply to: Forms are missingForum: Themes and Templates
In reply to: Three column K2sorry, lots of people did, ofcourse, its about IE…
Forum: Themes and Templates
In reply to: Three column K2Didn’t anyone notice that the right sidebar doesn’t float as it should in IE7? https://www.lion-heart.nl/wordpress/
Please can somebody help me fix that?
I’v been looking for a 3 columntheme (sidebars on the left and on the right)wich does work fine in IE, anybody any tips?
thanx
sasoleForum: Everything else WordPress
In reply to: What is meant excactly by a ‘slug’?Thx, can you also tell me how to use it. I want to create a static front page with the name welcome, but i understand it needs to have a ‘slug’ called home. How do you do that?
Forum: Fixing WordPress
In reply to: adding categories & pageorderNo it does not, what am i doing wrong? Anyone else who has the answer?
Forum: Installing WordPress
In reply to: Pages not in orderYes it’s there and there have been many Q&A about this topic. But it is still not working for me…
This is the code i put in the sidebar.php from the theme i’m using. Why does it not work?<?php wp_list_pages(‘sort_column=menu_order’); ?>
please help…
Forum: Themes and Templates
In reply to: style sheet commentsthx fot the tip about the fitefox pluginn, it really is very usefull!
I also found a theme where everything is explaned very well it comes with a themebuilder but that i can not get to work. the theme is called choices2 (sorry can’t find the link so quickly right now…Forum: Fixing WordPress
In reply to: adding categories & pageorderI put this code:
-
<?php wp_list_pages(‘sort_column=menu_order&title_li=<h2>’ . __(‘Pages’) . ‘</h2>’ ); ?>
in sidebar.php of the defaulttheme i’m using but it doesn’t work…
What am i doing wrong?Forum: Fixing WordPress
In reply to: adding categories & pageorderThx, I can see the categories now!
I’m using the default(Kubrick)theme right now but quess i will change that later, does that matter?
Hope you can help me fix this too.