Bhavadasa
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: target="_blank" for a page on menu?Well! The slider still isn’t working…..
But… _blank WORKS!!! Fantastic!
So what do you think I should do about the slider? Reinstall the theme, wp, or… and then come back to the footer.php, and reinsert the correct code above?
Forum: Fixing WordPress
In reply to: target="_blank" for a page on menu?Nope.
Forum: Fixing WordPress
In reply to: target="_blank" for a page on menu?You’re probably wishing about now, that you never responded to my post, eh?
Unfortunately, that didn’t do it either. However, I did notice behind the images that something seemed to happen.
I can reinstall the theme–no problem. I don’t want to waste your time on
this issue (the slider).I don’t want you to get burnt out!
I still need the _blank to work.
What do you think?
Forum: Fixing WordPress
In reply to: target="_blank" for a page on menu?Nope. That didn’t do it either. Sorry to be a pain.
Forum: Fixing WordPress
In reply to: target="_blank" for a page on menu?I replaced it. However, the page remained as I described it above. So, I uploaded a fresh copy of footer.php–still no change. Then I cleared the cache. Again, no change.
It’s a new site under construction, so no problem. Is it something I have done?
Here’s how I put it (did the space cause the problem?):
<?php wp_footer(); ?> $('li.page_item page-item-136 a').attr('target','_blank') </body>
Forum: Fixing WordPress
In reply to: target="_blank" for a page on menu?Thanks for your patients!
Ok, I inserted the code. However, it seems to have canceled out the “Piecemaker Slider”, and the menu disappeared.
Forum: Fixing WordPress
In reply to: target="_blank" for a page on menu?Ok. Sorry, this is a little bit above me…
I don’t know how to use jQuery
Where would I find that specific code?
I assume that I would insert the address after “https://. Correct?Forum: Fixing WordPress
In reply to: target="_blank" for a page on menu?Sorry about that!
<body> <div id="page2"> <div id="header"> <div class="logo_resize"> <div class="logo"> <h1><a href="https://www.saranagativillage.com" title="Saranagati Village Inc. - The Official Website of the Board of Directors for SVHI"> Saranagati Village Inc. </a></h1> <small class="slogan"> The Official Website of the Board of Directors for SVHI </small></div> <!-- /logo--> <div class="topnav"> <ul class="menusm"> <li class="page_item page-item-27 current_page_item"><a href="https://www.saranagativillage.com/">Home</a> <li class="page_item page-item-32"><a href="https://www.saranagativillage.com/blog/">Blog</a> <li class="page_item page-item-136"><a href="https://www.saranagativillage.com/discussions/">Discussions</a> <li class="page_item page-item-126"><a href="https://www.saranagativillage.com/membership/">Membership</a> <li class="page_item page-item-40"><a href="https://www.saranagativillage.com/contact/">Contact</a> </div> <!--/topnav --> </div>
Forum: Fixing WordPress
In reply to: target="_blank" for a page on menu?Using the code button? No.
Forum: Fixing WordPress
In reply to: target="_blank" for a page on menu?This is the “index” page, right? Where do I find it as it appears “view page source”? I’ve looked in the “index.php, but no sign of it. Hmmm…
Forum: Fixing WordPress
In reply to: target="_blank" for a page on menu?Forum: Fixing WordPress
In reply to: target="_blank" for a page on menu?Forum: Fixing WordPress
In reply to: target="_blank" for a page on menu?On “View Page Source” I find the below code . (it appears differently when posted here). But where do I find it, to edit?
<body>
<div id=”page2″>
<div id=”header”>
<div class=”logo_resize”>
<div class=”logo”>
<h1>
Saranagati Village Inc. </h1>
<small class=”slogan”>
The Official Website of the Board of Directors for SVHI </small></div>
<!– /logo–>
<div class=”topnav”>
<ul class=”menusm”>
<li class=”page_item page-item-27 current_page_item”>Home
<li class=”page_item page-item-32″>Blog
<li class=”page_item page-item-136″>Discussions
<li class=”page_item page-item-126″>Membership
<li class=”page_item page-item-40″>Contact</div>
<!–/topnav –>
</div>Forum: Fixing WordPress
In reply to: target="_blank" for a page on menu?No, that’s part of my problem. I’ve scanned a number of php files, but can’t find that (discussions) address anywhere.
Years ago, I had a website that I was able to find the menu with “Home” in it. Then next to it (for another page) I simply added the url with target=”_blank” — and it worked. But, I’m not having such luck now.
Forum: Fixing WordPress
In reply to: target="_blank" for a page on menu?Yikes. Lost me. Can you give me a little direction?