Forum Replies Created

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

    (@kioskkeith)

    Thanks for the reply. After using the inspect tool in Firefox I noticed that the link being sent to Facebook wasn’t complete. It was sending https://www.facebook.com/sharer.php?u=//ww missing the rl from url. Ive edited the file now to include the rl and would you believe it its not working but apparently its Facebook’s side. I get a new error page from FB saying “Sorry, something went wrong and we are trying to fix this”

    Thread Starter kioskkeith

    (@kioskkeith)

    Hi George, sorry for the late reply but I was waiting for my themes support to reply to me about this. Sounds like you are right and it is CSS based. Their reply below……..

    4. The image file for flags is loaded externally and so cannot be changed. ?(https://ppt1080.b-cdn.net/images/flags.png)
    ?
    The only way to change this could be to recode a new file, add in CSS to load it from your own site and then recode the theme to adjust this. It’s a lot of work for a small icon.

    In which case I’ll probably just live with it.

    Thread Starter kioskkeith

    (@kioskkeith)

    Hi Justin (or anyone else that’s reading)

    Sorry for the delay in replying, ive been away for a few days.

    The only code similar your suggestion I found was in the wp_settings.php file nothing at all even similar in wp_config.php. The two peices of code shown below

    // Define WP_LANG_DIR if not set.
    wp_set_lang_dir();

    $locale      = get_locale();
    $locale_file = WP_LANG_DIR . "/$locale.php";
    if ( ( 0 === validate_file( $locale ) ) && is_readable( $locale_file ) ) {
    	require $locale_file;
    }

    Cheers ??

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