Forum Replies Created

Viewing 30 posts - 20,731 through 20,760 (of 31,382 total)
  • Avatar: Eva
    Eva Kemp
    Participant
    February 17, 2015 at 19:40

    Hello @faydesigns,

    I’ve disabled Full Width for the slider in Revolution Slider > Settings > Force Full Width > Off. Now it’s not covering the sidebar.
    Please clear your browser cache or check the site in another browser.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 17, 2015 at 18:56

    Hello,

    Could you please show a screenshot of the issue for better understanding?

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 17, 2015 at 18:48

    Hello,

    I’ve just checked the shortcode for sale products with default WordPress theme and pagination isn’t shown there too.
    Are you sure you have more than 12 sale products?
    Please check them attentively.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 17, 2015 at 18:15

    Hello,

    Sorry, but we’re still getting an error:
    “Your access to this site has been limited”.
    Please deactivate 3rd-party plugins concerning maintenance mode. Are there any restrictions on your host?

    Could you please show a screenshot where you wan to display the products?

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 17, 2015 at 18:06

    Hello,

    In this case you can create separate pages for your product categories and select Shop as a parent page. Then add those pages in the menu in Appearance > Menus.
    You can use Products element in Visual Composer editor to show products from the categories.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 17, 2015 at 18:01

    Hello,

    Please provide us with a link to a single product page.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 17, 2015 at 17:54

    Hello,

    Unfortunately there is no such possibility.
    We’ll try to implement this in future updates.

    Please take our apologies for inconveniences.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 17, 2015 at 17:52

    Hello,

    I’ve checked the Checkout page and payment method background isn’t white:
    http://i.imgur.com/gByKQzC.png

    Try to check it in another browser.
    Also I’ve added this code in custom.css file to increase the width of quantity box:

    .quantity .qty {
        width: 60px;
    }

    Please check it as well.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 17, 2015 at 17:46

    Hello,

    Sorry, but if you want to have cart in the top bar then you can select other header type in Theme Options > Header (e.g. the 3th, 4th or 6th of header types).
    Yes, you need edit header.php file to add some new text.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 17, 2015 at 17:39

    Hello,

    1. Please add this code in custom.css file:

    .prefooter.prefooter-1 .widget_nav_menu ul {
       border: none;
    }
    .widget_nav_menu li a {
       border-top: none !important;
    }

    2. Use this code in custom.css:
    .prefooter.prefooter-1 .widget_nav_menu li:before { display: none; }
    3. Add the following code:

    .prefooter.prefooter-1 .widget_nav_menu li a {
        padding: 5px 20px 0px 50px !important;
    }

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 17, 2015 at 17:28

    Hello,

    Sorry, but I don’t see the same issue:

    Please try to check the site in another browser and clear the cache of your current browser.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 17, 2015 at 17:24

    Hello @meder@f-e-w.ch,

    Nivo slider is packed into the Visual Composer plugin and not in our theme.
    But you can use default VC setting commenting the line 36 require_once( trailingslashit(ETHEME_CODE_DIR). 'vc.php' ); in the file wp-content/themes/royal/framework/init.php.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 17, 2015 at 17:13

    Hello,

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

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 17, 2015 at 17:10

    Hello,

    You can use this code in custom.css to make languages area visible on mobile devices:

    @media (max-width: 480px) {.top-bar .languages-area {
        display: block;
        height: 60px;
    }}

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 17, 2015 at 16:58

    Hello,

    May we update the theme and the plugins?
    Please confirm you have created back up of the files and database.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 17, 2015 at 16:53

    Hello,

    1. You can use the default code in functions.php of the child theme instead of the one from the previous post.
    2. If you want to overwrite responsive styles you need use @media element in style.css in the child theme folder. Please describe the issues with more details. What exactly can’t be overwritten?
    3. Sorry, but translation files must be located in the parent theme as they are loaded from there. Those files won’t be effective in the child theme.
    4. To change color of sprite icons you need edit the picture with some image editor.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 17, 2015 at 16:44

    Hello,

    Please add this code in custom.css file:

    .menu {
     float: right !important;
    }
    .navbar-right {
       min-width: 0px !important;
    }

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 17, 2015 at 16:41

    Hello,

    Please add this code in custom.css file:

    .menu > li > a {
       color: white;
    }
    .header {
        margin-bottom: 20px;
    }

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 17, 2015 at 16:36

    Hello,

    I’ve checked single product image and it’s scaled to 409px x 546px.
    Please provide us with FTP credentials to check the issue with zoom effect.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 17, 2015 at 16:21

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 17, 2015 at 16:20

    Hello,

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

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 17, 2015 at 16:19

    Hello,

    Please refer to our documentation how to enable registration:
    https://www.8theme.com/demo/docs/woopress/#!/4_registration_page

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 17, 2015 at 16:18

    Hello,

    Could you please specify what the exact modifications aren’t taking effect?

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 17, 2015 at 15:57

    Hello,

    What theme version are you using?
    Please provide us with wp-admin panel amd FTP credentials in Private Content.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 17, 2015 at 15:56

    Hello,

    Please update all required plugin https://www.8theme.com/download-plugins/ and check Wishlist page after that.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 17, 2015 at 15:51

    Hello,

    Sorry but we don’t provide instructions how to use Photoshop. You need edit sprite icon that is located in the images/sprite/icons.png file.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 17, 2015 at 15:45

    Hello,

    Please download the PSD archive from this link:
    https://www.dropbox.com/s/aqkhjdktsvzb22k/Royal-PSD.zip?dl=0

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 17, 2015 at 15:19

    Hello,

    You can delete that file. Woocommerce original review-order.php will be used instead from the plugins/woocommerce directory. So you shouldn’t update as you’ll replace it with the same file that is located in plugins/woocommerce.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 17, 2015 at 15:16

    Hello @stevhong,

    I’ve checked your contact form and it’s working fine.
    Please clarify your issue with more details.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 17, 2015 at 15:14

    Hello @santo21,

    Please update Ultimate VC Addons and Wishlist plugins https://www.8theme.com/download-plugins/ and check contact form after that.

    Thank you.
    Regards,
    Eva Kemp.

  • 1 2 3 691 692 693 1,045 1,046 1,047
    Viewing 20,760 results - 20,731 through 20,760 (of 31,382 total)
Viewing 30 posts - 20,731 through 20,760 (of 31,382 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.