Skip to main content

Questions tagged [theme-customizer]

The Customizer is a framework for staging changes in WordPress. Settings may model anything in a given site (options, theme mods, widgets nav menus, posts, etc.) and the changes are bundled into changesets which are then previewed, saved as drafts, and even scheduled. Themes and plugins alike may extend the Customizer. Questions should be posed related to the Customize API in WordPress, in either PHP and JS.

0 votes
0 answers
10 views

Capture the Selected Radio Button Value between two files in wordpress theme

$html_output .= '<div class="form-group"> <label><input type="radio" name="driver_type" value="society" checked required> ...
amine asfar's user avatar
0 votes
0 answers
11 views

Hover Hide-Visible Additional CSS not working in Wordpress website, but shows properly in Customize window

I have used icon-box element in my Wordpress website with free version of Elementor. I wanted to show icon and title in default and keep the description hidden. On hover, I want to change the color of ...
Kshitij Matey's user avatar
0 votes
1 answer
16 views

How to create new title and its description inside a section in WP Customizer?

Actually, I want to add a new title General settings with a small text description of it in a new section that I've created in the WordPress Customizer. The section is already created and works well, ...
Sam94's user avatar
  • 15
0 votes
0 answers
8 views

WordPress Customizer - How to save list of checkbox of pages?

I'm trying to create an option within the customizer that is basically a list of pages with checkboxes. I have that part working but I don't understand how to save it AND how to retrieve the saved ...
Jon's user avatar
  • 323
0 votes
1 answer
27 views

WordPress Customizer add_control Dropdown of Pages with Multi Select?

I have a customizer option that simply creates a dropdown populated with pages from the site. I need this dropdown to have the ability for multiple selections? Any ideas? $wp_customize->...
Jon's user avatar
  • 323
0 votes
0 answers
26 views

Customizer copyright in Footer Bar

I am running a WordPress (latest version 6.5) staging website in WAMP64 in fact, I am running two versions of this website. There is a problem with the copyright text under the Footer Bar in ...
Mica's user avatar
  • 1
2 votes
0 answers
48 views

Can't find elemnts on the DOM using Custom Control in Customizer API

I'am creating a Custom Control on Customizer API, I add Multiple Checkbox as my custom type. When I wanna add a live preview, the jQuery doesn't find the selector that I want. Here's functions.php ...
Miminou's user avatar
  • 21
0 votes
0 answers
103 views

Wordpress 6.4.2 - can't load editor style css using 'after_setup_theme' or 'admin_init' actions

My hosting company upgraded my remote Wordpress version of my site to 6.4.2 and as I mentioned in a previous ticket alot of things stopped working. One item that seems to be broken are the custom ...
Mike Sav's user avatar
  • 127
0 votes
1 answer
360 views

How do I create a single.php file as the default template for single posts in the twentytwentythree theme?

I am trying to create a single.php file to be the default template for displaying single posts in a child theme that I have created from the TwentyTwentyThree theme. The reason I want to set this as ...
Shanahando's user avatar
0 votes
0 answers
27 views

Partial refresh in WordPress live preview

I have used the number input controller for the WordPress customization section. By entering the new number, the whole page is refreshed in the live preview, and the reason for this is because of the '...
Benjamin's user avatar
0 votes
1 answer
36 views

Why does customize_register only load inside of functions.php for me?

I'd like to better understand - when I place the below into my functions.php file: add_action('customize_register', 'boat_annualReport_customize_register'); function ...
Dreamyth's user avatar
0 votes
1 answer
57 views

Customize all image captions

Is there anyway to add smth like a SVG to all image captions of my website? Smth like the camera logo under this photo.
Poorya Ghorbani's user avatar
0 votes
1 answer
14 views

Is child-theme required when modyfing "Appearence > Editor"?

I'm using the block theme "Twenty Twenty-Three" and I've modified its appearance by doing some custom editions through "Appearence > Editor". Now, will I lose all those changes ...
Alvaro's user avatar
  • 131
0 votes
0 answers
31 views

WordPress Responsive Custom Control WP Customizer

I'm developing a WordPress theme and I searched for days without finding anything. I have a custom control in WP Customizer and I want that it can save data responsive for desktop, tablet and mobile. ...
Stefano's user avatar
  • 33
0 votes
0 answers
48 views

Sticky bar with filter button and product count

I use elementor and hello theme. I need to create a sticky bar with filter button and product count when you scroll product archive, similar to https://www.chanel.com/it/make-up/labbra/c/5x1x1x31/...
avenz's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
62