Forum Replies Created

Viewing 30 posts - 8,251 through 8,280 (of 11,542 total)
  • Avatar: Robert Hall
    Robert Hall
    Participant
    February 20, 2015 at 08:14

    Hello,

    I’ve sent you Royal PSD files to your email address. Please check.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    February 20, 2015 at 08:11

    Hello,

    Please provide us with FTP credentials in Private Content.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    February 20, 2015 at 08:05

    Hello,

    Ok, looking forward to your reply.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    February 19, 2015 at 16:13

    Hello,

    You can download Filezilla program and then update theme.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    February 19, 2015 at 15:51

    I’ve checked your site and don’t see any products in Dashboard->Products. Did they were before the update?

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    February 19, 2015 at 15:19

    You’re welcome!

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    February 19, 2015 at 15:18

    Hello,

    Please provide us with wp-admin access in Private Content.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    February 19, 2015 at 15:01

    Hello,

    You’re welcome!

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    February 19, 2015 at 14:58

    Hello,

    Please provide us with wp-admin and FTP credentials in Private Content.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    February 19, 2015 at 14:53

    Hello,

    Please add following code into custom.css file.

    .footer-product span{
    font-size: 10px;
    margin-top: 3px;
    }
    .footer-product a{
    font-size: 10px;
    }

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    February 19, 2015 at 14:47

    Hello,

    As I see you use the latest version of Xmarket theme now (1.9).

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    February 19, 2015 at 14:17

    Hello,

    You’re welcome!

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    February 19, 2015 at 14:13

    Hello @Ron,

    Did you tried use code that I write to you above?
    To hide breadcrumbs and pagination on the single product try to add this code into custom.css file.

    .single-product .container .title,
    .single-product .container .woocommerce .woocommerce-breadcrumb,
    .single-product .container .back-history{
    display:none;
    }

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    February 19, 2015 at 13:43

    Hello @glamfitlife,

    Please provide us with full permission to admin panel to look on issue more deeply.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    February 19, 2015 at 13:17

    Hello,

    Please provide us with wp-admin access in Private Content.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    February 19, 2015 at 13:13

    Hello,

    You’re welcome!
    Have a good day!

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    February 19, 2015 at 13:12

    Hello,

    This version is fully compatible with our theme.
    But you can make a backup of your site before updating to last version.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    February 19, 2015 at 11:28

    Hello,

    To reduce space between top of page and menu try to add this code into custom.css file.

    .header-type-11 .navbar-collapse{
    margin-top: 5px !important; 
    }
    .navbar{
    padding: 10px 0;
    }

    – space between header and begin of content

    .page-heading-slider .wpb_content_element{
    margin-bottom: 15px;
    }

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    February 19, 2015 at 10:24

    Hello,

    You can find code in wp-content\themes\legenda\framework\woo.php file on line 535.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    February 19, 2015 at 10:20

    Hello,

    We don’t have translation files. You need to do it manually.
    Sorry for inconvenience.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    February 19, 2015 at 09:57

    Hello @VP,

    Did you put code into custom.css file or default.custom.css?
    Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
    Please provide us with wp-admin access in Private Content.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    February 19, 2015 at 09:31

    Hello,

    Do you mean this section? Please look at screenshot: http://prntscr.com/670yht

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    February 19, 2015 at 09:26

    Hello,

    Try to use this code:
    add to cart button-

    .btn{
    background: url(here must be a link to image);
    }

    update cart button –

    .btn.gray{
    background: url(here must be a link to image);
    }

    Proceed to Checkout button –

    .checkout-button{
    background: url(here must be a link to image);
    }

    To translate them you can in royal\plugins\woocommerce\templates\cart\cart.php file.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    February 19, 2015 at 09:14

    Hello,

    Please add following code into custom.css file.

    .tabs{
    display:none;
    }

    Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    February 19, 2015 at 09:10

    Hello,

    It happened because you have uploaded the images are different sizes. Try the same size.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    February 19, 2015 at 08:37

    Hello,

    1) Please update theme to the latest version.
    Don’t forget to make backup yous site before updating.
    Here is video tutorial how to update theme:
    https://www.youtube.com/watch?v=KdWESIIPU1k

    2) Please navigate to Dashboard->Settings->Reading->Blog pages show at most->and set how much you want.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    February 19, 2015 at 08:30

    Hello,

    You’re using old theme and plugins versions.
    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.
    Don’t forget to make backup yous site before updating.
    Here is video tutorial how to update theme:
    https://www.youtube.com/watch?v=KdWESIIPU1k
    The video tutorial is for Legenda theme, but the process is identical.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    February 19, 2015 at 08:27

    Hello,

    Please read more about how to translate in our documentation:
    https://www.8theme.com/demo/docs/royal/index.html#!/1_how_to_translate

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    February 19, 2015 at 08:24

    Hello,

    We’ve taken your request into our account.
    At this time the translate is possible using .mo/.po files only.
    What parts you mean? Please provide us with screenshot and links to them.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    February 19, 2015 at 08:15

    Hello,

    I’ve checked all of them and they working fine. http://prntscr.com/670i8p
    Could you please clarify with more details and show us with screenshot?
    Also try to update your browser to the latest version and clean cache.

    Regards,
    Robert Hall.

  • 1 2 3 275 276 277 383 384 385
    Viewing 8,280 results - 8,251 through 8,280 (of 11,542 total)
Viewing 30 posts - 8,251 through 8,280 (of 11,542 total)
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.