- Posts: 23
- Thank you received: 0
Copyright block on bottom row
-
hyrum_0
Inactive member - Topic Author
- Member
Less
More
9 years 2 months ago #45938
by hyrum_0
Copyright block on bottom row was created by hyrum_0
I put the copyright block on the bottom row in the 'layout builder', added a class to it, but the class properties are not applied like the row above. See the attachment.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6745
- Thank you received: 716
9 years 2 months ago #45939
by milos
Replied by milos on topic Copyright block on bottom row
Hello,
It's something related to your CSS file. I need live link of your site to tell you exactly what's problem.
Thanks
It's something related to your CSS file. I need live link of your site to tell you exactly what's problem.
Thanks
Please Log in to join the conversation.
-
hyrum_0
Inactive member - Topic Author
- Member
Less
More
- Posts: 23
- Thank you received: 0
9 years 2 months ago #45940
by hyrum_0
Replied by hyrum_0 on topic Copyright block on bottom row
I can attach any file you like, or send you login information via email.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6745
- Thank you received: 716
9 years 2 months ago #45941
by milos
Replied by milos on topic Copyright block on bottom row
No, please just post your link here. To post data privately, use "Report to moderator" button.
Thanks
Thanks
Please Log in to join the conversation.
-
hyrum_0
Inactive member - Topic Author
- Member
Less
More
- Posts: 23
- Thank you received: 0
9 years 2 months ago #45942
by hyrum_0
Replied by hyrum_0 on topic Copyright block on bottom row
OK, I reported to the moderator. the website is fieldsarcana.com
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6745
- Thank you received: 716
9 years 2 months ago #45943
by milos
Replied by milos on topic Copyright block on bottom row
Perhaps you are using an old version of Sparky Framework with bug. Please open file "/templates/templatename/library/c.php" and change its code to:
Regards,
Code:
<?php
/*------------------------------------------------------------------------
# "Sparky Framework" - Joomla Template Framework
# Copyright (C) 2015 HotThemes. All Rights Reserved.
# License: http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
# Author: HotThemes
# Website: http://www.hotjoomlatemplates.com
-------------------------------------------------------------------------*/?>
<div class="cell mp_<?php echo $mposition[0]; ?> span<?php echo $mposition[1]; ?>">
<div class="cell_pad">
<p class="copyright">Copyright © <?php echo date("Y ").$copyright; ?>. <a href="http://www.hotjoomlatemplates.com">Joomla templates</a> powered by Sparky.</p>
</div>
</div>
Regards,
Please Log in to join the conversation.
Time to create page: 0.093 seconds