Forum Replies Created
-
AuthorPosts
-
Thank you for pointing me in the right direction. The following code ultimately worked.
@media only screen and (max-width: 1024px) {
#header {
border-bottom: 1px solid #c0c0c0;
}}@media only screen and (max-width: 1024px) {
#header_main_alternate {
display: none;
}If you look at the video it will show you that only 3 of the vendor logos are displaying. There are at least 8 vendor logos total. This tells me that iPhone portrait is trying to display (stack) logos, rather than display them individually.
Hi. The issue still persists after clearing and killing all caching capabilities.
Maybe there is a way to say you only want to display X number of grids per row in order to give more real estate width wise?
Hello. That works fine for the #cloud-solutions section. Is there no way to make the Accordions have the same behavior as the Tabs? I’d like to avoid putting in all the manual CSS for each section, if possible.
Sorry, should have elaborated. The issue is only in iPHone portrait mode. Video shows the issue. Thanks!
Beautiful, thank you!
That worked for the content area. I was looking to target the title area. Thanks!
Works great, thank you so much!
Hello. I had to clear the cache on the Cloudflare side. Good to go, thank you!
Hello. Thank you for the CSS, but I need the color properties of the tabs to be different for each section/tab group. I need the colors to match the corresponding iconbox colors.
Here is the CSS I’m using and applying to ALL media queries. Again, looks great in desktop mode, but does not flow down to the media queries.
#top.page-id-102 #cloud-solutions .tabcontainer .tab_titles .tab.active_tab {
background-color:rgba(5,78,183,1)!important;
color:rgba(255,255,255,1);
}See this image for more information. Not sure why/how this is coming into place, especially since a Child Theme is being used.
Deactivating all plugins didn’t help. Uploading a fresh Enfold via FTP didn’t help.
Someone at Enfold at one point, did some work on the header logo. I can see the Green, Enfold logo showing on scroll. It wasn’t there until I opened this ticket.
Hello. Your CSS lead me in the right direction. Good to go, thanks!
Chrome. Desktop Mode.
Please see this very short video that shows the issue.Worked beautifully….thank you so much!!
Hello. Circling back to this. My image link doesn’t work, but simply put, here is what I’m trying to do.
-All contract form placeholder text color is White, including the Subject dropdown placeholder Note: All dropdown text should remain Black, for visibility
-All asterisks are WhiteThank you,
RyanHello? Someone dropped in an Enfold logo, which I assume was for testing. However, it was left behind and there was no communication as to what’s going on with it.
Thanks,
RyanWorked great, thank you!
Site info is listed in the Private Area. Yes?
- This reply was modified 8 years, 1 month ago by WP Turned UP.
Money!!! Thank you.
September 23, 2016 at 3:19 pm in reply to: Tabs – Custom Text Color – Not Showing on Front End #690813I know what you’re providing will work, but we keep having to throw CSS at things that should just work out of the box.
That is not an apples to apples test. I added an image to your test page…look at the results. Adding CSS to fix what is advertised as a feature of 3.8 (out of the box) is strange to me.
September 21, 2016 at 1:51 pm in reply to: Tabs – Custom Text Color – Not Showing on Front End #689795Hello. That solution won’t work, as there will be a different colors required, within the various Tabs.
September 20, 2016 at 3:08 pm in reply to: Tabs – Custom Text Color – Not Showing on Front End #689297September 20, 2016 at 3:06 pm in reply to: Tabs – Custom Text Color – Not Showing on Front End #689296Thank you, but the issue is with the text within the tab. On the back-end, “WHAT WE DO” is in Blue. On the front-end it’s showing not Blue.
Didn’t work, so I just created the page anew. All set. Thanks!
On the page link I sent…
There is a text box with the word “test”. You can see “test” on the front end and you can see “test” on the back end. However, if I click on the Text Box, I cannot see the text being entered.
Ryan
Hello. You can use the following code, placing it into a Text Box or Code Block.
img src=”http://www.website-with-image.com/images/filename.jpg” alt=”image description” width=”15″ height=”15″ /
Note: I took out the “<” and “>” so you could see the code/HTML. Just add each back to the beginning and end of the code/HTML. See below
<insert code/html shown above>
Good luck,
Ryan -
AuthorPosts