Forum Replies Created
-
AuthorPosts
-
Hi!
The masonry element supports post format but not in the way the previous one works. It will just display an icon which signifies the post format. The actual videos will only display on the single post page.
Regards,
IsmaelHi!
Please add this css code inside the css media query.
#header_meta { display: none; }Regards,
IsmaelHi!
Please post the login details in the private field so that we can check the Widgets panel. Did you add any widgets in the Displayed Everywhere widget area?
Cheers!
IsmaelHi imc-html!
Thank you for using Enfold.
The ajax container can only display the content of the Ajax Portfolio Preview Settings including the Preview Text and the Preview Images.
Cheers!
IsmaelHi prudsys!
Thank you for using Enfold.
Please install the following plugin, go to the Settings > Media panel and adjust the size of the “entry_with_sidebar” and “entry_without_sidebar” thumbnails, update, save then regenerate the thumbnails.
// https://wordpress.org/plugins/simple-image-sizes/
Best regards,
IsmaelHi,
UPDATE: Do you want the slideshow to resume after 10 seconds when the user click on the navigation buttons? We modified a few lines in the shortcodes.js file.
// public method: shows next image next : function(e) { e.preventDefault(); //this._stopSlideshow(); this._navigate( 'next' ); }, // public method: shows previous image previous : function(e) { e.preventDefault(); //this._stopSlideshow(); this._navigate( 'prev' ); },Best regards,
IsmaelHi,
I think it’s not noticeable because the interval is also set to 10 seconds. Please set it to 3 seconds then check the page again.
Best regards,
IsmaelHi,
Please replace the code with the following.
@media only screen and (max-width:767px) { .wcv-pro-vendorlist .wcv-banner-wrapper > img, .wcv-store-grid #banner-wrap > img { max-width: none; min-height: 280px; max-height: 280px; width: auto; } }Best regards,
IsmaelHi,
Please remove the css “display” property.
.home #fullscreen_slider_0 h2.avia-caption-title { background: #686c68; /* display: inline; */ }Best regards,
IsmaelJanuary 23, 2017 at 8:18 am in reply to: Video as background with Layer Slider WP Version 5.6.8 #737145Hey Empatica,
Thank you for using Enfold.
I’m sorry but this is not possible at the current version of the plugin so you have to wait for version 6.0. However, you can try this workaround but I’m not sure if this is going to work.
// https://kriesi.at/support/topic/layerslider-zoom-video-to-fill-banner-space/
Instead of the theme’s video shortcode, use the default wp shortcode.
// https://codex.wordpress.org/Video_Shortcode
We set it up for you here:
// http://empatica.bonotown.net/doble-ele/wp-admin/admin.php?page=layerslider&action=edit&id=4
Adjust the video url.
Best regards,
IsmaelJanuary 23, 2017 at 7:54 am in reply to: Masonry Grid setting "Automatic, based on screen width" doesn't work #737143Hi,
Will this be fixed in a future version? Especially with screens having more and more pixels width this is becoming an issue more and more.
This is the intended behaviour of the masonry element when contained.
Could this be an option? Deleting the line in enfold and adding a min-width instead?
How many columns are you expecting? Yes, that is one of the solution but I think it’s better if you control the max width property of the items on desktop view. Revert the shortcodes.css file to default, remove the css modification then use this one.
@media only screen and (min-width: 989px) { #top .container .av-masonry-col-flexible .av-masonry-entry{ max-width: 33.33% !important; } }This will force the element to display 3 columns, lower width value equals more columns.
Best regards,
IsmaelHi,
You need to duplicate the “Frontpage” and set it as front page in the Settings > Reading panel. Edit the page, add the banner (slider, color section) plus the blog posts element.
// http://www.sungalaa.com/en/
Best regards,
IsmaelHi,
Please replace the code in the functions.php file with the following.
function ava_custom_script() { ?> <script type="text/javascript"> (function($) { var number = $("#clickToShow").text(); var length = number.length - 8; var shortNumber = number.substring(0, length); var eventTracking = "_gaq.push(['_trackEvent', 'EVENT-CATEGORY', 'EVENT-ACTION', 'EVENT-LABEL']);"; $("#clickToShow").hide().after('<button id="clickToShowButton" onClick="' + eventTracking + '">' + shortNumber + '… (click to show number)</button>'); $("#clickToShowButton").click(function() { $("#clickToShow").show(); $("#clickToShowButton").hide(); }); })(jQuery); </script> <?php } add_action('wp_footer', 'ava_custom_script');Best regards,
IsmaelJanuary 23, 2017 at 7:18 am in reply to: Invalid HTML if scroll down arrow is checked (in color section) #737134Hi,
In the second screenshot, please put the columns inside their own color section. It usually fix the issue.
Best regards,
IsmaelHey bauchope,
Thank you for using Enfold.
I’m sorry but we are not familiar with the plugin and please note that we don’t provide support for third party plugins as stated on our support policy but we’ll try our best to help. Did the plugin author provide you any other info other than “compatibility”? Are they using a custom template for this listing? Please try to enable the Enfold > Header > Header Layout > Header Title and Breadcrumbs settings.
Best regards,
IsmaelHi,
The css code should force the theme to display the iPhone layout on iPad view. Are you sure that you’re not looking on a cached version of the site? Please post the login details so that we can check the css modification.
Best regards,
IsmaelHi,
Please check the wp-content > uploads > dynamic_avia folder and make sure that the folder permission is set to 777. Inside that folder, the enfold.css file should have a file permission of 0604. If the file permissions are correct and it’s still not working, please rename the enfold.css file then go back to the theme options, toggle any settings and then save it to regenerate another dynamic stylesheet.
Best regards,
IsmaelHi,
The shopping cart icon position is the same on most pages except for the “Destination” page because it is located beside the menu items. Did you add any custom modifications in the functions.php file? Please post the login details here so that we can check the settings.
Best regards,
IsmaelHey Luisgasser,
Thank you for using Enfold.
What do you mean by “item number”? Could you please provide a screenshot? If there are products with more than one item, the number of items should display below the product title and beside the product price. Example:
Example Product 2 × £9.99Best regards,
IsmaelHi,
Thank you for using Enfold.
Which of the columns are disappearing? Please give us full admin rights so that we can modify the page. The advance layout builder is disabled for the account.
Best regards,
IsmaelHi,
Please add this code in the Quick CSS field:
@media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ .html_header_transparency #top .avia-builder-el-0 .slideshow_caption { padding-top: 0 !important; } }And please refrain from bumping or replying to your own thread because it gets pushed back to the end of the queue and moderators won’t be able to provide a response immediately. Please be patient while we go through the rest of the queue. Thank you for your understanding.
Best regards,
IsmaelHi,
Thank you for using Enfold.
Did someone answer your inquiry? You’re the only user in this thread but based on your replies, it looks like you’re talking to someone else. What do you mean by “blue squares”? Could you please provide a screenshot?
Best regards,
IsmaelHi,
Thank you for using Enfold.
when you have multiple markers, and you click on a few, they all open at once and make for a very messy
The marker should open one at a time and clicking on the “x” symbol should close it. Could you please provide a url to the page with the issue? It’s possible to close existing markers when you click on another but it will take modification that we won’t be able to provide here. Please hire a freelance developer or contact our partner, codeable.
// http://kriesi.at/contact/customization
Best regards,
IsmaelHi,
WordPress will automatically remove paragraph and line break tags if they are not necessary. If you want to create space between the paragraphs, press the return or enter key twice. Or add a unique class attribute to the element. Example.
<p class="custom_paragraph">Klicke hier, um Ihren eigenen Text einzufügen</p> <p class="custom_paragraph">Klicke hier, um Ihren eigenen Text einzufügen</p>Best regards,
IsmaelJanuary 22, 2017 at 10:44 am in reply to: Resized Images NOT USED lead to VERY SLOW performance #736940Hi!
Thank you for using Enfold.
I checked the page but it’s broken. Is this a blog page? If this is the blog page, you can set the Blog Layout > Blog Layout panel to “use the advance layout builder. After that, edit the actual blog page and insert the blog posts element where you can set the “Preview Image Size” settings.
The site is also using an old version of the theme, 3.6.1. Please upgrade to version 3.8.3. and WP to version 4.7.1
Regards,
IsmaelJanuary 22, 2017 at 10:40 am in reply to: Enfold Avia Layout Builder Catalogue items suddenly not visible #736939Hey!
The items are totally gone but I’m not sure how and the only way that you can recover it is from a backup. Do you have a backup of the site? Please ask your hosting provider.
Regards,
IsmaelHi!
I’m so sorry about that. You should add the code in the functions.php file, not the Quick CSS field. This will load the “raleway” font on every page even without the layer slider.
Best regards,
IsmaelHi!
If that is the case, we can set the Enfold > Blog Layout > Blog Layout settings to “use the advance layout builder”. Edit the page then insert the Blog Posts element. You can see the result in the “news’ page.
Regards,
IsmaelHi!
Please remove the modification then go to the Header > Header Layout panel. Set the Header Size to “custom pixel value” then adjust the Header Custom Height settings.
Best regards,
Ismael -
AuthorPosts
