Forum Replies Created
-
AuthorPosts
-
It links to the original “Welcome” page which was deleted.
Sorry bout that.
I added this css to quick css styles and am not seeing anything.
Sorry, must have been my cache . Looks great! Thank you!
Any resolution on page width? Please advise. Thank you for your help.
I already tried that and it didn’t work. Also tried:
.main_color container_wrap_first container_wrap fullsize .container {
max-width: 1310px !important;
}It’s not the logo container -that width is fine – it’s all content below the header.
Here is a screen shot.
No, not a full-width menu. As it states above in our previous post: The overall width is set to 1310px but is displaying 910px (container under header). The issue started after I added the header bkgrd image and css rule to not display on mobile.
The width is set to 1310px but is displaying 910px. The issue started after I added the header bkgrd image and css rule to not display on mobile.
I forgot to mention that the changes I made are reducing the screen display width from: 1310px to 910px.
I am having a problem with a background header image and removing it for mobile. I added an image to header:
.header_color .header_bg {
background: #000000 url(//ustriminc.com/sshe/wp-content/uploads/2016/01/header-background.jpg) center center no-repeat scroll;
}
css
.header_color .header_bg {
background-color:initial;
}
.header_bg { margin-left:270px;
background-color:#000000; }
— mobile —
@media only screen and (max-width: 1000px) {.header_color .header_bg {
background: none;
}
}Thank you -it worked great!
You Rock! Thank you!
Sorry, here are the correct credentials.
I added Google font and it doesn’t display correctly. I followed instructions on this forum and added the following code to child theme>functions.php:
add_filter( ‘avf_google_heading_font’, ‘avia_add_heading_font’);
function avia_add_heading_font($fonts)
{
$fonts[‘Play’] = ‘Play :400,700’;
$fonts[‘Play’] = ‘Play :400,700’;
return $fonts;
}add_filter( ‘avf_google_content_font’, ‘avia_add_content_font’);
function avia_add_content_font($fonts)
{$fonts[‘Play’] = ‘Play :400,700’;
$fonts[‘Play’] = ‘Play :400,700’;
return $fonts;
}Works perfect. Thanks for the fast and great support!
I am still seeing it overlap the logo on small screen. What I want is to have the widget info shown on rh side, instead of the center, and have it either under the logo on mobil or removed on mobile. Thank you.
Ok, thank you for the quick response. I adjusted it to left: 85%; to move it over to rh side. It doesn’t render correctly on mobile. Is there a way to move it under logo for smaller screen size?
I was able to get the first issue fixed. I would like to add radius corners to images inside RH column (home page), and the text widgets (pages).
Thank you!
November 3, 2015 at 5:16 pm in reply to: The backup of this post in your browser is different from the version below. #529480Weeeell, that’s embarrasing. Yes, that worked fine and I honestly never saw that setting in the theme set-up. Thank you!
That fixed it. Thank you!
It’s the green upload artwork button on side widget here:
This didn’t work for me. It goes into my Outlook and opens an email but, the email address that gets populated has the “mailto:” in the send to field. Is there something new or different now that I can use?
Thank you for the quick reply, but it didn’t work. I added it to Quick CSS.
September 15, 2015 at 11:10 pm in reply to: Blog content length will not show full blog post #503757Yes. I re-created it without layout builder and it looks fine. Thank you!
God bless,
KellyDidn’t make a difference to our site either. We added to code to child theme functions.
Yes, I am using the latest version of Enfold and have disabled the plugins. It’s still the same. Did you look at the page?
-
AuthorPosts