Forum Replies Created

Viewing 30 posts - 1,171 through 1,200 (of 11,542 total)
  • Avatar: Robert Hall
    Robert Hall
    Participant
    August 9, 2016 at 10:16

    Hello,

    You’re welcome!

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 9, 2016 at 10:04

    Hello,

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

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 9, 2016 at 09:57

    Hello,

    I see only one footer there – http://prntscr.com/c3flfz
    Also please provide us with wp-admin access in Private Content.

    Navigate to Theme Options->Product Page Layuot->Layout and select without Sidebar.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 9, 2016 at 08:35

    Hello,

    1) Use this code in Global Custom CSS.

    #tab_additional_information{
        display: none;
    }

    2)

    .shopswatchinput {
        display: none;
    }

    3)

    .page-wrapper {
        background: red;
    }

    4) Try to narrow the word “Toevoegen aan wenslijst” (so mush symbols)
    5) Read more here:
    https://docs.woocommerce.com/document/change-add-to-cart-button-text/
    6) Use this code in Global Custom CSS.

    .filter-wrap .btn.filled {
        background-color: #8c4949;
    }
    .pagination-cubic li span.page-numbers.current {
        background-color: #9a8787;
    }

    7) Use this code in Global Custom CSS.

    .badge-number {
        background: #b99c9c;
    }
    .ico-sum:after{
    display:none;
    }

    8) You can find this in \wp-content\plugins\woocommerce\i18n\languages folder (woocommerce.pot file).
    9) Use this code in Global Custom CSS.

    .header-type-17 .header-top {
        background-color: #1a1a1a;
    }
    .header-type-17 .header-top .header-custom-block a:not(.active) {
        color: #dec1c1;
    }

    10)

    .navbar {
        padding: 0px 0;
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 9, 2016 at 07:40

    Hello,

    I’ve added the <a href="here is your link"></a> tag into the Text editor of Home Page.
    See screenshot: http://prntscr.com/c3e6m2

    You just need to replace text here is your link to your link.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 9, 2016 at 07:32

    Hello,

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

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 9, 2016 at 07:29

    Hello,

    Sorry, but we don’t received the wp-admin credentials in Private Content.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 9, 2016 at 07:26

    Hello,

    Try to create another Row element with these buttons at the top of page in the Visual Composer editor.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 9, 2016 at 07:18

    Hello,

    1) You can change it by yourself in the \wp-content\themes\royal\headers\parts\top-bar.php and \wp-content\themes\royal\framework\theme-functions.php (line 905-985) files.

    Also we recommended to make all changes in Child Theme.
    https://codex.wordpress.org/Child_Themes

    2) I’ve added an empty Text widget into the Left side top bar area.
    3) Navigate to Theme Options->General and disable the Fixed navigation.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 9, 2016 at 07:00

    Hello,

    You’re welcome!

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 8, 2016 at 17:14

    Hello,

    I’ve disabled the W3 Total Cache plugin and the gold captcha works perfect. Please check it again.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 8, 2016 at 16:40

    I’ve added the following code in Custom CSS for desktop. Please check.

    .breadcrumbs-type-8:not(.home) .top-bar a:hover {
        color: #ad2121 !important;
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 8, 2016 at 16:28

    Hello,

    Do you mean fixed width? I’ve added this code in Custom CSS. Please check.

    .navbar-collapse {
        max-width: 400px;
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 8, 2016 at 14:56

    I’ve added the same code in Custom CSS for mobile landscape.

    .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column, .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column-auto {
        min-width: 100%;
    }

    See results: http://prntscr.com/c33aqb

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 8, 2016 at 14:54

    As I see the links in top bar has a hover effect. See screenshot – http://prntscr.com/c339iu

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 8, 2016 at 14:47

    You’re welcome!

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 8, 2016 at 14:46

    You’re welcome!

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 8, 2016 at 14:25

    You won’t lose your translation after theme update as your translation files are renamed as fr_FR.po and fr_FR.mo.

    Here is video tutorial how to update theme correctly:
    https://www.youtube.com/watch?v=KdWESIIPU1k

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 8, 2016 at 14:11

    Hello,

    I’ve translated it in wp-content/themes/royal/languages/fr_FR.po file. Please check.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 8, 2016 at 13:37

    Hello,
    1, 3) This requires additional customization which is not for free.
    If you agree to proceed please contact us via form https://www.8theme.com/customization-services/ for further information.
    2) You can remove it in Appearance->Widgets->Left side top bar area.
    4) Please use this code in Global Custom CSS.

    .header-type-8 .navbar-header .top-links ul li a,
    .shop-text {
        color: white;
    }
    .menu .nav-sublist-dropdown ul > li > a {
        color: black;
    }

    5) As I see your site is in English now.
    6) Use this code in Global Custom CSS

    .main-footer.text-color-dark a, .copyright.text-color-dark a {
        color: #222 !important;
    }

    7) Please provide screenshot for our better understanding where exactly you’ve added a background color.
    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 8, 2016 at 12:24

    Hello,

    1) Seems there’s a bug in our theme. We’ve sent this query to our developers and it will be fixed in the next theme update.

    2) Please try to add this code in Global Custom CSS.

    .logged-in .top-bar {
        display: none;
    }
    

    3) You can use the ‘Just Catalog’ option in Theme Options->Shop.
    4) Go to WooCommerce > Settings > Products > Display and set dimensions then regenerate your thumbnails via plugin – https://wordpress.org/plugins/regenerate-thumbnails/

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 8, 2016 at 12:11

    Hello,

    We don’t recommended to change the original theme files (you can use the Child theme – https://codex.wordpress.org/Child_Themes).

    Please try to reupload these files from theme package and check the zoom effect.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 8, 2016 at 12:05

    Hello,

    Yes, here is our paid service. Please contact us via form https://www.8theme.com/customization-services/ for further information.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 8, 2016 at 11:55

    Hello,

    I’ve added this code in Global Custom CSS. Please check.

    .page-heading.bc-type-5 .breadcrumbs a:hover, .page-heading.bc-type-6 .breadcrumbs a:hover, .page-heading.bc-type-7 .breadcrumbs a:hover, .page-heading.bc-type-8 .breadcrumbs a:hover, .page-heading.bc-type-5 .woocommerce-breadcrumb a:hover, .page-heading.bc-type-6 .woocommerce-breadcrumb a:hover, .page-heading.bc-type-7 .woocommerce-breadcrumb a:hover, .page-heading.bc-type-8 .woocommerce-breadcrumb a:hover,
    .page-heading.bc-type-8 .back-history:hover,
    .page-heading.bc-type-5 .back-history:hover:before, .page-heading.bc-type-6 .back-history:hover:before, .page-heading.bc-type-7 .back-history:hover:before, .page-heading.bc-type-8 .back-history:hover:before{
        color: #ad2121 !important;
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 8, 2016 at 11:44

    Hello,

    I’ve added the same code in to Custom CSS for mobile landscape. Please check it.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 8, 2016 at 10:43

    Hello,

    You’re welcome!

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 8, 2016 at 10:43

    Hello,

    This requires additional customization which is not for free.
    If you agree to proceed please contact us via form https://www.8theme.com/customization-services/ for further information.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 8, 2016 at 10:40

    Hello,

    You can try use the Post Slider element and set which category to display there. See screenshot – http://prntscr.com/c305fn

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 8, 2016 at 10:05

    Hello,

    Please update the theme and all required plugins to the latest version.
    Before update delete “woocommerce” folder in the directory wp-content/themes/legenda/ and it’ll be reuploaded from a new theme package.

    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

    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
    August 8, 2016 at 10:00

    Hello,

    You’re welcome!
    If you have any questions related to our theme please feel free to contact us.

    Regards,
    Robert Hall

  • 1 2 3 39 40 41 383 384 385
    Viewing 1,200 results - 1,171 through 1,200 (of 11,542 total)
Viewing 30 posts - 1,171 through 1,200 (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.