Questions tagged [theme-customizer]

9 questions
1
vote
0 answers

How to only load CSS when the Option is checked in Theme Customizer in Wordpress?

New to WP and stuff, and looking for a way to load the CSS only when the Option is checked. I used the below code to add in the Control in Theme Customizer, but not sure how to load the CSS only when the option is…
Umer
  • 11
  • 1
1
vote
0 answers

Wordpress Customizer HTML manipulation and dropdown menu

I'm trying to add a section in the wordpress customizer with a few different "subsections" in a dropdown menu. Like in the following image: I would like to open a subsection when you make click on "H1", for example, with some new controls. I know…
0
votes
0 answers

What should be the structure of ini files to create an .rmskin package from multiple software used

On my windows 10 pc I utilize ux theme patcher, startallback, startisback, 7tsp with ivon an shell themes, msstyles themes, rainmeter, mnmIUI, and JaxCore all together simultaneously to create high personalized 32 layers and interactive desktop…
0
votes
2 answers

How to change the post title tag in WordPress?

WordPress post titles are usually in the h1 tag by default. How to write the post title inside the h2 tag? WordPress Post Title I go through all the themes files but can not get any solution. When I Inspect the page, I find this A Comprehensive…
0
votes
0 answers

How to get TinyMCE Content in Custom Control WP_CUSTOMIZE and Display it in frontend in Wordpress

I created a "WordPress customizer custom tinymce control" and it appears on the customizer page, but I can't show the content where it's needed on the frontend. I tried to use **get_theme_mod()** but to no avail. how can I do that? Used Codes…
0
votes
0 answers

The wp.customize object is not working for me

I used to add Customizer Panel, Section and Controles using the classic PHP Method, but, then I found Weston Ruter's post and found that the PHP method is just a wraper for wp.customize JavaScript object. The post ->…
0
votes
0 answers

Illegal string offset in PHP function

I am getting illegal string offset warning when i try to output some multiple checkboxes options from a wp_customize settings. $wp_customize->add_control( new Customizer_Simple_Checkbox_Control( $wp_customize, 'single_share_box_options', array( …
Liviu Costache
  • 201
  • 2
  • 13
0
votes
0 answers

Wordpress customizer - Using a setting value for another control

There are probably dozens of better ways to do this, but I'm still learning the ins and outs, so I'm starting basic. I'm trying to set up a range (working), for the logo, that scales only as tall as the header section is set to. AKA, So my logo…
faeyren
  • 13
  • 4
-1
votes
1 answer

I want to add a specific section to products information block

I am using Ella Shopify theme, I want to add brand slider section to products information block before dynamic 'buy it now' button. Is there any way to do so. I am looking forward to your kind response I am using Ella Shopify theme, I want to add…