Hello everyone,
I use oc3.0.3.3 with journal3
I added the product description at the top of the page and now I would like to insert at the end of the description an anchored link that moves the page below by opening the full description tab.
(like Reviews and Write a Review links)
Would anyone be kind enough to help me do this?
Thanks so much!!!
I use oc3.0.3.3 with journal3
I added the product description at the top of the page and now I would like to insert at the end of the description an anchored link that moves the page below by opening the full description tab.
(like Reviews and Write a Review links)
Would anyone be kind enough to help me do this?
Thanks so much!!!
Well its simple for the default theme to do this.
Since you are using Journal theme is hard to offer any help here. Someone who runs that theme may be able to help you, but otherwise support here is mostly for the default OC theme.
Since you are using Journal theme is hard to offer any help here. Someone who runs that theme may be able to help you, but otherwise support here is mostly for the default OC theme.
Backup and learn how to recover before you make any changes!
Journal might.
UK OpenCart Hosting | OpenCart Audits | OpenCart Support - please email info@antropy.co.uk
Legendary Member
Scrolling to a defined anchor point upon a click is relatively straight forward to implement, see e.g. https://stackoverflow.com/questions/316 ... ven-anchor
However, you should get in touch with the Journal3 support on this if you are not a developer, because you are not using a standard-compliant OpenCart web theme!
However, you should get in touch with the Journal3 support on this if you are not a developer, because you are not using a standard-compliant OpenCart web theme!
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
You will need to change this:
To this:
Do this if you want to scroll to Description when clicking the Scroll down link.
Code: Select all
<a><br>Scroll Down the page to view.<br></a>
Code: Select all
<a href="#tab-description"><br>Scroll Down the page to view.<br></a>
Last edited by Shannon26 on Tue Jul 07, 2020 11:21 pm, edited 1 time in total.
Where.....??Shannon26 wrote: ↑Tue Jun 30, 2020 11:24 pmYou will need to change this:
To this:Code: Select all
<a><br>Scroll Down the page to view.<br></a>
Do this if you want to scroll to Description when clicking the Scroll down link.Code: Select all
<a href="#tab-description"><br>Scroll Down the page to view.<br></a>
I don't think this code above will work with Journal.Shannon26 wrote: ↑Tue Jun 30, 2020 11:24 pmYou will need to change this:
To this:Code: Select all
<a><br>Scroll Down the page to view.<br></a>
Do this if you want to scroll to Description when clicking the Scroll down link.Code: Select all
<a href="#tab-description"><br>Scroll Down the page to view.<br></a>
If you view the Journal demos, it looks like journal uses some kind of random hash on the anchor.
ex:
Code: Select all
<a href="#product_tabs-5efb989d2a529" data-toggle="tab" aria-expanded="true">Description</a>
So like I said originally: Since you are using Journal theme it is hard to offer any help here. Someone who runs that theme may be able to help you, but otherwise support here is mostly for the default OC theme.
Backup and learn how to recover before you make any changes!
Who is online
Users browsing this forum: No registered users and 10 guests