Forum Replies Created
-
AuthorPosts
-
Hi,
Just for info. I’ve started a post with the same problem
https://kriesi.at/support/topic/mobile-menu-error-menu-is-not-hidden/Pete,
January 14, 2015 at 4:38 pm in reply to: Where can I add html code so that I have a banner under the menu? #379513excellent, that did the work… ;)
Thanks, for great support, PeteJanuary 14, 2015 at 12:40 pm in reply to: Where can I add html code so that I have a banner under the menu? #379382Hi! Ismael,
Thanks for the quick reply, it works fine with the text – but how do I insert an image / banner? – If I insert where it says ‘Banner here’ does not work.
Regards, Pete
January 13, 2015 at 4:33 pm in reply to: Where can I add html code so that I have a banner under the menu? #378888Hi Yigit,
I would like to have a banner or html content in top on every page – minus the front page.
Just below the breadcrumbRegards, Pete
- This reply was modified 9 years, 10 months ago by 2funky.
January 13, 2015 at 4:24 pm in reply to: Where can I add html code so that I have a banner under the menu? #378873Hey
Is it possible to add html after breadcrumb – as ex in the code below
Regardsfunction add_stuff_before_breadcrumbs() { if(is_home() || is_front_page()) return; echo '<div class="stretch_full container_wrap alternate_color light_bg_color title_container"><div class="container">'; echo 'Some html content'; echo '</div></div>'; } add_action('ava_after_main_container', 'add_stuff_before_breadcrumbs');
November 21, 2014 at 1:45 am in reply to: Promo Box disappeared after update enfold 3.0.3 / wp 4.0.1 #354804Thanks K,
Now it Works;)
Hey Elliott, thx.
you can close this.
October 3, 2014 at 10:00 am in reply to: avia_post_nav function not cycling categories even when set to "true" #329578Perfect, thank you – and thanks for the quick support
Have a great day;)Regards, Pete
October 2, 2014 at 11:52 pm in reply to: avia_post_nav function not cycling categories even when set to "true" #329353This reply has been marked as private.October 2, 2014 at 11:07 pm in reply to: avia_post_nav function not cycling categories even when set to "true" #329320This reply has been marked as private.October 2, 2014 at 10:56 pm in reply to: avia_post_nav function not cycling categories even when set to "true" #329316This reply has been marked as private.October 2, 2014 at 10:31 am in reply to: avia_post_nav function not cycling categories even when set to "true" #328813Hi, It seems that the filter does not work on portfolio-item if you only want to view the same category
add_filter('avia_post_nav_settings','avia_same_category_filter', 10, 1); function avia_same_category_filter($settings) { $settings['same_category'] = true; return $settings; }
It has previously done, you have a solution to it?
Regards, Pete
try remote check mark in: Page Sidebar navigation / Theme setting – sitebar settings if you don’t use it
Regards, PeteApril 21, 2014 at 1:32 pm in reply to: Avia Layout Builder, Text Block Editor – editor populates with wrong content #253749This reply has been marked as private.April 20, 2014 at 10:57 pm in reply to: Avia Layout Builder, Text Block Editor – editor populates with wrong content #253623I also still have the same problem as described – have tried to deactivate plugins (no WPML), and I am using Enfold 2.6.4 and WordPress 3.9
April 17, 2014 at 11:53 pm in reply to: Avia Layout Builder, Text Block Editor – editor populates with wrong content #252959I am having the same problem
thanks! ;)
thank you, it does not work perfectly – but it’s good enough for now
Hey, have not forgotten this problem?
/ problem solved
This reply has been marked as private.‘ve got it to work – hmm! – Thanks for the ‘help’;) – so can close this
Now it seems almost – found the solution here: https://kriesi.at/support/topic/header-titlebread-crumbs-cs/ – but now there is 23px margin below – the fixed header – how do I change it?
- This reply was modified 11 years, 2 months ago by 2funky.
my page is online, but you can see here how it looks – the code change all the sub-menus too – I just want a smaller header that works with mega menu and general submenus
- This reply was modified 11 years, 2 months ago by 2funky.
I can send you a link pr. email
Regards, Pete
I think you just need to have a little patience – I just tested and it works perfectly without problems – there is just a little ‘php’ / browser delay
-
AuthorPosts