- Posts: 46
- Thank you received: 0
Editing: Social Media & Copyright
-
kapary
Active member - Topic Author
- Member
Less
More
1 year 9 months ago - 1 year 9 months ago #50116
by kapary
Editing: Social Media & Copyright was created by kapary
Hi Milos,
On Joomla 3, where can i edit:
Social Media Icons
Copyright, how can i delete/remove tex: " Joomla templates powered by Sparky."
Module "Contact us" (on Bottom3 position) dont display field "Subject" on Frontend, no chances to activate this on module settings...
There is not a editable HTML code on Bottom2 Module. Module let not make any changes, changes will dont saved
Regards,
Marco
On Joomla 3, where can i edit:
Social Media Icons
Copyright, how can i delete/remove tex: " Joomla templates powered by Sparky."
Module "Contact us" (on Bottom3 position) dont display field "Subject" on Frontend, no chances to activate this on module settings...
There is not a editable HTML code on Bottom2 Module. Module let not make any changes, changes will dont saved
Regards,
Marco
Last edit: 1 year 9 months ago by kapary.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6743
- Thank you received: 716
1 year 9 months ago - 1 year 9 months ago #50118
by milos
Replied by milos on topic Editing: Social Media & Copyright
Hello,
Logo can be edited in the template options, under Features > Logo and Slogan.
The contact module doesn't have a subject field and it is not possible to add it. If you need a more complex contact form, you can install another module.
The social links are in "bottom2" module. You should disable the WYSIWYG editor in the global configuration before editing it, otherwise, the code can be damaged by the editor. The original HTML code for this module is:
To delete or edit copyright, edit template file /templates/hot_polygons/library/c.php and change this paragraph:
to anything else, for example:
Regards,
Milos
Logo can be edited in the template options, under Features > Logo and Slogan.
The contact module doesn't have a subject field and it is not possible to add it. If you need a more complex contact form, you can install another module.
The social links are in "bottom2" module. You should disable the WYSIWYG editor in the global configuration before editing it, otherwise, the code can be damaged by the editor. The original HTML code for this module is:
Code:
<p>Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui.</p>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore.</p>
<div class="social_links"><a href="http://www.facebook.com/hotthemes"><i class="fa fa-facebook"></i></a><a href="http://twitter.com/hot_themes"><i class="fa fa-twitter"></i></a><a href="https://plus.google.com/b/101865138405372995937/"><i class="fa fa-google-plus"></i></a><a href="http://pinterest.com/hotthemes"><i class="fa fa-pinterest"></i></a></div>
To delete or edit copyright, edit template file /templates/hot_polygons/library/c.php and change this paragraph:
Code:
<p class="copyright">Copyright © <?php echo date("Y ").$copyright; ?>. <a href="https://www.hotjoomlatemplates.com">Joomla templates</a> powered by Sparky.</p>
Code:
<p class="copyright">My copyright text</p>
Regards,
Milos
Last edit: 1 year 9 months ago by milos.
Please Log in to join the conversation.
Time to create page: 0.242 seconds