Forum Replies Created
-
AuthorPosts
-
Thanks, that wil do the trick.
And what about the font and the font size ?nevermind
- This reply was modified 6 years, 1 month ago by BPC.
Thanks.
Almost right.
I you can look on a mobile now on the site i put in private, you see it is sticky.
Can i be normal on a smart phone ?I fixed it, with this code
#menu-item-3983 .avia-menu-text { background-color:red!important; border-color:red!important; } #menu-item-3983 .sub-menu .avia-menu-text { background-color:white!important; border-color:transparent; }
Nope, still grey
Nope, that doesn’t work. Now it is grey again
Thanks, almost right.
No the 2 items in the sub menu are also red, i only het need the first item to be red.
Hi, thanks
but i mean
i want this price :
https://www.dropbox.com/s/cb8rgl4fyjtvmdv/Schermafdruk%202017-05-25%2022.31.51.png?dl=0
on this page
https://www.dropbox.com/s/cudg8lfgk2btzwz/Schermafdruk%202017-05-25%2022.32.30.png?dl=0
so with the line trough the price and the new price next to it
start with [nolink] and then the text
thanks, almost
what i really means :
Now i have to click on the search icon to open the search bar.
Is it possible to show the whole search bar instead of the icon ?thanks,
but still 1 problem
now also the topmenu in upperbar have this background
and the normal menu is ok, but not the sub items, they don’t need the background, you understand ?- This reply was modified 7 years, 7 months ago by BPC.
I did remove the top now and set bottom to
0px
but still a little to much white space.
when i make it
-10px
it goes wrongHi Jordan,
Thanks, almost ok
See screenshot, the red circle, that is the white space i mean and must be less, with your code also the title goes to top.see private
- This reply was modified 7 years, 7 months ago by BPC. Reason: extra links
thanks,
see screenshot, the top menu in the topheader now also have the images
And what about with for the images ?
is it possible to make a css code specially for every menu item ?
so i can photoshop the different images with the correct width.i know, but the customer is king, he really want it, but only top menu, not submenu items
thanks, almost ready ;)
The folding menu must not have the image, only the top level link.
You understand ?see private
in private
thanks
still no diference
i mean that after every top level menu item needs to be the image, not the lower level
not working.
what do i have to put after #menu-item-*** ?
thanks, wil give it try immediately.
I know, but client really needs to see it, can we give it a try ?
no that i used to get the search on the mobile.
now i removed it and it is ok again.But i need the search function also on mobile.
Ok,
i used this for functions.php
add_filter( ‘wp_nav_menu_items’, ‘avia_append_search_nav’, 10, 2 );
function avia_append_search_nav ( $items, $args )
{if ($args->theme_location == ‘avia’) {
$search_form = get_search_form(false);
$items = ‘<li id=”menu-item-searchbox”>’.$search_form.’‘ . $items;
}
return $items;
}and this for css
#menu-item-searchbox form div {
display: block !important;
opacity: 1 !important;
width: auto !important;
}#menu-item-searchbox form div #s {
width: 300px !important;
max-width: 300px;
}#menu-item-searchbox {
top: 25px;
}#top #searchsubmit, .ajax_load {
right: 0px;
}see screenshot, and the link
No now it is on the right side and breaking everything.
I just need the normal search icon on the desktop and a search on the mobile
you have seen the screenshot ?
i want the desktop it was before, the searchbutton on the right
and on the mobile the search in the menuthanks, will check later and let you know !
-
AuthorPosts