actually it is only n the accordeon / the masonry is working
[av_slideshow_accordion slide_type='entry-based' link='post_format,37' items='1' offset='0' size='featured' autoplay='false' interval='5' title='active' excerpt='aviaTBexcerpt' accordion_align='' custom_title_size='' custom_excerpt_size='' custom_class='referenz_accordeon']
Hi,
Glad we could help, please let us know if you should need any more help on the topic.
Regards,
Rikard
Hello Team,
I noticed that color sections with a fixed background image are not working correctly on my website.
When you scroll past the colorsection you can see the top edge of the image pass by.
Kinda hard to explain.
It looks kind of broken now.
Any solution for this?
thanks
Here admin credentials & ftp
I need to set homepage for http://www.lastradadeicampioni.it/nuovo/ (logo size/position, menu transparent and video bottom menu align in top page) in same position like http://www.lastradadeicampioni.it
You can see http://www.lastradadeicampioni.it also in mobile if is possible have same effect.
I need also other featured for other page like color menu background for each ID page but now homepage layout is most important.
Hi,
Great, glad you found a fix and thanks for sharing. Please let us know if you should need any more help on the topic.
Best regards,
Rikard
Hey!
Try using the below css in Enfold > General Styling > Quick CSS:
#top .no_margin.av_one_third {
width: 33.33%;
}
Try adjusting the width down so that the images are aligned with the text above it. Adding wider margins may not work as the images are trying to keep in 3 columns without breaking out of the column.
Regards,
Jordan
Hey hadas,
You linked to the overview page so I’m not sure what you are referring to, if you click Remove Frame in the top right of your screen on the URL you linked to you will be able to see the direct link.
Best regards,
Rikard
Hi,
Ok great, please let us know if you should need any more help on the topic.
Best regards,
Rikard
Hi olauno!
Thanks for getting in touch with us!
Your image is not showing but are you asking for the social icons to be below the logo and for the borders to be removed, like in my screenshot attached?
Then add the following CSS in the Quick CSS field under the General Styling tab in the theme options:
.html_header_sidebar .av-sidebar-social-container {
top: -480px;
}
.html_header_sidebar #top #header .social_bookmarks {
border: none;
}
.header-color span {
border-color: rgba(225, 225, 225, 0);
}
Feel free to adjust the values and reach out if you need further assistance.
Cheers!
Jordan
Hi There,
I’ve been searching for a way to add a shortcode to the Masonry Excerpt. I have found several threads on this but none seem to help me.
I found the masonry_entries.php file here: wp-content\themes\enfold\config-templatebuilder\avia-shortcodes\masonry_entries.php, and then created a child theme version using this http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/:
/* Pull Shortcodes from folder... */
add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1);
function avia_include_shortcode_template($paths)
{
$template_url = get_stylesheet_directory();
array_unshift($paths, $template_url.'/shortcodes/');
return $paths;
}
Then I found several posts that mention changing the code of masonry_entries:
https://kriesi.at/support/topic/theme-shortcode-in-the-excerpt/
However my masonry_entries.php file only goes to line 331, and the code snippets that they say to look for don’t exist. I’m using version 3.4.1.
I have created custom post types, and have listed them in the masonry grid. I have also created custom meta data for each cpt. The title and exerpt are showing, but I would like to pull through some of the custom meta data from the cpt. However the shortcode is only displayed as this: [custom_field field="price" this_post="1" limit="0" after=" Vatu" between=", " /]
Is there anything I can do? Is the difference between the advice from 2015 and now because of a version change?
Cheers,
Wade.
Hi,
Ok, thanks for the feedback. Please let us know if you should need any more help on the topic.
Best regards,
Rikard
Hi,
Glad we could help, please let us know if you should need any more help on the topic.
Regards,
Rikard
Hi,
Ok great, please let us know if you should need any more help on the topic.
Thanks,
Rikard
Hi,
I’m not sure if I understood your problem correctly or not but could you try to create another section to show for mobile only? You can then give your sections IDs and hide/show the correct one using CSS:
@media only screen and (max-width: 767px) {
#desktop-section {
display:none !important;
}
}
@media only screen and (min-width: 768px) {
#mobile-section {
display:none !important;
}
}
Thanks,
Rikard
Hey!
We have added the below css in Quick CSS please review the site now.
/* Tablet fix*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.avia_mega1 {
margin-top: -22px!important;
z-index:99999!important;
}
}
Cheers!
Vinay
Hi Rikard
That didn’t work I still have the line below the LayerSlider & the top of the page.
It is OK to have it on the pages that don’t have the LayerSlider, however the line below the LayerSlider detracts from the clean look I wanted.
Any help would be appreciated – website is http://www.findnetsolutins.com
Hi czig!
Thank you for using Enfold but please avoid duplicating the thread. Please continue here: https://kriesi.at/support/topic/editor-refuses-to-open-any-pages/
Regards,
Ismael
Hey!
Mobile devices such as iPhone or Androids do not autoplay videos due to various reasons (processors, bandwidth or data per unit cost etc), that’s why we included an option in color section to hide the video on mobile then show the background or fallback image.
Hide video on Mobile Devices?
You can choose to hide the video entirely on Mobile devices and instead display the Section Background image
Most mobile devices can’t autoplay videos to prevent bandwidth problems for the user
Related article: https://www.aerserv.com/why-does-video-autoplay-on-mobile-devices-not-work/
If you really need to show the video on the page, hide the color section then add the video element. You can then toggle the display of these elements by using css media queries. Example here:
https://kriesi.at/support/topic/home-page-video-on-mobile-phone/#post-449787
Regards,
Ismael
Just stacked two icons in a column. Rather than appearing on top of the other…they are both side by side. Ugggggh!
Hi @jomtones,
Please let us know if you should need any more help on the topic.
Best regards,
Rikard
Hi!
Add this:
@media only screen and (max-width: 767px) {
.responsive.html_header_top.html_mobile_menu_tablet #header_main .social_bookmarks {
display: block !important;
top: -5px!important;
left: 50%;
transform: translate(-50%, 0);
width: 90%;
}
}
Reference: https://css-tricks.com/centering-percentage-widthheight-elements/
Best regards,
Ismael
Hey Basilis,
The Issue was fix but my now my sample template page, about us page, gallery page has this message on top of the page.
Warning: session_start(): Cannot send session cookie – headers already sent by (output started at /home/boothography/public_html/wp-includes/nav-menu.php:2) in /home/boothography/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32
Warning: session_start(): Cannot send session cache limiter – headers already sent (output started at /home/boothography/public_html/wp-includes/nav-menu.php:2) in /home/boothography/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32
Please let me know how i can fix this issue.
Hey Bo!
Thank you for using Enfold.
The login credentials above are not working. Please check.
UPDATE: We get an error in the console. It’s coming from a custom script:
<script type="text/javascript">
$(function(){var t="https://upload.wikimedia.org/wikipedia/commons/c/ce/Transparent.gif",e=!0,o=new Image;o.src=t,$("img").live("mouseenter touchstart",function(){var o=$(this);if(!o.hasClass("Overlay")&&(e||o.hasClass("protectMe"))){var i=o.offset(),n=$('<img class="Overlay" src="'+t+'" width="'+o.width()+'" height="'+o.height()+'" />').css({position:"absolute",zIndex:9999999,left:i.left,top:i.top}).appendTo("body").bind("mouseleave",function(){setTimeout(function(){n.remove()},0,$(this))});"ontouchstart"in window&&$(document).one("touchend",function(){setTimeout(function(){n.remove()},0,n)})}})});
</script>
Best regards,
Ismael
Hi!
Adjust the width of the flex cells a little bit.
#top .no_margin.av_one_third {
width: 33.2%;
}
Default width is 33.3%.
Best regards,
Ismael
Having issues with the latest version(s). I have a brand new site (clean) with minimal plugins activated, Enfold 3.5.1 and Enfold Child Theme. I’ve tried killing all plugins, tried different browsers, killing all caches, etc.).
Here is what I’m seeing…
-Page contents are deleted while editing (As I’m writing this, it just happened again. I’ve lost track of how many times I’ve had to revert to other saved revisions)
-Saving changes sometimes results in -1 (My post re: this issue)
-Columns really get messed up, randomly, even on the back-end (My post re: this issue) <— This issues was my fault
-
This topic was modified 9 years, 1 month ago by
Andy.
Hi there!
Is there any way I can align the logo and menu in the header to not go the full width of the screen? I’d like the outside left edge of the logo to align with the outside left of my content columns. Likewise, I’d like the right side edge of the main menu in the header to align with the outside right of my content columns. Does that make sense?
Right now they both go the full width of the screen and on a wide screen monitor, the logo gets a little lots in the far top left.
Also, please shoot me the css to make the main menu font a little larger. I thought I had it but can’t find it now.
Thanks guys! You offer great support.
BP
I’ve looked at the answers to this question and still can’t get the animation that swoops the images up into place to turn off. I added code and it seemed to work for a bit, then stopped. Does it matter if I add css in APPEARANCE–> EDITOR as opposed to QUICK CODE CSS area??
Hey!
Yay! I hope so ;D
Please add following code to Quick CSS
.caption_framed .slideshow_caption .avia-caption-title { width: 100%; margin-bottom: 0; }
@media only screen and (min-width: 767px) {
.caption_framed .slideshow_caption .avia-caption-content p {
min-height: 200px;
}
#top .avia-slideshow-button {
margin-top: 0;
position: relative;
top: -60px;
margin-left: 10px;
}
#top .avia-slideshow-button {
color: black!important;
background: transparent!important;
border: 3px solid black;
}}
Cheers!
Yigit
Hi Harris!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) {
div#main { padding-top: 100px !important; }}
then please disable CSS minifying feature on the plugin you are using it and then flush cache a few times.
Cheers!
Yigit
Apparently this issue has been reported before: https://kriesi.at/support/topic/woocommerce-picture-view-includes-instagram-widget-pictures/
See the link in the Private Content below and click on the product image. It pops up an enlarged version of the product image but turns it into a “slideshow” with the images in the Instagram widget in the footer.
How can I prevent this issue?