yellowduff
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Sydney] Leave the mainnav menu between 767px and 1024pxHi @roman, my problem is actually solved !
I had modify the main.js file, but I had forgotten to modify the main.min.js as well !
Thanks for your help !
Forum: Plugins
In reply to: [10WebSocial] Can’t “Sign in with Instagram” (button doesn’t appear)Hi,
I did, but it didn’t work. I’m using another plugin now (which I really like actually).
Thanks for your answer anyways, and good luck solving this issue.Have a nice day!
Forum: Themes and Templates
In reply to: [Sydney] Leave the mainnav menu between 767px and 1024pxHi @romanbon. Thanks for your answer, it doesn’t solve my problem though.
.btn-menu { display: block; }
=> This is to display the 3 bar menu buttons for mobile. My problem is the Menu with the titles for larger screen which doesn’t appear between 767px and 1024px (the #mainnav which becomes #mainnav-mobi when smaller than 1024px).
Anyone has an idea ?
Thanks in advance!
Forum: Plugins
In reply to: [10WebSocial] Can’t “Sign in with Instagram” (button doesn’t appear)In the end, I’m using another plugin which works better
Forum: Themes and Templates
In reply to: [Sydney] Leave the mainnav menu between 767px and 1024pxDon’t know how to modify my previous post… Which isn’t so clear since I messed up the code section.
To resume, I have modified :
In the js>main.js file :if ( matchMedia( ‘only screen and (max-width: 767px‘ ).matches )
{currMenuType = ‘mobile’;}In the style.css file :
@media only screen and (max-width: 767px) {
#mainnav {
display: none;
}}Thanks in advance !
Hi, I have this problem for a website. Error : “Vimeography error: the request to Vimeo failed. CURL Error:”
My problem is that the IP you gave aren’t blacklisted by my host. Do you know if there could be another issue ?
Thanks in advance