Hello,
You’re welcome!
Regards,
Robert Hall.
Hello,
You’re welcome!
Regards,
Robert Hall.
Hello,
You can find this widget in Dashboard->Appearance->Widgets.
Regards,
Robert Hall.
Hello,
I’ve sent you Royal PSD files to your email address. Please check.
Regards,
Robert Hall.
Hello,
1) Please read more about Child Theme in our documentation:
https://www.8theme.com/demo/docs/legenda/index.html#!/child_theme
2) What are you trying to achieve?
Maybe provide screenshot for our better understanding and highlight what exactly you want.
Regards,
Robert Hall.
Hello,
Please provide us with wp-admin and FTP credentials in Private Content.
Regards,
Robert Hall.
Hello,
I’ve just finished with install theme for you. Please check.
Regards,
Robert Hall.
Hello,
Here you can see all the new changes after release a new update (Please scroll to the bottom):
http://themeforest.net/item/legenda-responsive-multipurpose-wordpress-theme/5888906
Regards,
Robert Hall.
Hello,
You’re welcome!
If you have any questions please feel free to contact us.
Regards,
Robert Hall.
Hello,
You’re welcome!
Regards,
Robert Hall.
Hello,
Ok, if you have any questions please feel free to contact us.
Regards,
Robert Hall.
Hello,
You can create a row via Visual Composer plugin. Then select 1/2 1/2 layout. See screenshot: http://prntscr.com/6cn7pr
Regards,
Robert Hall.
Hello,
This problem extends from the WooCommerce plugin (wp-content/plugins/woocommerce).
You need to contact with WooCommerce support team and their specialists will look at this issue more deeply.
Regards,
Robert Hall.
Hello @togethernet,
Please provide us with wp-admin and FTP credentials in Private Content.
Regards,
Robert Hall.
Hello,
Also please update theme to the latest version.
Here is video tutorial how to update theme:
https://www.youtube.com/watch?v=KdWESIIPU1k
Regards,
Robert Hall.
Hello,
1) You can change Blog Layout in Theme Options->Blog Layout to Small.
2) In this case you can use Resent Posts widgets in Appearance->Widget->drag that widget to Main Sidebar
Regards,
Robert Hall.
Hello,
Please try to add this code into custom.css file.
.banner.align-center{
position: relative;
left: 50%;
margin-left: -110px;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
Hello,
Sorry, but we don’t have such feature in our theme.
Regards,
Robert Hall.
Hello,
Do you have read our documentation how to set One page?
https://www.8theme.com/demo/docs/woopress/index.html#!/3_one_page
Regards,
Robert Hall.
Hello,
Please read more in our documentation:
https://www.8theme.com/demo/docs/legenda/index.html#!/primary_menu
Regards,
Robert Hall.
Hello,
You’re welcome!
Regards,
Robert Hall.
Hello,
We’re glad to hear it.
If you have any questions feel free to contact us.
Regards,
Robert Hall.
Hello,
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.
Hello,
Sorry, it’s not possible. You can change breadcrumbs background in Theme Options->Header.
Regards,
Robert Hall.
Hello,
As I see it’s looks like you want. See screenshot: http://prntscr.com/6cl6r5
Doesn’t it?
Regards,
Robert Hall.
Hello,
You’re using old theme version. Please update to the latest.
Here is video tutorial how to update theme:
https://www.youtube.com/watch?v=KdWESIIPU1k
Regards,
Robert Hall.
Hello,
Please use this code in custom.css file.
1) For logo level:
.main-header{
background:red;
}
for menu level:
.header-type-10 .menu-wrapper{
background:red;
}
2) .header-logo img{
margin-top:10px;
}
3) .header-type-10 .menu-wrapper .navbar-collapse .menu-main-container .menu > li > a{
border-color: red !important;
}
4) .menu > li a{
font-family:Tahoma;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
Hello,
You can fix this bug in \themes\woopress\js\etheme.js file on line 1052.
Please find and replace following code:
$('a.showlogin').click(function(){
$('form.et-login').slideToggle();
return false;
});
to
$('a.showlogin').click(function(){
$('form.login').slideToggle();
return false;
});
If you can’t do this, then please provide us with FTP credentials in Private Content and we can help you.
Regards,
Robert Hall.
Hello @marechauxcam,
Please try to comment out that code in \themes\royal\framework\shortcodes.php file on line 268-272
<?php /*
<div class="captcha-block">
<img src="<?php echo $captcha_img; ?>">
<input type="text" name="captcha-word" class="captcha-input">
<input type="hidden" name="captcha-prefix" value="<?php echo $prefix; ?>">
</div>
*/?>
and here \themes\royal\framework\theme-functions.php on line 1375-1379
<?php /*
<div class="captcha-block">
<img src="<?php echo $captcha_img; ?>">
<input type="text" name="captcha-word" class="captcha-input">
<input type="hidden" name="captcha-prefix" value="<?php echo $prefix; ?>">
</div>
*/?>
Also this code in theme-functions.php file on line 1442-1447
/*
if(!$captcha_instance->check( $_GET['captcha-prefix'], $_GET['captcha-word'] )) {
$return['status'] = 'error';
$return['msg'] = __('The security code you entered did not match. Please try again.', ETHEME_DOMAIN);
echo json_encode($return);
die();
}*/
and here in theme-functions.php file on line 1521-1526
/*
if(!$captcha_instance->check( $_REQUEST['captcha-prefix'], $_REQUEST['captcha-word'] )) {
$return['status'] = 'error';
$return['msg'] = __('The security code you entered did not match. Please try again.', ETHEME_DOMAIN);
echo json_encode($return);
die();
}
*/
We recommend do this changes in Child Theme.
Don’t forget to make backup this file.
Regards,
Robert Hall.
Hello,
Did you make any changes in default theme files?
Please provide us with FTP credentials in Private Content.
Regards,
Robert Hall.
Hello,
You’re welcome!
Regards,
Robert Hall.