Forum Replies Created
-
AuthorPosts
-
Thank you! That worked but only after placing !important into it. Must be something upstream that conflicted.
VERY sorry – site in development, so the elements in question are on a password-protected page. See private content…
Parenthetically – I’d like to know how to style everything about the post slider that is possible to style! I am not CSS-shy ;-)- This reply was modified 6 years, 2 months ago by lightsites.
I have not fully decided – but let’s start with
- making the background of the icon transparent and
- using, uploading, or picking a different (custom) icon for each post
I have not fully decided – but let’s start withmaking the background of the icon/thumbnail transparent
Thanks!- This reply was modified 6 years, 2 months ago by lightsites.
August 20, 2018 at 11:12 am in reply to: Theme Settings Won't Save: "Saving didn't work! Please reload the page and…" #999297Note:
In my case, the client eventually pointed the domain and everything now works perfectly, Theme Settings and all.
That said, it would be helpful to figure out what caused the initial issue (especially since it happened only in Theme Settings.- This reply was modified 6 years, 3 months ago by lightsites.
August 2, 2018 at 1:03 pm in reply to: Theme Settings Won't Save: "Saving didn't work! Please reload the page and…" #992860To the best of my knowledge, while my client’s IT folks are planning to point www traffic to the server, they have not done it yet. I am using the Chrome plugin VHOST to view/work in the site. Info to duplicate my setup in private section below…
As was the case yesterday, everything works fine except saving in the Enfold theme settings area, where the saving error happens.- This reply was modified 6 years, 3 months ago by lightsites.
Sorry for delayed response:
mine is a live site with clients updating all the time, so I can’t activate Yoast to exhibit the behavior, nor can I allow any other access…
Hoping a general solution emerges!Thanks
BTW – This phenomenon also occurs with the plugin “SEO Ultimate Version 7.6.5.8 | By SEO Design Solutions”
Maybe that’ll shed some light?Guys – none of this works! Manual update to latest Enfold, Activating Yoast causes Advanced Layout to fail. We really need a fix please!
December 23, 2015 at 2:23 am in reply to: Matching WYSIWYG Editor Style with Customized Enfold Style #556833Thank you – I figured it out:
Added add_editor_style() to child theme’s functions.php
Created editor-style.css, placed it (via FTP) in child theme’s directory, and styled the editor. Now, the WYSIWYG editor displays, for instance, my Headers as the right color and size, body text is the actual site font, and is the right size, etc., etc., etc.- This reply was modified 8 years, 11 months ago by lightsites.
December 9, 2015 at 3:24 am in reply to: Blog Posts [avia content element] forcing thumbnail centered above title/excerpt #549397Figured it out – had inserted display:none; to remove ‘pencil-in-a-box’ placeholder for posts without featured images.
Thanks Basilis – can you please tell me the file name(s) where these customizations live?
Thank you! I don’t mean to sound like a dope, but just to be crystal clear on how things work:
If I create the child theme, and there are issues, does simply switching back to the parent spring everything back to exactly the way things were?AND while I’m at it: the configurations made in the Enfold Theme Options (quick CSS) – where do they reside? Is there a file on the server where they can be looked at/edited?
Thanks in advance!
- This reply was modified 9 years, 4 months ago by lightsites.
July 9, 2015 at 11:58 pm in reply to: URGENT – after directory redirect, theme not displaying! #471202Sorry – solution was a lingering .htaccess file in the wordpress directory. Remove thread – not relevant here – apologies.
Found it:
Styles the headline:
.news-headline {
color:red !important;
font-size:20px;
font-family:EB Garamond;
}Styles the text of the excerpt:
.news-excerpt {
font-size:13px;
}Found it!
The styling for the Accordion Slider is in ‘shortcodes.css’ in the Enfold ‘css’ folder.
Specifically, the opacity of the gray area that houses Title and Description is in this line in the section entitled AVIACCORDION (towards the end/bottom of the file):#top .aviaccordion-preview-title-wrap{ position: relative; display: table; height:100%; width:100%; background:#000; background: rgba(0,0,0,0.5); padding:0; filter:alpha(opacity=60);}
I lightened the area by changing the last rgba value from 0.5 to 0.3 – NOT altering the opacity value at the end.
Other things like text alignment can also be customized there.
- This reply was modified 9 years, 10 months ago by lightsites.
Love it! The simplest solution is always the best one! Thank you very much!
Mac
GENIUS! I thought I’d tried everything, but I was always looking for a ‘border’ attribute! Thank you SO much!!!
-
AuthorPosts