discoveryattic
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Creating small pop up onclickNot sure what the click event handler is?
I was try disabling visual editor, too. Thanks.
Forum: Fixing WordPress
In reply to: Creating small pop up onclickIt just strips it out. I paste it in, save, publish and when I go back in, it’s gone. ??
Forum: Fixing WordPress
In reply to: Creating small pop up onclickSure – I am just doing it as a test page for now
https://themodernpioneer.com/test/The link ignore the script and is just a regular link.
Forum: Fixing WordPress
In reply to: Creating small pop up onclickThanks for responding. I suppose I could have included the code, sorry. I don’t see the $ but of course there could be something else.
Here is the code:
In head tags:<SCRIPT TYPE="text/javascript"> <!-- function popup(mylink, windowname) { if (! window.focus)return true; var href; if (typeof(mylink) == 'string') href=mylink; else href=mylink.href; window.open(href, windowname, 'width=400,height=200,scrollbars=yes'); return false; } //--> </SCRIPT>
In body
<A HREF="index.html" onClick="return popup(this, 'notes')">Link to pop up</A>
This is sample of it working fine on my regular website https://themetalpeddler.com/test.html
Forum: Themes and Templates
In reply to: CSS changes not updatingThat helped me – I used the custom CSS file to do what I wanted. I cannot figure how to get my main CSS changes to show up but this works.
Forum: Themes and Templates
In reply to: CSS changes not updatingI think I just got rid of that. That was my first attempt to change the transparency.
Forum: Themes and Templates
In reply to: CSS changes not updatingThanks.
I just tested that, not showing up either. When I look at the code through the source code, it just shows no changes at all.I have discovered something through the source code:
<link rel=’stylesheet’ id=’hunter-css’ href=’https://themodernpioneer.com/wp-content/themes/hunter/style.css?ver=2.1.2‘ type=’text/css’ media=’all’ />
and this link doesn’t register my changes.However the actual file is:
https://themodernpioneer.com/wp-content/themes/hunter/style.css – and this does show the changes.Not sure what to do about that ?ver=2.1.2 add-on?