lmitana
Forum Replies Created
-
You do need to fill a bug report on their site, they send it to you then.
Forum: Fixing WordPress
In reply to: Remove my threadsPlease.
Hi,
there are blog posts containing articles + galleries, for example, a blog post called Marokko contains the gallery Marokko1, the other containing Marokko2 etc.
When Marokko1 + Marokko2 are merged, the images that were in these galleries are not shown in the blog posts anymore.
Is there any way to keep these in the blog posts after merging two or more galleries?
Thanks for your reply.Forum: Plugins
In reply to: Problem setting up NextGEN gallerySolved: the NextGEN staff send me the script to reset the gallery.
After applying the Reset plugin, it works.
Forum: Plugins
In reply to: Problem setting up NextGEN galleryWell, the NextGEN support says, I should reset the gallery. Where is an option for that?
Hi, could you please explain where to find this Reset Tool plugin?
Forum: Themes and Templates
In reply to: Three levels horizontal pure CSS menuIsn’t there something like free plugin for that? This looks too complicated for me.
Forum: Themes and Templates
In reply to: Three levels horizontal pure CSS menuThey do have but I’ve stripped them in this example.
Here’s what it looks like:
<li id="menu-item-573" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-555 current_page_item menu-item-573"><a href="https://georgrichtsfeld.local/">Home</a></li>
Forum: Themes and Templates
In reply to: Three levels horizontal pure CSS menuHere is the code I get:
<nav class="nav" role="navigation"> <ul> <li><a href="https://georgrichtsfeld.local/">Home</a></li> <li><a href="https://georgrichtsfeld.local/?page_id=247">über Mich</a></li> <li><a href="#">Reisen</a> <ul class="sub-menu" style="display: block;"> </li> <li><a href="#">Afrika 2009 – 2010</a> <ul class="sub-menu" style="display: block;"> </li> <li><a href="https://georgrichtsfeld.local/?page_id=802">Afrika – Karte</a></li> <li><a href="https://georgrichtsfeld.local/?page_id=863">?gypten – Kenia</a></li> <li> <a href="https://georgrichtsfeld.local/?page_id=865">Uganda – Südafrika/Namibia – Tansania</a></li> <li><a href="https://georgrichtsfeld.local/?page_id=867">Ghanna – Marokko</a></li> </ul> <li><a href="#">Europa 2xxx – 2xxx</a></li> <li><a href="https://georgrichtsfeld.local/?page_id=13">Bildergalerien</a></li> <li><a href="https://georgrichtsfeld.local/?page_id=560">Links</a></li> <li><a href="https://georgrichtsfeld.local/?page_id=562">Kontakt</a></li> </nav>
I just need to position it according to the example. The colors/backgrounds/fonts aren’t important.
Forum: Themes and Templates
In reply to: Dynamic bannerOkay, got it, thanks.
Forum: Themes and Templates
In reply to: Dynamic banner… but this seems to work for a designated frontpage only.
(Home)
How do I set alternative banners for, for example About?Forum: Themes and Templates
In reply to: Dynamic bannerif I understand correctly
is_single( ‘home’ ) [… load image home.jpg] ?
Forum: Themes and Templates
In reply to: Multi level horizontal menuWell, I am working with a naked theme. My menu is hand-coded in css, but to make it exactly look like on the example is beyond my abilities.