-
Posted a reply to Watch multiple controls for a change, on the site WordPress.org Forums:
Appreciate the tip, I’ll test this out next chance I get. It should definitely clean… -
Posted a reply to Execute javscript when theme customizer loads (autosave issue), on the site WordPress.org Forums:
Figured out that this is a Javascript scoping issue, and that calling bob() from outside… -
Created a topic, Execute javscript when theme customizer loads (autosave issue), on the site WordPress.org Forums:
I have a theme that is having an issue when there are … -
Created ticket #133196 on Themes Trac:
THEME: throwback – 1.0 -
Created a topic, Watch multiple controls for a change, on the site WordPress.org Forums:
I'm working with JQuery and I have a bit of code that … -
Posted a reply to Changing Customizer control choices via Javascript, on the site WordPress.org Forums:
I think the big part of what I was having to overcome was in the… -
Posted a reply to Changing Customizer control choices via Javascript, on the site WordPress.org Forums:
Just updating this to keep anyone from spending time on it, I'm making progress on… -
Posted a reply to Changing Customizer control choices via Javascript, on the site WordPress.org Forums:
I've played with this some more and I've been able to get my code where… -
Created a topic, Updating $wp_customize choices after initial setup, on the site WordPress.org Forums:
Trying to approach what I want to do in my theme from … -
Posted a reply to Changing Customizer control choices via Javascript, on the site WordPress.org Forums:
Yes indeed, that was definitely an error, but not my main issue. I found that… -
Created a topic, Changing Customizer control choices via Javascript, on the site WordPress.org Forums:
I'm implementing a font selection choice in my theme, … -
Posted a reply to get_theme_mod not pulling updated value within Customizer without Publishing, on the site WordPress.org Forums:
Resistance is never futile, but is sometimes pointless. LOL I'll bang on this a bit… -
Posted a reply to get_theme_mod not pulling updated value within Customizer without Publishing, on the site WordPress.org Forums:
Your suggestion makes the most sense, I tend to avoid adding such code though whenever… -
Posted a reply to get_theme_mod not pulling updated value within Customizer without Publishing, on the site WordPress.org Forums:
As I said, this isn't the same value in multiple places, the first option enables… -
Created a topic, get_theme_mod not pulling updated value within Customizer without Publishing, on the site WordPress.org Forums:
In my theme, I have a Customizer section that has a pa… -
Posted a reply to Change Title Tag within page, on the site WordPress.org Forums:
Well, didn't take long for me to break the above code. LOL I was finally… -
Posted a reply to Change Title Tag within page, on the site WordPress.org Forums:
Thanks, this got me going in the right direction, but I changed it up a… -
Created a topic, Change Title Tag within page, on the site WordPress.org Forums:
I understand that the Title Tag is generated within wp… -
Posted a reply to Creating a new menu item, on the site WordPress.org Forums:
My biggest challenge with what I'd like to accomplish (see screenshot above for menu goal)… -
Posted a reply to Creating a new menu item, on the site WordPress.org Forums:
Here is an example of the type of menu I'm wanting. Recent entries update automatically… -
Created a topic, Creating a new menu item, on the site WordPress.org Forums:
I'm working on a theme, and one of the options I want … -
Posted a reply to Theme checker reports multiple text-domains, on the site WordPress.org Forums:
Answering my own question... I just had to lay the control out slightly differently to… -
Created a topic, Theme checker reports multiple text-domains, on the site WordPress.org Forums:
Hello all. I'm developing my first WP theme, I'm towa…