Viewing 20 posts - 1 through 20 (of 26 total)
  • Author
    Posts
  • #10936
    jwendell
    Member

    Hi my website is http://www.wendellassociates.com I built a finance in excel and would like to import into my website. How would I do that?

    #10954
    Sakin
    Keymaster

    @jwendell: There is not such function to directly add the excel sheet in the WordPress site. But yes you can create the embed code and add it.

    Maybe this post will help you:
    http://datawiz.wordpress.com/2011/01/14/creating-a-web-calculator-using-excel/

    You can also check it video:
    http://www.youtube.com/watch?v=ZIBF1sDOCEU

    #10956
    jwendell
    Member

    Thanks saikin I’ve tried following those steps but instead of inserting the calculator it inserts a link to the calculator, any suggestions?

    http://wendellassociates.com/college-savings-fund/

    #10961
    Sakin
    Keymaster
    #10968
    jwendell
    Member

    Yeah it still isnt working for me, this is the code that pops up

    <iframe src=”https://skydrive.live.com/embed?cid=BFB02BD8D459E589&resid=BFB02BD8D459E589%21165&authkey=AGyc3Ln3yBmG3Nc&#8221; width=”98″ height=”120″ frameborder=”0″ scrolling=”no”></iframe>

    #10978
    Sakin
    Keymaster

    @jwendell: I am also not sure about that. I just google that. There is no option in WordPress to do it by default. They are using their own tricks. So, can you ask to the person who wrote the tutorial. Also check the video in the youtube and ask them as well.

    #10979
    jwendell
    Member

    Do you have any other ideas for creating or uploading a custom form?

    #11078
    Sakin
    Keymaster

    @jwendell: Not sure about the excel form. But yes for contact form and all you can use Contact Form 7.

    Ok I just search in WordPress plugin http://wordpress.org/extend/plugins/ and see the plugin http://wordpress.org/plugins/groupdocs-viewer/ . Maybe this will work. But I haven’t tried it.

    #11140
    jwendell
    Member

    Thanks Sakin, that plugin isnt very good. What is contact form 7

    #11141
    Sakin
    Keymaster

    @jwendell: Contact Form 7 is for creating contact form and all. For Excel, you need to search for other plugins. Try searching in Google.

    #11157
    jwendell
    Member

    Sakin how do I make my header different on each page. I dont want the spinning logo on all pages just the home page. Thanks

    #11177
    Sakin
    Keymaster

    @jwendell: Logo cannot be different on different page. It is for branding and will be same for all. If you wan to change then you need to hire developer and build child there where you need to add is_home condition.

    #11201
    jwendell
    Member

    Thanks Sakin, how would I move the top right header more to the left also make the word call us now and the phone number larger

    I also would like to center the featured images at the bottom so the are more center aligned as well as the text.

    Also the footer bottom right I would like to make Wendell & Associates bigger and bold

    Thanks again for all of the support

    #11230
    Sakin
    Keymaster

    @jwendell: You can add the following css:

    /* To move header right to left */
    #header-right { padding-right: 20px; }
    /* Call Us now Font Size */
    .header-sidebar .widget-title { font-size: 20px; }
    /* Phone Number Font Size */
    .header-sidebar .textwidget { font-size: 16px; }
    #11278
    jwendell
    Member

    Thanks Sakin. On some of my pages like Resources, at the bottom it has a leave a reply form how do I remove that?

    #11280
    Sakin
    Keymaster

    @jwendell: That is comment box. You can disable it from our page Discussion box. See this http://en.support.wordpress.com/enable-disable-comments/

    #11722
    jwendell
    Member

    I have been unsuccesful in removing it

    #11726
    Sakin
    Keymaster

    @jwendell: Edit that Resources page with the setting mentioned in the screenshot
    http://pinterest.com/pin/548594798329843253/

    #11746
    jwendell
    Member

    Thanks saikin, Im using a form calculator from kaosweaver, it works ok but when I insert it on my site it loses its borders and shape? any suggestions

    #11748
    Sakin
    Keymaster

    @jwendell: It’s strange. As this theme only have border bottom defined as below.

    .entry-content table {
        border-bottom: 1px solid #E6E6E6;
    }
    .entry-content td {
        border-top: 1px solid #E6E6E6;
    }

    But if you want to remove this border then you can add the following css

    .entry-content table, .entry-content td {
        border-top: none;
    }
Viewing 20 posts - 1 through 20 (of 26 total)
  • The topic ‘insert finance calculator’ is closed to new replies.