Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter oneearth27

    (@oneearth27)

    Success! It wasn’t margin at all.

    It was padding! Set top and bottom padding to 0px and that did the trick!

    Thread Starter oneearth27

    (@oneearth27)

    I turned on WP_DEBUG and then got this output on the error:

    Deprecated: version_compare(): Passing null to parameter #2 ($version2) of type string is deprecated in /home/peoplesofsalmon/public_html/wp-content/plugins/ultimate-addons-for-gutenberg/lib/class-uagb-ast-block-templates.php on line 92
    
    Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated in /home/peoplesofsalmon/public_html/wp-includes/block-supports/layout.php on line 167
    
    Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated in /home/peoplesofsalmon/public_html/wp-includes/block-supports/layout.php on line 167
    
    Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated in /home/peoplesofsalmon/public_html/wp-includes/block-supports/layout.php on line 167
    
    Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated in /home/peoplesofsalmon/public_html/wp-includes/block-supports/layout.php on line 167
    
    Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated in /home/peoplesofsalmon/public_html/wp-includes/block-supports/layout.php on line 167
    
    Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated in /home/peoplesofsalmon/public_html/wp-includes/block-supports/layout.php on line 167
    
    Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated in /home/peoplesofsalmon/public_html/wp-includes/block-supports/layout.php on line 167
    
    Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated in /home/peoplesofsalmon/public_html/wp-includes/block-supports/layout.php on line 167
    
    Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated in /home/peoplesofsalmon/public_html/wp-includes/block-supports/layout.php on line 167
    
    Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated in /home/peoplesofsalmon/public_html/wp-includes/block-supports/layout.php on line 167
    
    Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated in /home/peoplesofsalmon/public_html/wp-includes/block-supports/layout.php on line 167
    
    Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated in /home/peoplesofsalmon/public_html/wp-includes/block-supports/layout.php on line 167
    Thread Starter oneearth27

    (@oneearth27)

    @gmajor111

    <?php
    add_action( ‘admin_menu’, ‘Search Engine Generator_add_admin_menu’ );
    add_action( ‘admin_init’, ‘Search Engine Generator_settings_init’ );

    Sorry, I don’t understand the point of your post. Could you please clarify?

    Thread Starter oneearth27

    (@oneearth27)

    @berksted I think moving this to a subdomain and then installing WordPress on the main domain makes sense to me.

    Thanks. I will start researching on how to do this. I guess in WordPress, whereever there is a reference to the membership stuff, then I manually insert the subdomain url there.

    Then the user is left with staying in the old html website.

    And if I update the home links in the html website to point to the WordPress website, then the user will get put back into the WordPress site.

    Thread Starter oneearth27

    (@oneearth27)

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