-
AuthorPosts
-
rsystems Friend
rsystems
- Join date:
- July 2012
- Posts:
- 118
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 41
- Thanked:
- 7 times in 1 posts
November 18, 2013 at 8:56 pm #192357Source: demo page Typography (http://www.joomlart.com/demo/#ja_zite):
I made this, using the code from the demo (I made a quick demo 24hr trial to see the code):
The code I made:
<div class="ja-typo-blockct clearfix">
<a class="ja-typo-btn ja-typo-btn-icn btn-icn-info" href="https://maps.google.com/maps?q=alfa+expert+soest&hl=nl&ll=52.171958,5.264812&spn=0.011581,0.020664&sll=52.172056,5.262537&sspn=0.00579,0.010332&hq=alfa+expert&hnear=Soest,+Utrecht,+Nederland&t=m&z=16&iwloc=A" target="_blank"><span><span>Dorresteinweg 86a, 3763 LL Soest</span></span></a><a class="ja-typo-btn ja-typo-btn-icn btn-icn-light" href="http://www.alfaexpert.nl/"><span><span>Bel voor een afspraak: 035-6027701 / 06-15346292</span></span></a>
<a class="ja-typo-btn ja-typo-btn-icn btn-icn-info" href="http://www.alfaexpert.nl/"><span><span>Email: info @ alfaexpert.nl</span></span></a>
</div>It works somewhat, but it needs to be better. The left button is OK.
1) The middle button must not be clickable, but the button look cannot be changed: it must look the same as the others. How can I prevent it to be clickable, what is the best code for that?
The right button must be changed so that it will embed a proper mailto: info@test.com link. Whenever I use this code:
<a class="ja-typo-btn ja-typo-btn-icn btn-icn-info" href="mailto:info@alfaexpert.nl"><span><span>Email: info @ alfaexpert.nl</span></span></a></div>
The button looks good, and it launches the e-mail program, but not the right e-mail address is placed into the To field:
When I use this code:
<a class="ja-typo-btn ja-typo-btn-icn btn-icn-info" href="mailto:info@alfaexpert.nl"><span><span>Email: info@alfaexpert.nl</span></span></a></div>
(I remove the spaces around info @ alfaexpert.nl), it works good (To address is filled in good), BUT: it’s ugly displayed:
2) How to fix this right e-mail button? It must fill in correct e-mail address, AND look good 🙂
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
November 19, 2013 at 8:57 am #512687Both problem on your site belong to Editor – TinyMCE plugin, it automatically removes some css style including on editor
I did help you to add some script into Extended Valid Elements of Editor – TinyMCE plugin, see the script
<blockquote>i, div, p, a</blockquote>
Now, you can add both below script into your site again
<div class="ja-typo-blockct clearfix">
<a class="ja-typo-btn ja-typo-btn-icn btn-icn-info" href="https://maps.google.com/maps?q=alfa+expert+soest&hl=nl&ll=52.171958,5.264812&spn=0.011581,0.020664&sll=52.172056,5.262537&sspn=0.00579,0.010332&hq=alfa+expert&hnear=Soest,+Utrecht,+Nederland&t=m&z=16&iwloc=A" target="_blank"><span><span>Dorresteinweg 86a, 3763 LL Soest</span></span></a><a class="ja-typo-btn ja-typo-btn-icn btn-icn-light" href="http://www.alfaexpert.nl/"><span><span>Bel voor een afspraak: 035-6027701 / 06-15346292</span></span></a>
<a class="ja-typo-btn ja-typo-btn-icn btn-icn-info" href="http://www.alfaexpert.nl/"><span><span>Email: info @ alfaexpert.nl</span></span></a>
</div>
and
<a class="ja-typo-btn ja-typo-btn-icn btn-icn-info" href="mailto:info@alfaexpert.nl"><span><span>Email: info@alfaexpert.nl</span></span></a></div>
Don’t forget to clear cache from Admin area after changing and let me know it helps
rsystems Friendrsystems
- Join date:
- July 2012
- Posts:
- 118
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 41
- Thanked:
- 7 times in 1 posts
December 10, 2013 at 7:43 pm #514998Hi Ninja Lead,
Thanks for the try, but it has not helped yet.
When I use your code it looks like this:
Also, what should I do to make the middle button with the phone number non-clickable?
Kind regards, Maarten
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 11, 2013 at 7:31 am #515059Email address include within content, you need to disable Content – Email Cloaking in Plugin manager, the problem will be solved
rsystems Friendrsystems
- Join date:
- July 2012
- Posts:
- 118
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 41
- Thanked:
- 7 times in 1 posts
December 11, 2013 at 12:15 pm #515094Thank you, I will try it.
Edit: it works nice!
And this question:
What should I do to make the middle button with the phone number non-clickable?Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 12, 2013 at 3:12 am #515168<blockquote>Database connection error (2): Could not connect to MySQL.</blockquote>
I got this problem when I access to URL of your site included on this thread
<blockquote>What should I do to make the middle button with the phone number non-clickable?</blockquote>
It would be great if you can include url of your site. I shall help you out
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 12, 2013 at 4:08 pm #515241@rsystems: I have fixed the phone number non-clickable on your site. This is my solution: open Welkom bij De Alfa Expert module and rid text: href=”http://alfaexpert.nl”, see the screenshot
-
1 user says Thank You to Ninja Lead for this useful post
rsystems Friendrsystems
- Join date:
- July 2012
- Posts:
- 118
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 41
- Thanked:
- 7 times in 1 posts
December 12, 2013 at 7:18 pm #515274Super duper, thank you!!
1 user says Thank You to rsystems for this useful post
AuthorPostsViewing 8 posts - 1 through 8 (of 8 total)This topic contains 8 replies, has 2 voices, and was last updated by rsystems 10 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum