Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter tbsworks

    (@tbsworks)

    OK that was not the issue —
    To be specific – the issue I was tracking down was WPMU DEV’s White Labeling Branda plugin would not retain the menu tweaks on subsites. (if overriding the global setting)

    Anyway it was this piece of code in the class-dwe-admin.php

    		if ( is_multisite() ) {
    			$hide_settings = get_blog_option( 1, 'dwe_hide_from_subsites' );
    			
    			if ( $hide_settings && get_current_blog_id() != 1 ) {
    				return;
    			}
    		}

    Not sure why but commenting out that bit made both plugins work in harmony, everything works fantastic – your plugin is very nice. I fought for hours on this one, because adding forms to the admin dashboard is not easy, but your plugin makes it a breeze.
    I will manage menu visibility with Branda.

    P.S.
    I would’ve edited the title, but it appears I can not. So I will mark as solved.

    Cheers

    Agreed. It’s not working for me either!

    Pretty fresh WP install – Super Vanilla theme – hello Elementor theme as well.

    That is if the the URL should read &display=swap.

    Our company is testing out Elementor and I am looking for the pro’s and con’s.

    Thread Starter tbsworks

    (@tbsworks)

    Now to fix the no preview when selecting a new font issue:

    in the input.js file
    line 59
    <div style=”font-family:’ + new_font + ‘”></div>
    add some text between the div’s
    <div style=”font-family:’ + new_font + ‘”>This is new a preview of the selected font</div>

    To Change the default onload text sample — that is in the acf-google_font_selector-v5 and v4 files.

    Personally I like the lazy dog sentence because it displays every letter in the alphabet.

    THE QUICK BROWN FOX JUMPS OVER THE LAZY DOG<br>the quick brown fox jumps over the lazy dog<br>! ? 1 2 3 4 5 6 7 8 9 0

Viewing 3 replies - 1 through 3 (of 3 total)