Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1172501
    mathieulauzon
    Participant

    Hi,

    first I have to tell you that your theme is incredible! I love it! Will use it again for another website!

    My website is : http://www.sculpturebeauregard.com

    1 : I have a problem with a menu item (-) (100%) (+), it is not aligned with the all the other menu items, there is no top padding. How could I fix that?

    2 : In cornerstone on my Hompepage I created a section with 4 images and 4 text zone under them. Text zone (sable) (neige) (glace) (autre) are linked to pages on website. I would like them to turn red when a mouse hover on them, I tried many thing but cannot achieve to that.

    Could you help me please?

    ps : sorry for my bad english

    Thank you

    #1172647
    Rupok
    Member

    Hi there,

    Thanks for writing in!

    #1. You can add this under Custom > CSS in the Customizer.

    .menu-item.menu-item-634 {
      margin-top: 25px;
    }

    #2. It’s not working because you have wrapped the text with span and strong so it’s breaking the hierarchy. Let’s use this :

    .home #x-section-1 .x-text a:hover span font, .home #x-section-1 .x-text a:hover font {
      color: #f00;
    }

    Hope this helps.

    #1173089
    mathieulauzon
    Participant

    You solved my problems! Thank you very much!

    #1173141
    Thai
    Moderator

    Glad we’re able to help 🙂

    If you need anything else please let us know.

    #1173169
    mathieulauzon
    Participant

    Maybe you can help me again, because there is something very strange happening with my primary menu. One the homepage the menu is showing correctly every item including a zooming item (+)(100%)(-) that is working fine. the problem is when i’m on the other pages of the site the zooming item is not showing up at all. It’s been 1 hour i’m trying to figure out why, i’m giving up, I don’t understand.

    #1173461
    Jade
    Moderator

    Hi there,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    #1173523
    mathieulauzon
    Participant
    This reply has been marked as private.
    #1173763
    Nabeel A
    Moderator

    Hi again,

    I tried to access your site with the given credentials but it says Invalid username. Can you please double check the username if it’s correct?

    Thanks!

    #1174216
    mathieulauzon
    Participant
    This reply has been marked as private.
    #1174430
    Rupok
    Member

    Hi there,

    You have one primary menu so it should work on every pages. I am not sure if there any limitation of the plugin you are using. It would be better if you reach to the original plugin developer regarding this. We can’t rally help much on the third party plugins.

    Thanks!

    #1174825
    mathieulauzon
    Participant

    ok no problem, thank you!

    #1175014
    Joao
    Moderator

    You are welcome,

    Let us know if you need help with anything else.

    Joao

  • <script> jQuery(function($){ $("#no-reply-1172501 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>