- This topic has 25 replies, 2 voices, and was last updated 12 years, 3 months ago by
Sakin.
-
AuthorPosts
-
June 24, 2013 at 11:13 pm #10936
jwendell
MemberHi 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?
June 25, 2013 at 1:38 am #10954Sakin
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=ZIBF1sDOCEUJune 25, 2013 at 1:56 am #10956jwendell
MemberThanks saikin I’ve tried following those steps but instead of inserting the calculator it inserts a link to the calculator, any suggestions?
June 25, 2013 at 2:06 am #10961Sakin
Keymaster@jwendell: Did you follow all 6 steps and see this http://office.microsoft.com/en-us/web-apps-help/embed-an-excel-workbook-on-a-web-page-HA102029502.aspx
June 25, 2013 at 4:33 am #10968jwendell
MemberYeah 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” width=”98″ height=”120″ frameborder=”0″ scrolling=”no”></iframe>
June 25, 2013 at 11:22 am #10978Sakin
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.
June 25, 2013 at 11:41 am #10979jwendell
MemberDo you have any other ideas for creating or uploading a custom form?
June 27, 2013 at 1:20 am #11078Sakin
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.
June 27, 2013 at 11:58 pm #11140jwendell
MemberThanks Sakin, that plugin isnt very good. What is contact form 7
June 27, 2013 at 11:59 pm #11141Sakin
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.
June 28, 2013 at 1:32 am #11157jwendell
MemberSakin how do I make my header different on each page. I dont want the spinning logo on all pages just the home page. Thanks
June 28, 2013 at 10:35 pm #11177Sakin
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.
June 29, 2013 at 4:18 am #11201jwendell
MemberThanks 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
June 30, 2013 at 10:39 pm #11230Sakin
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; }July 1, 2013 at 11:00 pm #11278jwendell
MemberThanks Sakin. On some of my pages like Resources, at the bottom it has a leave a reply form how do I remove that?
July 2, 2013 at 12:05 am #11280Sakin
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/
July 12, 2013 at 9:38 am #11722jwendell
MemberI have been unsuccesful in removing it
July 12, 2013 at 1:20 pm #11726Sakin
Keymaster@jwendell: Edit that Resources page with the setting mentioned in the screenshot
http://pinterest.com/pin/548594798329843253/July 13, 2013 at 12:27 am #11746jwendell
MemberThanks 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
July 13, 2013 at 12:35 am #11748Sakin
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; } -
AuthorPosts
- The topic ‘insert finance calculator’ is closed to new replies.
