Forum Replies Created
-
AuthorPosts
-
Thank you, that fixed it.
Previously I had tried the jQuery Migrate plugin, but I think I had not set the jQuery version back to 1.12.4…..and that’s what was needed to solve this.
Thanks again!
-OwenThanks, I found a problem in my functions.php had something that apparently isn’t needed anymore. I removed it and it is now working.
1 final issue to resolve, but I will post that in another thread.Thanks, I found a problem in my functions.php had something that apparently isn’t needed anymore. I removed it and it is now working.
1 final issue to resolve, but I will post that in another thread.Strange that when I upgraded Enfold, these problems all happened….then, somehow I am not on the current version.
Anyway, I have upgraded to 4.8.1 and I am experiencing all of the same problems with my site.Your login in my previous private post is still valid.
Please let me know what you see and how I can get this corrected.
Our website has has major portions missing for over a week now.Thanks!
Strange that when I upgraded Enfold, these problems all happened….then, somehow I am not on the current version.
Anyway, I have upgraded to 4.8.1 and I am experiencing all of the same problems with my site.Your login in my previous private post is still valid.
Please let me know what you see and how I can get this corrected.
Our website has has major portions missing for over a week now.Thanks!
Information provided in the private section below:
Info provided in the Private section below
I also forgot to mention that in the past, I had purchased LayerSlider and had it installed.
With these problems, I have removed my purchased version of LayerSlider and I am using the default version (6.11.2) that is included with Enfold 4.7.6.4I DID try installing LayerSlider 6.11.5 (Current version) and it did not help the problem, so I removed it.
I had to disable the Legacy 1.12.4 option…..with that turned on, I couldn’t edit any pages….With the Legacy 1.12.4 enabled, the Edit Page would just spin and spin, never loading.
So, Enable jQuery Migrate Helper is still enabled, but the Legacy 1.12.4 is NOT
Also, I have installed the Enable jQuery Migrate Helper plugin and set the version to legacy 1.12.4…..It has not helped the problem.
I still have the plugin enabled.August 10, 2017 at 11:09 pm in reply to: Transparent Menu Item Color – Before and After Scrolling (Sticky Header) #837183Ah, !important, I should have known to try that :)
It all worked perfectly, thank you.
August 10, 2017 at 12:20 am in reply to: Transparent Menu Item Color – Before and After Scrolling (Sticky Header) #836698I will be doing more with the CSS that just what I have asked here…but if I get the answer to this I should be able to do the modifications I want to do.
Here is the info you requested:
- This reply was modified 7 years, 3 months ago by Owen.
March 1, 2016 at 8:07 pm in reply to: Force content to fill screen to prevent footer from being too tall #591757Thanks!
Correct me if I am wrong, but this appears to add a background color, but the original question was if he could add an image as a background….that is exactly what I was trying to do.
The correct code is:
.iconbox.iconbox-bg .iconbox_content { background-image: url("/wp-content/uploads/2016/02/OrangeBackground.jpg") !important; }
Thanks,
-OwenThanks, that worked….something I found that was surprising is that the RGBA is very picky on it’s format:
This works:
background: rgba(200, 54, 54, 0.5);
This does NOT work:
background: rgba (200, 54, 54, 0.5);
A space between “rgba” and “(” is INVALID…the only place I have found to be that picky on a space.
Thanks again!
There is opacity on the default tooltip background…is there any way to change the opacity with the new background color?
To keep it specific to the Icon ToolTips (Sonar Circles), I changed your code to:
.avia-tooltip.avia-icon-tooltip.avia-tt { background-color: #9bcb52; color: #000000; } .avia-tooltip.avia-icon-tooltip.avia-tt .avia-arrow { background-color: #9bcb52; }
But I can’t figure out how to add the opacity to the background.
Thanks
- This reply was modified 8 years, 9 months ago by Owen.
BINGO! That worked!
For people searching this in future, I corrected a mistake above….what worked is:
.custom-text:hover {
color: red !important;
}(The “t” was missing from “important”)
Thanks for the help!
-OwenI am leaving the “Pricing for Small businesses” un-touched so you can look at what may be causing it.
I am modifying “Pricing for Med/Large Businesses”….Trying to find what may be causing it.
I changed “Pricing for Med/Large businesses” from H3 to Paragraph and neither of the above solutions work for that either. Could it have anything to do with me using H3?Any change I do I wan to apply ONLY to THIS LayerSlider…I don’t want any other sliders to have this hover font color.
Thanks for your help!
-OwenNope, still doesn’t work.
I added the code to the Custom CSS field in the LayerSlider Styles tab and it didn’t work.
The sliders are both “run once”, they run once, and don’t repeat…..therefore, if you don’t see them initial run, they look like static images.
I have linked to a YouTube video explaining the issue below.
Thanks- This reply was modified 9 years, 2 months ago by Owen.
I just moved the page, you can now find it at the URL below in the private content section.
- This reply was modified 9 years, 2 months ago by Owen.
I provided the URL again in the private section below.
There is a Property Management Slider at the top of the page, and another one with a blue computer screen that says “Your Software”…..The border is above the “Your Software” slider….it’s a light grey shadow just above the computer screen (the computer screen actually splits the border).Thanks,
-OwenAugust 20, 2015 at 4:55 am in reply to: Pricing Table Background Colors – Additional Elements #490526I probably should add that since I have have multiple “default-row”s , it would be good to be able to change the attributes of each of the rows individually.
Thanks again!
-OwenThat mostly worked…it didn’t bring it down to 0 and negative numbers didn’t work, but it worked good enough for what I needed, thanks!
I moved everything to style.css and it all still works. I think I like it better in there as it’s easier for me to edit rather than in the web interface.
Thanks
-OwenWorked like a charm, thank you!
I uploaded a video explaining what I am trying to do:
Since I couldn’t get it to work, I have removed all Quick CSS code from the server for clarity.
Thanks
-OwenJuly 24, 2015 at 6:33 am in reply to: Reducing padding on the bottom of a color section to add custom menu #478051I had been fighting this all day and accidentally stumbled across my own answer.
My incorrect assumption was that a SpecialHeading would possibly add padding because of the HTML <Hx> element was wrong.
I created a new ColorSection, set NoMinimumHeight, NoPadding, etc. Added a SpecialHeading element with PaddingBottom:0 and all the background color is only a hair taller than the text itself.
Problem solved and no special CSS required….althouh I still have “min-height:0px;” in the shortcodes.css file.
-Owen
July 24, 2015 at 5:50 am in reply to: Reducing padding on the bottom of a color section to add custom menu #478048I am running in to the same issue. I have read other threads on this issue and have tried everything presented to resolve it.
I am fairly new to WorPress and Enfold, but am making great headway.
My site (http://www.ojoexperts.com/) has a quote just below the slider “Quality Office Resources at Exceptional Prices”
I want that to have very little padding above and below the quotes (I want the blue bar to be very thin, just slightly larger than the text).I am using a ColorSection and a TextBlock (I avoided a SpecialHeading since an H may add padding above or below).
I have tried several suggestions in the Quick CSS section and none have worked.I currently have given the ColorSection the unique ID of “MainTagline” and added the following to the QuickCSS:
#MainTagline { min-height: 5px !important; height: 5px !important; }
I also had terrible problems getting the ColorSection to go below 100px (seems other threads have had this problem), I finally edited the shortcodes.css and change the line to “min-height:0px;” (it was 100px).
I know this isn’t the recommended way, but nothing I did in the Quick CSS seemed to work.Any suggestions on these issues?
Thanks,
-Owen -
AuthorPosts