Forum Replies Created

Viewing 30 posts - 15,541 through 15,570 (of 16,095 total)
  • Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 26, 2014 at 12:37

    Hello,

    You can try to edit legenda/js/etheme.js file (lines 706 – 721).

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 26, 2014 at 12:30

    Hello,

    You’re welcome!

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 26, 2014 at 11:06

    Hello,

    We’re glad to hear that you figured out!
    If you have some questions feel free to contact us.

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 26, 2014 at 10:32

    Hello,

    Unfortunately by the moment there is no such possibility in our theme.

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 26, 2014 at 10:23

    Hello,

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

    Regards,
    Jack RIchardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 26, 2014 at 09:50

    Hello,

    We have masonry layout for portfolio by default.

    Regards,
    Jack Ricahrdson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 26, 2014 at 09:33

    Hello,

    You can edit contacts.php file in your theme directory and replace this code

    <?php if ($contact_page == 'default' && $googleMap): ?>
    <div id="map" class="google-map googlemap-wide">
    Enable your JavaScript!
    </div>	
    <?php endif ?>

    (lines 108 – 112) with your image.

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 26, 2014 at 09:30

    Hello,

    You’re welcome!

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 26, 2014 at 09:00

    Hello,

    Then you should edit legenda/js/etheme.js lines 1390 – 1411.

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 26, 2014 at 08:42

    Hello,

    It requires additional customization and is a paid service.
    If you want to do it you should create a ticket on support.8theme.com and mark it as follows “Forum. Menu Customization”.

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 26, 2014 at 08:30

    Hello,

    We can see your Shopping cart, Log in & Your Account links.
    Could you please clarify your question with more details?

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 26, 2014 at 08:14

    Hello,

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

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 26, 2014 at 07:56

    Hello @voodooserano,

    Please add the following code into the custom.css and change “240px” to your desired value:

    .header-type-3 .logo-with-menu, .header-type-4 .logo-with-menu {
    width: 240px;
    }

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

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 26, 2014 at 07:49

    Hello,

    You’re welcome!

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 26, 2014 at 07:43

    Hello,

    Please add the following code into the custom.css:

    .wpcf7-form p {
      color: black; 
    }

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 26, 2014 at 07:34

    Hello,

    You have missed one curly bracket in code above. It is fixed now, please check!

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 26, 2014 at 07:28

    Hello,

    You’re welcome!
    You can upload your image to some external server and then paste link to the image here.

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 26, 2014 at 07:20

    Hello @voodooserano,

    Your site under maintenance mode. Please provide us with wp-admin credentials in Private Content.

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 25, 2014 at 15:09

    Hello,

    We’ve installed LayerSlider for you. Please check it!

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 25, 2014 at 10:53

    Hello,

    Yes, you should copy empty file and create there your own functions.

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 25, 2014 at 10:05

    Hello,

    You’ve changed title color to white. That’s why your titles are invisible.
    Add the following code into the custom.css to change color of portfolio item title:

    .portfolio-descr a {
      color:green;
    }

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 25, 2014 at 09:18

    Hello,

    Please add the following code into the custom.css:

    slide-item .product .product-name, .products-grid .product .product-name {
    height: 75px;
    }

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 25, 2014 at 08:45

    Hello,

    Please try to add the following code into the custom.css:

    .fixed-header .menu > li .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist li, .main-nav .menu > li .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist li {
    width: 200px !important;
    }

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 25, 2014 at 08:37

    Hello,

    Please add the following code into the custom.css to change “Forgot password” link:

    .with-sidebar-left .tabs.checkout-accordion .tab-content .form-row .button {
    margin-right: 165px;
    }
    .checkout-customers p {
    width: auto !important;
    }
    .with-sidebar-left .tab-content .col2-set .col-2 .lost_password, .with-sidebar-right .tab-content .col2-set .col-2 .lost_password {
    display: inline-block;
    left: 0 !important;
    padding: 1px 12px 0;
    border: none;
    background: #CCC;
    color: #fff;
    /* text-align: right; */
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 12px;
    line-height: 28px;
    cursor: pointer;
    -webkit-transition-timing-function: ease;
    -webkit-transition-duration: .2s;
    -webkit-transition-property: background, border-color;
    }
    .with-sidebar-left .tabs.checkout-accordion .tab-content .form-row .button {
    margin-right: 165px !important;
    }
    .with-sidebar-left .tab-content .col2-set .col-2 .lost_password:hover {
    background: #34ced9;
    }

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

    Also could you please clarify you request regarding product image in the checkout page? Can you provide us with screenshot of the issue?

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 25, 2014 at 07:48

    Hello,

    We’re unable to connect with provided credentials. Please check them!

    Regards,
    Jack Richadrson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 25, 2014 at 07:27

    Hello,

    Unfortunately there is no such feature by default.
    It requires additional customization and is a paid service.

    Regards,
    Jack RIchardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 25, 2014 at 07:14

    Hello,

    Could you please specify what exactly text field you can not translate?
    Are you going to use the same logo in footer like the one in the header?
    Please provide us with wp-admin credentials as well.

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 25, 2014 at 07:06

    Hello,

    Please provide us with link to the page with issue.

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 24, 2014 at 15:35

    Hello,

    Do you uploading exactly “Blanco-Theme-v2.9.2.zip” archive file?
    Also please read carefully our documentation: https://www.8theme.com/demo/docs/blanco/#!/installation.

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 24, 2014 at 14:45

    Hello,

    As we can see the Woocommerce Price filter widget isn’t working properly with default theme too. That’s why you should contact WooCommerce support regarding this question.

    Regards,
    Jack Richardson

  • 1 2 3 518 519 520 535 536 537
    Viewing 15,570 results - 15,541 through 15,570 (of 16,095 total)
Viewing 30 posts - 15,541 through 15,570 (of 16,095 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.