Forum Replies Created

Viewing 30 posts - 3,511 through 3,540 (of 11,542 total)
  • Avatar: Robert Hall
    Robert Hall
    Participant
    December 18, 2015 at 13:23

    You’re welcome!

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 18, 2015 at 13:23

    Hello,

    Please try use this code in custom.css

    body {
        font: 14px Verdana, helvetica, sans-serif;
    }

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 18, 2015 at 11:30

    Hello,

    Please try to change the value of ‘Products per row’ option to 2 in Theme Options->Shop Page.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 18, 2015 at 11:24

    Hello,

    You can use this code in Theme Options->Custom CSS->Global Custom CSS

    .st-content {
        background: grey;
    }

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 18, 2015 at 10:36

    Hello,

    Please provide us with link to the page and wp-admin access in Private Content.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 18, 2015 at 09:41

    Hello,

    You’re welcome!

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 18, 2015 at 09:40

    Hello,

    If I understood you correctly then you can add your own text in text editor of the Shop page. See screensgot: http://prntscr.com/9fl7l2

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 18, 2015 at 09:05

    Hello,

    Please try to add the following code in Theme Options->Custom CSS->Custom CSS for mobile and landscape.

    body.bordered .body-border-left, body.bordered .body-border-top, body.bordered .body-border-right, body.bordered .body-border-bottom {
        width: 0px;
    }

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 18, 2015 at 08:49

    Hello,

    You can change it in \themes\classico\framework\post-types\portfolio.php file on line 201 in the following code
    <li><a href="#" data-filter="*" class="btn big active"><?php _e('Show All', ET_DOMAIN); ?></a></li>

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 18, 2015 at 08:44

    Hello,

    Did you made changes in original theme files?

    Also you need update theme first and then we’ll can check this issue.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 18, 2015 at 08:39

    Hello,

    Please provide us with link to the page and wp-admin access in Private Content.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 17, 2015 at 15:43

    Hello,

    I’ve disabled the sidebar for account page in page settings->page layout->sidebar position. Please check it.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 17, 2015 at 15:39

    Hello @Bim,

    Your credentials aren’t correct. Please check them.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 17, 2015 at 14:23

    Hello,

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

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 17, 2015 at 13:08

    Hello,

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

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 17, 2015 at 13:06

    Hello,

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

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 17, 2015 at 11:43

    Hello,

    Try to add the following code in custom.css file.

    @media (min-width: 1100px){
    .visible-desktop {
        display: none !important;
    }}
    @media (max-width: 1100px){
    .hidden-desktop {
        display: inherit !important;
        left: 0;
        top: 50px !important;
    }}

    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
    December 17, 2015 at 10:13

    Hello,

    As I see you’ve added the following style in Custom CSS for desktop http://prntscr.com/9f6tu5

    .col-sm-6 {
        width: 54% !important;
    }

    Please remove it and check the issue.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 17, 2015 at 08:40

    Hello,

    Do you want to hide this banners? http://prntscr.com/9f63w3

    Could you please clarify with more details? What are you trying to achieve?
    Maybe provide screenshot for our better understanding.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 17, 2015 at 08:37

    Hello,

    Please use this code in Theme Options->Custom CSS->Global Custom CSS

    .white-popup-block .checkbox-label {
        display: none;
    }

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 17, 2015 at 08:34

    Hello,

    Please clarify how we can log into admin panel. Seems it’s not working with this credentials.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 17, 2015 at 08:22

    Hello,

    Please use this code in Theme Options->Custom CSS->Custom CSS for landscape and mobile.

    .languages-area{
    display:none;
    }

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 16, 2015 at 22:40

    Hello,

    You can edit register form by yourself in \themes\royal\framework\theme-functions.php file then find
    // ! Registration Form section and you’ll see code there.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 16, 2015 at 22:31

    Hello,

    This question is a bit unclear for us. Could you please clarify us with more details?
    Maybe provide screenshot for our better understanding and highlight what exactly you want.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 16, 2015 at 22:14

    Hello,

    You can change/remove breadcrumbs image in Dashboard->Theme Options->Color Scheme->Breadcrumbs background.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 16, 2015 at 22:10

    Hello,

    This option is for promo popup. You need enable Promo Popup in Theme options->Promo Popup then check top bar.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 16, 2015 at 22:04

    You’re welcome!

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 16, 2015 at 20:33

    Hello,

    Try to disable third-party plugins one by one and check it, one of them caused issue.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 16, 2015 at 19:38

    You’re using old theme version. Please update to the latest and check this issue.
    Don’t forget to make backup of the site before update.
    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.

    Also 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.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 16, 2015 at 19:07

    Hello,

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

    Regards,
    Robert Hall.

  • 1 2 3 117 118 119 383 384 385
    Viewing 3,540 results - 3,511 through 3,540 (of 11,542 total)
Viewing 30 posts - 3,511 through 3,540 (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.