Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author WebshopLogic

    (@webshoplogic)

    Hi,

    At this moment the Page Target URL is set automatically and cannot be modified.
    Why would you like to modify it? Do you want to display the results specially? So it is not appropriate if the result set is displayed on a normal WP page?

    Peter

    hi,
    I have same problem, after transferring to another server my website the https://gk.priorsolution.in/search_gcse/ page not found while i have same permalink not to changed.Please give me any possible solution.

    Thank in advance

    Plugin Author WebshopLogic

    (@webshoplogic)

    Hi,

    We have a quick solution.

    You can find the following code in lines 207-208 of wgs-admin-page.php file:

    '<input type="text" id="search_gcse_page_url" name="wgs_general_settings[search_gcse_page_url]" value="%s" size="50" disabled />',
    esc_attr( get_page_link( $options['search_gcse_page_id'] ))

    Please change it to this:

    '<input type="text" id="search_gcse_page_url" name="wgs_general_settings[search_gcse_page_url]" value="%s" size="50" />',
    esc_attr( $options['search_gcse_page_url'])

    After the code replace, you can change the URL on the plugin settings page.
    Then please replace the original code back.

    I hope this information help you to solve this issue.

    Peter Rath
    WebshopLogic

    Thanks for responce

    But i have same problem after press search button url get default page https://gk.priorsolution.in/search_gcse/ & it’s not found.

    I have resolved this problem, now having search problem, Now no results found in my site for any thing that is exist in my website, While i have insert correct search engine id from google.

    Plugin Author WebshopLogic

    (@webshoplogic)

    Results is generated by Google, so please check your settings on Google CSE admin site, and try out your searches there. (https://cse.google.com/)
    If you got results on Google CSE Admin page, then you will get the same results on your WP site too.

    Do you get results on Google CSE Admin site?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Change Search Page Target URL’ is closed to new replies.