Responsive Wordpress Theme Tutorial - Part 6 - jQuery Toggle Menu
We continue to work on our navigation menu. In this part we write a bite of jQuery to create a toggle system for our navigation menu on small screens. Check out ...
+Marian Heddesheimer @1:18 in the JS folder where you have the hoverIntent.js, superfish.js, and the custom.js files. sorry, I'm new to coding and web development but I'm learning quickly. thanks for your reply! I just subscribed, and everyone else watching this should too!
Notice that some problems appear after Wordpress was upgraded to v.3.5. So,
if you use Wordpress v.3.5, you need WOWSlider app. v.2.7.1 and the latest
version of WOWSlider plugin 2.7.
Does the WOW Slider work on an aspdnsf website? I heard it might not work
because asp uses a single template and then dynamically creates new pages
based on the template.
I see all the tutorials you made, I have a WP site, when I add the new
slider, it's says: WRONG SLIDER. I check twice, could you tell me what is
wrong?
@jazunigam If you haven't found your answer... Having a group of photos is
easy! I am so happy I found this plugin bc it seems I KNEW what to do, just
none of the plugins I was using would work for me! To have a group of
photos simply add a "title" of your gallery collection in the
rel="lightbox" code... For example: rel="lightbox[Gallery Name]
@mymediadog1 Are you trying to have only the image thumbnail and no text
underneath the thumbnail? if so, you just simply don't put in that part of
the code. just take out title= and alt= out of the code. does that help???
if not, let me know. ill try to get back to u as soon as i can.
I am a wordpress expert and I recorded a series of video tutorials for the
use of wordpress. Wordpress developers agree that this is the most
comprehensive wordpress package ever created. Period. I have posted a link
to this course on my channel. go check it out.
I don't know why, but this is the ONLY plug in I didn't have trouble
figuring out! I totally recommend it to anyone. For some reason all the
other lightbox plugins wouldn't load correctly. I tried at least 6!! =0)
@TheProject702 did you find your answer? i have it for you, but it wont let
me post for some reason maybe cuz of the html? i dunno.. email me if you
need... [email protected]
Especial Jquery Mobile e Phonegap - App aparti do Wordpress
As possibilidades do Jquery Mobile e Phonegap são empolgantes! Um belo exemplo disso é a criação de aplicativos apartir de um site forjado em Wordpress.
Jacob, faço parte de uma igreja evangélica e gostei muito sobre o que você
comentou de usar o conhecimento apara obra . Fiquei curioso sobre qual o
programa que vocês usam para disponibilizar e catalogar os vídeo. POderia
me dar algumas dicas. Abraços e parabens pelos videos
O título do vídeo não corresponde ao conteúdo. Pelo título pensei que você
fosse ensinar a fazer um request no wordpress e exibir o o feed em um
aplicativo usando o Jquery Mobile.
Live Preview: //www.codegrape.com/item/jquery-banner-rotator-wordpress-plugin/1695?ref=flashblue jQuery Banner Rotator WordPress Plugin featuring ...
Responsive Wordpress Theme Tutorial - Part 7 - jQuery Toggle Menu
We continue to work on our navigation menu. In this part we write a bite of jQuery to create a toggle system for our navigation menu on small screens. Check out ...
Now i'm spamming this youtube but i might figured out a way to make it work
again. this i what i added to the code (under the "@media only~~"):
opacity: 1; under .main-nav ul ul { top: 0; under .main-nav ul li:hover >
ul { background-color: #212121; under .main-nav ul ul a { background color
as the one you have on your navigation bar ofc :D spam me back if you find
something that's still bugging, I tend to think i've fixed something way
too early.
Did you have opacity: 0; before? We used the opacity style so that we could
transition the opacity to 100%, but we didn't do that - at least as of yet.
On my end, I have opacity: 0; set and Firefox is rendering correctly. If
not having an opacity set is the overlying issue, I'll be sure to address
it within the video. Thanks for the detective work, Simon! Austin
Actually I also have the opacity: 0; but for the displays have more than
767px width. I only set the opacity:1; inside the media query - "@media
screen and (max-width: 767px){...}" . So I Believe the transition will
still work in computer. as I'm setting the opacity to 1 only for the mobile
devices. What you are thinking about it Austin.
I've been asked a couple of times about the firefox issues, but it is hard
to fix since mine is working. I'll look into it and see if I may have
changed something. In the meantime, if you would email your theme to me
I'll find the exact issue. I'll send you my email.
I solved the firefox issue (only tested in firefox and chrome at the time
but should be the same for all) like simon said you will need to change the
opacity to 1. to fix the moving submenu you will need to go to ".main-nav
ul li:hover > ul" and write "top: 0;".
Hey Austin, nice one again. But I'm afraid you code has some cross browse
problem. The exact same code is not working in firefox. But it's good in
Chrome and Safari. Could you please check it out and let me know what is
happening here. I will be really glad.
Hi Austin, a tutorial on using jquery for submenus would be great. I've
been playing around with it but it's a little tricky, especially to make it
dynamic. If you have time then I think it would be a really useful tutorial.
Thanks for the navigation tutorial, it should come in handy. I must have
missed something somewhere, because mine is acting a little differently.
Fortunately, I have your files to look at to figure out where I went wrong.
Hi Austin, thanks for this tutorial. Really helped me to get a grip on
menus for mobile. Needed to make a few tweaks with my own code but it would
have been 50 time harder/longer without your tutorial. Kudos ;)
Someone with a Firefox issue fixed it by adding an opacity: 1; to the nav
ul ul. On my end, I have opacity: 0; so that we may transition the opacity
in the future. Please let me know if this solves the issue!
Hello Alexander, If you'd like, you can download the theme files from the
link in the description and compare the code. There's no compatibility
issues with that version and Firefox, so have a peak! :)
thanks so much i was looking around for a tutorial to show me exactly what
you just done... if you can figure a way to remove the close toggle button
when resizing the browser that would be great!
Hello Alexander, Thanks for clearing it up! Anyone that has this issue
should be able to solve it now. Thanks! Spam all you want as long as it
contains useful information. :) Austin
just realised that i was stupid and to fast to write here that i solved it,
didnt take to account that i had the same background color as my navigation
bar, don't listen to me :D
I figure out the problem. Putting opacity: 1; to ".main-nav ul ul"
selector, inside the media query fixing the browser issue. Please let me
know your feedback.
nice, i was planning to use jquery for animating my content page (Pages
fades or arrives from any direction in when i click from menu...any
guidance....???
your tutorials are awesome ... thanks for showing you cleared up so much in
such a short time for me - you actually showed what the title says
thx again