This topic has 15 replies, 2 voices, and was last updated 7 years, 11 months ago ago by Eva Kemp
I have several follow-up questions regarding the Default Demo page:
2. Even though I install demo data as described in the documentation (https://www.8theme.com/demo/docs/royal/#!/demo_data_installation), I do not find the same video (of girl in town eating ice cream) on the Home page? I get a video of a town/harbor with ships passing by. How do I get the video of the girl, and what size (width, MB’s etc.) should a video ideally be for a fast loading Home page?
3. The “Testimonials Widget” in Visual Composer editor is not the same as the widget on my main website (atelierchristian.nl) because it does not displays the testimonials of customers (from The Feedback Company). I wish to place this also in the footer. How do I do this? If I try making a Feedback Company Widget, then the green stars (displaying that we score 5/5 stars based on 114+ reviews) do not appear.
4a. I have added to the top bar the widget of The Feedback Company and the Thuiswinkel Waarborg (logo + link)? How do I get the white line as between ‘Newsletter’ ‘My Account’ ‘Logout’ on the right side? I want to place this line between the Feedback Company Widget and the Thuiswinkel Waarborg.
4b. Can I also place the content of top bar (i.e. the ‘EN, FR, DE. $, €’ on the left side and the Newsletter, My Account etc. on the right side) in the same bar as the Search button and the Cart display? Because there are now two top bars: one with a black background, and one more grey-black.
4c. How do I change the social icons (twitter, Facebook, mail-icon) on the left top bar?
5. When I follow the instructions on placing footer 1 (https://www.8theme.com/demo/docs/royal/#!/9_footer), and create the Summer Collection part in the footer, then the text ‘Summer Collection’ does not appear. The image is too big without this feature. Please advice on how to get that text there.
6. The ‘Subscribe text’ is out of line on my default Home Page. How do I get this back in line?
Thank you
For login codes, see Private Content
7. On the Live Preview of the Royal Theme, you get to see images when you hover over a word in the menu bar. For instance, under Demo > Electronic > [hover mouse over word] image of Nokia Luma920.
How do get this effect?
‘4b. I have chosen Header 17, and in the preview of this Header I see that I can write text.
In the preview of Header 17 I read the following: ‘Welcome in Woorom Guest! Login or Register’. Where can I alter this text?
Hello,
2. Sorry, but you have to use your own video. Demo images/video can’t be used on clients’ sites due to copyright laws. Our video weighs 2M.
3. As I see you’re using special plugin “Feedback Company XML feed”. Please take our apologies but we don’t provide support for 3rd-party plugins.
4. a) I don’t see Feedback Company widget in top bar. Please re-add it.
b) Unfortunately there is no such possibility. Sorry.
c) Go to Theme Options > Header > Header custom HTML and add your content there.
5. I’ve added Text with separator element in your Static Block. Please check “Summer Collection” column now.
6. I don’t see Subscribe text in your home page. Please show a screenshot and direct link.
7. Sorry, but that feature is for demo only.
Regards,
Eva Kemp.
8. Is it possible to remove the text ‘Return to Previous Page’ on every page?
9. The title of the grouped products runs over the sidebar. See for example https://www.atelierchristian.nl/webshop/sieraden-sets/14-karaat-geel-wit-en-rose-gouden-collier-armband-en-oorbellen-zirkonia/.
19. How can I make the loading of the website as fast as possible? What plugins should I use, if any?
11. On the Wishlist page, the social icon for Facebook is different. And the space between the Facebook icon and Twitter icon is empty and ‘jumps’ if the cursor is over it. How do I fix this? See e.g. https://www.atelierchristian.nl/wishlist/view/07NSVCMSI65X/.
Dear Eva,
Thank you kindly for taking the time to answer.
‘4a) Please see the test website for the top bar with widgets in question.
‘4c) In Theme Options > Header > Header custom HTML I see the following: <p>[share]</p>. Where do I change the [share] icons?
‘7) That is very unfortunate. Is there no way where I can achieve the same result?
Thanks.
Best regards,
Christian
Hello,
8. Add this code in Global Custom CSS:
.back-history {
display: none;
}
9. Use this css code:
.group_table td.label {
white-space: normal;
}
19. You can speed up the site following the suggestions from these articles:
http://techtage.com/speeding-up-wordpress-sites/
http://www.sparringmind.com/speed-up-wordpress/
https://www.inmotionhosting.com/support/website/wordpress/heartbeat-ajax-php-usage#heartbeat-in-action
http://premium.wpmudev.org/blog/10-best-image-optimization-plugins-to-speed-up-your-wordpress-site/
http://www.elegantthemes.com/blog/tips-tricks/optimize-images-for-your-wordpress-website
11. I don’t see Facebook icon on Wishlist page. Please re-add it.
4. a) Please use this css code:
.top-bar #fcs_widget-5:before {
content: '';
display: inline-block;
width: 1px;
height: 7px;
background: #fff;
margin: 7px 12px 0;
}
c) You need edit the file wp-content/themes/royal/framework/shortcodes.php (find the section “! Share This Product” in line 1965).
7. Sorry, but no. As I told you it was made for demo only.
Regards,
Eva Kemp.
‘4c. I see the following code.
I don’t want to mess things up:) How do I change things?
// **********************************************************************//
// ! Share This Product
// **********************************************************************//
add_shortcode('share', 'etheme_share_shortcode');
if(!function_exists('etheme_share_shortcode')) {
function etheme_share_shortcode($atts, $content = null) {
extract(shortcode_atts(array(
'title' => '',
'text' => '',
'tooltip' => 1,
'twitter' => 1,
'facebook' => 1,
'pinterest' => 1,
'google' => 1,
'mail' => 1,
'class' => ''
), $atts));
global $post;
if(!isset($post->ID)) return;
$html = '';
$permalink = get_permalink($post->ID);
$tooltip_class = '';
if($tooltip) {
$tooltip_class = 'title-toolip';
}
$image = etheme_get_image( get_post_thumbnail_id($post->ID), 150,150,false);
$post_title = rawurlencode(get_the_title($post->ID));
if($title) $html .= '<span class="share-title">'.$title.'</span>';
$html .= '
<ul class="menu-social-icons '.$class.'">
';
if($twitter == 1) {
$html .= '
<li>
<a href="https://twitter.com/share?url='.$permalink.'&text='.$post_title.'" title="'.__('Twitter', ET_DOMAIN).'" target="_blank">
<i class="ico-twitter"></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>
';
}
if($facebook == 1) {
$html .= '
<li>
<a href="http://www.facebook.com/sharer.php?u='.$permalink.'" title="'.__('Facebook', ET_DOMAIN).'" target="_blank">
<i class="ico-facebook"></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>
';
}
if($pinterest == 1) {
$html .= '
<li>
<a href="http://pinterest.com/pin/create/button/?url='.$permalink.'&media='.$image.'&description='.$post_title.'" title="'.__('Pinterest', ET_DOMAIN).'" target="_blank">
<i class="ico-pinterest"></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>
';
}
if($google == 1) {
$html .= '
<li>
<a href="http://plus.google.com/share?url='.$permalink.'&title='.$text.'" title="'.__('Google +', ET_DOMAIN).'" target="_blank">
<i class="ico-google-plus"></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>
';
}
if($mail == 1) {
$html .= '
<li>
<a href="mailto:enteryour@addresshere.com?subject='.$post_title.'&body=Check%20this%20out:%20'.$permalink.'" title="'.__('Mail to friend', ET_DOMAIN).'" target="_blank">
<i class="ico-envelope"></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>
';
}
$html .= '
</ul>
';
return $html;
}
}
12. Is there a way to make a link to all the blogs in the widget ‘Recent Blogs’ (on my site called ‘Trends’)?
I.e., in my footer there are on the left side two blogs: one called ‘Interview’, another ‘Ideale trouwringen’. But in order to access the other blogs, or to get an overview of them, I want to make a link in the word ‘Trends’.
I saw that in the widget there is a option to ‘Add Custom CSS’. What should I write in order to make a link there to all the blogs?
Hello,
What exactly do you want to change in “share” shortcode?
12. Try to add this code in Widget Title field:
<a href="http://google.com">Trends</a>
Change google.com to your page url.
Regards,
Eva Kemp.
Hi Eva,
‘2. Thank you
‘3 + 4a. The white line is very small. Maybe it is better to make the background of the Feedback Company widget the colour white. Is this possible?
‘4b. I can write things in Theme Options -> Header -> Header custom HTML (for 6, 7, 13, 14, 18 headers), right? So wouldn’t it then be possible to make a small emblem of the Thuiswinkel Waarborg next to social icons?:) If so, what should I write to this effect?
‘4c. What I want to change is that the social icons, when pressed, direct to my Facebook, Twitter, Google+ etc. account; and that the Mail icon is not ‘Mail to a Friend’ but ‘Stuur ons een mail’. How do I do this?:)
‘5-6. Thank you
‘7. Alright, thank you.
‘8-9. Thank you
’10 (/19). Thank you, I will look at these plugins and see what works best.
’11. I’m not sure that I removed the Facebook icon. How can I get the right one?
’12. It did not work unfortunately. Do you know what can be done?:)
Many thanks
Hello,
3. Please use this css code:
.top-bar #fcs_widget-5 {
background-color: white;
}
.top-bar #fcs_widget-5 a {
color: black;
}
4b. If you want to add image you need add <img>
tag with a link to your picture, like <img src="http://you_url">
4c. 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.
11. As for Facebook icon please add this code in Global Custom CSS section:
.facebook {
background-size: auto auto !important;
padding-right: 0px !important;
}
12. I’ve added the code and now “Trends” title is clickable in the footer. Please check.
Regards,
Eva Kemp.
‘4b. How do I insert the link with that?:) That is, I want an image with a link. What code do I use with this?
‘4b. How do I change the code and icon for Pininterest in the <Share>-part to make it an icon + link for our Instagram account?
’11. That worked, thank you.
’12. I found that it worked for the test.atelierchristian.nl page, but not the main domain (atelierchristian.nl). Would you please explain how I can also do this?
Hello,
4b. Upload your image in WP Dashboard > Media, copy a link of the image from there and insert to <img>
tag.
4c. Edit the code in shortcodes.php file:
<a href="http://pinterest.com/pin/create/button/?url='.$permalink.'&media='.$image.'&description='.$post_title.'" class="'.$tooltip_class.'" title="'.__('Pinterest', ET_DOMAIN).'" target="_blank">
<i class="ico-pinterest"></i>
to this:
<a href="http://url_to_your_Instagram_page" class="'.$tooltip_class.'" title="'.__('Instagram', ET_DOMAIN).'" target="_blank">
<i class="ico-instagram"></i>
and replace this string 'pinterest' => 1,
in line 1977 with this 'instagram' => 1,
12. Yes, this is weird that it works for test site only. Unfortunately for now I can’t find the reason of it. Sorry.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up