Forum Replies Created

Viewing 30 posts - 7,831 through 7,860 (of 11,542 total)
  • Avatar: Robert Hall
    Robert Hall
    Participant
    March 13, 2015 at 08:48

    Hello,

    What theme version you’re using? Is this test the same with default WordPress theme?
    Also try to disable third-party plugins, maybe one of them caused issue.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 13, 2015 at 08:45

    Hello,

    Do you mean “Read more” buttons? Please see screenshot: http://prntscr.com/6g5ay8

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 13, 2015 at 08:42

    Hello,

    Could you please clarify us with more details and show us with screenshot these string?
    Also please provide us with link to the page and wp-admin access in Private Content.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 13, 2015 at 08:34

    Hello,

    Unfortunately we do not have such opportunities.
    Try to read more about this plugin or something else. Maybe these help you.
    http://codecanyon.net/item/woocommerce-wholesale-prices/5325378

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 13, 2015 at 08:28

    Hello,

    Please add this code in custom.css file

    a.ubtn-link{
    margin:0;
    }
    

    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
    March 12, 2015 at 16:35

    Hello,

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

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 12, 2015 at 16:32

    Hello,

    You can do this, but after that customization you need to customize header area because you will be have collapse with fixed header and header.
    If you want this please comment out following code in \wp-content\themes\legenda\js\etheme.js file on line 706-721.

    /*    $(window).scroll(function(){
            if (!$('body').hasClass('fixNav-enabled')) {return false; }
            var fixedHeader = $('.fixed-header-area');
            var scrollTop = $(this).scrollTop();
            var headerHeight = $('.header-wrapper').height() + 20;
            
            if(scrollTop > headerHeight){
                if(!fixedHeader.hasClass('fixed-already')) {
                    fixedHeader.stop().addClass('fixed-already');
                }
            }else{
                if(fixedHeader.hasClass('fixed-already')) {
                    fixedHeader.stop().removeClass('fixed-already');
                }
            }
        });*/

    and add this code in custom.css file

    .fixed-header-area{
    top: 0;
    }

    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
    March 12, 2015 at 15:48

    Hello,

    Could you please clarify with more details what exactly you want to do and show us screenshots?

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 12, 2015 at 15:47

    Hello @zeny,

    As I see you have already translated ‘Place Order’. http://prntscr.com/6fuj6n

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 12, 2015 at 15:10

    Hello,

    You’re welcome!

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 12, 2015 at 14:43

    Hello,

    These menu you must create manually (Appearance->Menus).
    How to customize menu you can read also in our documentation:
    https://www.8theme.com/demo/docs/royal/index.html#!/primary_menu

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 12, 2015 at 14:40

    Hello,

    You can try to edit \themes\royal\headers\header-structure-1.php file.
    We strongly recommended you do all changes in Child Theme.
    https://www.8theme.com/demo/docs/royal/index.html#!/2_child_theme

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 12, 2015 at 14:32

    You’re welcome!
    Have a good day!

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 12, 2015 at 13:47

    Hello,

    Please read more how to setup Royal theme in our documentation:
    https://www.8theme.com/demo/docs/royal/index.html#!/documenter_cover

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 12, 2015 at 13:42

    Hello,

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

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 12, 2015 at 13:40

    Hello,

    You’re welcome!

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 12, 2015 at 13:14

    Hello,

    As I see there no images. See screenshot: http://prntscr.com/6fsym6
    Could you please clarify us with more details?
    Also please read more informations about menu customization in our documentation:
    https://www.8theme.com/demo/docs/legenda/index.html#!/primary_menu

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 12, 2015 at 13:11

    Hello,

    Sorry, but your FTP credentials isn’t correct.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 12, 2015 at 12:59

    Hello,

    You’re welcome!

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 12, 2015 at 12:58

    Hello,

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

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 12, 2015 at 12:24

    Hello,

    Please add this code in custom.css file.

    .back-to{
    display:none;
    }

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 12, 2015 at 12:22

    Hello,

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

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 12, 2015 at 12:20

    Hello,

    Please navigate to Dashboard->Products->Categories->and click update. This step you need do for all categories.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 12, 2015 at 12:18

    Hello,

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

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 12, 2015 at 12:17

    Hello,

    Please read more here:
    https://www.8theme.com/demo/docs/royal/index.html#!/woocommerce

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 12, 2015 at 10:57

    Hello,

    I’ve enabled ‘Anyone can register’ option in Setting->General. Please check it now.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 12, 2015 at 10:29

    Hello,

    Sorry, but we don’t have such feature in our theme.
    You can try to use some third-party plugin to implement such functionality.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 12, 2015 at 10:28

    Hello,

    Please use this code in custom.css file:

    .main-header{
    background-color: #ffd600;
    }

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 12, 2015 at 10:26

    Hello,

    New plugin will be added soon. Please wait a little bit.
    Sorry for inconvenience.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 12, 2015 at 09:58

    Hello,

    We’re glad to hear that your issue is solved.
    If you have any questions feel free to contact us.

    Regards,
    Robert Hall.

  • 1 2 3 261 262 263 383 384 385
    Viewing 7,860 results - 7,831 through 7,860 (of 11,542 total)
Viewing 30 posts - 7,831 through 7,860 (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.