-
Author
-
November 21, 2017 at 02:59 #180455CIDesign_MediaParticipant
Hi,
I added my own HTML to the Footer Text that shows up in the footer socket. This is the HTML I have in there:
<pre><div style=”float: left;display: inline;”><strong>© 2017 Yeshua Square</strong> | All Rights Reserved | Developed by <a href=”https://www.christian-internet.com/” target=”_blank”>CI Design + Media</a></div><div style=”text-align: right;display: inline;float: right;font-size: 24px;”><a href=”https://www.facebook.com/yeshuasq/” target=”_blank”><i style=”margin-right: 10px;” class=”fa fa-facebook”></i></a> <a href=”https://twitter.com/yeshuasq” target=”_blank”><i style=”margin-right: 10px;” class=”fa fa-twitter”></i></a> <a href=”http://vimeo.com/” target=”_blank”><i style=”margin-right: 10px;” class=”fa fa-vimeo”></i></a></div></pre>
For some reason the links aren’t letting me click on them. And they have no hover action. Can you please take a look at this for me? Here is a link to my site: http://individuals.yeshuasquare.com/
I really appreciate it. Thanks!
November 21, 2017 at 02:59 #180456CIDesign_MediaParticipantOk the HTML I pasted is correct except for the
tags.
November 21, 2017 at 03:01 #180457CIDesign_MediaParticipantHaha I am having some troubles with your ticket system I didn’t mean to add that last post. Here is the HTML I have pasted into my footer socket:
COPY CODE<div><strong>© 2017 Yeshua Square</strong> | All Rights Reserved | Developed by <a href="//www.christian-internet.com/”" target="”_blank”">CI Design + Media</a></div><div><a href="//www.facebook.com/yeshuasq/”" target="”_blank”"><i style=”margin-right: 10px;” class=”fa fa-facebook”></i></a> <a href="//twitter.com/yeshuasq”" target="”_blank”"><i style=”margin-right: 10px;” class=”fa fa-twitter”></i></a> <a href="//vimeo.com/”" target="”_blank”"><i style=”margin-right: 10px;” class=”fa fa-vimeo”></i></a></div>
November 21, 2017 at 05:31 #180466Kieran_SQModeratorHi,
Thanks for contacting us about your a tags getting stripped by the editor, it looks like you’re using the visual mode of the editor and not the text (code) mode of the editor. Using this will strip certain HTML, including a tags. If you paste your code in the text tab it should work (see screenshot).
Thanks
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
Attachments:
You must be logged in to view attached files.November 21, 2017 at 05:34 #180469Kieran_SQModeratorJust as a side note your HTML in the above reply isn’t going to work due to the ” formatting issue
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
November 21, 2017 at 18:21 #180545CIDesign_MediaParticipantHi Kieran,
Thanks for the reply. I am and have been using the “text” editor not the visual editor. Here is a screenshot: http://prntscr.com/hde5z6. I did have some errors in my HTML I appreciate you pointing that out to me. I fixed the errors and changed all ” to ‘. The problem is still there though, I cannot click on the links in my footer socket. When I had only one link earlier it was working fine, but as soon as I added those
tags the links stopped working. Is there something wrong here, why doesn’t this work?<div style='float: left;display: inline;'><strong>© 2017 Yeshua Square</strong> | All Rights Reserved | Developed by <a href='https://www.christian-internet.com/' target='_blank'>CI Design + Media</a></div><div style='text-align: right;display: inline;float: right;font-size: 24px;'><a href='https://www.facebook.com/yeshuasq/' target='_blank'><i style='margin-right: 10px;' class='fa fa-facebook'></i></a> <a href='https://twitter.com/yeshuasq' target='_blank'><i style='margin-right: 10px;' class='fa fa-twitter'></i></a> <a href='http://vimeo.com/' target='_blank'><i style='margin-right: 10px;' class='fa fa-vimeo'></i></a></div>
Thanks!
November 21, 2017 at 20:26 #180556Kieran_SQModeratorHi,
That’s very strange, I get mixed results, sometimes this works and sometimes it does not. I am going to refer this ticket to a developer to look into tags getting stripped from the editor in theme options. They’ll be in touch as soon as they can, Mon to Fri, East Europe Time.
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
November 22, 2017 at 16:22 #180618RaduModeratorHi,
Just add this css
COPY CODE#socket .col-sm-12 { height: 100%; display: initial; }
And remove the gaps
That’s it
The CSS will be added to wp-admin -> theme options -> general settings -> quick CSS
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.