Okay
  Public Ticket #2012923
category links
Closed

Comments

  • vchang started the conversation

    Hi,

    For this area, "Home/ Product/ Build" shown in the attached screen shots, is it possible to have hyperlink on Products and Home wording? but do not show the underline, just keep it hyperlink when mouse over. No change in colour of the wording also.

    Thanks!
    Vivian

  •  675
    Neuron replied

    Hey Vivian,

    Unfortunately these two can't be hyperlinks, because products is simply a custom post type and the Build is the actual post, so you can't have hyperlink on these two, I am sorry for that.

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • vchang replied

    Thank you for your reply, then is there anyway to remove the underline of the Home and all menus when mouseover? But still keeping it as a hyperlink, just don't want the underline to appear?

    One more thing about the product images, I noticed in the Gaia Collection it shows nicely with all 3 columns: http://laurenxkhoo.com/portfolio/product-category/browse-by-collection/gaia/

    But you see for example this section:
    http://laurenxkhoo.com/portfolio/product-category/browse-by-category/necklace/
    The last row at the bottom of the page, middle is left blank, the last product jumps to the right column.

    do you know what that is the case?
    Finally I would like to add the all rights reserved copyright line at the bottom of the homepage, apparently all other pages have it in the bottom, only the Home page is missing. But I couldn't find where to add it back?

    Thank you so much and looking forward to your reply.

    Have a nice day!

  •  675
    Neuron replied

    Hi,

    You're welcome anytimesmile.png

    1) Please add the following style in Appearance > Customize > Additional CSS.

    ul.menu.m-header-default-menu li.menu-item.current_page_item>a,
    ul.menu.m-header-default-menu li.menu-item>a:hover {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    2) Please add the following style, the masonry layout is being applied that's why that product is heading to the right.

    .archive .l-woocommerce-wrapper__products-holder div.product {
        max-height: 452px;
    }
    

    3) Please edit the homepage and check in the page settings if the copyright is set at show or not. http://prntscr.com/nui9dj

    The option is placed in Page Settings > Footer > Copyright.

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • vchang replied

    Hi, I am getting a message on wordpress saying that "WordPress has detected that your site is running on an insecure version of PHP." Do you know how I can fix that and does it have something to do with the Bifrost theme version?

    Thanks!

  •  675
    Neuron replied

    Hi Vchang,

    Actually that is hasn't to do nothing with the theme, it's up to the server(hosting) PHP version, so please talk to your host providers and tell them to update the PHP version to 7 or higher.

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.