When trying to edit with Elementor on my website I get, "The preview could not be loaded" "We're sorry, but something went wrong. Click on 'Learn more' and follow each of the steps to quickly solve it."
I have tried looking at the steps it provided but that didn't help.
Any assistance would be greatly appreciated.
Make sure that your theme uses the function the_content()
Related
I have no knowledge in PHP and am reading up on it as of now. However, in the meantime I'm trying to make changes to the Wordpress posts editor HTML and CSS code, but I cannot find the correct file for this.
Does anyone have any clue on where I can find documentation or the file?
Here's the documentation you're after: WordPress Dashboard API
I highly recommended first check the hierarchy of wordpress.
https://developer.wordpress.org/themes/basics/template-hierarchy/
I made a simple WordPress theme which I'm testing locally. I got a Instagram feed plugin which gives me a shortcode to add anywhere on my blog/theme. The problem is, the shortcode does not display the feed or anything for that matter but I can see the feed's code (div) when I check the page source code. Other shortcode works but not this one. The Instagram feed works on other themes but not mine. I've tried almost all the online solutions (add_filter, do_shortcode etc) but none works.
I'm sure the problem is not in the shortcode or plugin because it works on other themes and maybe there is some problem with my theme. I had also made a WordPress theme before and the feed doesn't work even in that. I don't what code to show because I really don't the where the problem is in my theme. Any help will be appreciated.
Edit:
The shortcode is [instashow id="2"]
I've tried adding that to a page but that doesn't work. I've also tried adding <?php echo do_shortcode('[instashow id="2"]'); ?> in the template itself but that doesn't work either.
You checked to see if the plugin settings are correct?
The next step would be to check other shortcodes in other plugins to see if other shortcodes work or have problems too.
First you have to make sure if the problem is caused by the theme or the plugin.
Does anyone know of a good slider plugin in the post page for wordpress that once you add media it would go into the slider
Try these plugins. It will do the work,
https://wordpress.org/plugins/recent-posts-flexslider/
https://wordpress.org/plugins/recent-posts-slider/
Hope this helps
I got the top post page slider plugin while searching, hope it helps you .
https://wordpress.org/plugins/advanced-post-slider/
http://wordpress.org/plugins/simple-slider-ssp/
http://wordpress.org/plugins/wordpress-plugin-random-post-slider/
http://wordpress.org/plugins/paged-post-slider/screenshots/
I am new to wordpress.. I installed the AlertMe plugin in wordpress and even activated. But not knowing how to use it. Please someone help!
I tried this but knowing is this correct or not too.
add_shortcode('alert', 'alert_me');
if this plugin regis alert shortcode, you can run a shortcode by
do_shortcode([alert type="info"]Alert here![/alert]);
I am working with wordpress from scratch and problem is that i just don't know how to add comment form. It can be basic comment form (email + username + post your comment) with some style.
Everytime I try to run plugin it's not working. Don't know why plugins aren't working in single.php. Mybe I code something wrong?
Aprreciate you, thank you for your time and for helping me. I am still beginner as you can see ;)
Can you also look at your settings and see if you are allowing comments? In wp-admin dashboard click on Settings-> Discussion and see what your comment setting are set to.