Forum Replies Created

Viewing 30 posts - 15,931 through 15,960 (of 16,091 total)
  • Avatar: Jack Richardson
    Jack Richardson
    Support staff
    May 29, 2014 at 10:56

    Hello,

    It’s very difficult to help when you developing your site locally, but please try to add this code into your custom.css:

    .cats .block-content .wpsc_categories ul, .cats .block-content ul.children {
    margin-left: 0 !important;
    }

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    May 29, 2014 at 10:36

    Hello,

    1) Go to Static Blocks -> Add new and create layout with two columns. Then add into this columns Banner element with desired text, image and sizes. Save static block.
    2) To add created static block to the product page go to Theme Options > Shop and add [block id=”4684″] into the Product Page Banner field. Where id=”4684″ is ID of your static block.
    3) Analogically you can add this static block to your home page.

    Also we advise you to read our documentation about static block creation: https://www.8theme.com/demo/docs/legenda/#!/static_blocks.

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    May 29, 2014 at 10:12

    Hello!

    We’re glad to hear it.

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    May 29, 2014 at 08:57

    Hello,

    We’re sorry, but without access to idstore/woocommerce folder we’re unable to do any required changes. Could you please send us your theme files, then?

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    May 29, 2014 at 08:37

    Hello,

    You’re welcome!

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    May 29, 2014 at 08:36

    Hello,

    We’ve made some fixes. Please check it now.

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    May 29, 2014 at 08:02

    Hello,

    We’ve fixed issue with slider. The problem was that you probably have update only some theme files, but not whole theme. That’s why you had theme compatibility problem with the latest WP version.

    As you didn’t update your theme files completely you may face new issues. That’s why, please watch the video tutorial how to update – http://youtu.be/KdWESIIPU1k (video is recorded for Legenda theme, but upgrading procedure is analogical for IDstore).

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    May 29, 2014 at 07:03

    Hello,

    Please provide us with wp-admin access.

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    May 29, 2014 at 07:01

    Hello,

    Please provide us with FTP and wp-admin credentials.

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    May 28, 2014 at 16:09

    Hello,

    We’ve corrected your styles a bit. But the problem with position is not theme issue and you can convinced of this by switching on default theme.

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    May 28, 2014 at 15:48

    Hello,

    Please try to add instead this code:

    @media only screen and (max-width: 959px) {
    .logo {
    margin-left: 2%;
    }
    #links, #top-cart  {
    width: 100px;
    }
    }
    }
    

    If it still doesn’t work please provide us with FTP and wp-admin credentials.

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    May 28, 2014 at 14:57

    Hello,

    Could you please provide us with screenshot of your problem?

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    May 28, 2014 at 13:27

    Hello,

    You’re welcome.

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    May 28, 2014 at 13:19

    Hello,

    Unfortunately, CSS3 doesn’t contain any extra features for styling <select> boxes. Furthermore, any attempt to style them using CSS will end up in a cross-browser mess.

    The way to go would be Javascript/jQuery, if you have appropriate skills.

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    May 28, 2014 at 13:10

    Hello,

    This requires additional customization and it’s paid service.

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    May 28, 2014 at 12:33

    Hello,

    To find what element to edit you can use “Inspect element” in Firefox or Chrome browser. Just right click on the element in your site and select “Inspect element” from the menu.

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    May 28, 2014 at 12:30

    Hello,

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

    @media only screen and (max-width: 959px) {
    .logo {
    margin-left: 32%;
    }
    #links, #top-cart  {
    width: 150px;
    }
    }
    

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    May 28, 2014 at 12:00

    Hello,

    To center logo you just need to add this code into your custom.css:

    #links, #top-cart  {
    width: 200px;
    }
    .logo {
    margin-left: 35%;
    }

    Here is the tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&list=PLMqMSqDgPNmD4uhGI1IBhr1iaEy81TMff&feature=share&index=1.

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    May 28, 2014 at 11:43

    Hello,

    You can copy the php files in which you did changes into Child theme directory and then can upgrade safely. Here you can read all about Child theme creation: http://codex.wordpress.org/Child_Themes.

    Please provide us with link to your site.

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    May 28, 2014 at 10:31

    Hello,

    We’ve added changes into your custom.css. But your site loads caching style files. If you still don’t know how to clear your cache, then you have wait until cache files on your server will be renewed.

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    May 28, 2014 at 10:14

    Hello,

    Sorry, but unfortunately this requires additional customization. We recommend you to create a ticket at https://support.8theme.com/ and our specialists will look into it.

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    May 28, 2014 at 10:02

    Hello,

    To change demo footer you have to add text widget with your links in Appearance -> Widgets to First Footer Widget Area, Second Footer Widget Area, Third Footer Widget Area and Fourth Footer Widget Area.

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    May 28, 2014 at 09:14

    Hello,

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

    .woocommerce .widget_shopping_cart .total, .woocommerce-page .widget_shopping_cart .total {
    display: inline-block;
    }

    Here is the tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&list=PLMqMSqDgPNmD4uhGI1IBhr1iaEy81TMff&feature=share&index=1.

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    May 28, 2014 at 08:49

    Hello,

    Please provide us with FTP and wp-admin credentials.

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    May 28, 2014 at 08:31

    Hello,

    The following code:

    .main-nav {
    	border: none;
    }
    .main-nav .double-border {
    border-top: none;
    border-bottom: none;
    }

    But it’s already added into your custom.css.

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    May 28, 2014 at 08:22

    Hello,

    You’re welcome!

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    May 28, 2014 at 08:20

    Hello,

    This is parallax effect. Please read the following section in documentation about parallax effect: https://www.8theme.com/demo/docs/legenda/#!/visual_composer.

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    May 28, 2014 at 07:54

    Hello,

    Please, could you provide us with link to your site.

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    May 28, 2014 at 07:50

    Hello,

    Please provide us with FTP credentials as well.

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    May 28, 2014 at 07:43

    Hello,

    Probably you have some caching is enabled, that’s why you have problems with changes display. Please contact you hosting provider concerning this question. We only can tell you what styles should be added to the custom.css, but the problem with caching system and etc. is beyond the scope of our support.

    Regards,
    Jack Richardson

  • 1 2 3 531 532 533 535 536 537
    Viewing 15,960 results - 15,931 through 15,960 (of 16,091 total)
Viewing 30 posts - 15,931 through 15,960 (of 16,091 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.