elie-palima
Forum Replies Created
-
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Formidable Form With Jetpackthank you jeremy. I have noticed I was running a very old version of the plugin (the lightbox). I wouldn’t have known it without your support. thank you very much
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Formidable Form With Jetpackhey guys I just found out that the error is with my admin-bar-v2.js
TypeError: $(...).on is not a function return true;t.hidePanel();});$(document).on('keydown.notes',function(e){var keyCode=wpNotesCommon.getKeycode(e);if(!keyCode)
The error is gone when I am logged out and the form is working fine.
I am having an issue with admin-bar.js as well
TypeError: $(...).on is not a function return true;t.hidePanel();});$(document).on('keydown.notes',function(e){var keyCode=wpNotesCommon.getKeycode(e);if(!keyCode)
this error is gone when I am logged out
hi maven1129,
I used this script instead
https://github.com/bigspotteddog/ScrollToFixed
it was just what I was looking for.
it doesn’t look right as well especially when browsed using google chrome
Forum: Fixing WordPress
In reply to: Website Messed up and ruined – Don't know what happened… Help?as you can see, header was gone, alignment is ruined
Forum: Fixing WordPress
In reply to: Website Messed up and ruined – Don't know what happened… Help?hey fyllhund, thanks. here’s the screenshot
Forum: Themes and Templates
In reply to: Extra Header Image?what you can do is adjust the margin of your image.
remember the
<img src="stuffs here">
that we did? add these codes together with them:style="margin-left:150px;"
all in all, it would be something like this…
<img src="the url of your image" style="margin-left:150px;">
of course, you could also modify the margins based to how you would like it to be positioned.
as for your question about placing it above the nav bars, here’s what you need to do…
look for this code:
<div id="nav" role="navigation">
just right ABOVE that code, add the `
<img src=”the url of your image” style=”margin-left:150px;”> ` we just did and it should be above the navbar now. ??regarding online resources about this stuffs, w3schools.com is probably the best one that teaches this. my suggestion is you master HTML first, then go master CSS, afterwards, Learn javascript, after that PHP and asp….
when you finally master all those stuff, head on over to https://www.codex.wordpress.com and go master using and coding the wordpress platform! ??
this probably looks like too advanced stuffs for you but when you understand a little bit about all this, you’ll find out it’s all easy stuffs…
Forum: Themes and Templates
In reply to: John Chow and Problogger Logos… How to do it???WOW!! I didn’t know we could do that! now I know! I’m so excited to do it on my site. thank you very much ‘master’ esmi!
Forum: Themes and Templates
In reply to: Conditional if(is_page('page-slug')) suddenly not workinghmmm… maybe it’s because you fail to add a space in it… you said… you added
if(is_page())
well in reality it should be,
if (is_page())
=)Forum: Themes and Templates
In reply to: no comments possible?no. you won’t in anyway lose the contents… just the layout editing and stuffs that you did.. well, if you have a backup it’ll be easy to not lose the layout editing stuffs you did..
what were you doing when this error occured? it must’ve had something to do with what happened…
Forum: Themes and Templates
In reply to: John Chow and Problogger Logos… How to do it???definitely not css! the page is exactly on https://www.johnchow.com and https://problogger.net
right click on their logo and the mentioned menus are not there.
yeah, maybe you’re right.. a piece of javascript.. but that’s too advanced stuff for me.. lol. =)
help???
Forum: Themes and Templates
In reply to: Create Horizontal Navigation Baryou mean, you want to make a dropdown menu that displays horizontally.. right?
all you have to do is put this stuff inside the css as a call to the div that you’re going to create for your site:
display:inline;
this would make the menu go horizontally. also, you might want to adjust the width too accordingly…hope this helps!
ofcourse there’s a plugin available I saw online for this (which makes the menu far more beautiful) however, it’s a commercial plugin and I believe I can’t post it here.
Forum: Themes and Templates
In reply to: John Chow and Problogger Logos… How to do it???hello esmi, I don’t want to disable right click. I just want to know how johnchow.com and problogger.net does that to their images. when you right click on their sites, the right click is working.
however, when you go and right click one of their images, (specifically their logo) right click is working however, the option to ‘view’ or ‘save’ the images is not there!
it’s almost like they made their images into a ‘thumbnail’
my question is.. how to do that? thanks.
Forum: Themes and Templates
In reply to: no comments possible?I don’t know but if this happened to me, I would just re-install the theme… ??