Bootstrap's dropdowns require Popper.js on wordpress site - popper.js

Hi guys i updated a plugin on wordpress and i keep getting these errors. It has only worked when the default wordpress theme is enabled. Ano other theme seems to break it. Any help please ? :)enter image description here

Related

How to fix error in WordPress Gradient Theme when i to edit it using Elementor?

I need help with WordPress Gradient Theme when i try to edit it using Elementor it loads “The content area has not been found on your page”? I tried changing themes, uninstalling plugins but i still get the same error.
enter image description here

Why is my wordpress website displaying lines of html in place of performing the action it is programmed

http://www.esafiber.com/
I am trying to get the website back in working order, however I have gotten stuck where it looks like the HTML bleeds through.
Any one seen this before? I am using WordPress and all of my themes and plugins are up to date.
It is actually a shortcode and it is not displayed properly.
You can check it via various way -
1 - Please check shortcode written in text area not visual if you use a text editor
2 - Please check theme or slider plugin is activated or not.
3 - Please check the theme or slider file if you are aware of customizing and check add_shortcode or do_shortcode written is in a proper way or not.

Having two bootstrap links causes accordion to not work properly

I have included two bootstrap links in my HTML page. This is causing issues with the accoridan I have included. The accordian once opened wont collapse when clicked again.
I have figured out that this is because of the two bootstrap links and the problem is solved when I remove one. Does anyone know why this is occurring and how to solve this?
The two bootstrap links are a local copy and a CDN copy. I use the CDN primarily and have a local backup incase the CDN is down.
Any help is appreciated.
Unfortunately, Bootstrap doesn't provide a specific variable for the fallback purpose. However, you can still achieve the CDN fallback behavior, you can test for one of the bootstrap plugins. For example, you can check for the modal plugin like below-
<script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script>$.fn.modal || document.write('<script src="/js/bootstrap.min.js"><\x3C/script>')</script>
This will only load the local version of the bootstrap.min.js file if the CDN doesn't work.
Please note that this might fail in future if the modal plugin gets renamed or removed in future.

How to edit wordpress v4.5 be Html page

i have problemm with my wordpress site. i install it on softclaus in cpanel... i want edit my wordpress be html. i dont know where i can find the edit. this wordpress is v4.5 . how to edit be html?? i tried to find it on the web. but they wordpress is different with me? ... my wordpress is only twenty sixteen theme. how do i can edit ???? please help me!!!!
Wordpress is what is considered a CMS (Content Management System). Basically what this means is everything is pre-designed for you. If you are trying to edit or create a new HTML page, you would simply click Create new Page/Post. Each option will either create a blog or a webpage depending on the template. Now if you are looking for a whole new theme you click on appearance -> themes -> new themes.
If you are trying to create a new design you could do that by utilizing FTP and creating a child directory which is shown here: http://www.wpbeginner.com/wp-themes/how-to-create-a-wordpress-child-theme-video/

Slides stacking under each other

So im trying to get a slider with different kinds of logo's but every plugin i install displays them under each other. im using wordpress.
The current plugin is Easy logo slider.
this is the link to the page:
http://mjoosse.nl/partners/
I would really appreciate it if someone could help me out.
You have a JavaScript error:
ReferenceError: create_jcarousel is not defined in your /partners page in this line:
<script type='text/javascript'>create_jcarousel('A7FvRB');</script>
This might break your page! Moreover some of the files cannot be loaded (e.g. bootstrap.min.css).
Since you are using Bootstrap, why not just go ahead and use their carousel module?