Forum Replies Created
-
AuthorPosts
-
That is very true! Come across that issue many times.
I found my issue, it may help you, I had not closed a piece of css – this one to be precise, it was missing a }.
@media only screen and (max-width: 990px) {
footer a {
font-size: 18px;
}}I’ve found that if I remove all custom css it clears and works. Here is my custom .css – do you have custom css set up? Perhaps paste yours and we can see if we have anything similar that might be the cause.
#top .social_bookmarks li a {
color: white;
}.avia-slideshow-arrows {display: none !important;}
@media only screen and (max-width:767px) {
.html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul a {
color: black;
}#top .header_color .av-hamburger-inner,
#top .header_color .av-hamburger-inner::before,
#top .header_color .av-hamburger-inner::after {
background-color: black !important;
}
}#top #wrap_all .av-social-link-SnapChat:hover a{
color:#fff;
background-color:#9fae37;
}#header_meta { background-color: #fdb5d3; box-shadow: none; }
#header_main { border-top: none !important;
border-bottom: none !important;}@media only screen and (max-width: 990px) {
#top #menu-item-search {
display: none !important; }}@media only screen and (max-width: 768px) {
#header_meta { display: none !important; }}/*——————————–*/
/* Header widget */
/*——————————–*/
/* Widget text and background */
#top #header #header_main .widget {
line-height: 14px;
color:#ffffff;}
/* Widget title */
#top #header #header_main .widget h3.widgettitle {
color: #fffff;
}/* Widget link */
#top #header.header_color #header_main .widget a {
color: #ffffff;
clear: none;
position: absolute;
z-index: 100;
line-height: 30px;
height: 100%;
margin-top: 19px;
right: 21px;
}@media only screen and (max-width: 990px) {
#top #header.header_color #header_main .widget a {
display: none;
margin-top: 0px !important;}}#socket .sub_menu_socket {
float: none !important;
}
#socket .sub_menu_socket ul {
text-align: center;
margin-bottom: 6px;
}
#socket .sub_menu_socket li {
float: none !important;
display: inline;
}@media only screen and (max-width: 990px) {
footer a {
font-size: 18px;
}#socket .container {
display: flex;
flex-direction: column-reverse;
}#socket .copyright {
text-align: center;
}#socket .social_bookmarks {
margin: -10px 0 0 100px;
}
#socket .av-social-link-facebook a {
color: #fff !important;
background-color: #37589b !important;
}
#socket .av-social-link-twitter a {
color: #fff !important;
background-color: #46d4fe !important;
}
#socket .av-social-link-youtube a {
color: #fff !important;
background-color: #a72b1d !important;
}
#socket .av-social-link-gplus a {
color: #fff !important;
background-color: #de5a49 !important;
}
#socket .av-social-link-instagram a {
color: #fff !important;
background-color: #a67658 !important;
}
#socket .av-social-link-mail a {
color: #fff !important;
background-color: #e6cede !important;
}
#socket .av-social-link-SnapChat_Icon a {
color: #fff !important;
background-color: #fffc00 !important;
}Same, in fact, this has only just happened, the advanced styling was working, I even tried a few !important and added it to the custom css but no change.
- This reply was modified 5 years, 9 months ago by BSHosts.
Found this article, which was super helpful and I’ve sorted it, so for anyone else that struggles read this:
Thank Victoria, I’ve done the following but this hasn’t changed anything (where 0xf2ab is the icon code):
// Register new icon as a theme icon
function avia_add_custom_icon($icons) {
$icons[‘SnapChat_Icon’] = array( ‘font’ =>’fontello’, ‘icon’ => ‘0xf2ab’);
return $icons;- This reply was modified 5 years, 10 months ago by BSHosts.
Yes I believe I did. Under import – but I note it shows a pencil.
It shows under import/export – under icon font manager – Font: fontello (which is what I imported)- This reply was modified 5 years, 10 months ago by BSHosts.
Sure thing.
Go ahead and close thank you :-)
Great – yep I’ve coded something using portfolio.
Same issue, I’ve run the above code, no joy.
July 17, 2018 at 4:18 am in reply to: When editing existing page, avia layout builder doesn't load. #986218Yep, figured it out, I’ve seen a few other posts out there about this, so here’s the resolve its triggered by ModSecurity :-)
Excellent thanks.
This reply has been marked as private.This reply has been marked as private.I guess in an ideal world the menu would work the same when using the “content elements” – “widget area” to add it as it does when it is in the sidebar.
That didn’t make any difference, but this did:
ul.disc, .entry-content-wrapper ul { list-style: none outside none; }
(However this removes all bullets on the whole page – which wasn’t the plan)
- This reply was modified 10 years, 7 months ago by BSHosts.
December 30, 2013 at 8:01 pm in reply to: Submenu size (200%) bigger than in demo and how intended. Help needed. #203842“Mega Thanks”.
December 30, 2013 at 7:51 pm in reply to: Submenu size (200%) bigger than in demo and how intended. Help needed. #203837This reply has been marked as private. -
AuthorPosts