• Resolved bobthesnailman

    (@bobthesnailman)


    Hello… when I activate wp external links, the search box stops working. When I put in a search term, it just goes to a blank page. This is for the search box on my home page (header search) and the posts sidebar search.

    Any ideas? When I deactivate, it works again. Thanks!

    —————————————————————

    WP URL: https://staging.homeinspectorsecrets.com
    WP version: 6.1.1
    PHP version: 7.4.33
    Active Theme: GeneratePress, version: 3.2.4
    Active Plugins

    WPEL Settings:
    array(
    ‘wpel-external-link-settings’ => array (
    ‘apply_settings’ => ‘1’,
    ‘target’ => ‘_blank’,
    ‘target_overwrite’ => ‘1’,
    ‘rel_follow’ => ‘nofollow’,
    ‘rel_follow_overwrite’ => ‘1’,
    ‘rel_noopener’ => ‘1’,
    ‘rel_noreferrer’ => ‘1’,
    ‘rel_external’ => ‘1’,
    ‘rel_sponsored’ => ‘1’,
    ‘rel_ugc’ => ”,
    ‘title’ => ‘{title}’,
    ‘class’ => ”,
    ‘icon_type’ => ”,
    ‘icon_image’ => ‘1’,
    ‘icon_dashicon’ => ‘dashicons-menu’,
    ‘icon_fontawesome’ => ‘fa-address-book’,
    ‘icon_position’ => ‘right’,
    ‘no_icon_for_img’ => ‘1’,
    ),
    ‘wpel-internal-link-settings’ => array (
    ‘apply_settings’ => ‘1’,
    ‘target’ => ”,
    ‘target_overwrite’ => ”,
    ‘rel_follow’ => ”,
    ‘rel_follow_overwrite’ => ”,
    ‘rel_noopener’ => ‘1’,
    ‘rel_noreferrer’ => ‘1’,
    ‘title’ => ‘{title}’,
    ‘class’ => ”,
    ‘icon_type’ => ”,
    ‘icon_image’ => ‘1’,
    ‘icon_dashicon’ => ‘dashicons-menu’,
    ‘icon_fontawesome’ => ‘fa-address-book’,
    ‘icon_position’ => ‘right’,
    ‘no_icon_for_img’ => ‘1’,
    ),
    ‘wpel-excluded-link-settings’ => array (
    ‘apply_settings’ => ”,
    ‘target’ => ”,
    ‘target_overwrite’ => ”,
    ‘rel_follow’ => ”,
    ‘rel_follow_overwrite’ => ”,
    ‘rel_noopener’ => ‘1’,
    ‘rel_noreferrer’ => ‘1’,
    ‘title’ => ‘{title}’,
    ‘class’ => ”,
    ‘icon_type’ => ”,
    ‘icon_image’ => ‘1’,
    ‘icon_dashicon’ => ”,
    ‘icon_fontawesome’ => ”,
    ‘icon_position’ => ‘right’,
    ‘no_icon_for_img’ => ‘1’,
    ),
    ‘wpel-exceptions-settings’ => array (
    ‘apply_all’ => ‘1’,
    ‘apply_post_content’ => ‘1’,
    ‘apply_comments’ => ‘1’,
    ‘apply_widgets’ => ‘1’,
    ‘skip_post_ids’ => ”,
    ‘ignore_classes’ => ”,
    ‘subdomains_as_internal_links’ => ”,
    ‘include_urls’ => ”,
    ‘exclude_urls’ => ‘.gov,.edu,.org,dummies.com,prolinerangehoods.com,homelectrical.com,homeefficiencyguide.com,thespruce.com,globalpwr.com,inspectapedia.com,mobilehomerepair.com’,
    ‘excludes_as_internal_links’ => ”,
    ‘ignore_script_tags’ => ‘1’,
    ‘ignore_mailto_links’ => ‘1’,
    ),
    ‘wpel-exit-confirmation-settings’ => array (
    ‘exit_preview’ => ”,
    ‘background’ => ‘#FFFFFF’,
    ‘title’ => ‘You are leaving our website’,
    ‘title_color’ => ‘#FFF’,
    ‘title_background’ => ‘#999’,
    ‘title_size’ => ’18’,
    ‘text’ => ‘This link leads outside our website and we are not responsible for its content. If you still want to visit the link, click here:’,
    ‘text_color’ => ‘#444’,
    ‘text_size’ => ’14’,
    ‘popup_width’ => ‘400’,
    ‘popup_height’ => ‘200’,
    ‘overlay’ => ‘1’,
    ‘overlay_color’ => ‘#000’,
    ‘button_text’ => ‘Stay on the site’,
    ‘button_size’ => ’14’,
    ‘button_color’ => ‘#FFF’,
    ‘button_background’ => ‘#1e73be’,
    ),
    );

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Search Box Not Working’ is closed to new replies.