Social icons & top menu (currency & language)

This topic has 27 replies, 3 voices, and was last updated 8 years, 5 months ago ago by Eva Kemp

  • Avatar: nuts
    nuts
    Participant
    October 30, 2015 at 17:53

    Hi, how can i remove the currency & language buttons?

    and please advise me how do i link my social media to the icons on the theme

    26 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    October 30, 2015 at 18:37

    Hello,

    To remove languages icons you need add empty Text widget into “Left Side top bar area” in Appearance > Widgets.

    To change social icons links you need edit the file wp-content/themes/royal/framework/shortcodes.php (find the section “! Share This Product” in line 1918), to change links you need edit the code, for example for Twitter <a href="https://twitter.com/share?url='.$permalink.'&text='.$post_title.'" class="'.$tooltip_class.'" title="'.__('Twitter', ETHEME_DOMAIN).'" target="_blank"> and replace https://twitter.com/share?url='.$permalink.'&text='.$post_title.' with a link to your Twitter account.

    Regards,
    Eva Kemp.

    Avatar: nuts
    nuts
    Participant
    October 30, 2015 at 18:54

    thank you!

    with the social media, do i need to get any kind of API from FB, insta and so on or i just paste the link to my account like http://www.instagram.com/XXXX

    Avatar: nuts
    nuts
    Participant
    October 30, 2015 at 18:59

    and how can i should i delete the unused logos, i.e. pinterest? Should i just delete the code & the logo will disappear?

    Avatar: nuts
    nuts
    Participant
    October 30, 2015 at 19:10

    and how to activate the mailto link? on the default when i click nthng happens.

    Avatar: Eva
    Eva Kemp
    Support staff
    October 31, 2015 at 10:18

    Hello,

    You need paste the link to your social account.

    To delete unused icons you need remove or comment the code in shorcodes.php file.

    To activate “mailto” link you need edit the code <a href="mailto:enteryour@addresshere.com?subject='.$post_title.'&body=Check%20this%20out:%20'.$permalink.'" class="'.$tooltip_class.'" title="'.__('Mail to friend', ET_DOMAIN).'" target="_blank"> in shortcodes.php in line 2002 and enter your email address instead of enteryour@addresshere.com.

    Regards,
    Eva Kemp.

    Avatar: nuts
    nuts
    Participant
    October 31, 2015 at 19:44

    Hello Eva,
    with social icons all fine except the email button, i did the change as mentioned but didn’t succeed. pushing the button, new window opens & no result.

    Avatar: nuts
    nuts
    Participant
    October 31, 2015 at 19:52

    btw, can you suggest a code for the instagram account?

    Avatar: Eva
    Eva Kemp
    Support staff
    November 2, 2015 at 11:17

    Hello,

    Did you have any mail client installed on your PC? Outlook or Thunderbird? When you click mail icon, mail client is opened to send email.

    You need edit the file wp-content/themes/royal/framework/shortcodes.php (find the section “! Share This Product”) and add this code after line 2010:

    if($instagram == 1) {
    $html .= '
    <li>
    <a href="http://url_to_your_Instagram_page" class="'.$tooltip_class.'" title="'.__('Instagram', ET_DOMAIN).'" target="_blank">
    <i class="ico-instagram"></i>
    <svg width="38" height="38" xmlns="http://www.w3.org/2000/svg" class="circle">
    <circle cx="19" cy="19" r="18" fill="rgba(255,255,255,0)" stroke="#000000"></circle>
    </svg>
    </a>
    </li>
    ';
    }

    and
    'instagram' => 1 after line 1927.

    Regards,
    Eva Kemp.

    Avatar: nuts
    nuts
    Participant
    November 2, 2015 at 19:08

    i have uploaded the insta code, but no visible result (

    Avatar: Eva
    Eva Kemp
    Support staff
    November 2, 2015 at 20:23

    Hello,

    I’ve re-added the code.
    Please check social icons now.

    Regards,
    Eva Kemp.

    Avatar: nuts
    nuts
    Participant
    November 3, 2015 at 07:46

    Eva Hi, well, i cannot reach the site anymore o.O
    admin panel works fine, but not the frontend.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    November 3, 2015 at 08:14

    Hello,

    As I see some elements in your home page are outdated:
    http://storage8.static.itmages.com/i/15/1103/h_1446534829_5680388_2f22e6a976.png

    Please recreate them using updated elements in Visual Composer editor and check page after that.

    Best regards,
    Jack Richardson.

    Avatar: nuts
    nuts
    Participant
    November 3, 2015 at 08:27

    Dear Jack, not sure if it’s the real issue, ’cause before the instagram code editing, yesterday everything was absolutely fine. And the front end product page is ok, but not the main page.

    Where should i get the updated element? I should update the plugin it means?

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    November 3, 2015 at 10:21

    Hello,

    You just need to recreate the elements that are outdated (delete and re-add them again).

    Best regards,
    Jack Richardson.

    Avatar: nuts
    nuts
    Participant
    November 3, 2015 at 13:02

    Well, you were right, i did the replace of the blocks, now i see the main page, but new issues arrive:

    1. The tabs are the default styled & not the royal theme
    2. a mentioned that the tabs must show the NEW & Featured products, but not really working. i.e. today шэму added 3 new product & they are not in the new tab.

    Avatar: Eva
    Eva Kemp
    Support staff
    November 3, 2015 at 16:04

    Hello,

    1. Our demo site uses old theme and plugins versions, but Visual Composer authors updated some elements in their editor and some styles may look differently. Sorry, but this is not a theme issue, it’s just an update of the plugin.

    2. As I see new products are shown on the page:
    http://storage4.static.itmages.com/i/15/1103/h_1446563069_9344004_0381c46315.png

    Regards,
    Eva Kemp.

    Avatar: nuts
    nuts
    Participant
    November 3, 2015 at 16:33

    Eva,

    1. Is it possible not to use a tab style but as it was in a demo, just the words?
    2. yeah, there’re the products, but new stuff not showing actually.

    Avatar: nuts
    nuts
    Participant
    November 3, 2015 at 16:50

    tested the other way – it occurs that now on i must place “Mark product as “New”” and not that all the products i recently added & not only marked new.

    with the recommended/featured product it’s now a question how to put the product also there…

    Avatar: Eva
    Eva Kemp
    Support staff
    November 3, 2015 at 19:34

    Hello,

    How to mark featured products you can read here:
    https://support.woothemes.com/hc/en-us/articles/203104327-Mark-Product-as-Featured

    Regards,
    Eva Kemp.

  • 1 2
    Viewing 20 results - 1 through 20 (of 27 total)

The issue related to '‘social icons & top menu (currency & language)’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.