• Resolved jonny12345

    (@jonny12345)


    Hi
    All the footers on my page are set up, but none of them link to the page i want.
    At the bottom of the page – privacy policy/anti-spam policy/ contact us etc all show up but nothing happens when you click on them. The page is all done on HTML then i uploaded it to word press.
    You should be able to see the source code if you right click on the page.
    If you understand HTML
    PLEASE HELP!>?
    href=”https://www.professionaltradingsecrets.com/specialreport.html”>

    many thanks
    jonny

Viewing 15 replies - 16 through 30 (of 33 total)
  • I don’t know

    you said you upload “the new code”
    in what folder did you upload it :p ?

    and… when I do some test on localhost, sometimes in my url, I put “localhost”, maybe it will be a problem if you have not upload …everything

    Thread Starter jonny12345

    (@jonny12345)

    my original html/css is saved on a folder in my desktop. Originally i uploaded that folder to my public_html folder on wordpress.

    Since then i updated the css according to your instructions in my desktop folder. So i went to upload the same folder via filezila into wordpress public html, exactly the same as i did before. I uploaded everything and updated it however for some reason it has not been updated as when i view the source the changes are not there

    Thread Starter jonny12345

    (@jonny12345)

    by the way forerrunner, if you have skype or msn, or somekind of livechat, would be really useful to steal you for 5minutes if you have the spare time, let me know!
    thanks
    j

    I can’t
    I’m working
    let me your msn if want to speak….later

    Moderator keesiemeijer

    (@keesiemeijer)

    In Firefox the links are working now!

    keesiemeijer is right – it works – if it don’t work on your computer you should try to clear your browser’s cache

    Thread Starter jonny12345

    (@jonny12345)

    ah thanks guys, just needed to clear my browser…
    Next million dollar quesition
    On my homepage for some reason i have two “home” options in the navigation bar. One of them i set as my front static page, the other one i don’t have a clue where it came from or how to get rid of it, as it is not listed as one of my pages. I am using affilaite theme as my wordpress theme and when i go to normal word press theme there is only one home button.
    very strange.
    let me know what you think
    Link is below
    https://www.professionaltradingsecrets.com/

    can you show your code ?

    I think the first one has been added “manually” – the second one is created by the wordpress menu

    Thread Starter jonny12345

    (@jonny12345)

    what code do you want to see… can you not do the view source code on your browser?

    Moderator keesiemeijer

    (@keesiemeijer)

    The lines of code making the menu, beginning after: <!--Page Navigation-->
    Look for this in your theme’s header.php or index.php

    Thread Starter jonny12345

    (@jonny12345)

    this is the code in header.php that refers to the homepage and title, i think…
    what do i need to change?

    <meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />
    <title><?php if(get_option(‘ds_home_title’) && is_home()) echo stripslashes(get_option(‘ds_home_title’)).’ » ‘; ?><?php bloginfo(‘name’); ?> <?php wp_title(); ?></title>
    <meta name=”description” content=”<?php bloginfo(‘description’); ?>” />

    Moderator keesiemeijer

    (@keesiemeijer)

    No this is not it. There is probably also this: wp_list_pages() in the lines we are searching for

    or a wp_nav_menu()

    edit :
    problem solved :p
    put the subject on solved ^^

    Thread Starter jonny12345

    (@jonny12345)

    hi,
    i have not solved the problem, only made “trading terminology” the parent of my second home button. So now i still have two home buttons, but one is just hidden.
    I Would still really like to change the code to get rid of the default one that i can’t change currently, just for the future when i do an other website. Also because i want to get to the bottom of this properly!!

    Here is the navigation php. i cannot find wp_list_pages in header or index php
    <!–Page Navigation–>
    <?php
    if(is_array(get_option(‘ds_cat_exclude’))) $ds_cat_exclude = implode(‘,’, get_option(‘ds_cat_exclude’));
    // if($ds_cat_exclude) $ds_cat_exclude = $ds_cat_exclude.’,’.get_option(‘ds_blog_cat’);
    if(is_array(get_option(‘ds_exclude’))) $ds_exclude = implode(‘,’, get_option(‘ds_exclude’));
    ?>
    <?php if(get_option(‘ds_landing’) == ‘Categories’ || get_option(‘ds_landing’) == ‘Pages’) { ?>
    <?php if (get_option(‘ds_home_link’)) $hidden = ‘ hidden’; ?>
    <ul id=”menu”>
    <li<?php if (is_home()) echo ‘ class=”current_page_item’.$hidden.'”‘; ?>>/”>Home
    <?php echo $ds_cat_exclude; if(get_option(‘ds_landing’) == ‘Categories’) wp_list_categories(‘exclude=’.$ds_cat_exclude.’&orderby=name&show_count=0&title_li=’); else wp_list_pages(‘exclude=’.$ds_exclude.’&title_li=&sort_column=menu_order’); ?>
    <?php if(get_option(‘ds_blog’) && !get_option(‘ds_blog_link’)) echo ‘

    • Blog
    • ‘; ?>

      <?php } ?>

    Moderator keesiemeijer

    (@keesiemeijer)

    That is the code (I think). can you paste it one more time but before you paste it click the “code” button. And after you pasted it click the “code” button again.

Viewing 15 replies - 16 through 30 (of 33 total)
  • The topic ‘GOING CRAZY – HTML page links not working??’ is closed to new replies.