Forum Replies Created
-
AuthorPosts
-
Hello
first impressions are that I can order posts, but not post types.
Am I missing something ?thanks! I’ll check that asap and will comment.
this should help
/***************************************************///
/****** MENU BURGER OFF IF NOT NOT NOT HOMEPAGE. *///if ( !is_front_page() ) {
echo’
<style type=”text/css”>@media all {
@media only screen and (min-width: 860px) {.js_active.html_burger_menu #avia-menu > li {
display: block !important
}.js_active.html_burger_menu #avia-menu .av-burger-menu-main {
display: none !important
}}
}</style>
‘;
}/***************************************************///
/***************************************************///March 1, 2018 at 5:06 pm in reply to: open video in Iframe : Youtube video don't work, Vimeo's does #919757works great ! THANKS !!!!!!!!!!
Close Topic
March 1, 2018 at 3:29 pm in reply to: open video in Iframe : Youtube video don't work, Vimeo's does #919689This reply has been marked as private.This reply has been marked as private.I unfortunately still cannot make it work, with none of the above solutions… is there any solution coming? an update I missed ? thanks
Vimeo videos work fine, Youtube don’t …
NB : works better in the header.php
IT WORKS!!!!!!
It works just fine putting it in the template-builder.php file<?php if ( !defined('ABSPATH') ){ die(); } global $avia_config, $post; if ( post_password_required() ) { get_template_part( 'page' ); exit(); } /***************************************************/// /****** MENU BURGER OFF IF NOT NOT NOT HOMEPAGE. */// if ( !is_front_page() ) { echo' <style type="text/css"> .js_active.html_burger_menu #avia-menu > li { display: block !important } .js_active.html_burger_menu #avia-menu .av-burger-menu-main { display: none !important } </style> '; } /***************************************************/// /***************************************************/// /***************************************************///
I tried something, half good. It works, but I can’t get it to NOT work on the homepage… so still useless. Any idea ?
In the functions.php file :if ( !is_front_page() ) { echo' <style type="text/css"> .js_active.html_burger_menu #avia-menu > li { display: block !important } .js_active.html_burger_menu #avia-menu .av-burger-menu-main { display: none !important } </style> '; }
- This reply was modified 6 years, 9 months ago by precarre.
so no answer from the moderator ? thanks a lot
Do you have a answer for that, for all ?
thanks -
AuthorPosts