New Landing How can we help? Atelier Multiple Questions

Viewing 7 posts - 1 through 7 (of 7 total)
  • Posted in: Atelier
  • #186171
    busho
    Member
    Post count: 14

    Hi, I had multiple questions in terms of changing some of the theme:

    How can I change the text in the widget titles from h3 to h5 (font size 18, line height, 24.

    I am trying to add a welcome message in the menu so a user knows they are logged in. Basically I’d want it to say: “Welcome, Currentusername”. I tried using Shortcodes in Menu (a plugin in the wordpress directory) , but the plugin only allows for the shortcode itself in their custom menu item but no text before or after. The shortcode I am using is [currentuser_username] which is defined properly. Please see attached picture #1.

    On the homepage, the home button does not hightlight when on the homepage. However, when on pages such as Contact Us, it is highlighted. Is there a way to fix this?

    If you hover over Shop, it shows up on the left side of the screen for some reason. See attached picture #2. The mega menu I checked is the Natural Width Mega Menu.

    Is there a way to move things added to Woocommerce such as Saved Credit Cards to the left sidebar? I’d like the behavior to remain consistent: hidden unless the left side is clicked. See attached picture #3.

    Attachments:
    You must be logged in to view attached files.
    #186873
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    q1) Add this CSS:

    #footer h3.spb-heading {
      margin-bottom: 0;
      font-size: 18px;
      line-height: 24px;
    }

    q2) The shortcode you entered will not get used by WordPress in that menu location ‘Navigation Label’.

    For this to work you should add this code to your functions.php file or the ideally please use the child theme and add it there.

    add_filter('wp_nav_menu_items', 'do_shortcode');

    q3) I have added this help class for you:

    nav .menu > li.current-menu-item > a {
    	color: #ee815e!important;
    }

    Thanks,
    David.

    #187159
    busho
    Member
    Post count: 14

    Hi David,

    This is perfect! Thanks a billion 🙂

     

    For my last two questions, I’m still playing with the My Account tabs, but not really having success, I think it gets pulled through swiftframework and does something fancy. Where can I locate and add this behavior?

    For the main menu problem, is it possible to have it revert back to the original style? the problem only exists in this demo and it could be some kind of incompatibility.

    #187212
    busho
    Member
    Post count: 14
    This reply has been marked as private.
    #187330
    David Martin – Support
    Moderator
    Post count: 20834

    Hey Busho,

    I don’t fully understand the question, could you clarify for me:

    3) You can amend the menus in Appearance => Menus => Main Menu

    4) Could you provide a mockup or a bit more detail for this?

    Thanks!
    David.

    #187597
    busho
    Member
    Post count: 14

    I was refering to the attachments:

    attachedPicture3.png in the original post shows what I am talking about in moving titles into the sidebar. When you add subscriptions or a credit card gateway, it appears in My Accounts in Woocommerce. It shows any current subscriptions or saved credit cards used in previous transactions. I want these to be hidden unless the user clicks on their respective titles on the left. The idea is to hide them just like Address Book/Wishlist/My Orders.

    I attached a .gif below showing what I mean about the menu. When hovering over Shop, the mega menu that drops down is aligned to the left, it does not appear below where it is hovered like seen in the normal Atelier demo.

    Attachments:
    You must be logged in to view attached files.
    #187624
    David Martin – Support
    Moderator
    Post count: 20834

    Hi Busho,

    1) Unfortunately this customisation is beyond our scope of support. But I can point you to the right direction:

    The file ‘my-account.php’ controls this output – this is located in atelier/woocommerce/myaccountmy-account.php. 

    —-

    2) Appearance => Menus => Click on the ‘Shop’ dropdown and look for ‘Natural Width Mega Menu‘ – uncheck this option and save the menu.

    Thanks,

    David.

Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register