Forum Replies Created
-
AuthorPosts
-
Hi Victoria,
As I want to disable sticky header to specific pages I use the function gived by Josue above :
function add_custom_script(){ if(is_page(XXXX)){ ?> <script> jQuery(window).load(function(){ jQuery('html').removeClass('html_header_sticky'); }); </script> <?php } } add_action('wp_footer', 'add_custom_script');
And the fact that the sticky header is disable but the submenu think it’s still here is exactly my problem :)
Thanks,
ClementHi victoria,
I give you an acces to my ftp in the private section.
Thanks,
ClementHi Victoria,
Yes of course, I give you an acces in the private content section.
Thanks a lot.
Clement
Hi Victoria,
I’ve just did it and nothing happen. I even try to add the code of #410335 post in my functions.php but still nothing.
Maybe I did something wrong ??
Thanks,
ClementHi Victoria,
It looks fine cause I change the ratio of the cell from 1 third to 1 quarter or 1/5 depending of the size of the title. Nikko’s solution wasn’t working I assure you. I don’t need it anymore but let me know if you find a solution I’m curious about it :)
thanks a lot !
clementHi Josue,
This function works great thanks ! Unfortunetly I wanted to hide the sticky header to let some space to my secondary fullwidth menu but there is a transparent space above and I don’t know how to remove it ?
When you arrive on the page it’s normal :
but when you scroll down the header disapear but not the space :
Thanks a lot,
ClementHi Nikko,
It’ s not working unfortunetly…
Clement
Hi Victoria,
I’m sorry but I don’t understand what you mean… “create the same folder structure” you mean in my child theme >config-templatebuilder/avia-shortcodes/av-helper-masonry.php ?
Makes changes so you mean to put the code above ?
$this->loop[$key]['content'] = avia_backend_truncate($entry->post_content, apply_filters( 'avf_masonry_excerpt_length' , 60) , apply_filters( 'avf_masonry_excerpt_delimiter' , " "), "…", true, '') . "<br /><span class='masonry-more-link-arrow'>".__('Read more','avia_framework')."</span>";
Thanks,
ClementYes of course !
Hi Rikard,
I give you an acces on the private content section cause the website is still on construction.
Thanks,
ClementHi Enfold Team,
I tried the code above in the helper-masonry.php but nothing change, the “read” more” does not appear…
Is it me or there is another solution ?
Thanks,
Clément
Hi,
I should have said that before : you can close the topic.
Thanks a lot,
ClementHi,
I should have say that before : you can close the topic.
Thanks a lot,
ClementHi,
Sorry I should have say that before : you can close the topic :)
Thanks,
ClementHi Victoria,
It’s ok thanks a lot once again, you can close the topic.
Best regards,
ClementHi Basilis,
OOohhhh now I understand !! thanks for the advice :) Before I used the CSS content: without understand what I did…
Now that’s I understand a bit more I try this :#top .social_bookmarks li.social_bookmarks_flaticon-ig a:before { content: url(https://bijouterie-valer.fr/wp-content/uploads/2017/05/picto-insta-01.png); width: 20px; height: 20px; display: inline-block; vertical-align: middle; }
wich works but the result isn’t beautiful… certainly cause of the picto itself….
If I can push my luck and ask which way is the better way to add a hover effect on it ? With a filter or simply design another image ?
If not I understand :)Thanks a lot anyway !
ClementHi Yigit,
Lol no, this was the previous solution I used but the webdesigner insist that we use his picto rather than flaticon and fontello picto… That’s why I need a way to put the png instead of the icons from fontello and flaticon…
I set up the previous solution before asking you.
Thanks,
ClementHey Yigit,
I did see that post and use opacity to try to looklike 0.5px but it’s not as good as it want it to be :/
I thought that you have other options cause yours dividers for example are thinner than a border in 1px. But maybe it’s just cause I don’t understand how divider works compare to a border.
Thanks a lot anyway and you can close the topic.
Best regards,
ClementHi Sarah !!
Thank you very much !! You can close the topic.
Best regard,
- This reply was modified 7 years, 6 months ago by Blue_Bear.
Hi Sarah,
Indeed it should work but unfortunetly when I put that in my functions.php the website doesn’t load (it is why you couldn’t see the website before).
I remove everything and hopefully you will be able to have a look this time :)
Best regards,
ClémentHi,
I do follow the indications of the link above. But I do not understand eerything so maybe I’ve made a mistake somewhere…
I give you credential in the private content below.
Thanks !
ClémentHi,
Not at all I find a temporary solution. It’s a line but it’s inelegant. I just put a picture of a line in menu item….
Do you have an other solution ? If not (unlikely:) can you tel me how to revoque any hover effect/link on a particular menu-item?
Thanks,
ClémentOw sorry for that try with the password below
Yes of course,
I give you an acces below.
Thanks
thanks,
ClementHi Ismael,
I don’t know if you respond to me or to Emmanuel but just in case : the trouble is not with putting some picture into the megamenu (that I know how to do it:) rather than making a first level menu and a second level of menu always visible (the second menu change when you click on the item of the first menu) and a megamenu.
I have an idear maybe you could just use a tab element for the first menu and in each tab put a megamenu. To put it in the header just use a widget area ? That could do the trick but require the css to ajust it…
Regards,
Clement
- This reply was modified 7 years, 9 months ago by Blue_Bear.
Hi der_emu,
I didn’t find any solution unfortunetly :/
Regards,
Clément
Hi Rikard,
I’m currently developping the site on MAMP so I cannot provide you any links. I wanted a sidebar on the left with buton that stick even when the visitor scroll down the main part.
But don’t bother, I looked on differents tickets already posted and apparently there is no way to have a fixed sidebar except using the plug in q2w3 which not run that well… So I’ll pass on fix sidebar :)
Thanks,
Clement
as for me you can close the topicHi,
Thanks for your answer. You can close the topic.
Best regards,
Clement
- This reply was modified 7 years, 10 months ago by Blue_Bear.
2. And I also wonder but maybe I should open a new ticket for that :
If it possible for the burger menu to show first the item of the level 1 of the menu and once you click on 1 item it fade on the side to another screen wich show the items of the second level ?
Example of menu : home / product / contact
Once you click on “product” second screen appear but same appereance of the first : shoes / t-shirt / watch / etc.I hope i’m clear :/ English is definitly not my mother language :)
Thanks,
Clément
-
AuthorPosts