meschugge
Forum Replies Created
-
Forum: Plugins
In reply to: [iframe] iframe overflow and scroll not working anymoreCan nobody help me with this ?
In the meantime I moved back to WP 4.62, but that can’t be the solution, can it?
Forum: Plugins
In reply to: [iframe] iframe overflow and scroll not working anymoreI attributed the following CSS style (on the right hand side of WP) to the widget:
.DivToScroll {
background-color: #F5F5F5;
border: 1px solid #DDDDDD;
border-radius: 4px 0 4px 0;
color: #3B3C3E;
font-size: 12px;
font-weight: bold;
left: -1px;
padding: 10px 7px 5px;
}
.DivWithScroll {
height:410px;
overflow:scroll;
overflow-x:hidden;
}This does not run anymore on my site https://www.provence-gite.fr/en/holiday-homes/atelier/ which I updated to WP 4.8.1.
Any ideas what’s goning on ?
Forum: Plugins
In reply to: [Polylang] HELP! Polylang overwrites original content.That’s it ! Thanks a lot, Chrystl. I owe you a beer or maybe rather a glass of wine (given that I live next to Chateauneuf du Pape).
Cheers!
Forum: Fixing WordPress
In reply to: How to change permalink of subpages ?The solution was to simply redefine the subpages as top level page in the page attributes. Which is not logic but does the trick.
Thanks to this excellent and easy to understand blog I got there:
rvtechsolutions.com/wordpress-tip-url-customization/Rainer
Forum: Fixing WordPress
In reply to: How to change permalink of subpages ?Hi Lisa
As far as I can see on the dashboard, I have defined exactly one page as front page and another one as blog. Still possible, though, that the theme has defined yet another front page.
I thought, however, that it is standard WP procedure to automatically omit the name of the front page as permalink, so that you only see the url as permalink, but then to add the name of the front page on the permalink of all subpages. Is that wrong?
Thanks, Rainer