Digital experiences for all disciplines
New Landing › How can we help? › Atelier › Multiple Questions
New Landing › How can we help? › Atelier › Multiple Questions
- This topic has 6 replies, 2 voices, and was last updated 9 years by David Martin – Support.
-
Posted in: Atelier
-
June 19, 2015 at 9:49 am #186171
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.June 22, 2015 at 10:42 am #186873Hi,
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.June 22, 2015 at 8:22 pm #187159Hi 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.
June 23, 2015 at 2:28 am #187212This reply has been marked as private.June 23, 2015 at 9:43 am #187330Hey 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.June 23, 2015 at 4:41 pm #187597I 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.June 23, 2015 at 5:13 pm #187624Hi 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.
-
Posted in: Atelier
You must be logged in and have valid license to reply to this topic.