This topic has 27 replies, 3 voices, and was last updated 9 years ago ago by Eva Kemp
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
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.
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
and how can i should i delete the unused logos, i.e. pinterest? Should i just delete the code & the logo will disappear?
and how to activate the mailto link? on the default when i click nthng happens.
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.
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.
btw, can you suggest a code for the instagram account?
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.
i have uploaded the insta code, but no visible result (
Hello,
I’ve re-added the code.
Please check social icons now.
Regards,
Eva Kemp.
Eva Hi, well, i cannot reach the site anymore o.O
admin panel works fine, but not the frontend.
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.
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?
Hello,
You just need to recreate the elements that are outdated (delete and re-add them again).
Best regards,
Jack Richardson.
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.
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.
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.
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…
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.
Aha! now it’s clear what a star stands for:) thank you!
but with the appearance the question is still open.
is it possible to re-create the view?
and the scrolling is not available anymore also(
Hello,
We can only remove background color for tabs using this css code:
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a, .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
border-color: transparent;
background-color: transparent;
}
Scrolling is working on your site.
Try to check in another browser.
Regards,
Eva Kemp.
Ah, yr previous demo version was much better. i hope you will manage in future re-design as it was or in any new style.
But still no left & right arrows
Hello,
There are no arrows because there is nowhere to scroll as you have only 3 new products. Add at least 5 or 6 new products and arrows will appear.
Regards,
Eva Kemp.
solved
Hello,
Glad to hear it.
Have a nice day.
Regards,
Eva Kemp.
Tagged: currency, language, social icons, themes, top menu, woocommerce, wordpress
The issue related to '‘social icons & top menu (currency & language)’' has been successfully resolved, and the topic is now closed for further responses