pase
Forum Replies Created
-
Forum: Hacks
In reply to: Remove class from html elementI am already working on a childtheme with custom breakpoints. The classes I am trying to remove control the layout of the page elements. When the viewport reaches a width of 768 px the layout breaks. By removing the col-450 and the fit classes form the p tags makes the layout works better. I would like to remove, cancel, null or override the classes col-450 and fit from the p tags between 768px and 980px without affecting the rest of the elements on the page. Can this be done with java script or css?
Forum: Hacks
In reply to: Adding JS to wordpress menu itemI will give it a try!
Thanks very much for your help!Forum: Hacks
In reply to: Adding JS to wordpress menu itemThe javascript is placed at the bottom of the footer.php file.
Now that you mention it. I think this is the problem. The javascipt doesn’t automatically load by placing it in the footer.php file. I am not sure how to load it properly.Forum: Hacks
In reply to: Adding JS to wordpress menu itemThanks for responding. I have a menu list with a link to the contact form. The behavior I am trying to achieve is to show the contact form when the link is clicked. The contact form is hidden by default.
Adding a class through the admin area panel options to the menu link works, I can add css rules to the menu item.
However, the menu item class does not see the javascript function.
Forum: Fixing WordPress
In reply to: How to upload revision changes to live serverFor instance, I am developing a child theme. This includes adding pages, menus, widgets and plugins. The plugins require adding php code to the page templates. The widgets require editing the functions.php file
The part that is confusing to me is how to how to add the new changes to the version that is already in the test server.
Forum: Localhost Installs
In reply to: Development Environment [Browser Auto Refresh]I have try browser add-ons and extensions which work fine when not using the MAMP/local host. The extensions and add-ons don’t respond under the local host environment.
I am using a WP plugin CSS refresh which updates the browser on page save.
So far, I have not been able to find a way to refresh the browser when doing in the browser WP admin area edits.
Can the browser be configured to do this task automatically?