Forum Replies Created

Viewing 30 posts - 11,011 through 11,040 (of 11,542 total)
  • Avatar: Robert Hall
    Robert Hall
    Participant
    September 3, 2014 at 17:48

    Hello,

    Do you changed wp-admin access? I can’t log.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 3, 2014 at 10:50

    Yes, that should be enough.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 3, 2014 at 10:43

    The problem was in custom.css code. I’ve replaced this icon >.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 3, 2014 at 06:58

    Hello,

    I’ve added this image. You can check it.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 3, 2014 at 05:53

    I’ve made changes in custom.css file. Check it, please.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 3, 2014 at 05:49

    Hello,

    If I understood you correctly, the fixed menu you can do in Theme Options-> General->Fixed Navigation-> select ON.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 3, 2014 at 05:41

    Hello,

    Please make a backup of your site and we will try install demo data.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 2, 2014 at 12:28

    I can’t login to the admin panel. Apparently you change the access.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 2, 2014 at 12:23

    1) Navigate to Theme Options-> Single Product Page and select Zoom effect.
    3) It will be better if you contact to WPML support team and their specialists will look into this issue more deeply.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 2, 2014 at 10:25

    Hello,

    You have an old version of the theme. It needs to be updated.
    Look at video tutorial how to update theme:
    http://www.youtube.com/watch?v=KdWESIIPU1k
    This video is to Legenda theme, but installation is similar to IDStore theme.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 2, 2014 at 10:02

    Did you have selected ‘On’ in Theme Options -> Custom CSS -> Enable Custom CSS file?

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 2, 2014 at 07:41

    Hello,

    I’ve saved the changes in Theme Options and now looks like a good, doesn’t it? Check it, please.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 2, 2014 at 07:31

    Hello,

    Try to add this code into custom.css file.

    .page-heading {
    padding:0;
    }
    .page-heading .row-fluid .span12 {
    padding-top:15px;
    }

    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
    September 2, 2014 at 07:06

    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
    September 2, 2014 at 06:36

    Hello,

    I’ve made some changes in your theme. Now showing 4 products. Check it, please.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 2, 2014 at 05:56

    Hello,

    Add this code into custom.css file.

    .main-nav .menu > li {
    padding: 0 9px;
    }

    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
    September 2, 2014 at 05:52

    Hello,

    This code must be in custom.css file to get some change.
    We don’t recommend to add code in style.css of the main theme.

    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
    September 2, 2014 at 05:48

    Hello,

    We’re glad to hear it.
    If you have any questions feel free to contact us.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 1, 2014 at 14:02

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

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 1, 2014 at 13:58

    Please provide us with image size 2000×316 px.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 1, 2014 at 13:06

    These dimensions (1170х316) are for header block, and not for the width of each screen. They are completely different. For the full width need more than 2000+ px.
    Thanks for understanding.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 1, 2014 at 12:43

    I’ve fixed this. Check it, please.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 1, 2014 at 12:27

    This image can’t be the full width because its only 1170px width.
    I’ve made some responsive customization. Check it, please.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 1, 2014 at 11:55

    You’re welcome!

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 1, 2014 at 11:09

    I’ve made some change in your Child Theme. Please, check it.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 1, 2014 at 08:30

    Hello,

    I did it. Check it, please.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 1, 2014 at 08:14

    Hello,

    Try to add this code into custom.css file.

    .main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container > ul > li{
    width:17%;
    }
    .main-nav .menu .menu-full-width .nav-sublist-dropdown .container > ul > li{
    float:none;
    display:inline-block;
    vertical-align:top;
    }

    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
    September 1, 2014 at 08:01

    Hello,

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

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 1, 2014 at 07:50

    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
    September 1, 2014 at 06:19

    Hello,

    I’ve added a background image. Check it, please.

    Regards,
    Robert Hall.

  • 1 2 3 367 368 369 383 384 385
    Viewing 11,040 results - 11,011 through 11,040 (of 11,542 total)
Viewing 30 posts - 11,011 through 11,040 (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.