Rey Den Nalasa
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: Using existing jQuery code of theme or creating new codeHi, I would suggest using a child theme for this and use its own functions.php. That way whenever the Parent theme updates your code wouldn’t be lost.
Also, use wp_enqueue_script() to add your own jQuery.
Here’s how to use jQuery in WordPress link. It’s a very useful topic.
- This reply was modified 7 years, 11 months ago by Rey Den Nalasa.
Forum: Fixing WordPress
In reply to: Creating transparent background for homepage onlyI think you could add a certain javascript script using
wp_headand run it only when you’re in the home page via is_page().That way the javascript will only trigger if it’s the specific page you have selected.
- This reply was modified 7 years, 12 months ago by Rey Den Nalasa.
Forum: Fixing WordPress
In reply to: How to change the header of the themeWhat theme are you using? You could safely modify this via template override. More details about this is here.
Forum: Fixing WordPress
In reply to: Site resetedDid you try to switch theme?Next time you should try to make regular back up or use this.
Updraft plugin.Forum: Fixing WordPress
In reply to: word to wordpresshmm seems complex. Try searching for a php snippet.
Forum: Fixing WordPress
In reply to: word to wordpressI think this is a custom coding. Have you tried searching for a free or premium plugin for this?
Forum: Fixing WordPress
In reply to: Can’t type in main text box on “New Page” or “Edit Page” pageThis happened after you updated it?
- This reply was modified 8 years ago by Rey Den Nalasa.