Hi Mike,
I’m not sure to be honest with you, but it’s likely cached content left in your browser which causes it to look like that after an update. Glad we could help though :-)
Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Hey team,
Based off the clients request I had to create some custom css to make the blog featured images appear to the left and the square size they are. However, on mobile device it doesn’t stack good. I know you guys aren’t css people but you probably know more than me. Here is the code I am using and the “attempted” code for mobile response. **The website link is in the private content area**
#top .fullsize .template-blog .blog-meta {
float: left !important;
width: 200px;
margin-right:30px !important;
}
@media only screen and (max-width: 900px) .responsive .template-blog .blog-meta, .responsive .post_author_timeline, .responsive #top #main .sidebar { #top .fullsize .template-blog .blog-meta {
float: none !important;
width: 200px;
margin-right:0px !important;
}}
Hi,
Please try adding !important rule as following
#top #header_main > .container .main_menu .av-main-nav > li > a {
line-height: 150px !important;
}
If that too does not work, please create a temporary admin login and post it here privately so we can look into it
Best regards,
Yigit
Hey guys, i have on issue in the easy slider only for mobile device.
Start with 3 videos using easy slider. Its all ok in desktop but on mobile the videos dont show (only image fallback) So i change to images instead videos in the easy slider. Now is like this: 3 images (all screen) with link to youtube videos for open in the same tab.
This videos open with lightbox in the desktop screen, but tablet and mobile, after click, the link open in youtube (BUT in the website, this video is open in lightbox too !!)
***
What we can do for open video only in lightbox in all screens ?
my site is https://energitex.com.br and the slider is in this section (DEPOIMENTO DE CLIENTES BLUESOL SOBRE SISTEMA FOTOVOLTAICO)
Hey DROR,
Add the following to quick css:
@media only screen and (max-width: 767px) {
.iconbox_top{
margin-top:50px!important;
}
}
Let me know if this works.
Best regards,
Jordan Shannon
Hi,
I have the same question as torahulparashar. This question is different from the one answered on this page because my question and torahulparashar’s are about a background video in a color section, not a slide with an embedded video.
Hope you can help. Access to my development site is given in de private content.
Lisanneg.
-
This reply was modified 8 years, 10 months ago by
Basilis. Reason: removed user access
Hi there,
This thread was marked as closed, but I have one more question about it.
How can I add the same title container to the Forum Topics page with some quick CSS?
Thanks!
Hi, as you can see here – https://screencast.com/t/uBz4TiKHeJCj – the logo image is very big on the mobile screen as opposed to the desktop. How can I make the image be smaller only on mobile?
Hi, as you can see here – https://screencast.com/t/pApTpEPvWSoE – the separator icon is not aligned to the centre on mobile as it is on the desktop.
How can I fix this?
OK thank you Nikko.
I have the code fom the 404-2 page:
[av_section min_height='' min_height_px='500px' padding='default' shadow='no-shadow' bottom_border='no-border-styling' bottom_border_diagonal_color='#333333' bottom_border_diagonal_direction='scroll' bottom_border_style='scroll' scroll_down='' id='' color='main_color' custom_bg='' src='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' video_mobile_disabled='' overlay_enable='' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='' av_element_hidden_in_editor='0']
[av_image src='http://www.lowcarbx.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg' align='center' styling='' hover='' link='' target='' caption='' font_size='' appearance='' overlay_opacity='0.4' overlay_color='#000000' overlay_text_color='#ffffff' animation='no-animation'][/av_image]
[av_textblock size='' font_color='' color='' custom_class='' admin_preview_bg='']
<p style="text-align: center;">ERROR 404</p>
[/av_textblock]
[/av_section]
the code of my 404.PHP is this at them moment:
<?php
if ( !defined('ABSPATH') ){ die(); }
global $avia_config;
/*
* get_header is a basic wordpress function, used to retrieve the header.php file in your theme directory.
*/
get_header();
echo avia_title(array('title' => __('Error 404 - page not found', 'avia_framework')));
do_action( 'ava_after_main_title' );
?>
<div class='container_wrap container_wrap_first main_color <?php avia_layout_class( 'main' ); ?>'>
<?php
do_action('avia_404_extra'); // allows user to hook into 404 page fr extra functionallity. eg: send mail that page is missing, output additional information
?>
<div class='container'>
<main class='template-page content <?php avia_layout_class( 'content' ); ?> units' <?php avia_markup_helper(array('context' => 'content'));?>>
<div class="entry entry-content-wrapper clearfix" id='search-fail'>
Image Here
</div>
<!--end content-->
</main>
</div><!--end container-->
</div><!-- close default .container_wrap element -->
<?php get_footer(); ?>
where should i place the avia code from the 404-2 page inside the 404.php ? Thanks for you help. and after placing the code, i can delete the 404-2 page? is this right? i only need the code not the page?
Thank you, Alex
Hi!
Please try adding following code to Quick CSS as well
.html_header_top.html_logo_center .main_menu ul:first-child {
width: 100%;
}
.av-main-nav > li {
width: 16%;
}
Regards,
Yigit
Hi Yigit!
Thank you so much for helping me with all my topics, I really appreciate this!
The codes you gave me work fine but can you help me to display the Post title on the top of the image? On hover format?
And is it possible to change the arrows colors? I would like to take off this gray square and make the small arrow bigger and purple. So it would match my layout with perfection!
Thank you so much one more time!
Hi there,
I would like to change the font in the fullscreen slider section, the caption text should be open sans.
I’ve found this topic in the forum but no shortcode, that has been posted for this issue is working when I try.
Using the Enfold child theme. What am I doing wrong?
Thanks,
Thorsten
Hey!
I am closing this one as this one seems to be updated version of this thread – https://kriesi.at/support/topic/blog-customizations-and-header-problems/.
We will reply on the other thread, let us continue there :)
Best regards,
Yigit
Hi!
You can edit your Grid Row element on Services page and choose to display cells on mobile just like they are on desktop :)
Best regards,
Yigit
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#top #header_main > .container .main_menu .av-main-nav > li > a {
line-height: 150px;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Best regards,
Yigit
Hey!
It seems like you figured out how to change background color using following code
#top .all_colors .image-overlay {
background-color: #f7c5da;
}
And to adjust the arrows, please add following code to Quick CSS
#blog .avia-content-slider {
overflow: visible;
}
.avia-content-slider .avia-slideshow-arrows a.next-slide {
right: -5%!important;
}
.avia-content-slider .avia-slideshow-arrows a.prev-slide {
left: -5%;
}
Regards,
Yigit
Hi,
Great, glad we could help. Please let us know if you should need any further help on the topic.
Best regards,
Rikard
Hi Two Trees
Thanks so much that. I followed your instructions and it all worked brilliantly except that the particles effect does not appear as background to the color action but as an element, i.e. other content in the section does not appear over the top but before it. Any advice on what I’m doing wrong would be much appreciated.
Peter
Hi,
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content * {
color: black;
}
#top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content {
margin: 40px;
width: 80%;
height: 80%;
background: rgba(255,255,255,0.5);
}
Best regards,
Yigit
-
This reply was modified 8 years, 10 months ago by
Yigit.
Yigit,
Excellent! Thank you. I had to add the below to drop it down enough.
top: 165px;
There is still a slight problem. The photo on the desktop site is perfect. The photo on the mobile site crops the right and left side of the photo and I cannot see the team members on either side.
Why does that happen?
Thanks,
Jas
Hi,
Can you please try using following code
@media only screen and (max-width: 767px) {
#team-color-section .av-parallax-inner.main_color.avia-full-stretch {
position: relative;
top: 60px;
}}
Best regards,
Yigit
Hey Yigit, You can close this topic.
Thank you so much for making the effort. I will do as you suggest.
Thank you,
Jas
Hi,
Can you please try using following code instead
@media only screen and (max-width: 768px) {
.responsive #top .flex_column_table {
margin-top: 0!important;
}}
Best regards,
Yigit
Hi Victoria,
This is a tough one. I removed the existing CSS I added and listed above. Then added what you suggested and added !important. Doesn’t change anything. Is this correct?
I cleared my cache from the web host. Let me know what it looks like on your mobile device.
I added this to Quick CSS. Is there a reason I need to add it to the child theme style.css? I see you mentioned that.
@media only screen and (max-width: 450px) {
#team-color-section .av-parallax-inner.main_color.avia-full-stretch {
background-position: top left !important;
}
} /*team photo position*/
One more thing about this, I already removed the date in the search box of the top menu, but clicking on “Show all the results” opens a page where the date appears under each title found.
This date also I want to remove and center the title with the icon.
Thank you for your help.
Hey crg1,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 990px) {
.slideshow_caption {
width: 100% !important;
}
.flex_column_table {
margin-top: -138px !important;
}
}
Best regards,
Rikard
-
This reply was modified 8 years, 10 months ago by
Rikard.
Hi Karl,
Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Hi,
Here my last posts which i have put in pre sale questions
Please see all last topics, then you will know what is the issue of Tag pages.
Now i have fixed the tag page design issue myself, but the tag page show its double content. From top slider to bottom content us this have show double content.
Please help me!
I am waiting, This is urgent