Forum Replies Created
-
AuthorPosts
-
Hi, I know this is a long delay in response, got completely slammed with a project. BUT… to answer the question, yes, I went through today and made sure everything was up to date. I am running the latest of Enfold and am running PHP 7.3.
Hi Jordan,
Sorry for the delay in response. I just went through and disabled all of the plugins and tested it and it still doesn’t work. Any other ideas or thoughts?Hi Victoria –
I was on PHP 5.2 but just upgraded to 5.6 and that fixed the problem! Thank you so much for your response.Thanks Yigit!
This reply has been marked as private.Hi – I figured that part out and removed the header widget on max 767. A related question – on the same issue. I currently have the ul#avia-menu {
margin-right: 165px;
} Is there a way to make that a different pixel distance On @media only screen and (max-width: 767px) in Quick CSS? so it doesn’t crash into the logo on smaller screens?Rikard, that doesn’t really work either as it then interferes with other pages overlapping the text. Is there any way to hide it all together on small (iphone) screens? Because it works fine on the iPad.
Thanks
Thanks Rikard, I appreciate it.
Yes ideally, I would like to keep the button on the right if I can get it to show correctly on mobile.
Here is a picture. You will see the button on the farthest right and the menu item next to it.
Sorry John I didn’t see this response until now. There is a “Schedule An Appointment” button to the far right in the header. It was built as a header widget.
Thank you! That worked perfectly!!
February 20, 2015 at 5:47 pm in reply to: Images Are Chopped and displaying wonky behavior on Fixed Color Section Image. #399775Thanks Rikard! I think it was just a temporary hiccup. It did it on all of my browsers chrome, mozilla, safari and on other computers and the iPad as well. The next morning it resolved itself.
Thanks so much Elliott! That appeared to work. I have reactivated all of the plugins one by one and the issue didn’t come back up.
Thank you!
YAY! Thank you so much Yigit. That worked perfectly.
This reply has been marked as private.This reply has been marked as private.Duh – never mind – I had it commented out. Thanks!
Thanks Yigit –
I had found that but it isn’t working for me. I could be doing something wrong.I have put this in the functions.php file at the end.
function no_post_nav($entries)
{
if(get_post_type() == ‘portfolio’) $entries = array();
return $entries;
}add_filter(‘avia_post_nav_entries’,’no_post_nav’);
My portfolio category is called Projects. so should this be
/*
function no_post_nav($entries)
{
if(get_post_type(Projects) == ‘portfolio’) $entries = array();
return $entries;
}add_filter(‘avia_post_nav_entries’,’no_post_nav’);
/*Thank you very much. I’m glad to know that it wasn’t something super simple I was overlooking.
-
AuthorPosts