Forum Replies Created
-
AuthorPosts
-
OK, thanks,
/CSuper thanks, it works.
/CDecember 8, 2022 at 9:45 am in reply to: How to change the color of Hithlighted text selectd with the mouse #1375487Please see the Private content
December 6, 2022 at 9:21 pm in reply to: How to change the color of Hithlighted text selectd with the mouse #1375281Thanks a lot, Rikard,
But is it not also a setting in the Thems settings – somewhere?Best,
ChrillesHi Rikard,
Please see this link – https://drive.google.com/file/d/1ztkNwj_I8stm3wvTLAOPzxO-vcY4HUtk/view?usp=share_link
You hardly can see the text on both hotspot 1 and 2.Best,
ChrillesSuper thanks, Ill try.
/CThanks a lot!
/CNovember 21, 2022 at 3:41 pm in reply to: Browser cache keep bugging me – any suggestions/solutions? #1373391Please close this ticket.
November 21, 2022 at 2:56 pm in reply to: Browser cache keep bugging me – any suggestions/solutions? #1373385Thaks, it seemed to help so far.
Best,
ChrillesNovember 8, 2022 at 5:28 pm in reply to: Unable to change line height for heading #top h1 a, #1371778Thanks a lot again Nikko! You are so helpful.
I am happy now :-)
Best,
Chrilles
You are absolutely right :-)
It helped. Thanks a lot!Best,
Chrilles
November 8, 2022 at 12:46 pm in reply to: Unable to change line height for heading #top h1 a, #1371746It doesn’t help.
I have provided a login link if you would like to have a look.Best,
chrilles
Thanks, that helped.
It was me trying to align the menu to the right – but the wrong way I guess.Thanks,
Chrilles
November 7, 2022 at 10:40 am in reply to: How to change the px for when the Burger menu appears? #1371628Super thanks Rikard, it is working now.
Best,
ChrillesFor anyone else
<pre><code>@media only screen and (max-width: 1198px) { nav.main_menu { display: block !important; } #avia-menu .menu-item { display: none; } .av-burger-menu-main.menu-item-avia-special { display: block; } } @media only screen and (min-width: 768px) and (max-width: 1198px) { .responsive #top .av-main-nav .menu-item-avia-special { display: block; } .responsive #top #wrap_all .main_menu { left: auto; right: 0; display: block; } #header_main_alternate { display: none; } } /*main menu align right */ .av-main-nav>li { float: right !important; }
November 4, 2022 at 3:46 pm in reply to: How to change the px for when the Burger menu appears? #1371351Thanks, Rikard, but it does not seem to work.
Also after clearing the cache and trying in an incognito window in 3 different browsers.
Can you see why?Please feel free to use the login provided in the private window in my prev. replies.
Best,
Chrilles
November 4, 2022 at 11:01 am in reply to: How to change the px for when the Burger menu appears? #1371313One more thing.
I see the main menu below the logo is now left-aligned. How do I align it to the right?
I haven’t been able to figure that out by looking in the CSS.Best,
Chrilles
November 2, 2022 at 7:46 pm in reply to: How to change the px for when the Burger menu appears? #1371140Thank you SO MUCH Rikard :-)
So appreciated!I have pasted the code below for others to use.
Is all the code needed?<pre><code>@media only screen and (max-width: 1198px) { nav.main_menu { display: block !important; } #avia-menu .menu-item { display: none; } .av-burger-menu-main.menu-item-avia-special { display: block; } } @media only screen and (min-width: 768px) and (max-width: 1198px) { .responsive #top .av-main-nav .menu-item-avia-special { display: block; } .responsive #top #wrap_all .main_menu { left: auto; right: 0; display: block; } #header_main_alternate { display: none; } }
November 2, 2022 at 2:47 pm in reply to: How to change the px for when the Burger menu appears? #1371060Thanks Rikard,
I am a little confused here about how much CSS code I should add.
I have tried various combinations and I am not able to make it work. I have also tried to clear cache and test in other browsers.If you have time, please feel free to add the code and see if it is working. Se link in Private window
Best,
Chrilles
November 1, 2022 at 5:28 pm in reply to: How to change the px for when the Burger menu appears? #1370930Thanks Rikard,
The double burger menu is gone now – but now there is no menu at all between 750 – 1198px.
Do you want login?
Best
ChrillesOctober 31, 2022 at 10:11 pm in reply to: How to change the px for when the Burger menu appears? #1370864Sorry, of course – here it is https://forcecertification.com/en/ – That has a double burger menu located on the left side. I would prefer one burger menu to the right.
The danish version https://forcecertification.com/da/ seems to have an issue with the main menu that goes into 2 lines – continuing in the banner where it is hard to see. It looks like the burger menu is behaving fine here.
Best,
Chrilles
October 31, 2022 at 4:24 pm in reply to: How to change the px for when the Burger menu appears? #1370823Thanks Guenni007
It works fine for both desktop and mobile – but I get 2 burger menus on the Tablet version – and the 2 burger menus are placed under and behind the logo that is placed in the left corner.So I still need some fixing :-)
It also looks like the breakpoint for the burger menu is still not working. Changing the value makes no difference.The CSS is active now on the site.
Best,
Chrilles
please close this case. somehow it is working now.
October 26, 2022 at 10:36 am in reply to: How to remove a section not visible on Edit page – and not in the footer #1370279This reply has been marked as private.October 26, 2022 at 10:35 am in reply to: How to remove a section not visible on Edit page – and not in the footer #1370278This reply has been marked as private.October 23, 2022 at 6:35 pm in reply to: How to remove a section not visible on Edit page – and not in the footer #1369880Thanks both Guenni007 and Mike.
I get it now. Didn’t really think of that option or that it existed.
Guenni007, your comment, i guess, is more for the developers of Enfold – I guess.
Best,
Chrilles
October 22, 2022 at 8:58 pm in reply to: How to remove a section not visible on Edit page – and not in the footer #1369818Thanks Guennie007
It only containes this code
add_theme_support( "avia_gdpr_permanent_hide_message_bar" ); add_filter("avf_masonry_entry_content", function($content) { $content = strip_tags(trim($content)); return $content; }, 10, 1);
October 22, 2022 at 8:46 pm in reply to: How to remove a section not visible on Edit page – and not in the footer #1369815Thanks, please have a look.
best,
Chrilles
Yes, I just noticed it disappeared. Don’t know why.
But thanks for your fast support!
Best,
ChrillesThanks a lot, Ismael,
Smart thinking about the 301 redirects.Adjusting the layout or design of the portfolio archive, would that be possible with the ALB (I guess not?)
And thanks for the references.Best,
Chrilles
Thanks a lot, @Guenni007!
I will try that, but first some questions.
Do I have to/should I remove my old code (shown above) from the functions.php file?
Does it matter, where in the functions.php file I insert your code?
And, I am using Events Manager – but it looks like the template is page.php – see image here?
I have tried to insert your code and removed mine, but now I don’t get access to the ALB editor when I open a page/post.
Any ideas?Ricard, please feel free to log in via the link in the private content section.
Best,
Chrilles
-
AuthorPosts