Hi,
I followed these instructions https://kriesi.at/support/topic/how-do-i-add-a-facebook-icon-next-to-the-twitter-and-rss-feeds-icons/
I have got an small f, like I have in socket, and I would to have a facebook logo on the same size like twitter and feed.
where is the code that I used on class-framework-widgets.php
$output .= ““.apply_filters(‘avf_social_widget’,””, ‘facebook’).”<span>Like us</span>“;
When we have a child theme, this changes should be made on the theme directories?
I am sending the page on private content.
What do I missed
Hi,
Don’t forget to add rtl too:
.rtl .av-magazine-hero-left .av-magazine-top-bar {
margin-bottom: 0px;
float: right;
}
.rtl .av-magazine-hero-top .av-magazine-top-bar {
margin-bottom: 0px;
border: none;
float: right;
}
So it only applies to RTL sites.
Hi Basil,
Hope you’re ok, sorry I believe the site was with the maintenance mode on.
This is what I would like to do:
– resize the Breadcrumbs (or reduce the padding) and the hero banner in height. On mobile the Breadcrumbs goes on two lines and the vertical middle align switch to top. Is it possible to keep it middle?
– On the product page (link attached) I have a check box which I would like left aligned with only 10px padding from the text.
Many thanks
David
ok, it addresses the issue of off-topic. But it does not I always change both lightbox.
The only thing that works is the code below it.
But it does not bother me to use, I just wonder if this is a good way.
//DISABLE WOOCOMMERCE PRETTY PHOTO SCRIPTS
add_action( 'wp_print_scripts', 'my_deregister_javascript', 100 );
function my_deregister_javascript() {
wp_deregister_script( 'prettyPhoto' );
wp_deregister_script( 'prettyPhoto-init' );
}
//DISABLE WOOCOMMERCE PRETTY PHOTO STYLE
add_action( 'wp_print_styles', 'my_deregister_styles', 100 );
function my_deregister_styles() {
wp_deregister_style( 'woocommerce_prettyPhoto_css' );
}
Thanks Josue, it moves the large image to the right
I have added the following to move the title as well.
.av-magazine-hero-left .av-magazine-top-bar {
margin-bottom: 0px;
float: right;
}
.av-magazine-hero-top .av-magazine-top-bar {
margin-bottom: 0px;
border: none;
float: right;
}
Great support!
Tal
Hi,
Great, glad you found the cause of the problem. Please let us know if you should have any further problems on the topic.
Thanks,
Rikard
Hey Tobiy,
Please try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (max-width: 767px) {
ul.social_bookmarks {
position: absolute !important;
top: 45px !important;
}
}
Regards,
Rikard
Hi,
Sorry for the late reply and thanks for sharing that thread, so I gather that solved you problem? Please let us know if you have any further problems on the topic.
Best regards,
Rikard
Solved! You can close topic.. Thank you Yigit, Jas
Hi,
Please use the below CSS 100vh will make the sidebar the same height as the viewport but the page is longer than the viewport so you can position it absolutely and stretch it 100% height.
#top #main .sidebar {
background: gold;
min-height: 100%!important;
position: absolute;
right: 0;
padding-right: 30px;
width: 240px!important;
}
Should you have any issue with absolute positioned sidebar you can use a pseudo element to the sidebar “.sidebar:after” and absolute position it and add your background image to it.
Please check this link for more info on setting up your background image https://css-tricks.com/almanac/properties/b/background-image/ you can use repeat-y to verticaly repeat the image.
Best regards,
Vinnie
Hi there,
i have recently updated wordpress etc..
My menu seems to have changed.
I am using a child theme.
Will you please visit the site and see what I need to change to widen my submenu links out again.
They have become way too narrow.
Also here is what i have in quick css:
This is what was there before but is possible i have something wrong anyway.
.logo {
visibility: hidden !important;
}
#top #header .mega_menu_title a { font-size: 12px;}
#top #header .avia_mega_div > .sub-menu.avia_mega_hr {
padding-top: 5px; }
#top #header .avia_mega_div > .sub-menu {
padding: 5px 10px 10px; }
.main_menu ul:first-child > li > a{
padding: 0 6px !important;
}
.main_menu ul:first-child>li>a {
font-size: 12px;
}
.sub-menu{
padding-top: 1px !important;
padding-bottom: 1px !important;
}
.sub-menu li > a {
font-size: 14px !important;
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.avia_mega_div .avia-bullet{
margin-top: 1px;
}
#top #header .mega_menu_title a {
font-size: 12px !important;
line-height: .8em !important;
min-height: 15px;
}
#header .mega_menu_title {
font-weight: 500 !important;
}
End
Thank you
The debugging is perfect. Can someone reply to my other topic? Category headers? Please? Is there a line of code I can add somewhere to make those work?
Hi Yigit,
No, I have viewed it on an iPhone 6s Plus, iPhone 6, iPhone 5s and an Android HTC One. The problem is on all of these devices.
What phone are you viewing it on? Perhaps the cache on your phone needs to be cleared from last the last topic you helped me with?
Thanks,
Jas
-
This reply was modified 9 years, 10 months ago by
Jasmer.
Thanks, Andy, but that doesn’t seem to be doing anything. I drop that css in and out and reload the site at a width between those values and nothing seems to change. I’m still getting these super-narrow, cramped columns — especially the right sidebar — for example https://www.evernote.com/shard/s320/sh/35c28f19-b736-472a-aefe-ab808fef7f13/22768075105e938c867b9a191178bea7
Can you give me some css to switch to mobile view at 900px, like the option the Top Header layout provides?
Thanks again.
Hey Jordan, I appreciate the answer but now the watermark has disappeared. It is probably sitting behind the slide background now. Do you know how I can get those in the right order so that the watermark is on top of the background gradient but below the actual slide elements so that the links still work?
Boa tarde Debora,
Por favor, crie uma conta no nosso fórum.
Iniciar um novo tópico e incluir seu site e detalhes de login na seção privada. Também incluem detalhes de FTP. Vou entrar para o seu site e ter um olhar.
Obrigada,
Jordan Powell
Hey,
Try adding this code to the Quick CSS / child theme style.css:
.html_header_sidebar #header .av-main-nav > li > a .avia-menu-subtext {
position: absolute;
top: 10px;
}
.html_header_sidebar #header .av-main-nav > li > a {
padding-top: 30px;
}
Best regards,
Josue
Hi guys I recently updated my theme and it overwrote a change I made that made the header logo shrink less when scrolled.
I added some custom css to reduce the amount the header logo shrinks.
.header_scrolled, .logo, .logo a, .logo a img, #header_main .container {
min-height: 64px !important;
}
#top .header-scrolled .main_menu {
margin-top: 10px;
}
#top .header-scrolled .avia-menu-fx {
bottom: -10px!important;
}
.logo img {
padding-top: 5px;
padding-bottom:5px;
}
The problem is now the “avia-menu-fx nav menu current page blue bottom border” doesn’t stay pinned to the bottom of the header when it’s scrolling.
You can see the blue bottom border for the current page in the header nav menu moving instead of staying attached to the bottom of the header when you’re shrinking or enlarging the header by scrolling the page up or down. The issue is happening on all browsers, thanks for the help.
Hey rixi!
Please take a look here
https://kriesi.at/support/topic/enfold-disable-previous-and-next-post-arrows-on-posts/
how to do that.
Let us know if we can help you with anything else
Cheers!
Basilis
Hi folks!
Is there any CSS to disable responsive table styling? I have my tables looking yummy on desktop here -> http://www.cyanbeautystudios.com/treatments/
But I have no need to make them responsive on mobile, the tables are not wide enough to be an issue.
As i got no help and after scouring the forums for nearly 2 hours i found this thread:
CLICK HERE
Which includes the resolutions.
Wow, look like magic !!
Thanks for the blitz answer !
That’s so great !
Thre’s just a thing I don’t understand : it’s perfect from perfect with firefox, but in chrome, le logo area is situated too high, partly under the menu, and there’s a white space with the following images…
I’ve tried to tweak the “top:51px” instruction but then it’s under firefox that it won’t work…
Browser constraints ?
Tahnks for your help !
— Jérôme.
Ok first set the header background to white (in Theme Options) and add this code to Quick CSS:
.av-section-bottom-logo {
position: fixed;
top: 51px;
z-index: 100;
max-width: 90%;
background: url("//www.marchecouvert-albi.com/wp-content/uploads/2016/04/Marché-couvert-dAlbi-logo-fond.png") 50% 50% repeat-x scroll rgb(255, 255, 255);
width: 1200px;
}
@media only screen and (max-width: 989px) {
.av-section-bottom-logo {
max-width: 100%;
}
}
@media only screen and (max-width: 767px) {
.av-section-bottom-logo{
background: white !important;
top: 0
}
}
.html_top_nav_header.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 243px;
}
You can set the video to autoplay with the autoplay attribute:
<video autoplay>
<source src='http://www.w3schools.com/html/mov_bbb.mp4' type="video/mp4">
</video>
Try adding this code to the Quick CSS / child theme style.css:
#top .content .flex_column .widget_nav_menu li a {
padding: 5px 0;
}
Regards,
Josue
Hey,
You could create a new Menu and use the flags images as labels of the Menu Items (in HTML):
<img src='image_flag.png'>
Then you’d set this Menu to show in the top section of the header.
Best regards,
Josue
Hey!
Try adding this code to the Quick CSS:
#top .main_menu .menu li ul a{
background: gray !important;
color: white !important;
}
Cheers!
Josue
Hi Ismael,
thanks for your hints. I added the code to the Quick CSS field and to the header.php. But how to insert a menu in the top_header?
Best regards,
Anna