Bom dia Debora,
Por favor, você pode iniciar um novo tópico. Este tópico está se tornando muito longo e em breve será fechado. Iniciar um novo tópico e enviar o seu site detalhes e informações de login novamente para que eu possa ajudá-lo o mais rápido possível. https://kriesi.at/support/register/
Obrigado,
Jordan
I am having the same issue with images resizing on an iPad. They look great on the laptop version but on the iPad they are in different positions and don’t scale down correctly (part of the images get cut off). Did anyone find a fix to this?
Hi,
We are planning to host an online / virtual event were people need to register first then once they are, they get directed to a page of the event and can also browse different pages that have topics of interest.
We’d also like to integrate chat boxes, social media sharing, forum pages for the event.
Basically this will be a multisite environment but gated for members only. We won’t be looking for a forum type of functionality, just gated pages that registered people have access and integrations. Please advise and thank you in advance!
Hi support!
I set several color sections on a page and notice that side bars were always displayed after the last color section. Id’ rather have the side bar always at the top.
Is there a way to set color sections so that they do not interfere with side bars (e.g. they are considered as a 1/1 block)?
Thanks!
Antoine
Hey Marcel,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.avia_desktop .av-masonry-entry:hover .av-masonry-image-container {
-webkit-transform: none;
transform: none;
}
Best regards,
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.html_elegant-blog #top .avia-content-slider .blog-categories { display: none; }
Best regards,
Yigit
Good Morning;
I am using the following code in the CSS and it still bounces a bit. It seems like the top padding but I have changed that from 6px all the way down to 0px and it still moves. Any ideas?
/*fix padding on Left Sub Menu (Services) when selected*/
.widget_nav_menu ul:first-child>.current_page_item>a {
padding: 6px 0px 0px 0 !important;
}
Quick question. I mentioned that the Huckberry footer is unavailable on mobile devices.
I said you’d have to look at it on a desktop computer to see the logo in the footer.
Did you understand what I have said above? I just want to make sure you’re understanding me and I’m being clear enough.
Thank you,
Jas
Hey!
Now i see it as well. If you added the code Rikard posted here – https://kriesi.at/support/topic/blockquote-left-line/#post-650349 and that still did not help, please start a new thread and attach temporary admin logins in private content field so we can look into it.
If you post them here, they will be visible to creator of this thread as well.
Regards,
Yigit
I have set a default featured image for my blog posts, but it appears at the top of each post. I would like it to appear at the bottom on THE NEWS PAGE ONLY. I have included the news page in the private content section here.
Also, is it possible to remove the word ‘news’ from the top of each post?
-
This topic was modified 9 years, 8 months ago by
mosaic.
Hi,
You can add code block element to those pages and insert following inside it
<style>#after_layer_slider_1 .content {
padding-top: 0;
}
.special-heading-inner-border { display: none; }
</style>
Best regards,
Yigit
Hi,
Please refer to this thread – https://kriesi.at/support/topic/replace-standard-search-with-woocommerce-product-search/ :)
Best regards,
Yigit
Hi,
Great, glad you got it working. Please let us know if you should need any more help on the topic.
Thanks,
Rikard
Hi,
Great, glad you found the problem. Please let us know if you should need any more help on the topic.
Regards,
Rikard
Hey KK,
Did you try importing the demo? You can add the following shortcode if you have debug mode activated:
[av_section min_height='' min_height_px='500px' padding='default' shadow='no-shadow' bottom_border='no-border-styling' id='' color='main_color' custom_bg='' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='']
[av_one_full first min_height='' vertical_alignment='av-align-top' space='' custom_margin='aviaTBcustom_margin' margin='-40px,0px' padding='0px' padding_sync='true' border='' border_color='' radius='0px' radius_sync='true' background_color='' src='' attachment='' attachment_size='' background_position='top left' background_repeat='no-repeat']
[av_feature_image_slider link='category,14,15' items='3' offset='enforce_duplicates' contents='title_read_more' slider_size='2:1' preview_mode='custom' image_size='extra_large' control_layout='av-control-minimal' animation='fade' autoplay='no' interval='5' overlay_enable='aviaTBoverlay_enable' overlay_opacity='0.3' overlay_color='#000000' overlay_pattern='' overlay_custom_pattern='']
[/av_one_full]
[/av_section]
[av_blog blog_type='posts' link='category' blog_style='single-big' columns='3' contents='excerpt' content_length='content' preview_mode='auto' image_size='portfolio' items='1' offset='no_duplicates' paginate='no' conditional='is_subpage']
[av_blog blog_type='posts' link='category' blog_style='blog-grid' columns='2' contents='excerpt' content_length='content' preview_mode='auto' image_size='portfolio' items='6' offset='no_duplicates' paginate='yes']
Cheers!
Rikard
Andy,
You can’t look at Huckberry on a mobile device. You have to look at it on a desktop computer. Here is the screenshot of the entire really long page showing the icon in the footer.
https://dl.dropboxusercontent.com/u/1049926/Huckberry.jpg
Is it impossible to add another element between the two with CSS?
Thanks,
Jas
Hi,
I see that you added the CSS now, try editing the values to your liking, for instance:
#header .widget {
left: 30%;
padding-top: 0;
position: absolute;
top: 50px;
transform: translate(-50%);
z-index: 999;
}
Best regards,
Rikard
Hi!
We are running some websites with Enfold. For two I need to add a read more link at the end of each excerpt.
I’ve found this post: https://kriesi.at/support/topic/widget-enfold-latest-news-excerpts-read-more/#post-379656
That works perfectly with Enfold 3.3.2. But my new develop website (Enfold 3.6.1) seems to ignore changes in the class-framework-widgets.php. I can delete the entire code for “news-excerpt” but it is still displayed.
Do you have moved the code for the widget?
Thanks in advance
Martin
Hi,
Hehe, glad you got it figured out. Let us know if you should need any more help on the topic.
Best regards,
Rikard
Hi,
try this code inside Quick CSS field:
#header_meta {
z-index: 1;
}
#text-7 {
top: -28px !important;
left: 23% !important;
}
and adjust top and left value as needed.
Best regards,
Andy
Hi,
Great, glad you got it working. Let us know if you should need any more help on the topic.
Best regards,
Rikard
Thanks Ismail,
we’re getting there. This didn’t have any effect to the EN site.
I went down to 10%
.avia-mozilla #top .no_margin.av_one_sixth {
width: 10%;
}
AND.. I realised it did to the German (DE) site! Now the same portfolio grid doesn’t follow the “Quick css” on the English (EN) site.
This is where the problem seems to be…
…any Ideas why this could happen…?
-S.
-
This reply was modified 9 years, 8 months ago by
beenee.
You may close this topic! tnx!
Hi ive found this link: https://kriesi.at/support/topic/how-to-open-portfolio-custom-link-in-a-new-window/#post-232595
But how do i add it to my child theme?
I would like the externalportfolio links to open in a new tab.
Tnx!
Hi,
use this code inside of Quick CSS field:
span.onsale {
position: relative;
top: -100px !important;
}
.inner_product_header_table h3, .inner_product_header_table .price {
position: relative;
top: 40px;
}
and adjust the values as needed.
Best regards,
Andy
Hi,
Thank you for the info. You can decrease the width of the columns on Firefox:
.avia-mozilla #top .no_margin.av_one_sixth {
width: 16.5%;
}
The default value is 16.666666% so the decrease won’t be noticeable.
Best regards,
Ismael