• Resolved Copiaurbietorbi

    (@copiaurbietorbi)


    Good day my friends,

    I am new on this world of coding and designing a website. I have little to non knowledge but I am willing to learn.

    I chose zerif lite and so far I have found no issues, but I would like to customize it as much as I can to our logo and colors without upgrading.

    I have some questions to address to the forum, but I will try to ask one at the time in order to separate them by topics. I apologize in advance if these themes are not new and also my non technical language:

    How do I change the line colors from red to green that appear under the main menu or that are underlining the page titles that are created or the options added in our approach section?

    Thank you in advance for your help and interest.

Viewing 15 replies - 1 through 15 (of 20 total)
  • Hi there,

    Please post a link to your site and we’ll figure something out. Thanks ??

    Thread Starter Copiaurbietorbi

    (@copiaurbietorbi)

    Hello Suyogya,

    Thank you for the reply. I managed to solve these doubts already. I appreciate your interest. However, I have other questions now:

    1. How do I link the social network buttons in the footer (i have linkedin and twitter only) to my accounts for example?

    2. Where do I configure the alert messages of the forms submitted or to be submitted from the website (get in touch section)?

    Please note that I am more than a newbie. So please be patient as I am learning while creating the website ??

    In advance, thank you for your help.

    the website is https://www.copiose.com/wordpress

    Hello copiaurbietorbi,
    can you share with me how did you change the line colors from red to green in main menu?

    Thread Starter Copiaurbietorbi

    (@copiaurbietorbi)

    Hello jslusarczyk,

    I choose to try the demo of the pro version.

    Hey Copia,

    My apologies for the late reply.

    1. You can link your social accounts by navigating to Appearance -> Customize -> General options -> Socials from your WordPress dashboard.

    2. Please install and activate Pirate Forms plugin and then navigate to Settings -> Pirate Forms -> Alert Messages to configure the alert messages.

    Let us know how it goes ??

    @jslusarczyk,

    As per forum welcome, you’re required to open a new thread for your problem. Please do ??

    Thread Starter Copiaurbietorbi

    (@copiaurbietorbi)

    Hey Suyogia,

    Thank you for the follow up and response. I found out how to link the social network buttons with the correspondent accounts. What I need now, is to open the address, the social networks and one page associated to one of the buttons in the big title section to a new page/tab.

    As for the plugin you suggested, I installed, configured but not sure if I didn’t activate it properly, as the changes made were directly to the code in the static front page. The issue I have now, is on finding out how to have one single spacing instead of double on the message alerts within the get in touch area.

    I am not sure what you mean by opening a new thread, though.

    Thank you all for your help and interest.

    /*Changes menu underline from red to black */

    .entry-title a:after {
    height: 2px;
    background: black;
    width: 50px;
    }

    .listpost-content-wrap .entry-title a:after {
    background: black;
    }

    ul.nav > li.current_page_item > a:before {
    height: 2px;
    background: black;
    }

    .entry-title:before {
    height: 3px;
    background: black;
    }

    Worked for me.

    Thread Starter Copiaurbietorbi

    (@copiaurbietorbi)

    Thank you for your help advent12!

    Where do you make the changes on the code?

    You must add a custom css plugin.
    Then go to appearances, custom css, paste code in there.

    Thread Starter Copiaurbietorbi

    (@copiaurbietorbi)

    Ok Advent12, I will try to follow your suggestion. thank you

    Hello,

    Please have a look at this document for opening links in new tab:

    https://docs.themeisle.com/article/90-how-to-open-links-in-new-tab

    This video might come in handy if you are trying to open just a specific link in a new tab: https://www.youtube.com/watch?v=rjWUzxMjCAU

    Best regards,
    Uriahs

    Thread Starter Copiaurbietorbi

    (@copiaurbietorbi)

    Hello Thelonedeveloper (nice one by the way)

    I appreciate the feedback. I saw this information in other forum and never got response as to what to replace in ” #footer .social li a ” with the link of what I want to open in a new tab.

    For example, if I want the twitter to be opened in another tab, but the twitter button already is related to the link “https://twitter.com/nameofthecompany”, then how should I code it?

    as

    <script type=”text/javascript”>// <![CDATA[
    jQuery(document).ready(function($){
    $(‘https://twitter.com/nameofthecompany&#8217;).each(function(){
    if( $(this).attr(‘href’) && 0 != $(this).attr(‘href’).indexOf(‘#’) ) {
    $(this).attr(‘target’, ‘_blank’);
    }
    });
    });
    // ]]></script>

    or

    <script type=”text/javascript”>// <![CDATA[
    jQuery(document).ready(function($){
    $(‘#twitter’).each(function(){
    if( $(this).attr(‘href’) && 0 != $(this).attr(‘href’).indexOf(‘#’) ) {
    $(this).attr(‘target’, ‘_blank’);
    }
    });
    });
    // ]]></script>

    I am new onto this programming. I am learning with trial and error ??

    thank you all for your help and patience.

    Hey,

    The second function does seems to be better and more appropriate.
    Are you use you are targeting the twitter widget properly?

    Please do let me know

    Thread Starter Copiaurbietorbi

    (@copiaurbietorbi)

    Hello,

    I am learning how to code while I am developing the website. I have no experience whatsoever. This is completely empirical ??

    If I setup the twitter button like ‘https://twitter.com/nameofthecompany&#8217; in the general section, then it directs the information to where it suppose to be but in the same window.

    But in this case, not sure if I have to include the whole address or just ‘#twitter’

    Hi there,

    You need to target the class/id of the twitter link. Thats why I shared the Video to help you find it.

    Example: #footer .social li a will open all links in the footer social profile area. So you need to replace that with the appropriate id,class combination.

    If you could point us to your website and show a screenshot of which link you’d like to open in a new tab then maybe we could help you better.

    Best regards,
    Uriahs

Viewing 15 replies - 1 through 15 (of 20 total)
  • The topic ‘Color Lines’ is closed to new replies.