Menu/background Question

Latest Reply from === at 2012-12-27 11:59:12
Hello

How do I edit the menu?
http://splitzgames.com/fp/

It says:
home Uncategorised

How do I edit that menu so I can insert my own links /pages there?

Like move the top left menu to that place and get that stupid uncategorised text away.

And also, is there a way to have a background image instead of the white color?
Like I did with a project of mines:
http://splitzgames.com/wowonlinestatuschecker
(a big center'd image as background)

What code in the CSS do I need to edit to change for that?
The menu is fixed, still working on the background and to remove the calender at the bottom.

Thanks for any help =)
And how to I remove "Comments: No comments"
from pages.

I removed the comments section from page.php
but when I look in the "theloop.php" I get confused.
(i guess its in there I have to remove something)
Also noticed:

<a href="http://splitzgames.com/wowonlinestatuschecker" target="_blank">WoW Server Checker!</a>
In text & Custom menu widget does not open that in a new window.
Is there a way to fix is so links with the url:
http://splitzgames.com/XXXXXXXXXX will open in _target if I wish.
Cause it only works atm for other websites.

And in Internet Explorer in windows 8 (I got that) if I press news or any link on the site it will force me to:
http://splitzgames.com (different wordpress)
when the guilds website is located at:
http://splitzgames.com/fp
Noticed:
In contact
I put this in skype ID
<a href="http://us.battle.net/wow/en/character/baelgun/Dutchwilly/advanced" target="_blank">Dutchwilly</a>

It goes to:

http://splitzgames.com/%22http://us.battle.net/wow/en/character/baelgun/Dutchwilly/advanced/%22

Can it be fixed.... so links works..
Sorry for so many posts, but there is no edit button here.
Anyways, here is an summary of the issues I need help with:

-----------------------------------------------------------

Links are not working in Internet Explorer correctly
Example:

Pressing News in IE makes you go to:
http://splitzgames.com/fp/#/news/
It will send you to:
http://splitzgames.com/news/

Which is wrong, since the news is located on "http://splitzgames.com/fp/news/
It adds this extra: "#" Sign to links.

How can I remove that issue, so the website will work for Internet Explorer?

-----------------------------------------------------------

Target="_Blank" does not work for links that are "http://splitzgames.com/anything"
Only for external websites.

-----------------------------------------------------------

In "Contact Form - Contact details"
I put this in
<a href="http://us.battle.net/wow/en/character/baelgun/Dutchwilly/advanced" target="_blank">DutchWilly</a>
Under the image Url

It makes the links go to:
http://splitzgames.com/%22http://us.battle.net/wow/en/character/baelgun/Dutchwilly/advanced/%22

Result: Link does not work, having plain text works tho. (can it be fixed?)

-----------------------------------------------------------

How to change background color to be an center image instead?
Just like I did with a project of mines:
http://splitzgames.com/wowonlinestatuschecker
(a big center'd image as background)

-----------------------------------------------------------

And how to I remove "Comments: No comments"
from pages.

I removed the comments section from page.php
but when I look in the "theloop.php" I get confused.
(i guess its in there I have to remove something, I just dont know what)

-----------------------------------------------------------

Please help me fix these issues =/
Wanna make sure this can be fixed so I can buy this theme, I really like it! :D
Hi! Try to turn off option "Load content dynamicaly" on page GameFun->Layout in your dashboard.

Probably you can not add html code becouse of your php settings that add extra slashes to html code. Try to add code manually to the file feedback.php.

You can change background to a image pattern in the file style.css by editing background for body.

You need to remove code
<?php if(comments_open( get_the_ID() ))  {
?><img alt="" src="<?php echo get_template_directory_uri(); ?>/images/smt/comments.png">Comments:&nbsp;<span class="meta_comments"><?php comments_popup_link( $SMTheme->_( 'noresponses' ), $SMTheme->_( 'oneresponse' ), $SMTheme->_( 'multiresponse' ) ); ?></span><?php
}
?>


from the theloop.php.
Thanks it fixed most things.

-----------------------------------------------------------
My image background code in style.css (just for people who might be asking)

html {
margin: 100px auto;
background-image: url(http://www.wallsave.com/wallpapers/1920x1080/world-of-warcraft/820041/world-of-warcraft-x-820041.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center top;
}
-----------------------------------------------------------
Turning of "Load content dynamically" fixes the links in internet explorer and also fixed the link target issue as well. Thanks!
-----------------------------------------------------------

"Probably you can not add html code becouse of your php settings that add extra slashes to html code. Try to add code manually to the file feedback.php."

Hmmm... any example would be nice, like where in feedback I should place it.
Not sure how to work that myself :)
It depends on where would you like to see it. Try to replace code

<?php get_template_part('theloop'); ?>


with your html code
Please help me, how ca i add extra menu items ?
Hi!
You can do it on the page Appearance -> Menus in your dashboard. Just try to create new menu and specify position "top menu" or "main menu" for it in the section "Theme locations". Next add some items to your menus and save it. You can find more information about WordPress Menus on the page http://codex.wordpress.org/Appearance_Menus_SubPanel.
Hi ,

I am using SM themes for the first time , and i am having problem that on clicking on my menu links page doesnot reloads rather it just slides. I know it is happening with help of ajax but i want to remove this functionality . Pls help me My client is pouncing on me and i have very short time.

ALso, on internet explorer my site doesnot loads on first attempt but loads on second attempt , then it doesnot loads on third attempt but loads on fourth attempt . Pls tell me why it is happening and provide me with a solution . I would be very thankfull to you
This is link on my site http://wordpressdesign.co.in/24/ Pls check and revert back.

Leave a reply

Add codeAdd image