Skip Navigation

This is the technical support forum for WPML - the multilingual WordPress plugin.

Everyone can read, but only WPML clients can post here. WPML team is replying on the forum 6 days per week, 22 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Europe/Tirane (GMT+02:00)

Tagged: 

This topic contains 1 reply, has 2 voices.

Last updated by Marsel Nikolli 1 year, 6 months ago.

Assisted by: Marsel Nikolli.

Author Posts
November 15, 2023 at 11:02 am #14807377

Sven O.

Hello, I use the Sticky Side Buttons plugin. The website is in German and English. I have translated the text of the button with WPML. Unfortunately, I cannot translate the URL or assign it to a different destination. How can I change this. hidden link The sticky menu on the side. Thank you

November 15, 2023 at 1:25 pm #14808891

Marsel Nikolli

Hi,

Thank you for contacting WPML Support, I will be happy to help you today.

I see that the plugin is not updated for a long time (https://wordpress.org/plugins/sticky-side-buttons/), so it could be a compatibility issue.

I also found an old ticket facing the same issue, where our developers suggested a fix for this issue.

Note: Please make a full backup of your website then try the following steps:

1. Edit the ".../wp-content/plugins/sticky-side-buttons/ssb-ui.php" file
2. Find the following code (line 415):

// Buttons exists
            if ( isset( $this->buttons['btns'] ) ) {

3. Add change it to:

 
if ( isset( $this->buttons['btns'] ) ) {

$this->buttons  = get_option( 'ssb_buttons' );

4. Save the file.

-----

After that, please try the following steps:

1- go to WPML -> Theme and plugins localization, select the Sticky Side Buttons and scan it
2- after the scan is finished, go to WPML > String Translation
3- scroll down and click on the "Translate texts in admin screens” link
4- search for the button link/s ( should be something like: "ssb_buttons")
5- select the string
6- click on the "Add to String Translation" button
7- go back to WPML -> String Translation
8- search for the link/s and translate it

(please check attached images)

Please check this guide for more details about how to find the strings that don't appear in the String Translation page: https://wpml.org/documentation/getting-started-guide/string-translation/finding-strings-that-dont-appear-on-the-string-translation-page/

Let me know how it goes.

Kind regards,
Marsel

14098175-String_Translation_Sandbox_WordPress_Google_.png
14098175-String_Translation_3_Sandbox_WordPress_Google_.png
14098175-String_Translation_2_Sandbox_WordPress_Google_1.png
14098175-1.Theme_and_plugins_localization.png

The topic ‘[Closed] Sticky Side Buttons I cannot translate the URL or assign it to a different url’ is closed to new replies.