I can’t manage to active the license Ultimate Addons for Visual Composer. I tried with my purchase code of the royal template and the API key i created.. it doesn’t work? CAn you help me?
best
This topic has 14 replies, 4 voices, and was last updated 10 years, 3 months ago ago by Stan Russell
I can’t manage to active the license Ultimate Addons for Visual Composer. I tried with my purchase code of the royal template and the API key i created.. it doesn’t work? CAn you help me?
best
Hello,
All plugins are external extensions which are included into theme because for each product we purchase “Extended license” and that’s why we are able to include it into them.
This plugins work fine without activation.
You can download the latest plugins versions at this link https://www.8theme.com/download-plugins/ ,
enter your purchase code of the theme to get the plugins.
Regards,
Robert Hall.
ok thank you for your quick reply!
I want this plugin to work because i want to create a Facebook icon in my menu bar… But probably it isn’t the good plugin to use.
1. over wise, How can i manage to create this Facebook icon in menu bar?
2. Moreover i created a footer with statics bloc (only one lign of text). I need to reduce spaces between top and bottom of this text. Which custom css can i use?
Hello,
Please provide us with link to the page and wp-admin access in Private Content.
Regards,
Robert Hall.
i need to reduce width of the footer and put a white Facebook icon (like you demo) in the right side of menu bar (like your food demo but only Facebook icon)
best
You put langage selection and money icon in the bar menu of my website. Can you replace all of them with only one white Facebook icon?
You didnt explain how to réducteur the right of my footer (to much black border on top and bottom)
Thank you
And reduce Space between last item of content page and footer (too much white Space) on HomePage.
Thanks
Hello,
I’ve added text widgets with social icons to Place in header top bar in Dashboard->Appearance->Widgets. Please check.
TO reduce space please add this code into custom.css file.
.main-footer .wpb_row{
margin-bottom: 0px;
}
.main-footer{
padding-top: 30px;
}
.content-page{
margin-bottom: 15px;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
I already manade to create the share text in widget,,, but i only want the Facebook icon (delete Twitter Mail ect )how can i do it?
Thank you for your gréât support ! 🙂
Please add this code into custom.css file.
.menu-social-icons li{
display:none;
}
.menu-social-icons li:nth-child(2){
display:block;
}
Regards,
Robert Hall.
amazing it is working !! thank you very much!!!
Two lasts questions please :
1. how can i delete the sentence ‘Facebook’ when i put my mouse on the facebook icon?
2. Where can I put my Facebook page link beside this Facebook icon?
Hello,
1. You need edit the file shortcodes.php in the directory wp-content/themes/royal/framework, find the section “! Share This Product”, line 1704 and edit the code on line 1737
<a href="http://www.facebook.com/sharer.php?u='.$permalink.'&images='.$image.'" class="'.$tooltip_class.'" title="'.__('Facebook', ETHEME_DOMAIN).'" target="_blank">
remove the word “Facebook”.
2. To add your Facebook link you need edit the same file the same code, insert your link instead of http://www.facebook.com/sharer.php?u='.$permalink.'&images='.$image.'
.
Thank you.
Regards,
Eva Kemp.
all right :
in filezilla i look up in
/www/wp-content/themes/royal/framework
but which folder/file of framework?
Hello,
You need to edit the file shortcodes.php
in ‘wp-content/themes/royal/framework’
Regards,
Stan Russell.
You must be logged in to reply to this topic.Log in/Sign up