Home › Forums › Basel support forum › Facebook logo in to main menu
Facebook logo in to main menu
- This topic has 16 replies, 2 voices, and was last updated 8 years, 5 months ago by
Artem Temos.
-
AuthorPosts
-
November 6, 2016 at 10:29 am #6322
MGerParticipantHi team,
I can´t find a solution to add a simple big fb logo in to main menu. If I use HTML blocks I get down narrow option, I want to be visible in the menu, as you enter the main page.
Thanks for help.
November 6, 2016 at 11:50 am #6323
Artem TemosKeymasterHello,
Thank you so much for using our theme and contacting us.
But there is no such option in our theme and our demo doesn’t have a facebook logo in the main navigation. But it can be done through a small CSS customization. Please, upload image you want to use as a logo and add simple Custom Link to your main menu. Then we will prepare CSS snippet for you.
Regards
November 6, 2016 at 12:01 pm #6324
MGerParticipantOk done. Please advise.
Thank you.
November 6, 2016 at 4:50 pm #6329
Artem TemosKeymasterOk, try to add this code snippet to the Custom CSS area in Theme Settings and remove extra classes for this item
.menu-item-510 > a { color:transparent!important; width:30px; background-size: 20px; background: url(http://snowcon.no/wp-content/uploads/2016/10/FB-f-Logo__blue_58.png) no-repeat center center; } .menu-item-510 > a > i { display:none; }
Regards
November 6, 2016 at 7:27 pm #6335
MGerParticipantI struggle to make a simple Custom link into main menu.
November 6, 2016 at 8:51 pm #6338
Artem TemosKeymasterIt is because you have removed the previous link and added a new one. Try to add this CSS class
fb-menu-link
to your menu item and replace your previous code with this one.fb-menu-link > a { color:transparent!important; width:30px; background-size: 20px; background: url(http://snowcon.no/wp-content/uploads/2016/10/FB-f-Logo__blue_58.png) no-repeat center center; } .fb-menu-link > a > i { display:none; }
November 7, 2016 at 12:28 am #6340
MGerParticipantIt worked! See bellow on private.
November 7, 2016 at 12:34 am #6341
MGerParticipantHere is a copy of function.php
November 7, 2016 at 6:05 am #6344
Artem TemosKeymasterTry to enable debug mode and see what PHP errors do you have that break your back end. You can do this by changing this line
define('WP_DEBUG', false);
to
define('WP_DEBUG', true);
in
wp-config.php
file.Regards
November 7, 2016 at 9:43 am #6351
MGerParticipantI edited wp-config.php file and change to basel theme.
I get “No direct script access allowed”, everything is white blank when I enter the site or backend.
Please help.
November 7, 2016 at 5:11 pm #6358
Artem TemosKeymasterTry to restore original
functions.php
file that comes with our theme downloaded from themeforest and remove all your PHP customization.November 7, 2016 at 5:45 pm #6365
MGerParticipantWill I lose all the design?
How do you prefer to restore it, with FTP just rewrite?November 7, 2016 at 5:52 pm #6367
Artem TemosKeymasterWhat design you are asking about? Did you make any changes in PHP files? Just make a back up (download all changed files via FTP and save on your computer). Then replace them via FTP also.
Regards
November 7, 2016 at 9:49 pm #6394
MGerParticipantWorks perfect! Thank you! Top customer service.
1. How can I disable the filters in product page, I don´t want to have filters (categories on right side of the top, page /shop)
2. Shopping cart (I translated all the theme and widgets) Still getting in english, when the cart is empty: “Before proceed to checkout you must add some products to your shopping cart.
You will find a lot of interesting products on our “Shop” page.”Any solution, definitely function.php was not clever idea from my side.
November 8, 2016 at 5:41 am #6400
Artem TemosKeymasterHi,
1. You can disable filters area in Theme Settings -> Shop.
2. Edit this text in Theme Settings -> Shop also.
Kind Regards
November 12, 2016 at 12:31 am #6608
MGerParticipant1. I disable filters area in Theme Settings -> Shop and I got stil another way of filter and to order the products for view. Is there any ways to removed that?
2. done, thank you
3. Text in the header top bar
I placed text in the header top bar. Couldn’t center it, was always on the left. So I used short code.[html_block id="XXX"] Than I got to review site in mobile version or another browsers, that text don´t align with size of monitor. Any suggestions?November 12, 2016 at 3:48 am #6613
Artem TemosKeymasterHello,
1. Sidebar can be disabled in Theme Settings -> Shop -> Shop page layout. And you can add this snippet to the Custom CSS area in Theme Settings to remove “Sort by” select
select.orderby { display: none; }
3. Try to increase topbar height by adding this code to the Custom CSS area in Theme Settings for mobile devices only
.topbar-wrapp { height: 90px; }
Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register