-
Author
-
April 13, 2015 at 18:50 #54220pedromatos2000Participant
Hi again!
Can you help getting some Links in Footer, at the right side of “@trademark 2015?”
I´ve already tried all “Widgets” but there´s no one in this specific place!
I sent you an attachment to explain what i really need.
Thank you!
Pedro
Attachments:
You must be logged in to view attached files.April 15, 2015 at 11:49 #54544LauraModeratorHello, sure, add this to the socket text
COPY CODE<a href="url">link text</a> <a href="url">link text</a> <a href="url">link text</a> <a href="url">link text</a>
Change the url for the page url and link text for the text
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
April 23, 2015 at 13:17 #55840LauraModeratorHello, sorry for the misunderstanding, try with
<div class=”footer-info”>
| TERMS AND CONDITIONS | PRIVACY AND POLICY | CONTACT US
</div>And in Sweetdate > Styling > Quick css
Add thisCOPY CODE.footer-info { float:right; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
April 23, 2015 at 13:17 #55841LauraModeratorHello, sorry for the misunderstanding, try with
COPY CODE<div class="footer-info"> | <a href="http://www.in-creators.net/terms-and-conditions/" rel="nofollow"><strong>TERMS AND CONDITIONS</strong></a> | <a href="http://www.in-creators.net/policy-and-privacy/" rel="nofollow"><strong>PRIVACY AND POLICY</strong></a> | <a href="http://www.in-creators.net/contact/" rel="nofollow"><strong>CONTACT US</strong></a> </div>
And in Sweetdate > Styling > Quick css
Add thisCOPY CODE.footer-info { float:right; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
April 23, 2015 at 13:57 #55850pedromatos2000ParticipantHi Laura tanks again, but it´s not working! I tried that and with does a “paragraph”, Links went to the line down-
I need Links too be on the same line of “Copyright”, but all the way to the right 🙂April 23, 2015 at 15:09 #55866LauraModeratorHmmm bad links dont want to obey me… Please share admin credentials so i can check it out 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
April 26, 2015 at 19:53 #56174LauraModeratorHahaha 🙂 Its always a pleasure to help.
I have fixed those issues, let me know if its what you wanted.
Saludos!Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
April 27, 2015 at 01:24 #56199LauraModeratorHello, for others that may need this
Here is the cssCOPY CODE.footer-info { float: right; margin-top: -4%; }
And the function
COPY CODEfunction kleo_copyright_text() { echo '<p>'. __("Copyright", 'kleo_framework').' © '.date("Y").' '. get_bloginfo('name').'. <br class="hide-for-large show-for-small"/>'. get_bloginfo( 'description' ).' </a></p><div class="footer-info"> | <a href="YOUR URL HERE" rel="nofollow"><strong>TERMS AND CONDITIONS</strong></a> | <a href="YOUR URL HERE" rel="nofollow"><strong>PRIVACY AND POLICY</strong></a> | <a href="YOUR URL HERE" rel="nofollow"><strong>CONTACT US</strong></a></div>'; } endif; add_action('kleo_footer_text','kleo_copyright_text');
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
July 7, 2015 at 21:30 #67243LauraModeratorHello, its back as before because of the reset options, it made the codes disappear, will work on it so you can launch the website tomorrow, will be in touch 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
July 7, 2015 at 22:04 #67246LauraModeratorHello, for the font please check the following error
(index):1 Font from origin ‘http://www.in-creators.tk’ has been blocked from loading by Cross-Origin Resource Sharing policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource. Origin ‘http://www.in-creators.net’ is therefore not allowed access.
Please talk with your hosting provider so you can find a solution for that.
Button color and footer has been fixed, you can find it in style.css at the top
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
December 25, 2016 at 15:54 #147961RoaderParticipantHi Laura… this php code does not work.
Attachments:
You must be logged in to view attached files.December 25, 2016 at 16:07 #147965RoaderParticipantNow working.
Delete endif; from the php code.
Working code:
COPY CODEfunction kleo_copyright_text() { echo '<p>'. __("Copyright", 'kleo_framework').' © '.date("Y").' '. get_bloginfo('name').'. <br class="hide-for-large show-for-small"/>'. get_bloginfo( 'description' ).' </p><div class="footer-info"> | <a href="YOUR URL HERE" rel="nofollow"><strong>TERMS AND CONDITIONS</strong></a> | <a href="YOUR URL HERE" rel="nofollow"><strong>PRIVACY AND POLICY</strong></a> | <a href="YOUR URL HERE" rel="nofollow"><strong>CONTACT US</strong></a></div>'; } add_action('kleo_footer_text','kleo_copyright_text');
CSS:
COPY CODE.footer-info { float: right; margin-top: -3%; }
Attachments:
You must be logged in to view attached files. -
AuthorPosts
The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.