Hi Guys,
Thanks for this great theme…
I have a question regarding the socket. On two of our subpages I have to put specific copyright information. What I’d like to do is to use the whitespace in the socket and put the copyright information in there. That means that the sockets for this pages will be different from the other pages.
Is this even possible?
Thanks,
Michaela
Hey uUSA,
This may be possible via css. Is there a lot of text you will be adding?
Best regards,
Jordan Shannon
No, it would be only one sentence. Something like “xyz® is a registered trademark of ABC Company.”
Hi,
You can simply add your copyright text as following
<span class="general-cr">Here is my copyright text 1 </span> <span class="custom-cr">Here is my copyright text 2</span>
and then add following code to Quick CSS in Enfold theme options under General Styling tab
.custom-cr, .page-id-59 .general-cr { display: none; }
.page-id-59 .custom-cr { display: block; }
Replace “59” with your page’s ID
Best regards,
Yigit
Where should I add the first code? In the footer.php file?
Thanks!
Hi!
No, sorry for not being more clear. Please add the code in Enfold theme options > Footer > Copyright field :)
Best regards,
Yigit
Works great! Thank you very much!
Hi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)
Best regards,
Yigit