dczepiel
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Inserting images in reverse order?I want to know this too, this is a big issue for me as I have batches of 100+ photos I insert and this reverse order is killing me, cannot it use alphabetical order per ‘one upload session’ ?
I resolved via custom css
Forum: Plugins
In reply to: Has anyone tried to qTranslate WP Related Posts plugin?no, I let go WP related posts
Forum: Themes and Templates
In reply to: Smileys (emoticons) are not aligned with textit works perfectly, thank you !
Forum: Fixing WordPress
In reply to: IE vs Firefox lookanyone please ?
Forum: Fixing WordPress
In reply to: more tag translation – which files contain it ?thank you, it helped !
Forum: Fixing WordPress
In reply to: IE vs Firefox lookI added the translation myself. And I checked a few of those closing tags missing – they are all there and looked like the report was wrong (if it can be wrong…)
Now, to add something to the IE vs Firefox problem I just notice the following code in my source while browsing in IE:
<!-- Styles --> <!--[if IE]><link rel="stylesheet" href="https://dariuszczepiel.pl/blog/wp-content/themes/modularity-lite/library/styles/ie.css" type="text/css" media="screen, projection" /><![endif]--> <!--[if lte IE 7]><link type="text/css" href="https://dariuszczepiel.pl/blog/wp-content/themes/modularity-lite/library/styles/ie-nav.css" rel="stylesheet" media="all" /><![endif]-->
I checked those files, they look like this:
ie.css/* ie.css */ body {text-align:center;} .container {text-align:left;} * html .column {overflow-x:hidden;} * html legend {margin:-18px -8px 16px 0;padding:0;} ol {margin-left:2em;} sup {vertical-align:text-top;} sub {vertical-align:text-bottom;} html>body p code {*white-space:normal;} hr {margin:-8px auto 11px;}
ie-nav.css
#nav ul li.enhanced a.arrow { float: none; }
Would any of you help me understand/fix those files so that the menu in IE displays exactly like in Firefox?
Forum: Fixing WordPress
In reply to: IE vs Firefox lookI don’t really understand those errors.
According to the ocde the nav menu is between lines 90-171 (more less). The only error it displayed between those lines isLine 143, Column 102: there is no attribute “target”
…Fotografia ?lubna Rafa?a G??bowskiego” target=”_blank”>Rafa? G??bowski
target=”_blank” tells it to open in new window. Not sure what’s wrong with it (especially that the other 3 links were not reported and have the same attribute).
All other errors are not related to the navigation menu but to the post area – can you help me identify the problematic code if you know what’s wrong ?
Forum: Themes and Templates
In reply to: need CSS help – nav menu in Modularity Lite themeI fixed it. Too bad noone really ever helps on this forum…
Forum: Themes and Templates
In reply to: need CSS help – nav menu in Modularity Lite themeanyone please ?
Forum: Themes and Templates
In reply to: [Modularity lite] Customizing drop down menussolved:
<?php wp_list_bookmarks('categorize=0&category=3&orderby=name&depth=-1&title_li='); ?>
categorize=o was the missing part
Forum: Themes and Templates
In reply to: Codex question – wp_list_bookmarks and title_lisolved
<?php wp_list_bookmarks('categorize=0&category=3&orderby=name&depth=-1&title_li='); ?>
categorize=0 was the missing part
Forum: Themes and Templates
In reply to: [Modularity lite] Customizing drop down menusI don’t get it. How come it can list pages and categories using almost the same code without the title being shown and the links it cannot?
Forum: Plugins
In reply to: What plugin is this?I just got a response from Emily that it is actually a feature of the Pro Photo 3 theme that is a paid theme.
My question is – is there a plugin that would act the same – so basically put any widget into a ‘slider’ like that, that would be on the left or right rolled up, and would roll out once someone hovers over it ?
I guess it’s a lost case then…