Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #868970

    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

    #868991

    Hey uUSA,

    This may be possible via css. Is there a lot of text you will be adding?

    Best regards,
    Jordan Shannon

    #870564

    No, it would be only one sentence. Something like “xyz® is a registered trademark of ABC Company.”

    #871283

    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

    • This reply was modified 7 years, 3 months ago by Yigit.
    #871298

    Where should I add the first code? In the footer.php file?
    Thanks!

    #871308

    Hi!

    No, sorry for not being more clear. Please add the code in Enfold theme options > Footer > Copyright field :)

    Best regards,
    Yigit

    #871326

    Works great! Thank you very much!

    #871329

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Pages with different socket information’ is closed to new replies.