Forum Replies Created

Viewing 20 posts - 1 through 20 (of 196 total)
  • Author
    Posts
  • in reply to: Social icon for BlueSky #338932
    sujeet
    Keymaster

    Hello @agescho,

    We will update you soon regarding the BlueSky Social icon. Please have patience. Thank you.

    Regards,
    Sujeet

    in reply to: Desktop Hamburger Menu to Horizontal Menu #338927
    sujeet
    Keymaster

    Hello @Antonio,

    Currently there is no option to switch screen size but you can achieve by adding the following custom CSS on your system.

    To add CSS kindly go to Dashboard > Appearance > Customizer > Additional CSS and paste the given CSS

    
    @media only screen and (min-width: 64em) {
    .navigation-classic .main-navigation ul ul a {
      padding: 7px 20px;
      width: 262px;
    }
    
    .navigation-classic.menu-align-left .site-header-menu,
    .navigation-classic.header-right-enabled .site-header-menu {
      -webkit-box-flex: 1;
      -ms-flex: auto;
      flex: auto;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    
    .navigation-classic.menu-align-left #primary-menu-wrapper,
    .navigation-classic.header-right-enabled #primary-menu-wrapper {
      margin-right: auto;
    }
    
    .navigation-classic .dropdown-toggle,
    .navigation-classic .main-navigation ul .dropdown-toggle.toggled-on,
    .navigation-classic #primary-menu-wrapper .menu-toggle-wrapper {
      display: none;
    }
    
    .navigation-classic .main-navigation li {
      display: inline-block;
    }
    
    .navigation-classic #primary-menu-wrapper .menu-inside-wrapper {
      max-width: 100%;
    }
    
    .navigation-classic .main-navigation a {
      padding: 14px 20px;
      line-height: 2;
    }
    
    .navigation-classic.menu-align-left .site-header-main .site-branding,
    .navigation-classic.header-right-enabled .site-header-main .site-branding {
      margin-right: unset;
      padding-right: 42px;
    }
    
    .navigation-classic #primary-menu-wrapper .menu-inside-wrapper {
      border: none;
      position: relative;
      display: block;
      float: left;
      top: 0;
      left: 0;
      right: 0;
      visibility: visible;
      opacity: 1;
      width: auto;
      bottom: auto;
      background-color: transparent;
      box-shadow: none;
      overflow: inherit
    }
    
    .navigation-classic .site-header-menu .main-navigation {
      padding: 0;
    }
    
    .navigation-classic.absolute-header .site-header-menu .main-navigation a,
    .navigation-classic.absolute-header .dropdown-toggle {
      color: #ffffff;
    }
    
    .navigation-classic.absolute-header .site-header-menu .main-navigation a:hover,
    .navigation-classic.absolute-header .site-header-menu .main-navigation a:focus,
    .navigation-classic.absolute-header .site-header-menu .main-navigation .current_page_item>a,
    .navigation-classic.absolute-header .site-header-menu .main-navigation .current-menu-item>a {
      color: #CCCCE4;
    }
    
    .navigation-classic .main-navigation .sub-menu,
    .navigation-classic .main-navigation .children {
      background-color: #fafafa;
    }
    
    .navigation-classic .main-navigation ul ul {
      display: block;
      float: left;
      margin: 0;
      padding: 7px 0;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999;
    }
    
    .navigation-classic .main-navigation .menu-item-has-children>a:after,
    .navigation-classic .main-navigation .page_item_has_children>a:after {
      content: "\f107";
      font-size: 16px;
      font-size: 1rem;
      padding-left: 7px;
    }
    
    .navigation-classic .main-navigation ul li:hover>ul,
    .navigation-classic .main-navigation ul li.focus>ul {
      left: auto;
      right: 0;
      -webkit-box-shadow: 0 0 5px -3px #000;
      -moz-box-shadow: 0 0 5px -3px #000;
      box-shadow: 0 0 5px -3px #000;
      -webkit-animation: smoothScrollBack 0.5s forwards, fadein 0.5s;
      -moz-animation: smoothScrollBack 0.5s forwards, fadein 0.5s;
      -o-animation: smoothScrollBack 0.5s forwards, fadein 0.5s;
      animation: smoothScrollBack 0.5s forwards, fadein 0.5s;
    }
    
    .navigation-classic .main-navigation .menu>.current-menu-item>a:before,
    .navigation-classic .main-navigation .menu>.current-menu-ancestor>a:before {
      content: "";
      border-bottom: 2px solid;
      position: absolute;
      left: 20px;
      bottom: 0;
      width: calc(100% - 40px);
      height: 1px;
    }
    
    .navigation-classic.menu-align-left .main-navigation ul li:hover>ul,
    .navigation-classic.menu-align-left .main-navigation ul li.focus>ul {
      left: 0;
      right: auto;
    }
    
    .navigation-classic.absolute-header .site-header-menu .main-navigation ul ul a {
      color: #000000;
    }
    
    .navigation-classic.absolute-header .site-header-menu .main-navigation ul ul a:hover,
    .navigation-classic.absolute-header .site-header-menu .main-navigation ul ul a:focus,
    .absolute-header:not(.header-top-with-bg) .top-navigation ul ul a:hover,
    .absolute-header:not(.header-top-with-bg) .top-navigation ul ul a:focus,
    .navigation-classic.absolute-header .site-header-menu .main-navigation ul ul .current_page_item>a,
    .navigation-classic.absolute-header .site-header-menu .main-navigation ul ul .current-page-ancestor>a,
    .navigation-classic.absolute-header .site-header-menu .main-navigation ul ul .current-menu-item>a,
    .navigation-classic.absolute-header .site-header-menu .main-navigation ul ul .current-menu-ancestor>a,
    .absolute-header:not(.header-top-with-bg) .top-navigation ul ul .current_page_item>a,
    .absolute-header:not(.header-top-with-bg) .top-navigation ul ul .current-page-ancestor>a,
    .absolute-header:not(.header-top-with-bg) .top-navigation ul ul .current-menu-item>a,
    .absolute-header:not(.header-top-with-bg) .top-navigation ul ul .current-menu-ancestor>a {
      color: #666666;
    }
    }
    

    I hope it works for you, If not please add queries.

    Regards,
    Sujeet

    in reply to: Woocommerce Description Tab #338910
    sujeet
    Keymaster

    Hi Edwin,

    To change the woocommerce tab border color, just add the following CSS in the “Appearance => Customize => Additional CSS” box:

    
    .woocommerce div.product .woocommerce-tabs ul.tabs:before {
       border-bottom-color: #dddddd;
    }
    
    .woocommerce div.product .woocommerce-tabs ul.tabs li {
       border-color: #dddddd;
    }
    
    .woocommerce div.product .woocommerce-tabs ul.tabs li:after,
    .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
       border-color: transparent;
    }
    

    And as for password protected design and button add the following CSS:

    
    input[type="submit"] {
       background: transparent;
       background-color: #008080;
       color: #ffffff;
       border: none !important;
       box-shadow: none !important;
       transition: all 0.3s ease-in-out;
       padding: 9px 20px !important;
    }
    
    input[type="submit"]:hover,
    input[type="submit"]:focus {
       background: transparent;
       background-color: #000000;
       color: #ffffff;
    }
    
    .post-password-form label input {
       box-sizing: border-box;
    }
    
    @media screen and (max-width: 560px) {
       .post-password-form label input {
          width: 100%;
          margin-top: 7px;
       }
    
       input[type="submit"] {
          margin-top: 10px;
       }
    }
    

    You can change the colors as you want. Let me know if this worked for you. Thank you.

    Regards,
    Sujeet

    sujeet
    Keymaster

    Hello @jgroot,

    I’m glad to hear that it worked for you. If you like the theme and our support, then I have a quick request: Could you please leave a review?

    https://wordpress.org/support/theme/catch-base/reviews/#new-post

    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated.

    Thank you.

    Regards,
    Sujeet

    in reply to: Authors page #338801
    sujeet
    Keymaster

    Hello @priestofelohim,

    That’s really strange.

    What you can do is, please delete unwanted author from author page, there you will find two options while deleting the author, please make sure to choose the option Attribute all content to: “Choose the right author”. And you can delete that unwanted author. This will transfer all the posts/pages to right author and there won’t be issues with the old author. Check screenshot as well. Please let me know if this worked for you. Thank you.

    user

    Regards,
    Sujeet

    sujeet
    Keymaster

    Hello @jgroot,

    Please go to “Dashboard => WooComerce => Settings => Site Visibility”, there you will see Site Visibility, please choose the option to Live and save it. It will solve your problem. Currently you might have choosen comming soon option. Please try and let me know if that worked. Please check the screenshots as well. Thank you.

    woo

    Regards,
    Sujeet

    in reply to: Chique menu padding/spacing #338783
    sujeet
    Keymaster

    Hello Wouter,

    I’m glad to hear that it worked for you. If you like the theme and our support, then I have a quick request: Could you please leave a review?

    https://wordpress.org/support/theme/chique/reviews/#new-post

    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated.

    Thank you.

    Regards,
    Sujeet

    in reply to: Chique menu padding/spacing #338779
    sujeet
    Keymaster

    Hello @cch_webmaster,

    Please try adding the following css code to “Appearance => Customize => Additional CSS”.

    
    @media screen and (min-width: 100em) {
      #masthead {
         max-width: 250px !important;
      }
    
      .below-site-header {
         left: 250px !important;
      }
    }
    

    It should reduce the space. Let me know if this worked. Thank you.

    Regards,
    Sujeet

    in reply to: Chique menu padding/spacing #338776
    sujeet
    Keymaster

    Hello @cch_webmaster,

    Can you please share your website URL so that I can give you the exact solution to reduce the space?

    Regards,
    Sujeet

    in reply to: Authors page #338769
    sujeet
    Keymaster

    Hello @priestofelohim,

    Did you check the users in Users page in admin? There might be some issue with your User, Nickname and Display Name. Please check and let me know.

    Also please share your website url to check the issue. Thank you.

    Regards,
    Sujeet

    in reply to: Black background indead of white when editing pages. #338766
    sujeet
    Keymaster

    Hello @jaapsolutions,

    I just checked in our side and found everything is fine with the color while editing page. There might be some issue with your website. Please try disabling the plugins if you have any.

    Let me know if disabling the plugins worked for you.

    Regards,
    Sujeet

    in reply to: Question about license renewal #338757
    sujeet
    Keymaster

    Hello @tomdkat,

    Yes the theme is well maintained, tested and compatible with the latest version of WordPress. All our subscription is manual renewal, so it will just send you renewal notification but will not renew it. So, you need to renew the license by yourself.

    And please kindly follow the link below to know more about renewing and extending your license key.
    https://catchthemes.com/frequently-asked-questions/#question-account-activation-verification-how-to-renew-extend-license-key

    Let me know if you are still having issues with license renewal.

    Regards,
    Sujeet

    in reply to: Change color of link #338748
    sujeet
    Keymaster

    Hello @w1ck,

    I’m glad to hear that it worked for you. If you like the theme and our support, then I have a quick request: Could you please leave a review?

    https://wordpress.org/support/theme/elevatebiz/reviews/#new-post

    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated.

    Thank you.

    Regards,
    Sujeet

    sujeet
    Keymaster

    Hello @jamieonline,

    I’m glad to hear that it worked for you. If you like the theme and our support, then I have a quick request: Could you please leave a review?

    https://wordpress.org/support/theme/catch-evolution/reviews/#new-post

    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated.

    Thank you.

    Regards,
    Sujeet

    sujeet
    Keymaster

    Hello @jamieonline,

    Please add the following css code to “Appearance => Customize => Additional CSS” .

    
    .home.page-template-default #content > .hentry {
       display: none;
    }
    

    Thank you.

    Regards,
    Sujeet

    sujeet
    Keymaster

    Hello @jamieonline,

    Did you mean the space just below the text “This is where we get the things done…. and your picture”? See the screenshot. Or just simply send us an screenshot of the space so that I can send you the code or solution for that.

    space

    Thank you.

    Regards,
    Sujeet

    in reply to: Remove Social Icons from Homepage (Bold Pro) #338740
    sujeet
    Keymaster

    Hello @passarosprints,

    To remove the vertical social icons, just go to “Editor => Document Overview => Header with banner => Floating Social”, click on three dots and delete the part and save it. See the screenshots.

    social

    Thank you.

    Regards,
    Sujeet

    in reply to: Change color of link #338724
    sujeet
    Keymaster

    Hello @w1ck,

    If you are trying to change the overall color of the whole theme, then please go through “Appearance => Editor => Styles => Colors => Palette => Color option (Theme)”. You can see all background and other colors where you can change them. See screenshots as well.
    Or you can also add custom css to change colors as before.

    paette

    details

    colors

    Thank you.

    Regards,
    Sujeet

    in reply to: Rock tune page link and creation #338662
    sujeet
    Keymaster

    Hello @belamy,

    Sorry for the inconvenience caused. Can you please share your website url so that I can check in detail? Since the pages are working fine in our side. Thank you.

    Regards,
    Sujeet

    in reply to: How do I change the font? #338660
    sujeet
    Keymaster

    Hello @snow_owl,

    Thank you for choosing SimClick free version but unfortunately there is no font option in free version. But there is the option for pro version only.

    So for free version you can add custom css for the font adjustment. Thank you.

    The font customization option is available only in pro version:

    font

    Regards,
    Sujeet

    • This reply was modified 1 month ago by sujeet.
Viewing 20 posts - 1 through 20 (of 196 total)