szerner
Forum Replies Created
-
Forum: Plugins
In reply to: [Gutenberg] Create / Edit Page Loads TemplateHi @gpotter,
I just experienced that same issue: I’m not able to edit the page or post content with Gutenberg plugin v20.10.1 enabled. I didn’t find any other workaround yet.
I didn’t touch that site for a while, it’s still a work in progress. I only kept wordpress and my plugins up to date, so I can’t tell which update (possibly) might be responsible for this.
Edit: forgot to mention that immediately after opening a page for edit I can see the outline of the page on the left side for a fraction of a second, which then is replaced by the templates outline.Forum: Themes and Templates
In reply to: [WP-Forge] Mobile Off-Canvas: Menu not showing upHm, there seems to be an inconsistency with the theme’s
style.css
. Thestyle.css
from the demo server lacks the problematic statement.title-bar {display:none}
wheareas the official themes
style.css
(also on github) has this line included.
So the demo server doesn’t have this issue, the installable theme does.- This reply was modified 6 years, 6 months ago by szerner.
Forum: Themes and Templates
In reply to: [WP-Forge] Mobile Off-Canvas: Menu not showing upI managed to show up the off-canvas menu bar by adding
.off-canvas-content .title-bar { display: inherit; }
into my style.css. By default it was on
display: none;
.The only issue remaining is that now the off-canvas
button.close-canvas
overlaps with my firstbutton.submenu-toggle
.- This reply was modified 6 years, 6 months ago by szerner.
Forum: Themes and Templates
In reply to: [WP-Forge] Mobile Off-Canvas: Menu not showing upThat’s what I did first of all, please see my entry post.
But don’t mind, if it doesn’t work on my server, I will stick to the standard mobile menu, it’s for a very low budget project and not worth spending hours of time for debugging.
Thanks.
Forum: Themes and Templates
In reply to: [WP-Forge] Mobile Off-Canvas: Menu not showing upI’m developping with chrome developer tools, where the browser cache is allways disabled (Network>Disable cache). So no cache problem.
The problematic title bar element
<div class ="title-bar hide-for-large">...
has a width and height of ‘auto’, whereas in your demo site that same element has concrete dimensions…
I just downloaded a fresh new copy of ‘wp-forge’ theme, but no effect. I think I will have to upload the site to my testing server and see if it makes any difference.
Forum: Themes and Templates
In reply to: [WP-Forge] Mobile Off-Canvas: Menu not showing upHi @tsquez,
thank you (again) for your assistance, it is very appreciated!
I deactivated all plugins for testing purposes with no effect on my issue.I am developping locally with XAMPP and PHP v7.1.11. Your demo site has no issues for me either, so it must be something with my server or wordpress setup.
I will investigate further and be back with my results (if any).
Stephan
Forum: Themes and Templates
In reply to: [TotalPress] Theme not ready for translationsHi @tsquez,
thank you for looking into this. Now I’m a little bit confused about what an update of the parent theme (your totalpress theme) means for my child themee:
If I duplicate some parent theme files into my child theme’s directory, and the parent theme gets an update to those files, I assumed that I would have to duplicate (and modifiy for i18n) them again. Otherwise my child theme would use the outdated code of the duplicated (and modified) child theme files. Or does this happen automatically?
Thanks again, your help is greatly appreciated.
Forum: Plugins
In reply to: [Event Organiser] Wrong time format (24h) when entering event (german site)Hi Stephen,
thank you very much for your quick answer, that solved my issue. Now the time format shows and works as expected.
Stephan