eurekastudioz
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Static pages and blog pagesMake the file containg the Loop the index.php, and the other page u want to be displayed at website entry, go set it through the reading options in wordpress, WordPress Settings Reading and their chose page !!
Forum: Themes and Templates
In reply to: Can I change the names of themes ?I personally don’t think so, if a theme is GPU v.2 then i think you can rename it. For further clearence goto :https://www.gnu.org/licenses/gpl-2.0.html
Forum: Themes and Templates
In reply to: Can I change the names of themes ?Go into the CSS of the theme and there are some lines giving information of the theme and change them accordingly !!
Forum: Themes and Templates
In reply to: Side scrolling on Fullscreen Template is not workingIf you bought a the template than u deserve a fully working one. Contact the authority and ask them to solve this !
Forum: Themes and Templates
In reply to: Side scrolling on Fullscreen Template is not workingThe scroll is working. Can u pls explain what is not working in it !
Forum: Themes and Templates
In reply to: Make new page dynamicallyWhat do you mean by import file ? Plus the code u gave me I don’t have any idea what to do with it.Can u please explain David. Plus if you wanna see this in action this sorta thing is done in DISPLAY theme on themeforest !
Forum: Themes and Templates
In reply to: Need To Move Menu OverAn yeah sorry add to #logo
margin:auto
Forum: Themes and Templates
In reply to: Need To Move Menu OverMost probable like this :
<html> <head> <style> #header { position:relative; margin:0px auto; margin-top:60px; } #logo{ float:left; margin-left:60px; height:(height of your pix); width:(width of your pix); } .banner-block { float:right; margin-right:20px; margin-top:60px; } .nav { position:absolute; bottom:20px; right:10px; } </style> </head> <body> <div id="header"> <div id="logo"> <img src="(your image here)" alt="" /> </div> <div class="banner-block"> </div> <div class="nav"> <ul> <li><a href="https://efpeterson.com">Home</a></li> <li class="page_item page-item-103"><a href="https://efpeterson.com/?page_id=103" title="Personal Training">Personal Training</a></li> <li class="page_item page-item-105"><a href="https://efpeterson.com/?page_id=105" title="Group Fitness">Group Fitness</a></li> <li class="page_item page-item-107"><a href="https://efpeterson.com/?page_id=107" title="Memberships">Memberships</a></li> <li class="page_item page-item-109"><a href="https://efpeterson.com/?page_id=109" title="Athletics">Athletics</a></li> <li class="page_item page-item-111"><a href="https://efpeterson.com/?page_id=111" title="About">About</a></li> <li class="page_item page-item-113"><a href="https://efpeterson.com/?page_id=113" title="Contact">Contact</a></li> </ul> </div> </div> </body> </html>
Forum: Themes and Templates
In reply to: Need To Move Menu Oversorry my bad, i used the wrong class here, do this to the nav, but this is a badoption, ur html is quite badly established, things overlap :
style="position:absolute;top:220px;right:50px"
If you like i can make you a proper header container with all your things as this is really way outta propotion. And your menu is longer than the available space .
Forum: Themes and Templates
In reply to: Adding object right of sidebarBefore asking for help, can u pls provide some links to it !!!!
Forum: Themes and Templates
In reply to: Need To Move Menu OverYou have the following code :
#header-right { float: right; width: 490px; height: 250px; display: inline; overflow-x: hidden; overflow-y: hidden; }
Make it :
#header-right { float: right; margin-right:60px; width: 490px; height: 250px; display: inline; overflow-x: hidden; overflow-y: hidden; }
Forum: Themes and Templates
In reply to: color/format of headerHere again with orange bar gone and it a bit more longer as well so that you can move the boxes buttons down :
http;//www.eurekastudioz.com/httpdocs/wordpresshelp/body_bg1.png
and add the following to the UL:
padding-top:40px
Forum: Themes and Templates
In reply to: change header colorAn yeah also remove the hover css you have assigned to the images in the header. It looks horrible when u hover over it it shifts and shos that nasty dotted border !!
Forum: Themes and Templates
In reply to: change header colorReplace this:
body{ font-family:Arial, Helvetica, sans-serif; background:#fff url(images/body_bg.png) center top repeat-x; }
with this:
body{ font-family:Arial, Helvetica, sans-serif; background:#fff url(https://www.eurekastudioz.com/wordpresshelp/body_bg.png) center top repeat-x; }
But i will take this pic down after a week, so save it upload it to your own server and link to it !!
Forum: Themes and Templates
In reply to: 3.0 Custom Menu not horizontalNo problem man !