Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I'm trying to use https://github.com/alvarotrigo/fullPage.js in an underscores.me wordpress theme. I'm only an amateur programmer, so I might be missing something basic, but I just can't find out where I'm going wrong. I'd really appreciate anyone's help.
I've made only minimal modifications thus far to the underscores base theme, just trying to get the fullPage.js script working. Here's the project: http://www.loveroots.us
You have errors in your code, check the javascript console and you will see the following:
Uncaught TypeError: Property '$' of object [object Object] is not a function
Also, you are importing the scripts twice, at your head and at the bottom of your site. Do it only once, at the head.
Also jQueryUI should be added before fullpage.js.
Update 2021:
fullPage.js now is available for Elementor and Gutenberg builders and soon for Divi too.
However, if you want to install this by yourself you can check this tutorial too. Just note that fullPage.js support won't be provided for it and that fulPage.js extensions might not work on it.
Related
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 4 days ago.
Improve this question
So I'm a bit lost. There are so many places to tuck away custom css between the WordPress customizer and Elementor Pro, and I added some css to style a couple little recurring anchor tags in a file sharing list, but now I can't remember where I put it and can't find it. I have looked in every place I can think of.
I know now that I can put all of my additional css in the theme file (I created a child theme for that reason) but that doesn't help me now to find that one darn line of code to edit it.
I did use the page source and found the css I added but where is the source file located so I can edit it?
I am completely self taught through various resources and prerecorded classes online so I don't know what I don't know. I am pretty good with working in WordPress but I am new to editing the file itself rather than using custom code on individual pages via a plugin.
Since you have not mentioned if the styles are applied to all web pages or to a particular page, I will try to help with the general answer which will help you to solve the problem you are experiencing. There are two ways you solve this issues one is adding styles to Elemantor Pro or by adding it to wordpress directly. To add styles to using Elemantor Pro is by right clicking on the element edit button and go to advanced and in advanced you will have custom CSS, for further info read more. Similarly you can to add custom CSS in wordpress by following link here
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 days ago.
Improve this question
So... My pages were all done. Everything and every CSS running smoothly... And then I added my routes. Apparently my main route "/" managed to load every css file from my routes and now Im not sure what to do?
I looked it up and found some people talking about absolute pathing my styles. Didn't really work thou... Also tried to inspect and make sure nothing was overwriting my styles... I'm using reactjs. You guys have some tip for me?
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
I have a weird question. I dont know what is happening but I am working on my web. I am using Filezilla. Css stopped working - no change in code is displaying. I tried to delete all files from Filezilla and upload it again and it was working. After a while it happened again and few times more as I tried the same. I know that the css file I am using is the right one but I dont know why there is no change visible? When I change html it is working but no css. Thanks for your help.
(I am also using subdirectory if there might be some problem?)
As panther answered, it is probably because the old css file is loaded from cache instead of the new file. You can bypass this by pressing the ctrl key and f5.
It can be css path mismatch.You can see website console error where explain everything.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 5 years ago.
Improve this question
I hope all is well with you
It is about a week I have problem with updating plugins and themes but this problem does not affect all plugins but some of them. When I press the update button at the next page I get "Not Available" error.
Here is the screen shot of this. How can I fix the problem?
Thanks
enter image description here
I recommend that you ,Deactivate all other plugins except which you want to update then update check with this if is not working then revert to a core WordPress theme (eg, twentysixteen) and check if you see the same problem.
If problem goes away then you can find due to what is causing it.
Hello Habiballah Hezarehee
Please check if there is dose't available any update for installed plugins in this case have got this type of screen. If you have any plugin update in pending please share those plugin detail maybe it's very help full for someone to putt an answer.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 months ago.
Improve this question
I have to build a custom plugin for a client who is using wordpress. I am dont use wordpress so I dont know how it works. I just want to understand how this will work..
I have to build them a search plugin that will be display inside a page. It will get data from an excel spreadsheet that lives on the server, so they can edit that content and it will pull all that data into the page. Is this a plugin? where do I start?
I will also need to use jQuery to do some more to the data once on the page.
Wordpress plugin develop does take some work, but it is extremely well documented. I would go to the following pages in the order that they are listed:
http://codex.wordpress.org/Writing_a_Plugin
http://codex.wordpress.org/Plugin_API
http://codex.wordpress.org/Plugin_Resources
Once you've gone through those pages, you should have a lot more information on plugin development and how you might do what you are after.
I had the same question. Looking at some plugins, it seems they are using short codes to place plugins in specific pages. Here's the link in wordpress:
http://codex.wordpress.org/Shortcode_API
For WordPress 6.0 please check this page:
Plugin developer handbook