m1000
Forum Replies Created
-
Also new activities are not displayed on the Points Log page.
Thank you very much!
I’m working on localhost. I tested it under twenty sixteen theme and it works when I want to make it wider than 300px, but if I want to make it 200px width then it doesn’t work.
Unfortunately it’s still 280px
This shortcode with blog posts loop is causing problem – https://pastebin.com/sjBx4EFQ
It seems like Elementor inherits post name/ID. It’s weird because there is used wp_reset_query()
I did all steps, disabled all plugins, switched to a default wp theme… I didn’t post url because it’s a backend problem. Tha same situation happened to my second independent website. Frontpage created on elementor v1.5 doesn’t work when you upgrate to v2.x.
I made a backup and so what? Upgrated to the 2.x version again and still the same problem…
I have the same problem. Homepage just disappeared. It’s in the database but not visible under dashboard.
Like I said the page looks ok on preview here – https://youtu.be/tgwNYsxO_GA?t=63
But when I go to webiste it still 50/50.It was caused by box-sizing: border-box
Forum: Fixing WordPress
In reply to: I can’t create pages (no textarea)Editor is visible when I edit post but it’s invisible when I want to create a new one.
Forum: Fixing WordPress
In reply to: I can’t create pages (no textarea)Unfortunalely it didn’t help, visual editor is enabled.
Forum: Fixing WordPress
In reply to: I can’t create pages (no textarea)It happens when I want to create a new page or post only.
Forum: Fixing WordPress
In reply to: All posts and pages disappearedOK, it was caused by some plugin.
Forum: Fixing WordPress
In reply to: is_page_template() is not workingIt’s breaking the page
This code also breaking the page after Page template isfunction enqueue_xxxx() { ?> Page template is <?php echo get_template_slug(); } add_action('wp_footer', 'enqueue_xxxx');- This reply was modified 9 years, 8 months ago by m1000.