Sitesao Support
  • Home
  • Themes
  • Plugins
  • Support

Support Forums

Home/Forums/
  • Profile
  • Topics Started
  • Replies Created
  • Favorites

Forum Replies Created

  • 9 years, 7 months ago junniemarria
    Participant
    Post count: 5686

    Hi,

    Thanks for contacting us.
    Please go to admin panel/Appearance/Theme Options/Custom code and add code below

    .navbar-brand .logo-mobile {
        max-width: 100%;
    }

    Create mega-menu

    Click the triangle icon on the right of Shop pages item then it will expand into many options like:

    Navigation label: name of the parent page (Shop page)

    Icon: you can select an icon of the page and change size, color and position of the icon here. Click the arrow icon to opt an icon and click the stick icon to make alternations to the icon.

    Enable Mega menu: ticking this box allows display of megamenu

    Mega menu column: This option has a drop-down list of different numbers of columns shown in Mega menu area. The number varies from 2 to 4. On our demo site, this number is 4.

    http://prntscr.com/d14gbt

    http://prntscr.com/d14gy5

    Snapchat: I suggest you consider to use plugin below

    https://wordpress.org/plugins/pipdig-snapcode-widget/

    Best regards,

    Junnie


    in reply to: Couple More Issues
    9 years, 7 months ago junniemarria
    Participant
    Post count: 5686

    Hi,

    Thanks for contacting us.

    I am sorry for the late response. Our working hour is Monday to Friday; therefore, we have not been able to support you for the days off.

    Please provide me link of your site and your admin account and FTP account via private message. I will check for you soon.
    http://prntscr.com/d149a8
    Best regards,

    Junnie


    in reply to: How to change rows in home category ?
    9 years, 7 months ago junniemarria
    Participant
    Post count: 5686

    Hi,

    Thanks for contacting us.
    I am sorry for the late response. Our working hour is Monday to Friday; therefore, we have not been able to support you for the days off.

    Please read thí document carefully.

    https://docs.woocommerce.com/document/woocommerce-color-and-image-swatches/

    If you still can not create variation Swatches and Photos. Please send me a link to your site and admin account via private message. I will create a product demo for you
    http://prntscr.com/d1472q
    Best regards,

    Junnie


    in reply to: variation Swatches annd photos
    9 years, 7 months ago junniemarria
    Participant
    Post count: 5686

    Hi,

    Thanks for contacting us.
    I am sorry for the late response. Our working hour is Monday to Friday; therefore, we have not been able to support you for the days off.
    Please install and activated YITH WooCommerce Wishlist plugin

    http://prntscr.com/d13qdc

    Create Wishlist page

    http://prntscr.com/d13qhn

    http://prntscr.com/d13r31
    Best regards,

    Junnie


    in reply to: MY WISHLIST ON THE DMCS
    9 years, 7 months ago junniemarria
    Participant
    Post count: 5686

    Hi,

    Wish you a nice day.
    I am sorry for the late response. Our working hour is Monday to Friday; therefore, we have not been able to support you for the days off.
    Please check your site again. I edited for you.

    I added code in Appearance/Theme Options/Custom code

    .minicart-icon span {
        background: none repeat scroll 0 0 transparent;
    }
    
    .header-navbar-fixed .minicart-icon span {
        background: none repeat scroll 0 0 #000;
    }

    http://prntscr.com/d13o30

    Best regards,

    Junnie


    in reply to: Logo Position
    9 years, 7 months ago junniemarria
    Participant
    Post count: 5686

    Hi,

    I am sorry for the late response. Our working hour is Monday to Friday; therefore, we have not been able to support you for the days off.

    Please go to admin panel/Appearance/Theme Options/Custom code and add code below

    .block_post_style_11 .entry-meta {
        display: none;
    }

    Best regards,

    Junnie


    in reply to: How Adjusting Block Style
    9 years, 7 months ago junniemarria
    Participant
    Post count: 5686

    Hi,

    Thanks for contacting us.

    Please go to admin panel/Appearance/Theme Options/Custom code and add code below

    .page-breadcrumb-container .page-breadcrumb {
        display: none;
    }
    @media (max-width: 480px) {
    .heading-container .heading-background .heading-wrap {
    height: 225px !important;
    }
    }
    

    Best regards,
    Junnie


    in reply to: Remove Breadcrumbs??? – Category Page
    9 years, 7 months ago junniemarria
    Participant
    Post count: 5686

    Hi Admin,

    Thanks for contacting us.

    If you want to use muti-language on your site. You can use the second method:

    Installing Noo Theme Luxury and than Install WPML and let WPML do the translation from the theme to a different language for example Indonesian Language.

    Please make sure that you have already installed and activated all the following plugins:

    WPML Multilingual CMS

    WPML String Translation

    http://prntscr.com/9cdtdw
    Then go to WPML==> languages==> Add languages to your site in Site languages section:

    http://prntscr.com/9cdtpj
    Go to WPML==> String Translation==> Search for words/phrases you want to translate> chose languages to translate:

    http://prntscr.com/9cdu47
    Go to Pages==> All pages==> click + icon to translate pages into the another language.

    http://prntscr.com/9cduxx
    Go to WPML==> Languages==> Language Switcher options==> tick Language Switcher in the WP Menu> Choose a Menu in the drop-down list> Save

    http://prntscr.com/9cdvmr
    You can refer to WPML documentation to learn more about this plugin:

    Link 1: https://wpml.org/documentation/

    Link 2: https://wpml.org/documentation/getting-started-guide/translating-menus/

    Link 3: https://wpml.org/documentation/getting-started-guide/language-setup/language-switcher-options/

    If you only want to use Indonesian Language on your site. You can use a tool like PoEdit to translate to your language then upload to the same folder on your site. It’s very easy to use.

    http://support.nootheme.com/knowledge-base/poedit-an-efficient-tool-used-to-translate-or-modify-items-of-a-site/

    Remove the “related products” in product page.

    Please go to admin panel/Appearance/Theme Options/Custom code and add code below

    .woocommerce .related {
        display: none;
    }

    Best regards,

    Junnie


    in reply to: How to rename the "you may also like" tab title
    9 years, 7 months ago junniemarria
    Participant
    Post count: 5686

    Hi,

    Thanks for contacting us.

    Please go to admin panel/Appearance/Theme Options/Custom code and add code below

    .shop-toolbar {
        display: none;
    }
    
    .sidebar-shop-filter {
        opacity: 1!important;
        visibility: visible!important;
    }

    Best regards,

    Junnie


    in reply to: 'FIlters section' visible all time
    9 years, 7 months ago junniemarria
    Participant
    Post count: 5686

    Hi,
    I feel very happy to helped you, and even more wonderful to know you love NooTheme products, please rate us 5 star. It will be great motivation for us.
    Please rate us with the link below
    https://themeforest.net/item/luxury-responsive-wordpress-theme/14326053?s_rank=3
    If you are not familiar with rating, please refer to this link:

    View post on imgur.com


    Thanks and best regards,
    Junnie


    in reply to: Plugins
    9 years, 7 months ago junniemarria
    Participant
    Post count: 5686

    Hi,

    Please check your site again. I’ve edited for you.

    Your site has used up its memory, mostly because of some heavy plugins. You’ll need to increase the memory for PHP by editing the wp-config.php file.

    https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP

    Please add this code into wp-config.php file.

    http://prntscr.com/9w8cq3

    Best regards,

    Junnie


    in reply to: Plugins
    9 years, 7 months ago junniemarria
    Participant
    Post count: 5686

    Hi,

    Never mind, I found it. Now, I will check for you.

    Best regards.

    Junnie


    in reply to: Plugins
    9 years, 7 months ago junniemarria
    Participant
    Post count: 5686

    Hi,

    Thanks for sharing your info. Please send me the path to the theme folder. There are many folders in your FTP

    Best regards,

    Junnie


    in reply to: Plugins
    9 years, 7 months ago junniemarria
    Participant
    Post count: 5686

    Hi,

    Thanks for contacting us.

    Please send me a link to your site and your admin account and FTP account via private message. I will check for you soon
    http://prntscr.com/czwk8l
    Best regards,

    Junnie


    in reply to: Plugins
Viewing 14 posts - 4,771 through 4,784 (of 4,784 total)
← 1 2 3 … 317 318 319
© Copyright Sitesao.com - Support Policy