DanielHenriksen
Member-
Content Count
11 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
MRijk reacted to a post in a topic: Social Sharing on 7.1
-
6910studio reacted to a post in a topic: Social Sharing on 7.1
-
Kenekts reacted to a post in a topic: Social Sharing on 7.1
-
PaulBThomas reacted to a post in a topic: Social Sharing on 7.1
-
evaspace reacted to a post in a topic: Social Sharing on 7.1
-
markco reacted to a post in a topic: Social Sharing on 7.1
-
nicmags reacted to a post in a topic: Social Sharing on 7.1
-
PDChappelle reacted to a post in a topic: Social Sharing on 7.1
-
KishyaMG reacted to a post in a topic: Social Sharing on 7.1
-
Share buttons next to date and author in blog posts
DanielHenriksen replied to DanielHenriksen's question in Coding and Customization
Hi Elfsight, no worries you are not at fault and off course you need to get payed for the work and products you are providing. I am subscribing to your basic which is suffcient for now. It works great and I am happy that you can help, where squarespace fails. -
Share buttons next to date and author in blog posts
DanielHenriksen posted a question in Coding and Customization
Site URL: https://www.ahenriksen.com/dk/blogdk/velkommen-til-min-verden Hi Forum, To my regret squarespace do not offer a social share button solution for 7.1 which i think is bad. Though I have a acquired the solution from Elfsight, which is ok, but it is costly for something squarespace should provide as standard. My question is, how can I move the share buttons so they appear inline with post date and author and not at the bottom of the post? Thank you in advance, Daniel -
This is a joke, any standard blog page should have a share buttons readily available. Come on Squarespace, make it available, or will this be another app that we have to pay for. Starts to feel a bit like I am dealing Ryanair.
- 56 replies
-
- social-sharing
- share-buttons
-
(and 2 more)
Tagged with:
-
Last link button in header
DanielHenriksen replied to DanielHenriksen's question in Coding and Customization
Yes, that was it. Thank you I appreciate it. -
Last link button in header
DanielHenriksen replied to DanielHenriksen's question in Coding and Customization
Hi again, I a using google chrome, and inserted the following into the footer: <script> (function(){ var newLinkPath = '/dk/kontakt'; var newLinkText = 'Kontakt'; // The following code below will update url and the text of the CTA link. var contactLink = document.querySelector('.header-actions-action--cta a'); var pathIsDanish = location.pathname.indexOf('/dk/') !== -1; if(contactLink && pathIsDanish){ contactLink.setAttribute('href', newLinkPath); contactLink.textContent = newLinkText; } })(); -
Last link button in header
DanielHenriksen replied to DanielHenriksen's question in Coding and Customization
Thank you for the replies. I want to change both link and text. @jpeter it doesn't quite seem to work even though i updated path and text. I'm using V7.1 could that be the reason? -
Site URL: https://www.ahenriksen.com Hi, I am using the bergen template on a business plan. I have made the page multilingual (english and danish), and originally the template has a button as link in the header. Though being multilingual it says the wording is english and leads to the english contact page on both language versions. I would like it to be in Danish and lead to the danish contact page when on the Danish version of the site. Any suggestions? Thank you in advance.
-
How to translate first name and last name in contact form
DanielHenriksen replied to DanielHenriksen's question in Coding and Customization
Sorry that was my mistake, i put it into the header of code injection for every page. Now it works, thank you very much. -
How to translate first name and last name in contact form
DanielHenriksen replied to DanielHenriksen's question in Coding and Customization
I appreciate the effort, but it still makes it in danish on both the english version of the contact page and the danish version. I would like to keep it in english on the english contact page. -
How to translate first name and last name in contact form
DanielHenriksen replied to DanielHenriksen's question in Coding and Customization
Thank you for the quick response. It works to some extent, as it translates what i need, but the translation now occurs on both my danish and english contact page. How can i set it up so it only translates the danish version?