Forum Replies Created
-
AuthorPosts
-
Hey Ballabird!
Thank you for using Enfold.
The site is still using 3.0.4 when I visit the site. Please update to version 3.2 then we’ll check it again. Please contact the plugin author for more info regarding the issue.
Best regards,
IsmaelHi!
Please use this code instead:
add_filter( 'avf_datepicker_dateformat', function(){ return 'mm / dd / yy'; } ); add_filter( 'avf_datepicker_date_placeholder', function(){ return 'MM / DD / YY'; } );Best regards,
IsmaelHey alexmasica!
Thank you for using Enfold.
There is no option for that yet but you can use css media queries to hide or show an element on different screen sizes. Please refer to these links for more info:
http://stackoverflow.com/questions/11796297/div-show-hide-media-query
https://kriesi.at/support/topic/how-to-hide-some-elements-in-mobile-version/#post-362263
https://kriesi.at/support/topic/displaying-another-slider-on-mobile-devices/
https://kriesi.at/support/topic/replace-slider-on-mobile/
https://kriesi.at/support/topic/home-page-video-on-mobile-phone/#post-449787
Turn on the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Cheers!
IsmaelHey!
Remove this line:
if(!empty($title_link)) { $output .= "<a href='{$title_link}' title='".esc_attr(strip_tags($title))."'>".$title."</a>"; } else { $output .= "".$title.""; }Best regards,
IsmaelHi scotthco!
Thank you for using Enfold.
Use the fullwidth submenu element to replace the default sidebar menu on mobile device. Edit the element then set the Mobile Menu Display to the second option. Use css media queries to show or hide the menus.
Cheers!
IsmaelHey mndawood!
Thank you for using Enfold.
I’m sorry but you can’t add the modification in the child theme. The feature is in beta test and might be added on future updates. You can vote or request the feature here: https://kriesi.at/support/enfold-feature-requests/
Best regards,
IsmaelJune 6, 2015 at 1:19 pm in reply to: Mega Menu shows different color links on different pages #455480Hey ablando!
Thank you for using Enfold.
Did you set this pages as child page of another page? Add this to the Quick CSS field to change the link color:
#top .header_color .main_menu .menu .avia_mega_div ul .current-menu-item > a { color: #808080; }Cheers!
IsmaelHey!
You enabled the social icons on mobile. Please provide a screenshot of your expected header layout on smaller screens. Use imgur or dropbox. We will provide the css after.
Regards,
IsmaelJune 6, 2015 at 1:13 pm in reply to: Avia editor is blank — already tried clearing cache in browser and on website #455477Hi!
@abskevin: Based on the video, it looks like you’re expecting to see the content of the default editor in the advance layout builder. I’m sorry but the two editor contains different content. You can’t switch between the two. You need to recreate the content of the default editor in the advance layout builder vice versa.
@ckerr44: Try to deactivate all plugins or shift + refresh (hard refresh) the page.Cheers!
IsmaelHi craigriches!
Thank you for using Enfold.
You can try the Catalogue element but you will have to configure each items manually or the Magazine element if you want to display a certain post type automatically.
Regards,
IsmaelHi jasaunders!
Thank you for using Enfold.
Please try the solution provided here: https://kriesi.at/support/topic/masonry-gallery-images-stacking-on-top-of-each-other/#post-433895
Regards,
IsmaelHey!
Please copy this code right from the forum:
add_action( 'ava_main_header', 'enfold_customization_header_widget_area' ); function enfold_customization_header_widget_area() { echo "<img src='http://vitalshiftconsulting.com/wp-content/uploads/2013/12/turtle.jpg' class='header-turtle'/>"; }Add this to the Quick CSS field to adjust the position of the turtle image:
img.header-turtle { position: absolute; right: 10%; }Best regards,
IsmaelHey!
Did you install layer slider as a stand alone plugin? Version 3.2 should include the layer slider version 5.4.0.
Yes, you got it right but if you add the css codes in the Quick CSS field, you don’t have to create a backup because it will be retained after the update although creating a back up won’t hurt so do it anyway.
Cheers!
IsmaelHi turistai!
Thank you for using Enfold.
You need to place it directly in your ga analytics code. Refer to this link for more info: http://www.iubenda.com/blog/2013/11/13/ip-anonymization-google-analytics-privacy/#gajs
The ga snippet should look something like this:
<!-- Google Analytics --> <script async src='//www.google-analytics.com/analytics.js'></script> <script> window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date; ga('create', 'UA-XXXX-Y', 'auto'); ga('set', 'anonymizeIP', true); // anonymize ip address ga('send', 'pageview'); </script> <!-- End Google Analytics -->Cheers!
IsmaelHi!
You can use photoshop or any image editor to crop the logo. Please give us the original logo image file. We will crop it for you. The website is on maintenance mode, please post the login details here so that we can see the site.
Best regards,
IsmaelHi!
Alright. Still, you cannot put any content in the debug editor unless it is generated by the advance layout builder. Anyway, I created a test page and the content doesn’t display because of this css code:
#top.single-post #main > div.container_wrap:nth-child(1) .container { display: none; }Please remove it.
Best regards,
IsmaelHi!
I’m sorry for the confusion, the #fffdff value is the background color when I checked both video background on photoshop after I took the screenshot. They have the same background color, it’s not purely white but it is white. I don’t see any gray colored background. You can’t change the background color of the video using css.
And the swf format video automatically start on page load.
Regards,
IsmaelHey!
It’s not working because you didn’t set the Blog Layout > Blog Style to use the advance layout builder so the blog is still using the index.php template. We already set it to “use the advance layout builder..”. You need to edit the blog page, add the Blog Posts element.
Regards,
IsmaelJune 6, 2015 at 12:01 pm in reply to: Single Product Page is strange: sidebar appears UNDER product #455444Hey!
The sidebar.php file checks what page is currently being viewed then serve the sidebar accordingly. Look for this line:
function avia_close_summary_div() { echo "</div>"; //close out the summary get_sidebar(); }Replace it with:
function avia_close_summary_div() { global $avia_config; echo "</div>"; //close out the summary $avia_config['currently_viewing'] = "shop_single"; get_sidebar(); }Cheers!
Ismael-
This reply was modified 10 years, 10 months ago by
Ismael.
Hi!
You can add this to the functions.php file:
add_filter( 'image_size_names_choose', 'avia_add_selectable_images' ); function avia_add_selectable_images($sizes) { $newsize = array ( 'masonry' => __('Masonry Thumbnail','avia_framework'), 'magazine' => __('Magazine Thumbnail','avia_framework') ); if(isset($newsize)) { $sizes = array_merge($sizes, $newsize); } return $sizes; }Add existing thumbnail sizes.
Cheers!
IsmaelJune 6, 2015 at 11:40 am in reply to: list styles for Enfold shop aren't like the rest of site #455439Hey!
Add this to the Quick CSS field:
.entry-content li { margin-left: 1em !important; list-style: disc outside !important; }Regards,
IsmaelHi!
Remove the span tag:
<div class="logo-right"> <h6>Partenaire de vos projets</h6> </div>Replace the css code with this:
#header .widget { width: 100%; padding-top: 0; position: absolute; top: -130px ; left: 0; } .logo-right { position: absolute; right: 50px; top: 50px; } .logo-left { margin: 0 auto; width: 332px; }Adjust if necessary.
Regards,
IsmaelHey!
Starting on WordPress 4.2, the register_sidebar function is going to require a sidebar id so a fix was included on enfold version 3.1.4. Sidebars without an id, which is the case on versions before enfold 3.1.4, will lose the registered widgets. It might be necessary to re-apply your widgets to the correct widget area after updating. The widgets will be relocated in the Inactive Widgets section. If you already fixed the sidebars after updating to enfold 3.1.4 and if you update to enfold 3.1.5, those sidebars should stay intact.
Regarding the “special characters”, what I meant is if you create a custom widget area, please refrain from using special characters. http://www.degraeve.com/reference/specialcharacters.php
Regards,
IsmaelJune 6, 2015 at 9:12 am in reply to: Minor bug report with Fullwidth Easy Slider, Enfold 3.2 #455421Hi!
Left margin is set to 0 when I checked the page. Please remove browser cache then reload the page.
Best regards,
IsmaelHey matvada!
Thank you for using Enfold.
The anchor menu works ok when I checked the page. Did you fix it? If not, please provide a screenshot of the issue.
Regards,
IsmaelHi!
All options should stay intact including the advance layout builder content. Please refer to this link on how to properly move to a child theme: http://kriesi.at/documentation/enfold/using-a-child-theme/
Cheers!
Ismael -
This reply was modified 10 years, 10 months ago by
-
AuthorPosts

