Editing Custom JS, CSS, etc. in WordPress using PhpStorm - wordpress

I just got thrown into a project involving WordPress with custom JavaScript, CSS and such, and I am using the Visual Composer plugin to edit the js and css, much to my dismay as there are no dev tools whatsoever.
I've got the site set up locally in PhpStorm, but I don't have a clue where the JS and CSS or whatever other editable code resides in files in WordPress. It's driving me crazy using the crappy UI with Visual Composer.
Can anyone tell me where to find these files? And, can anyone tell me where to put custom js files that need to be stored locally so that when they are called with:
<script src="meta-plugin.js"></script>
the file gets loaded.
Thanks for your help WordPress coders. I searched through the WordPress docs and couldn't find this info, so if it exists, if someone can just point me in the right direction, that'd be great.

Related

CSS Changes not reflected on the ghost live site after changes implementation is done

I am facing the CSS file issue on the ghost platform. When I made the changes on handlebar file and CSS file of ghost page then after making the theme live on ghost pro, I will observed that .hbs file changes are reflected on the live site but .css file changes are not reflected, I was tried on many ways to solve the issue but i didn't get the proper solution. So can anyone help me out from these problem, it's really very helpful to me.
Regards,
Akshay Khedkar

Joomla modules styles and script not included in template head

I encountered a very strange issue today with Joomla. I developed a site on my local machine and everything seem to be working fine.
See Image of the source head element below:
All the modules were displaying as expected. However, when I moved the site to my host on the remote server, strangely the styles and scripts for the modules could not be found and my modules are scattered without styling.
What could this mean? I have searched everywhere on google and here on StackOverflow, but it seems no one had experienced such an issue. Could somebody please help me out? what should I look out for?
The template I am using (zeta) is a custom template renamed from the original Joomla Protostar template.
I am using Joomla! 3.9.13, PHP 7.3.1, and Ipage.com Servers.
Thank you in Advance.
I got it. It was a caching issue! I disabled the plugin page cache, disabled the system caching in the global configuration, disabled Gzip compression in the global configuration and there you go. everything returns to normal. If you ever experience a similar issue, just try the above out. Thank you to anyone who saw the question.

Visual composer plugin seems to not working on localhost

I have a online web site with Visual Composer plugin, and all works fine.
Today I downloaded this site in local, but Seems That the VC plugin does not work because the page layout is wrong and some parts of the pages are no longer visible.
I think that these parts are used by VC.
Does anyone know what happened?
Thanks
-- UPLOAD --
I think I found the problem. Custom css files (of theme) are not loaded on pages.
For example on remote site pages load css/custom-f5s6da4f.css file, instead in local not.
Thanks
You have downloaded website from server to local you will need to update wordpress & website URL. Currently website is not able to load various assets CSS/JS check browser console. If you see short-codes for visual composer then its issue with Visual Composer plugin.
I found the solution, if someone could help.
The custom css were blocked. The first error may be that the folders do not have the permission.
The second (what is served to me) is to reset and restore the custom CSS: theme option / general / advanced (tab) -> 'disabled' and than 'enabled' responsive layout.
have a nice day

I have created a Adobe muse website and Im trying to upload it to WordPress and im getting errors

So I have created a website in Muse and I'm trying to upload it to my Website Via Word Press, however; I'm getting issues I think is to do with a PHP and HTML clash.
Can anyone help please?
You can not upload your adobe muse site in Wordpress installation. Muse created files are HTML, CSS, JS etc and Wordpress works with databases and PHP.
I assume you want to use adobe muse created pages in Wordpress as template. This is not a great idea unless you know how to create Wordpress templates and how to code with HTML, CSS, PHP etc.
Regards
CD

Magento CSS not Loading in New Template

I have posted on the template creator's site, as well as Magento support, but no one has responded.
The CSS is not loading at all on the custom theme I have installed, which is supposedly compatible with the current version of Magento.
You can view the page here: shop.dearearth.net
This is a fresh installation of Magento and the theme, with a fresh database.
I have a feeling it should be a relatively quick fix.
Thanks for looking.
All the links in your page referring to the
http://www.shop.dearearth.net/skin/frontend/base/
directory on your site returns 404. Make sure your css files are in fact in there. Also make sure your links aren't being broken by a .htaccess file.
Make sure your CSS is 777 rights by admin.
OR
Please copy the whole code from latest css and take it as a backup and create a new css file as same name and past the code.
Check in admin back-end, System > Configuration > General/Design if your theme is right specified. Also check if after you installed the new theme, the files have the proper rights (normally, they must be accessible by the web server with Write permissions)
For more info please also take a look at Magento Designers Guide for understanding of how Magento read and split template information. Maybe you have put the CSS and images in a wrong directory :)
Solved.. sort of. The version of the template turned out to be quite outdated, and the incompatible with the current version of Magento, which handles things differently in terms of calling styles in the page.xml file.
Thanks for your inputs.

Resources