-
AuthorPosts
-
July 28, 2015 at 2:06 am #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. 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. 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. How do I make the transparent “Contact” button on the homepage solid red, have larger text, and appear without the underline?
- 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. How can I change the menu font and size in the header?
- 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
July 28, 2015 at 3:25 pm #479760Hey
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.pngBest regards,
YigitAugust 4, 2015 at 5:34 pm #482868Yigit,
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!
August 5, 2015 at 3:19 pm #483403Hey!
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,
AndyAugust 7, 2015 at 8:56 pm #484690Andy, 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.
August 10, 2015 at 11:24 am #485172Hi!
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,
AndyAugust 10, 2015 at 5:15 pm #485483Hi 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 screenshotIt’s working in Chrome. It should look like it does on Yigit’s iphone: http://i.imgur.com/krkwWtT.png
August 11, 2015 at 1:54 pm #485936Hey!
can you send us a specific URL where we can see the issue? couldn’t find it on your website.
Best regards,
AndyAugust 11, 2015 at 2:05 pm #485938August 14, 2015 at 10:29 pm #488039Hi!
We’re aware of the issue, unfortunately we are currently not supporting Firefox for mobile.
Best regards,
JosueAugust 16, 2015 at 6:58 pm #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.
August 16, 2015 at 8:13 pm #488430Hey!
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-379701Best regards,
JosueAugust 19, 2015 at 4:42 am #489807Josue,
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.August 19, 2015 at 5:07 am #489811Sure, i’ll let Kriesi know.
August 19, 2015 at 5:18 am #489818As always, THANKS! It’s because of the stellar support that I get here from moderators/staff like you that I purchased another Enfold license!
-
AuthorPosts
- The topic ‘Just Got Started and Need Help on Multiple Fronts’ is closed to new replies.