This topic has 16 replies, 3 voices, and was last updated 9 years by Roader.

  • Author
  • #54220
     pedromatos2000
    Participant

    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

    #54379
     pedromatos2000
    Participant

    Hi can you help me?
    Thanks everyone!

    #54544
     Laura
    Moderator

    Hello, 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 solution
    #54932
     pedromatos2000
    Participant

    Thanks Laura 😉

    #55530
     pedromatos2000
    Participant

    Hi Laura again 😉

    I tried to find the “socket text” but i did´t find it! (i think there´s only that in Kleo Theme!)

    So i tried another solution that worked;

    Went to functions.php in Theme Child and put the text down;

    The only problem is that the Links “Terms and Conditions” “Privacy and Policy” and “Contact Us” are close to the “registration” text. Can you give me the right code put them all to the right? (just like the image in attachment)

    Thank you!

    Here´s the text:

    if(!function_exists(‘kleo_copyright_text’)):
    /**
    * Add footer text
    */

    function kleo_copyright_text()
    {
    echo ‘<p>’. __(“Copyright”, ‘kleo_framework’).’ © ‘.date(“Y”).’ ‘. get_bloginfo(‘name’).’. <br class=”hide-for-large show-for-small”/>’. get_bloginfo( ‘description’ ).’ | TERMS AND CONDITIONS | PRIVACY AND POLICY | CONTACT US</p>’;
    }
    endif;
    add_action(‘kleo_footer_text’,’kleo_copyright_text’);

    #55840
     Laura
    Moderator

    Hello, 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 this

    COPY 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 solution
    #55841
     Laura
    Moderator

    Hello, 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 this

    COPY 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 solution
    #55850
     pedromatos2000
    Participant

    Hi 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 🙂

    #55866
     Laura
    Moderator

    Hmmm 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 solution
    #55887
     pedromatos2000
    Participant

    Hahaha!

    You can do whatever you want with the links, but… please be gentle, ok? 😛

    http:www.in-creators.tk/wp-admin
    user: increatorspt
    pass: GEw-EH6-kgL-DaR

    You are so nice and gentle to me, that i will abuse of your kindness again…
    (one day you´ll open the email and you´ll say “Oh nooooooo it´s Pedro agaaaaain! That Bad guy!”)

    1 – I put an image in Footer Level 2 – html way on Widgets section
    1.1 – I need that image to be always centered (in mobile that “bad” image go to the right! :P)
    1.2 – As you can see in the attachment, the background color of Footer Level 2 outside the image is white; – i need it black, how can i change that?
    1.3 – There also a thin grey line above and down – is there a way to take it out?

    A big kiss to you, for all your help and for your patience to me.

    Pedro

    #56174
     Laura
    Moderator

    Hahaha 🙂 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 solution
    #56199
     Laura
    Moderator

    Hello, for others that may need this
    Here is the css

    COPY CODE
    
    .footer-info {
      float: right;
      margin-top: -4%;
    }
    

    And the function

    COPY CODE
    
    function 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 solution
    #67139
     pedromatos2000
    Participant

    Hi Laura, here i am again! 😀

    I have to launch this site tomoooooorrow and i´ve made a big mistake: clicked on “reset to defaults” in Sweet date control panel… (now i know i can make a backup in “export”…)

    Another things that they are not ok and need your big help:

    1 – Icones in Safari browser are ok; But in Google Chrome, Explorer, etc they are not (see in attachment)

    2 – Again the white background on the back of the logos in Footer Level 2 is white – I need it black! (you already solved this but you did´t tell me how! And i don´t know why is again this way…) (see in attachment)

    3 – Can all Pink boxes transform to “blue #0296C0 ? (see in attachment)

    (i´ve sent you my passwords in the previous messages up)

    Thank you so much again!

    #67243
     Laura
    Moderator

    Hello, 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 solution
    #67246
     Laura
    Moderator

    Hello, for the font please check the following error

    (index):1 Font from origin ‘http://www.in-creators.tk&#8217; 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&#8217; 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 solution
    #147961
     Roader
    Participant

    Hi Laura… this php code does not work.

    #147965
     Roader
    Participant

    Now working.

    Delete endif; from the php code.

    Working code:

    COPY CODE
    function 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%;
    }
Viewing 17 posts - 1 through 17 (of 17 total)

The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?