Forum Replies Created
-
AuthorPosts
-
Brilliant ! Thank you it worked!
More research turned out others resolved by reseting permalink structure, which I did and now seems to work fine. Can close.
March 28, 2018 at 7:56 pm in reply to: Instagram has returned invalid data – solution results in fatal error #934470Hi Jordan! Thanks for the super fast reply. I was running the latest version of Enfold but WordPress was out of date. I’ve updated and it’s working just fine! Thank you again! (I love you folks here!!)
This reply has been marked as private.Hi Yigit,
Thanks for the response. We’d like to not display them anywhere.
Best regards
Hi Jordan,
Thanks for quick response. That removes the image that I want to keep, on just the archive page, and uses CSS.
For the time being, I’ve added this CSS:
.archive .small-preview{
display:none!important;
}However, I’d like to remove it in the code rather than using CSS. Any ideas on how to do that?
Thanks so much.
Any ideas?
Correct. We’ve found that we prefer embedding images into the posts directly (as well as not using the advanced layout building for blog posts), which gives us better control over the image. The only time we intend featured images to be used is by Facebook when we post links there.
Ok… had to make some additional changes to the code. Here is what I’m using that finally worked (when all the curly brackets were in place!):
.avia_transform #top .av_font_icon { opacity: 1 !important; -moz-transform:scale(1) !important; -webkit-transform:scale(1) !important; -o-transform:scale(1) !important; transform: scale(1) !important; } .avia_transform #top .av_font_icon { -webkit-animation: none !important; -moz-animation: none !important; -o-animation: none !important; animation: none !important; }
Boom. Found it! It was – I feel silly – a missing } way up in the style sheet.
You have added the code via the General Styling, but I don’t want to use Quick CSS. I already had/still have the code in /theme-editor.php#template. I’ve deleted the code you added to Quick CSS and the same code in style.css does not seem to be working. The version shouldn’t be causing that issue.
Any other ideas anyone?
Thanks Nikko!
Sure. Thanks!
Hi Nikko,
I tried that and it is still not working :(
Any other ideas?Hi Nikko,
That did not work, unfortunately. Any other ideas?
Thank you!February 24, 2017 at 9:26 pm in reply to: How to add a gradient to header and socket (re: remove transparency settings) #751601Actually, turns out I just needed to change the header setting for given page to Transparent! Haven’t figured out the socket yet tho..
January 3, 2017 at 6:09 pm in reply to: How to make font icon captions link (to same URL as font icons) #729092Beautiful! Thank you so much!
It worked beautifully. You guys are terrific!! Thank you!
Interesting. Ok, thanks Basilis! I’ll try one out!
Thanks, Yigit! This worked beautifully!
Ah! Found it! The -webkit goes in front of the property not the selector, so now I have the following which works! You can close this. Thanks!
/*adjusts map icons in safari
*/.avia_transform .avia_start_delayed_animation.av_font_icon {
-webkit-animation: none;
}.av_font_icon.av-icon-style-border a.av-icon-char:hover:after {
-webkit-animation: none;
}- This reply was modified 7 years, 11 months ago by newpappa.
Hm I tried that but it failed.
Here’s the code I’m using:
-webkit .avia_transform .avia_start_delayed_animation.av_font_icon {
animation: none;
}-webkit .av_font_icon.av-icon-style-border a.av-icon-char:hover:after {
animation: none;
}I also tried it without the space between -webkit and .av…..
I read the linked article but still not seeing how to do it :(
December 17, 2016 at 6:32 am in reply to: How can I use media queries in Button Content Element to change target URL ? #725621I followed “How do I solve the Headers already sent warning problem?” on https://codex.wordpress.org/FAQ_Troubleshooting and it seems to be working (for now!!).
December 15, 2016 at 11:09 pm in reply to: How can I use media queries in Button Content Element to change target URL ? #725066I am putting the #popmake-120 URLs back in place because we need to do some visual design work and this doesn’t seem to be the root of the problem.
Any other ideas? Trying to launch in Jan… :(
December 14, 2016 at 6:09 pm in reply to: How can I use media queries in Button Content Element to change target URL ? #724418I have changed the links on both posts that contained the #popmake-120 URL to http://www.google.com. I’m still getting the error on posts as well as pages, although a slightly different one on pages. The error began after you enabled custom CSS fields but I don’t see how that would be causing the error.
Ok thanks.
December 14, 2016 at 6:06 pm in reply to: How can I use media queries in Button Content Element to change target URL ? #724412Ok thanks.
December 10, 2016 at 5:01 am in reply to: How can I use media queries in Button Content Element to change target URL ? #722647Ok. It’s back to throwing an error every time I click save on the post. Any other ideas? Anything else that you changed that I could try changing back?
December 9, 2016 at 9:27 pm in reply to: How can I use media queries in Button Content Element to change target URL ? #722615I found what you may have been talking about and ti seems to have eliminated the error! Thanks Yigit!
December 9, 2016 at 9:20 pm in reply to: How can I use media queries in Button Content Element to change target URL ? #722611I’m not sure what you mean by editing the href, changing it to what? It also happens on arbitrary Pages as well.
-
AuthorPosts