Jump to content
x69chen

Hi Where Can I Put Javascript Code

Recommended Posts

x69chen

Sorry it seems that I cannot search javascript in the forum,

Can I ask where I can put these code,

Thanks

Share this post


Link to post
Share on other sites
James B

Hi there, Js code will need to go into the header or footer script boxes in the custom code page. Pagelines>Site Options>Custom Code>Header Scripts


Kindly search the forum and read the documentation before posting. It will help you resolve many issues.

For CSS help be sure to check out W3Schools first and be sure to download FireBug for FireFox for troubleshooting.

James B

Share this post


Link to post
Share on other sites
x69chen

Hi it does not work, the page shows my js codes directly in the head space,

do I need to add something to the html code?

Share this post


Link to post
Share on other sites
James B

Can you explain exactly what the code is for, what you're trying to do and we'll be able to advise further.


Kindly search the forum and read the documentation before posting. It will help you resolve many issues.

For CSS help be sure to check out W3Schools first and be sure to download FireBug for FireFox for troubleshooting.

James B

Share this post


Link to post
Share on other sites
x69chen

ok,

the code are used to develop a multitable such as http://www.robotshop.com/ca/New-arrivals/arduino-electronic-brick-starter-kit.html,

which could show description, overview just by click on the tab.

Actually I just copy the js code from that site to try what it would look like.

I made separate js and css documents by Dreamweaver and they were working fine with the html codes,

but when I copy them to the wordpress, I am not sure about where to put the js code.

Share this post


Link to post
Share on other sites
Danny

Hi,

PageLines Framework already provides a tab shortcode, so there is no need to add custom code to achieve this functionality. You can see the Tabs shortcode and an example here - http://demo.pagelines.me/tools/

However, if you wish to use this code, then you will need to follow James advice and copy the code into either the "Headerscripts Code" or "Footer Scripts & Analytics".

If it is not working as intended, then the code is either not compatible with Wordpress or incorrect. We can't assist with custom code that has been taken from another site.


Please search our forums, before posting!

Share this post


Link to post
Share on other sites
x69chen

Ok a small question,

I always drag and drop a content to the template, and then put the codes into the original body of the page/post,

but I found that every time when I make a return in the code, it will count a [br] there,

for example, when I put

[pl_tabs][pl_tabtitlesection type="tabs"]

[pl_tabtitle active="yes" number="1"]Title 1[/pl_tabtitle]

[pl_tabtitle number="2"]Title 2[/pl_tabtitle]

[/pl_tabtitlesection]

it will make the table 1 and table 2 in different rows,

and if I delete the return between "[/pl_tabtitle]"and "[pl_tabtitle number="2"]", they will be in the same row again.

Can I ask, how could I fix this problem,

I can use no-return in the coding, but it could be better if they treat my code as normal html code

Share this post


Link to post
Share on other sites
catrina

The <br> tags are added in the editor by WordPress. Are you trying to add this code in the page editor?


Please read the docs before posting. Please do not private message me unless I ask you to.

Designer | Catrina Dulay

Founder | Catrina and Mouse

Share this post


Link to post
Share on other sites
x69chen

no, I never add [br], I just make a "return" in my HTML mode,

and it should not work as a "return" in the visual mode

Share this post


Link to post
Share on other sites
Simon

[pl_tabs][pl_tabtitlesection type="tabs"] <= this here is a 'return' the wp editor will add a <br /> here

[pl_tabtitle active="yes" number="1"]Title 1[/pl_tabtitle]

[pl_tabtitle number="2"]Title 2[/pl_tabtitle]

[/pl_tabtitlesection]

to stop this you have to properly format your shortcode like this:

[pl_tabs][pl_tabtitlesection type="tabs"][pl_tabtitle active="yes" number="1"]Title 1[/pl_tabtitle][pl_tabtitle number="2"]Title 2[/pl_tabtitle][/pl_tabtitlesection]

see? no carriage returns.

OR you can wrap it in [pl_raw] like this:

[pl_raw]

[pl_tabs][pl_tabtitlesection type="tabs"]

[pl_tabtitle active="yes" number="1"]Title 1[/pl_tabtitle]

[pl_tabtitle number="2"]Title 2[/pl_tabtitle]

[/pl_tabtitlesection]

[/pl_raw]

but then you can only use this ONCE per post.

Share this post


Link to post
Share on other sites
x69chen

[pl_tabs][pl_tabtitlesection type="tabs"] <= this here is a 'return' the wp editor will add a <br /> here

[pl_tabtitle active="yes" number="1"]Title 1[/pl_tabtitle]

[pl_tabtitle number="2"]Title 2[/pl_tabtitle]

[/pl_tabtitlesection]

to stop this you have to properly format your shortcode like this:

[pl_tabs][pl_tabtitlesection type="tabs"][pl_tabtitle active="yes" number="1"]Title 1[/pl_tabtitle][pl_tabtitle number="2"]Title 2[/pl_tabtitle][/pl_tabtitlesection]

see? no carriage returns.

OR you can wrap it in [pl_raw] like this:

[pl_raw]

[pl_tabs][pl_tabtitlesection type="tabs"]

[pl_tabtitle active="yes" number="1"]Title 1[/pl_tabtitle]

[pl_tabtitle number="2"]Title 2[/pl_tabtitle]

[/pl_tabtitlesection]

[/pl_raw]

but then you can only use this ONCE per post.

yes I get it.

Thanks for helping :)

Share this post


Link to post
Share on other sites
mackenzie

The topic was marked as resolved.


Mackenzie - PageLines Help Desk

The Centsible Family - Writer, Photographer and Coffee Addict

---------------------------------------------------

Kindly search this forum and read the documentation before posting. It will help you resolve many issues.

For CSS help be sure to check out W3Schools first and be sure to download FireBug for FireFox for troubleshooting.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Similar Content

    • janpeeters
      By janpeeters
      Over the last month I had extensive communications with the developer of the (premium) Anything Boxes section (in Pagelines store) (Adam Munns) and the developer of the WP Polylang Multilingual plugin (Frederic Demarle).
       
      This was because the following problem occurred:
      Anything Boxes showed all posts of two languages (Dutch and English) on the respective static frontpages for each language. It should of course have filtered posts for Dutch language on the Dutch frontpage and English on the English frontpage.
       
      The solution to this problem was simple in the end. When duplicating a page for use in another language the settings for Anything Boxes were not copied to the new page and I should have set these settings manually again on the new page. I wasn't aware of this, but it makes sense. Because of this the pages didn't know how to differentiate between posts from different languages.
       
      The dev of Polylang told me that Polylang is currently smart enough to synchronize metas like Featured images and page templates but it does not work out of the box with metas created by plugins and themes but (according to Frederic) it is rather easy to add them in the list using the filter 'pll_copy_post_metas'.
      He mentions that he is not sure that these 'PageLines Meta Settings' are stored in post meta but that would make sense according to him. He asks if the Pagelines dev team will be interested to support this feature in the future.
       
      I'm also wondering if you will consider adding Polylang translation support for manually editable strings like the 'Read more…' strings in Pagelines Settings.
       
      Well that's of course up to you but I thought to let you know to be able to take this into consideration. I also post this for other users in case they experience the same kind of trouble and are looking for an answer.
       
      Best regards,
      Jan Peeters
    • bankrollbuilder
      By bankrollbuilder
      I used a custom hook to put a banner ad in my header. It works but its not in the right position. it is centered and above my logo and I would like to float it to the right of my logo in the header. heres the link: http://shaboopie.com/shaboopie-wp/free-logos-pg1/

      thanks.

      Dan B.
    • starlit
      By starlit
      Can one have two hero sections on one page?

      I want a landing page which leads/advertises two subpages.

      Or is there another option?

      Please help.

      THANK YOU
    • hutruk
      By hutruk
      Hi!

      I am using the shortcodes for tabs, as described in the documentation.

      When I insert the following code:


      [pl_tabs][pl_tabtitlesection type="tabs"] [pl_tabtitle number="1"]Title 1[/pl_tabtitle] [pl_tabtitle number="2"]Title 2[/pl_tabtitle] [/pl_tabtitlesection] [pl_tabcontentsection] [pl_tabcontent active="yes" number="1"] Lorem ipsum dolor sit amet, consectetur adipiscing elit [/pl_tabcontent] [pl_tabcontent number="2"] Lorem ipsum dolor sit amet, consectetur adipiscing elit [/pl_tabcontent] [/pl_tabcontentsection] [/pl_tabs]

      I get a strange output (in the attachment).

      Any ideas?

      Thanks in advance!

    • MooiWeb
      By MooiWeb
      Hello,

      I would like to align my qtranslate with my breadcrumb so that the flags are on the same hight.
      I'm aware of putting a code in the custom css and tryed severall codes from your site but for now, no succes

      The site i'm working on is http://nieuw.vazdias.nl

      Thx,
      Edwin



×