Jump to content

justinchrono

Members
  • Posts

    80
  • Joined

  • Last visited

    Never

Posts posted by justinchrono

  1. I want to use some scripts from http://www.dynamicdrive.com

     

    Most of them require pasting script in both the HEAD and BODY of the page.

     

    Now, the way my WordPress is set up (Egesto theme), is in individual pages, which I cannot find any way to edit their HEAD or BODY. The only HEAD and BODY sections I see are in the Editor section, where I can edit the overall header.php, but that effects every page, I think.

     

    Anyways, does anyone know how I can solve this?

     

    Thank you.

  2. Can somebody help me out with this?

    I am using Egesto as my theme, and automatically it came with a script that would highlight the current page in the top menu.

    i think the code is one of these lines..

     

    '<?php if ( has_nav_menu( 'main-menu' ) ) { ?>

    <?php wp_nav_menu( array( 'theme_location' => 'main-menu', 'menu_class' => 'mainnav superfish' ) ); ?> '

     

    Anyways, I wanted to make a customized drop down menu. So I removed that top line of code, and put in a line of code to refer to a plugin I downloaded. In the plugin is the HTML for the customized drop down menu...however, the current page is no longer highlighted in the menu..

     

    I tried looking this up, seeing something about CSS and giving each link an id, and putting the id in the body tag of each page...HOWEVER, i can not find a body tag for each of my pages, as it is only in the HEADER of the overall website..

     

    Can anyone help me with this?

     

    THANK YOU!

  3. if you look on my website

    www.germanperformanceservice.com

    you will see a slider on the front page. works fine on all browsers except for internet explorer. on IE, when each picture scrolls, the page will scroll itself down to the bottom. also, after about 4 pictures are scrolled, the slider stops and is just a white box for the rest of the time.

     

    does anyone have any ideas??? thanks

     

    (if you check the validator it says something about not understanding the value "allowTransparency")

     

    thanks again!

  4. i am having problems with my slider on the front page of my website

    http://www.germanperformanceservice.com

    on internet explorer only, after a picture slides, the page will scroll down to the bottom. this is very frustrating and distracting.

     

    i tried the validator, Here and there are only a few errors left, which seem to have to do with the slider problem, but i cant quite figure any of it out (i tried fixing the conditional comment and nothing happened)

    if anyone could help me with this it would be greatly appreciated.

  5. i am having problems with my slider on the front page of my website

    http://www.germanperformanceservice.com

    on internet explorer, after a picture slides, the page will scroll down to the bottom. this is very frustrating and distracting.

    if anyone could help me with this it would be greatly appreciated

     

    also: if anyone knows how i can tell the slider to pull from a certain gallery instead of the posts, let me know!

     

    thanks

    (theme is egesto btw, wordpress site)

  6. my site is www.germanperformanceservice.com

    it looks fine in safari

    but in internet explorer, everything is strange.

    i manually edited certain parts to make the site legible, but on IE the font is still larger and aligned in a strange way, that it shouldnt be.

    The real problem is in the twitter feed, which I cannot manually edit, so you will see the font is huge and links are huge and white there.

    Any help?

  7. I have a website on wordpress, at first it was on a friends server, but he switched it so its on bluehost. The website URL is an IP address with a slash and a name. However, I registered a domain name at godaddy. I was able to change the nameservers so that the URL of the index page of my website was changed to the domain name, however, when I click onto any other page from that page, it goes back to the IP address URL.

    What can I do?

     

    Thanks.

  8. Hello.

    I am trying to fix my site to look right in Internet Explorer.

    I am new to code.

     

    Right now, I found this, and put it in my Main Index Template...

     

    <?php if (eregi("MSIE",getenv("HTTP_USER_AGENT")) ||
    eregi("Internet Explorer",getenv("HTTP_USER_AGENT"))) { ?><link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_directory'); ?>/style-ie.css"/>
    <?php } else { ?>
    
    <link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_directory'); ?>/style.css"/>
    
    <?php } ?>

     

     

     

     

    Then, I created the file style-ie.css and tried messing around with it. Nothing changed.

     

    Any help anyone? I also tried this php

    <!--[if IE]>
    <link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>/IE.css" type="text/css" media="screen" />
    <![endif]->

     

    Thanks

  9. On a couple of pages of my website (example... http://www.decaneasarchive.com/hf.php ) , i recently started getting this error page. I am unsure how to fix it, or why it started. The only thing i could think of is i changed my passwords recently but idk if that is it.

     

     

    Warning: mysql_connect() [function.mysql-connect]: Can't connect to MySQL server on 'sqlc40b.carrierzone.com' (101) in /home/panopt/public_html/decaneasarchive.com/new/include/classes/com/interabet/db_mysql.inc.php on line 75

    Database error: connect(sqlc40b.carrierzone.com, borissamarov, $Password) failed.

    MySQL Error: ()

    Session halted.

     

    anyways thank you

     

  10. hello. at my page's footer, there is a form to sign up for a mailing list.

    how do i change the email address that this is sending information to?

    this is the coding for my footer:

     

    </td>

    </tr>

    </table>

    <table cellpadding="0" cellspacing="0" border="0" width="630">

    <tr>

    <td height="60">

     

    <!-- BEGIN: Constant Contact Basic Opt-in Email List Form -->

    <div align="center" style="padding-top: 10px;">

    <table border="0" cellspacing="0" cellpadding="3">

    <tr>

    <td align="center">Join Our Mailing List</td>

     

    <td align="center">

    <form name="ccoptin" action="http://visitor.constantcontact.com/d.jsp" target="_blank" method="post" >

    <input type="hidden" name="m" value="1101612644692">

    <input type="hidden" name="p" value="oi">

    <input type="text" name="ea" size="25" value="enter email address">

    <input type="submit" name="go" value="GO" class="submit" style="font-family:Verdana,Geneva,Arial,Helvetica,sans-serif; font-size:10px;" >  <a href="http://www.constantcontact.com/safesubscribe.jsp" target="_blank" style="font-size: 9px; font-style: italic;">Privacy provided by SafeSubscribe(SM)</a>

    </form>

    </td>

    </tr>

    </table>

    </div>

     

     

    <div style="text-align: center; padding-top: 10px;"><div style="font-size: 9px; padding-bottom: 0px;">. . . . . . . . . .  . . . . . . . . . . . . . . . . . . . . .  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . </div>

    Decaneas Archive, 295 Endicott Avenue, Revere, MA 02151   <a href="mailto:tony@decaneasarchive.com" class="link">tony@decaneasarchive.com</a>    617-834-1684<br />

    All contents of this site are the exclusive rights of Decaneas Archive.</div><br />

    <br />

    </td>

    </tr>

    </table>

    </div>

    </div>

    </body>

    </html>

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.