locita
Forum Replies Created
-
Hi @1953ossie
I tried your solution but that seems to break my site and I get a white page error in backend for all /wp-admin pages plus I can’t log in myself through wp-login.
Frontend works fine though.Any ideas?
Thank you,
RebekkaForum: Fixing WordPress
In reply to: Content not showing in Backend Editorsame here… but interestingly enough only two pages not showing content in back-end (but work in front-end). All other pages and posts are fine…? Disabled all plugins and switched to standard theme… nothing helped.
Did anyone find a solution (and the cause)?
Thank you!Yes yes yes…
Thank you Takayuki! Yes, that was it!I’m doing the walk of shame here …
Forum: Themes and Templates
In reply to: twenty fifteen toggle menu for big screensThanks 1-jah.
That’s not what I was looking for. I thought I could “delete” just all css queries for desktop screens. So I get my menu toggle top right and no sidebar – BUT – it seems I would run into other problems if I did so.So I will need to adapt my question to “How can I keep the menu toggle on bigger sized screens (and have no sidebar show up)?
Forum: Plugins
In reply to: [OTW Portfolio Light] 404 error after migrating site to serverback again…
apparently not a server problem. mod_rewrite should work on my linux server…
so why doesn’t the site work?
it looks as if the server has a problem with the generated /otw-portfolio/ directory.
the site works fine when I turn of “pretty” links and switch to standard mode.
has anyone had this problem?
thank you!Forum: Plugins
In reply to: [OTW Portfolio Light] 404 error after migrating site to serverFound it!
It’s a pretty permalink problem on my server…Forum: Plugins
In reply to: [qTranslate Plus] How translate Categories and filtersHi alexandrosc2
What do you mean by “mostly”?
Would it be enough to simply run a search and replace ?
I think this plugin would help my problem as well
ThanksForum: Plugins
In reply to: [Yoast SEO] Automatically use Meta Description as Excerptsame issue here. anyone?
Forum: Fixing WordPress
In reply to: wrong number of excerptsthanks,
that did the trick!i also had one ID wrong – which wasn’t very helpful…
Forum: Themes and Templates
In reply to: manipulate menu ul/li twenty eleventhanks. this is not working, as the amount of first level list elements could change…
thanks for the link. will have a look into it.… I’m still doing some research on this topic… maybe i should simply go with display:table-cell… etc. apparently there are solutions out there to trick the odd IE into it…
this way i don’t have to mess around the code…and
*shameful* i started working on this site some while ago and just got back into doing some big changes. just learned about child themes while in the middle of it…
so, yes/no, renamed the theme but unfortunately not a child theme anymore…
was wondering if i should start all over again but too afraid of all the consequences…Forum: Themes and Templates
In reply to: manipulate menu ul/li twenty elevensorry…
i want the menu to stretch and with equally wide space in between… i think… i’m getting confused now…
that would be the idea…as i don’t know the amount of li-items i can’t use width:xx% …
Forum: Themes and Templates
In reply to: manipulate menu ul/li twenty elevenmy site isn’t online…
the idea is to justify the horizontal menu items (like in a text editor). from what i’ve found so far there are only two ways to do so (without javascript) one would be to insert an empty element at the end of your list and give it width:100% so it forces the line to break and to use text-align:justify in the surrounding div.
like that:<div id="menu"> <ul> <li><a href="#">Menu item 1</a></li> <li><a href="#">Menu item 3</a></li> <li><a href="#">Menu item 2</a></li> </ul> <span></span> </div>
#menu { text-align: justify; } #menu * { display: inline; } #menu span { display: inline-block; position: relative; width: 100%; height: 0; }
i would like to test that, but don’t know how/where to insert this span in my twenty eleven menu container div…
thanksForum: Themes and Templates
In reply to: manipulate menu ul/li twenty elevensorry…
blank<span>
or<li>
element…Forum: Plugins
In reply to: Meteor slides and iPad scrolling / swipingOh… Just read another entry… Updated plugin. Works super! Thanks!
Forum: Themes and Templates
In reply to: [Twenty Twelve] Change header for mobilethanks. i will try this.