Home › Forums › Basel support forum › Site Help
Site Help
- This topic has 11 replies, 2 voices, and was last updated 4 years, 10 months ago by
Elise Noromit.
-
AuthorPosts
-
March 6, 2020 at 1:54 pm #178358
OchukoParticipantGood Afternoon. I was wondering if you could help me with how the images appeared on the home page. Due to the difference in size of the images, it appears to stretch and does not seem to level with each other (see screenshot 1). I would like it to be straighter and be like this (see screenshot 2). Also would you be able to assist me with the colour of the search page title as that is not the colour that is selected (see screenshot 3).
Attachments:
You must be logged in to view attached files.March 7, 2020 at 8:52 am #178470
Elise NoromitMemberHello,
Please check the options provided here: https://xtemos.com/docs/basel/image-size-in-a-product-grid/
Best Regards
May 2, 2020 at 3:30 pm #191745
OchukoParticipantI need some assistance. One the theme i changed the layout of the header and once i did that the account button/image vanished. I was wondering if it is possible to bring it back rather than having to put “My account” in the header space next to “contact us”.
Attachments:
You must be logged in to view attached files.May 3, 2020 at 8:08 am #191872
Elise NoromitMemberHello,
Before you text something or change, make a full backup of your site, and save the Theme Settings in the Import/export file.
By default, this header layout doesn’t have Login/Register link. But you can add it manually placing the following code snippet to the functions.php file in the child theme.
add_filter( 'basel_header_configuration', 'basel_custom_header_configuration', 1, 1 ); function basel_custom_header_configuration() { return array( 'container' => array( 'wrapp-header' => array( 'logo', 'widget_area', 'right-column' => array( 'header_links', 'search', 'wishlist', 'cart', 'mobile_icon', ) ) ), 'navigation-wrap' => array( 'container' => array( 'main_nav' ) ) ); }
Or chose the Header layout which has My account icon in its structure.
Best Regards
May 3, 2020 at 11:28 am #191921
OchukoParticipantGood Afternoon. How would i add it? Should i add it to the global CSS?
May 3, 2020 at 12:21 pm #191947
Elise NoromitMemberHello,
You should add this code to the functions.php of your child theme.
Best Regards
May 3, 2020 at 1:32 pm #191953
OchukoParticipantWould you be able to assist me with that?
May 4, 2020 at 2:44 pm #192235
Elise NoromitMemberMay 4, 2020 at 2:45 pm #192237
OchukoParticipantThank you so much. I really do appreciate it.
May 4, 2020 at 2:50 pm #192242
OchukoParticipantIs it possible for the “Home, contact Us, and About Us Page” to be on the same line as the logo rather than below it?
May 4, 2020 at 2:53 pm #192245
OchukoParticipantAlso on my other site, the shopping cart is meant to be next to the wishlist button rather than below it, is there anything that can be done to revert it back to being next to the wishlist button rather than below.
Attachments:
You must be logged in to view attached files.May 5, 2020 at 8:04 am #192390
Elise NoromitMemberHello,
In this case, you will have to choose another header layout for your needs. The modification will require considerable changes in the structure and CSS what is not covered by our support.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register