Forum Replies Created
-
AuthorPosts
-
July 2, 2014 at 3:26 am in reply to: Social Icons on Header show up on Firefox (Mavericks), do not show up on Chrome #286003
Hey!
Try adding this code to the Quick CSS:
div.avia-image-container-inner { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0) }Cheers!
JosueHey Mark!
Those are warnings, you can disable them with a code like this in wp-config.php or theme functions.php:
error_reporting(E_ERROR | E_PARSE);Cheers!
JosueHey!
Try using this setting in the Icon box element popup:

Cheers!
JosueHey Angie!
I don’t know why is the text resized like that, have you tried contacting the Revolution Slider support? to be honest this kind of issues are outside of the support scope we can offer.
Regards,
JosueHello Arran,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueHi Mattias!
Try setting the link like this:

Best regards,
JosueHi!
I think these errors are coming from the CiviCRM integration you have on your site, have you tried disabling that for a moment to see if it gets fixed?
Regards,
JosueHi Ivan!
Can you post a link to your website?
Cheers!
JosueHi!
I’m not sure what exactly is causing this issue but a workaround would be to trash that page (clear permalink) and use one of the copies as the new homepage.
Regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHi Jorge!
The background color is taking effect: http://screencast.com/t/r43x69S9kxgW
I guess what you want is to make the background color to override the background image, try adding this code to the Quick CSS:
#av_section_1 { background: black !important; }Regards,
JosueJuly 2, 2014 at 2:08 am in reply to: Using ALB – Edits are in white text when editing in Visual mode #285979Hi Pelyon!
Change that code to:
#top #wrap_all .av-social-link-facebook:hover a{ color: #8aa2ad !important; }Best regards,
JosueHi Jerry,
Can you post the link to the website please?
Regards,
JosueHi Michael!
Have you tried using LayerSlider? dynamic data from Posts can be used as layer content:
http://screencast.com/t/IilIOQxquWCheers!
JosueHi Andrea!
There is a server configuration that is redirecting any nonexistent page to this screen:
http://screencast.com/t/tXMyruAcCheers!
JosueHi!
The portfolio issue is happening because of this code you have in Quick CSS:
.grid-sort-container > div { margin: 5px; }Opacity can now be changed in js/avia.js, line 539.
Regards,
JosueHi Pelyon!
Try with this code:
.social_bookmarks a { font-size: 36px !important; width: 36px !important; line-height: 36px !important; } #top .social_bookmarks li { width: 36px !important; } #top .social_bookmarks { height: 36px !important; }Adjust “36px” as needed.
Best regards,
JosueTry adjusting this value in the code until you get the desired result:
@media only screen and (max-width: 1139px) {That means that the mobile menu will appear when the window size is 1139px width.
Cheers!
JosueHi Julian!
Try changing this part:
@media only screen and (max-width: 989px) {To:
@media only screen and (max-width: 1139px) {Best regards,
JosueHi!
It would be better to use a specialized form plugin for that, like Gravity Forms or Contact Form 7, both are compatible with Enfold.
Regards,
JosueHey Andrea!
The ones without comment count seems to be posts without comments, try adding this to the Quick CSS:
.comment-container a:empty:after{ content: "0 Commenti"; }Regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueAdd this too:
.logo img { -webkit-transform: translate3d(0, 0, 0); }Regards,
JosueHey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 767px){ .responsive #top .main_color .tabcontainer .active_tab { background-color: #c2c2c2; } }Cheers!
JosueHi Andres!
I suggest checking this issue with your hosting support as this seems to be more of a server issue rather than a theme one.
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
#header_main .container, .main_menu ul:first-child > li a { height: 156px; }Cheers!
JosueHey Dan!
I could reproduce it on my end, i’ll report this.
Thanks,
JosueHi Elad,
Try adding this to the css/custom.css too:
body { font-size: 50px }Cheers!
Josue -
AuthorPosts
