jani74
Forum Replies Created
-
Forum: Plugins
In reply to: [WP eCommerce] add more item before hit purchase?At the top I only have a button for update (for the quantity) and a button for remove the product.
Forum: Plugins
In reply to: [Site Layout Customizer] background-color issue in multisite environmentdamn, i forgot to apply background color to ALL AREAS (options’ page)
Forum: Themes and Templates
In reply to: twentytwelve horizontal submenu?thanks for your help ??
Forum: Themes and Templates
In reply to: twentytwelve horizontal submenu?anyhow, this solved the problem
(twentytwelve child).main-navigation li li { float: left; } .main-navigation ul ul { width: 900px; }
still need to customize colors, fonts, margins etc, but that’s not too hard ??
Forum: Themes and Templates
In reply to: twentytwelve horizontal submenu?it’s on localhost ??
anyway it’s a fresh wp 3.5.1 install with the default twenty twelve theme.
Forum: Themes and Templates
In reply to: twentytwelve horizontal submenu?i’m using a child template, didn’t change the original css at all, so that’s not the problem ?? anyhow “float:none;” doesn’t change anything ??
Forum: Themes and Templates
In reply to: twentytwelve horizontal submenu?sorry, misunderstood ?? i have the css, but i can’t find the way to get horizontal submenus. there are “main-navigation” styles at least three places, some of them are repeated, that’s why i’m totally lost in the css ??
Forum: Plugins
In reply to: [SrbTransLatin - Serbian Latinisation] doesn't change title tag on pagesyep, something like this in header.php will solve the problem:
<title><?php if ((is_page()) || (is_single())) { echo get_the_title(); echo " | sitename"; } elseif (is_search()) { echo "sitename"; } else { wp_title( '|', true, 'right' ); } ?></title>
there is problem with conversion again at “search” but i’ll survive that ??
Forum: Plugins
In reply to: [SrbTransLatin - Serbian Latinisation] doesn't change title tag on pagesjust checked something a few minutes ago…
if I change in header.php the title tag as below, the conversion is working.
<title><?php echo get_the_title(); ?></title>
now just need a conditional case to do get_the_title at posts&pages and to do wp_title at any other cases (search, category view etc.)
Forum: Plugins
In reply to: [Redirection] Plugin Redirection – wildcard expression“Maybe the / is an exception in this plugin.”
yep, it doesn’t like it.
similar problem with serbian wordpress (just “error in line 1” here)
no problem with 8 other languages (building a 10 language multisite ;D )
(…)
solved the problem with an older language file.(3.5.1 wp with latest mo files produced the error – downloaded serbian mo for 3.0.1 wp and now everything works like a charm)
solved, moved the whole php stuff into a php file and included that…
same here ??
Forum: Plugins
In reply to: [Multisite Language Switcher] doesn't link articles after domain-changing(i mark this topic as “resolved” because the problem is not the changed domain but some incompatibility issue with aioec)
Forum: Plugins
In reply to: [Multisite Language Switcher] doesn't link articles after domain-changingokay, i did a fresh new install on the server with the same result: at events mls’ choosed value cannot be saved (without any error message).