Forum Replies Created

Viewing 30 posts - 66,541 through 66,570 (of 68,220 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 27, 2017 at 15:31

    Hello,

    You’re welcome!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 27, 2017 at 15:30

    Hello,

    You can add this code in Global Custom CSS:

    #menu-item-23405 a {
        color: red;
    }

    and this in Custom CSS for desktop:

    #menu-item-23405 a {
        margin-left: 80%;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 27, 2017 at 13:49

    Hello,

    Go to Theme Options > Products Page Layout > Sidebar position for responsive layout > select “Bottom”.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 27, 2017 at 13:44

    Hello,

    You can try to create the custom header static block and use Mega Search Form there.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 27, 2017 at 13:26

    Hello,

    I sent your report to our developers.
    Thank you for the notice.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 27, 2017 at 13:17

    Hello,

    Try to change zoom level http://prntscr.com/edy2s4

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 27, 2017 at 13:10

    Hello,

    To display full image on mobile you can add custom class for row and write code “background-size:contain;”. Is this what you want http://prntscr.com/edxxru ?

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 27, 2017 at 12:04

    Hello,

    1. You can use this code:

    .single-product-sidebar {
        margin-top: 23px;
    }

    2.

    .page-heading.bc-type-1 {
        padding: 10px;
    }

    3.

    .page-heading .title {
        text-transform: none;
    }

    4. Try to use this way http://prntscr.com/edx6mc
    5.

    .menu-main-container {
        display: none;
    }

    or

    .menu-wrapper {
        display: none;
    }

    6-7. Please try to disable all 3rd-party plugins and check after that.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 27, 2017 at 11:47

    Hello,

    You can edit your header-structure file php in /wp-content/themes/royal/headers.
    Also, we recommend you to make all changes in the Child Theme.
    https://codex.wordpress.org/Child_Themes
    Or add your wishlist link in function etheme_top_links, in this case, you need find this function in wp-content/themes/royal/framework/theme-functions.php and copy to functions.php file of your child theme.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 27, 2017 at 11:25

    Hello,

    You can use this code in Custom css:

    .wpcf7 input[type="submit"] {
        background-color: blue;
        border-color: blue;
        color: #fff;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 27, 2017 at 11:19

    Hello,

    You can add this code in Custom CSS for mobile:

    #etheme-popup span {
        font-size: 20px;
    }
    #etheme-popup label {
        font-size: 10px !important;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 27, 2017 at 11:13

    Hello,

    I mean vw (1vw = 1/100 of the current viewport width, i.e. 1% of the width) or vh (15vh = 15/100 of the viewport’s current height or 15% of the height), and also you can to use %.
    On mobile this block with the image have height 772px, so you need to upload the image in higher resolution or change padding-top and padding-bottom of this block http://prntscr.com/edwn5f to 5vw.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 27, 2017 at 10:46

    Hello,

    You can add “8theme – Static Block” widget in Appearance > Widgets > Footer 1 or Footer 2 area and select the block you created.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 27, 2017 at 10:40

    Hello,

    Sorry, but there are no such options in our theme and can be done only through the additional code customization that is out of our support scope.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 24, 2017 at 17:49

    Hello,

    In this case, please provide wp-admin access in Private Content so we could check it.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 24, 2017 at 16:53

    Hello,

    Try to add this code in Custom css:

    .menu-wrapper .menu > li.current-menu-item > a:after {
        background-color: crimson !important;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 24, 2017 at 16:47

    Hello,

    2. Seems it work fine now http://prntscr.com/ecv4gs, please, provide the screenshot with the problem.
    3. Also, please, provide the screenshot what exactly you want to change for better understanding.
    6. You need update XStore Core to last 1.0.12 version.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 24, 2017 at 16:15

    Hello,

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 24, 2017 at 16:10

    Hello,

    Please go to Edit page and put this code as in the screenshot http://prntscr.com/ecuqta:

    [vc_row]
    	[vc_column]
    		[et_tabs]
    			[et_tab title="Tab 1" tab_id="1487948330576-9c52ccac-27e6"][/et_tab]
    			[et_tab title="Tab 2" tab_id="1487948330605-0142d9a2-100d"][/et_tab]
    			[et_tab title="Tab 3" tab_id="1487948330605-0142d9a2-100r"][/et_tab]
    			[et_tab title="Tab 4" tab_id="1487948330605-0142d9a2-100z"][/et_tab]
    		[/et_tabs]
    	[/vc_column]
    [/vc_row]

    Then try to edit new tabs.
    Sorry for this inconvenience.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 24, 2017 at 16:00

    Hello,

    Could you please provide the link to your site and screenshot in Private Content for better understanding?

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 24, 2017 at 15:41

    Hello,

    If you mean header navigation menu, you can add this code in Custom css:

    .header-center .menu-wrapper .menu > li > a {
        padding: 1.2em 0.8em;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 24, 2017 at 15:37

    Hello,

    Try to add this code in Custom css:

    .owl-wrapper img {
        cursor: default;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 24, 2017 at 15:26

    Hello,

    This will be fixed in the next theme update.
    Please, add this code in Custom css:

    .custom-carousel .owl-controls {
        display: block !important;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 24, 2017 at 13:28

    Hello,

    Please, see screenshots http://prnt.sc/ecst0f http://prnt.sc/ecssug

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 24, 2017 at 13:24

    Hello,

    You’re welcome!
    Feel free to ask if you have any other questions.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 24, 2017 at 12:53

    Hello,

    Try to use this code:

    .fixed-header {
        background-color: blue;
        border-bottom: blue;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 24, 2017 at 12:51

    Hello,

    You’re welcome!
    We’re glad to hear that your issue was solved.
    Have a nice day!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 24, 2017 at 12:49

    Hello,

    Could you please provide wp-admin access in Private Content so we could check it?

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 24, 2017 at 12:45

    Hello,

    So, is the issue solved?

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 24, 2017 at 12:41

    Hello,

    You’re welcome!

    Regards

  • 1 2 3 2,218 2,219 2,220 2,272 2,273 2,274
    Viewing 66,570 results - 66,541 through 66,570 (of 68,220 total)
Viewing 30 posts - 66,541 through 66,570 (of 68,220 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.