Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #479401

    Hi there!
    First, I want to thank everyone on the Enfold dev and support team…this is one beautiful and very smooth theme! This is my first time it and am very impressed. I’ve tried searching for some of the answers to these questions/needs, but wasn’t able to pinpoint the answers as concretely as I hoped (I’m totally blaming myself here…I’m probably using the wrong queries). ANYWAYS, here’s the site I’m working on: Cardinal Circuit

    1. 1. How can I make the color of my link white only when the top bar is transparent like in the homepage (but not on the other pages)?
    2. 2. What’s better, using inline CSS to make the subheading on the homepage text white, or custom CSS (if the latter, what do I input)?
    3. 3. How do I make the transparent “Contact” button on the homepage solid red, have larger text, and appear without the underline?
    4. 4. The way my client organizes his machines is very interesting to say the least. Currently, he has feeds/pages organized by tags. How do I customize the title for each section and make it so the page have a more organized structure similar to the feed structure they have now (with the option to add a sidebar which the /dev/ page doesn’t have.)?
    5. 5. How can I change the menu font and size in the header?
    6. 6. When I checked on how the site looks on mobile, I noticed the background image I chose for the “Your Partner from Start to Finish” section was used for the entire site. How can I fix this: See screenshot?

    I’m very excited about using Enfold for the first time and am very thankful for your help and support!

    • This topic was modified 9 years, 3 months ago by thelistener. Reason: grammar
    #479760

    Hey

    Thank you for your kind words and for choosing Enfold :)

    1- Please go to Enfold theme options > Header > Transparency options and change menu colors to white. Seems like you figured this one out. If you would like to change the color of phone number, please add following code to Quick CSS in Enfold theme options under General Styling tab

    .av_header_transparency .phone-info a {
        color: white!important;
    }

    2- Using custom CSS is better. You can add following code to Quick CSS field

    .av-subheading.av_custom_color {
        opacity: 1;
    }

    3-

    .home .av-subheading a {
        text-decoration: none!important;
        font-size: 20px;
    }

    4- You can add your machines as portfolio items so you can categorize them and sort them if needed.
    5- Please go to Enfold theme options > Advanced Styling and edit “Main menu links”
    6- Which device are you using? I checked your website on my iphone and it does show up fine on my end – http://i.imgur.com/krkwWtT.png

    Best regards,
    Yigit

    #482868

    Yigit,
    Wow. Thank YOU for your help and guidance. My apologies for taking a while to respond, I had to finish up a couple other projects.

    I made nearly all of the changes you suggested. However, my client is pretty insistent on keeping their current product organization structure (Question #4 about tagging). What code do I need to change to customize the tag archives page?

    Regarding my phone (question #6), I’m using the mobile firefox browser where I just noticed that now that I changed the phone number text white on the transparency layer (Question #1), it’s also white when viewed on a phone, too. How can I change it so that the phone number stays white on desktop and a solid color when viewed on a phone?

    As always your help is very much appreciated!

    #483403

    Hey!

    use this code for mobile devices:

    @media only screen and (max-device-width: 736px) {
    .av_header_transparency .phone-info a {
    color: black !important;
    }}
    

    Best regards,
    Andy

    #484690

    Andy, THANKS!
    Now I need to figure out why the mobile Firefox browser keeps showing the background of that lower content area…

    • This reply was modified 9 years, 3 months ago by thelistener.
    #485172

    Hi!

    which background and which content area are you talking about? does it only happen on mobile firefox for you? other mobile browsers are working fine? Can you highlight what’s going on so we get a clear idea about it?

    Best regards,
    Andy

    #485483

    Hi Andy and thanks again.
    Basically, the circuit board background image I chose for the “Your Partner from Start to Finish” is showing across the entire homepage in the mobile Firefox browser (for Android) See screenshot

    It’s working in Chrome. It should look like it does on Yigit’s iphone: http://i.imgur.com/krkwWtT.png

    #485936

    Hey!

    can you send us a specific URL where we can see the issue? couldn’t find it on your website.

    Best regards,
    Andy

    #485938

    Hi Andy,

    Check out: http://cardinalcircuit.com/dev/

    THANKS!

    #488039

    Hi!

    We’re aware of the issue, unfortunately we are currently not supporting Firefox for mobile.

    Best regards,
    Josue

    #488417

    “We are not currently supporting Firefox for mobile.”

    What do I tell clients if their users are browsing in Firefox?

    Seems to me there is an issue with background images.

    • This reply was modified 9 years, 3 months ago by wintner.
    #488430

    Hey!

    You don’t really have to worry about it, the % usage of FF mobile is very low, in any case there are some workarounds to these background image issues:
    https://kriesi.at/support/topic/firefox-on-android-nastyness/#post-379701

    Best regards,
    Josue

    #489807

    Josue,
    Thanks for the feedback. Hopefully, Mobile Firefox is supported soon. It’s been installed over 1.8mm times from the Google Play store, so it is growing in usage.

    #489811

    Sure, i’ll let Kriesi know.

    #489818

    As always, THANKS! It’s because of the stellar support that I get here from moderators/staff like you that I purchased another Enfold license!

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Just Got Started and Need Help on Multiple Fronts’ is closed to new replies.