Forum Replies Created

Viewing 30 posts - 11,371 through 11,400 (of 11,542 total)
  • Avatar: Robert Hall
    Robert Hall
    Participant
    July 16, 2014 at 08:18

    Hello,

    We cann’t open your website. http://prntscr.com/4365pa

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    July 16, 2014 at 07:47

    Hello,

    You can add this code to custom.css file.

    #main-nav > ul > li > a,
    #products-grid.products_grid .product-grid .product-name a,
    .footer-information h5 {
    text-transform:lowercase;
    }

    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
    July 16, 2014 at 07:24

    Hello,

    I’ve made some change in your website. Check it, please.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    July 16, 2014 at 07:15

    You’re welcome!

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    July 16, 2014 at 07:00

    I’ve made some change. Now it’s good. Check it, please.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    July 16, 2014 at 06:48

    Hello,

    Try add this code to custom.css file.

    .short-description span {
    color: red !important;
    }

    This color as an example.

    To change some color you can in Theme Options – Color Scheme.
    All other changes colors should look like the above.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    July 16, 2014 at 06:32

    Try to change Style.css file of child theme. It must be like that.

    /*
    Theme Name: Legenda Child
    Theme URI: (here link to your site)
    Description: legenda Child Theme
    Author: MyName
    Author URI: https://www.8theme.com
    Template: legenda
    Version: 1.0.0
    Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
    Text Domain: legenda-child
    */

    @import url(“../legenda/style.css”);

    /* =Theme customization starts here
    ————————————————————– */

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    July 16, 2014 at 06:25

    Hello,

    Yes, it’s possible. You can do it in custom.css file and before you must upload an image to website via FTP. After that add this code.

    .header-type-4 .main-nav {
    background-image: (the path to your image here);
    }

    for exapmle
    background-image: url(http://www.boleez.com/wp-content/uploads/2014/05/slider_2.jpg)

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

    You can change some color in Themes Option -> Color Scheme.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    July 16, 2014 at 06:09

    Your credentials is not correctly. Please provide us with wp-admin access as well.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    July 16, 2014 at 06:02

    Hello,

    1) Please provide us with link to the page.

    2) Sorry, but this is WooCommerce configuration and you’d better contact their support regarding your request.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    July 15, 2014 at 11:57

    You’re welcome!

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    July 15, 2014 at 11:36

    Hello,

    Navigate to WooCommerce -> Settings -> Emails and change Email Sender Options.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    July 15, 2014 at 10:07

    Hello,

    We’ve made change in your backend, now it’s work nice. Check it, please.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    July 15, 2014 at 08:35

    Hello,

    I would advise you to return all that you have removed at single product page, because it is necessary for displays with high resolution. And if you want to reduce the width of the picture, then turn on sidebar in Single Product Page.

    Navigate to Appearance > Widgets > and add widget into Single Product Page widget area, or put empty Text widget.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    July 15, 2014 at 07:46

    Hello,

    “Wide” is a layout type of website for all width of screen resolution, and “Boxed” – fixed content width.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    July 15, 2014 at 07:13

    Hello,

    Perhaps you made some changes?
    Please provide us with link to the page and wp-admin access.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    July 15, 2014 at 06:47

    Hello,

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

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    July 15, 2014 at 06:46

    Hello,

    You’re welcome!
    If you have any questions don’t hesitate to contact us.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    July 15, 2014 at 06:44

    Hello,

    Default size setting in our theme is:
    Product page layout:
    Product Images Width: 500
    Product Images Height: 700

    Single product page:
    Product Thumbnails Width: 120
    Product Thumbnails Height: 130

    It can be changed in Theme Options > Product Page Layout/Single product page

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    July 15, 2014 at 06:17

    Hello,

    You can do it. Add this code to custom.css file.

    .checkout-step .notes { 
    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
    July 15, 2014 at 06:09

    Hello,

    Sorry, but this is WooCommerce configuration and you’d better contact their support regarding your request.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    July 15, 2014 at 06:06

    Hello,

    To fix this bug you can put this code to custom.css file.

    .shopping-cart-widget .cart-popup {
    width: 325px;
    }

    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
    July 14, 2014 at 13:58

    How did you update the theme, installed v2.2 or updated the previous one?
    If updated, did you delete the folder wpbakery as written in the documentation?
    https://www.8theme.com/demo/docs/legenda/index.html#!/upgrade

    You can download archive from themeforest, unzip it to the folder legenda/framework/plugins. There you can find js_composer.zip of the latest version.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    July 14, 2014 at 12:42

    Sorry, but still incorrect.
    Have you tried to log in with those credentials?

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    July 14, 2014 at 10:46

    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
    July 14, 2014 at 10:22

    Hello,

    Did you do all that in the documentation?
    https://www.8theme.com/demo/docs/legenda/index.html#!/visual_composer
    Need to check all content types. Look at screenshot http://prntscr.com/42i8ir

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    July 14, 2014 at 06:31

    Hello,

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

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    July 14, 2014 at 06:28

    Hello,

    You can use font-face (http://www.w3schools.com/cssref/css3_pr_font-face_rule.asp) in custom.css file.
    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
    July 14, 2014 at 06:20

    Hello @scolwell,

    The credentials are incorrect.
    Please provide us with wp-admin and FTP credentials as well.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    July 11, 2014 at 15:05

    Hello,

    It’s possible to implement only by additional customization, but this is a paid service. If you’re interested, we will tell you how much it costs.

    Regards,
    Robert Hall.

  • 1 2 3 379 380 381 383 384 385
    Viewing 11,400 results - 11,371 through 11,400 (of 11,542 total)
Viewing 30 posts - 11,371 through 11,400 (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.