Forum Replies Created

Viewing 30 posts - 1,591 through 1,620 (of 11,542 total)
  • Avatar: Robert Hall
    Robert Hall
    Participant
    June 21, 2016 at 07:10

    Hello,

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

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    June 21, 2016 at 07:06

    Hello,

    You’re welcome!

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    June 20, 2016 at 15:40

    Yes, please add this code in Global Custom CSS.

    #review_form_wrapper{
        display: none;
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    June 20, 2016 at 14:35

    Hello,

    Could you please clarify with more details which the demo banner exactly you mean and show us screenshots?

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    June 20, 2016 at 14:33

    Hello,

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

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    June 20, 2016 at 14:26

    Hello,

    Please provide screenshot for our better understanding what exactly issue you have.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    June 20, 2016 at 12:58

    You’re welcome!

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    June 20, 2016 at 12:58

    Hello,

    I’ve just checked your site in mobile view and didn’t saw that problem.
    See screenshot: http://prntscr.com/binc3n

    Please clarify what browser you’re using?

    Also please clear cache and check it again.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    June 20, 2016 at 12:53

    You’re welcome!

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    June 20, 2016 at 12:49

    I’ve changed the width and height value in Theme Options->Promo Popup and added this code in Global Custom CSS. Please check it now.

    .white-popup-block{
    background:none;
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    June 20, 2016 at 11:45

    Hello,

    I’ve got the following message ‘This has been disabled’ when trying log to wp-admin panel (http://prntscr.com/bimkae). Please check it.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    June 20, 2016 at 10:09

    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
    June 20, 2016 at 09:22

    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
    June 20, 2016 at 08:54

    Hello,

    Please try to add this code in Theme Options->Custom CSS->Global Custom CSS.

    .navbar {
            padding: 5px 0;
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    June 20, 2016 at 08:47

    Hello,

    Navigate to Dashboard->Theme Options->Single Product Page and enable Show Product Title.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    June 20, 2016 at 08:23

    Try to add !important, for example

    h2{
    color:red;
    font-weight:bold !important;
    }

    but this code will change value for all h2 tag on the site.

    If you want to change it only for post title add this code in Global Custom CSS.

    article.blog-post h2{
    color:red;
    font-weight:bold;
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    June 20, 2016 at 08:20

    Hello,

    You can find the same issue with default WordPress theme. In this case you should contact Woocommerce support concerning your query as this is their configuration.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    June 20, 2016 at 07:57

    Hello,

    It seems the problem caused by WP Job Manager plugin. Please disable it and check the issue.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    June 20, 2016 at 07:52

    Hello,

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

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    June 20, 2016 at 07:45

    Hello,

    In this case you can use CSS code in 8Theme Options->Styling->Custom CSS->Global Custom CSS.

    h1{
    color:red;
    font-weight:bold;
    }
    h2{
    color:red;
    font-weight:bold;
    }
    h3{
    color:red;
    font-weight:bold;
    }
    h4{
    color:red;
    font-weight:bold;
    }
    h5{
    color:red;
    font-weight:bold;
    }
    h6{
    color:red;
    font-weight:bold;
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    June 20, 2016 at 07:26

    Hello,

    Please add this code in Globaal Custom CSS
    1)

    .filter-wrap .woocommerce-ordering {
        display: none;
    }

    2)

    .product-information .price {
        display: none;
    }

    3)

    .menu > li > a {
        text-transform: none;
    }
    

    4)

    .tab-content .button{
    color:white;
    }

    5)

    .blog-masonry .post h6.active {
        display: none;
    }
    article.post h2 {
        margin-top: 20px;
        text-transform: none;
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    June 20, 2016 at 07:11

    Hello,

    Please try to add this code Global Custom CSS

    .page-heading {
        background: purple;
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    June 17, 2016 at 14:29

    Hello,

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

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    June 17, 2016 at 13:08

    Also added this code. Please check.

    .header-type-3 .main-nav .menu > li.current-menu-item > a{
        text-decoration: none;
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    June 17, 2016 at 12:46

    I’ve added this code. Please check.

    .title:before {
        border-top: 1px solid #060606;
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    June 17, 2016 at 11:32

    As I see the menus are centered now.
    http://prntscr.com/bhh4ty
    http://prntscr.com/bhh4xe

    You can move up or down the scroll navigation menu with this code in Child Theme.

    @media (min-width: 1200px){
    .fixed-header-area .fixed-header .logo-with-menu+div+div {
        padding-top: 28px;
    }}

    and default menu

    @media (min-width: 1200px){
    .header-type-3 .main-nav .menu {
        padding-top: 20px;
    }}

    to remove underline use this code

    .header-type-3 .main-nav .menu > li > a:hover, .header-type-4 .main-nav .menu > li > a:hover {
        text-decoration: none;
    }

    Also the divider code you gave me changes all dividers on the site. I only want to change the menu divider.

    Please show us screenshot what you mean and how it should be.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    June 17, 2016 at 10:21

    I’ve changed the padding value for menu. You can see it in style.css of the Child Theme.

    divider –

    .main-nav {
        border-bottom: 1px solid #d81515;
    }

    top bar –

    .header-type-3 .top-bar {
        background-color: #ce0c0c;
    }

    padding of the fixed menu items –

    .fixed-header .menu > li > a {
        padding: 16px 5px;
    }

    Also the Link area of logo is way off. I only want to click on the image to show the transition of the cursor.

    It caused because your logo image has a lot of empty space.
    https://wrightwatches.com/wp-content/uploads/2016/05/wright-logo2400.png

    See screenshot: http://prntscr.com/bhgduh

    And the hover area for the menu is way below the menu, near the slider.

    I’ve added this code in Child Theme. Please check.

    .main-nav .menu > li > a,
    .fixed-header .menu li a {
        padding: 0px 5px !important;
    }
    .fixed-header .menu > li > a:after, .main-nav .menu > li > a:after {
        height: 0px;
    }
    

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    June 17, 2016 at 10:02

    You’re welcome!

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    June 17, 2016 at 09:36

    This is not me. The server has refresh the cache.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    June 17, 2016 at 09:04

    It seems cache is enabled on a server.

    Regards,
    Robert Hall

  • 1 2 3 53 54 55 383 384 385
    Viewing 1,620 results - 1,591 through 1,620 (of 11,542 total)
Viewing 30 posts - 1,591 through 1,620 (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.