Forum Replies Created
-
AuthorPosts
-
Hi,
-It means that you didn’t use the correct custom post type name or the landing page is not a custom post type.
How can I know if the filter is firing and everything is correct?
– Edit one of the landing pages and try to switch to the advance layout builder. If you can’t switch to the builder or you can’t see the builder switcher, then it means that the filter doesn’t work.
For additional help, please contact the plugin authors.
Best regards,
IsmaelHi,
Thank you for the update.
Are you sure that they have the same header.php file? Did you update the header.php file of the staging version right after upgrading the theme? We didn’t do anything aside from updating the header.php file.
Best regards,
IsmaelHi,
Did you update the language files? Sorry, I forgot to mention that I also updated the language files in the “lang” folder using the latest version from the parent theme.
Thank you for the update.
Best regards,
IsmaelJuly 30, 2019 at 3:38 am in reply to: Portfolio items ordering (plugin) conflict with image gallery #1123017Hi,
The default sorting order in the post navigation is by date. If you want to change it, use the following filter.
function avf_get_prev_post_sort_mod( $sort ) { return "ORDER BY p.post_title DESC LIMIT 1"; } add_filter( 'get_previous_post_sort', 'avf_get_prev_post_sort_mod' ); function avf_get_next_post_sort_mod( $sort ) { return "ORDER BY p.post_title ASC LIMIT 1"; } add_filter( 'get_next_post_sort', 'avf_get_next_post_sort_mod' );This will filter the adjacent post by title.
Best regards,
IsmaelHi,
Thank you for the update.
But one thing hasn’t changed – the editing of the start page remains sluggish and tough!
What is the specs of your computer? Have you seen how the editor loads or performs on another computer — preferably a faster machine compare to the one you’re usually using? It’s quite normal for any page builder to slow down gradually when you insert additional content because it has to render and continually update those elements. This is not necessarily related to the PHP memory limit.
IMO, you’re home page is unnecessary long. You should consider limiting the home page for the most important content only or for those that has to be seen immediately and distribute all else to the sub pages.
// https://moz.com/blog/what-should-i-put-on-the-homepage-whiteboard-friday
// https://www.orbitmedia.com/blog/what-to-put-on-your-homepage/Best regards,
IsmaelHi,
@pkubalek: Where are you testing it? We can’t reproduce the issue on an iPhone 7 emulation.Best regards,
IsmaelHi,
The column width is calculated dynamically via script. It’s in the js > avia.js file. Look for the “aviaCalcContentWidth” function.
//css rules for mega menu css += " #header .three.units{width:" + ( w_12 * 0.25)+ "px;}"; css += " #header .six.units{width:" + ( w_12 * 0.50)+ "px;}"; css += " #header .nine.units{width:" + ( w_12 * 0.75)+ "px;}"; css += " #header .twelve.units{width:" +( w_12 ) + "px;}";how to center the mega menu in a relative way, instead of an absolute way (margin to left or right)?
Not really sure what’s the difference. What are you trying to do?
Best regards,
IsmaelHey ofekw,
Thank you for using Enfold.
You should be able to attach a link to the image and redirect it to a post or page. Edit the image, go to the Caption panel and enable the “Apply a link or buttons to the slide?” settings. You can also add buttons if you want.
Best regards,
IsmaelHi,
Thanks for the info.
It should never be password protected. Have you tried to disable the plugins and see if that helps? We can’t disable it because the account that you provide is not an admin.
Best regards,
IsmaelJuly 30, 2019 at 2:17 am in reply to: I cannot Preview Advanced Layer Slider after update wordpress #1123002Hi,
We would like to apologize for the delay.
We can’t access the site properly because of its SSL certificate. Please process or generate a valid SSL certificate. You can ask your host to help you with it.
Best regards,
IsmaelHi,
Thank you for the update.
Did you create a custom taxonomy to the podlove post type? You should be able to select that taxonomy and its terms in the blog posts element. Or use the snippet @Mike provided above to enable the custom post type selection.
Best regards,
IsmaelJuly 30, 2019 at 1:22 am in reply to: Can I make the lightbox auto rotate? and trigger with single link? #1122995Hey!
@fulanoinc: We replied in your thread. Please continue there.// https://kriesi.at/support/topic/lightbox-gallery-captions-not-showing/#post-1122994
Regards,
IsmaelHi!
Thank you for the update.
We set the gallery to display the title and the excerpt and applied the masonry content to the title attribute using the script provided by @guenni007.
We also added this code in the Quick CSS field to hide the content and retain the previous gallery layout.
.av-inner-masonry-content { display: none !important; }The caption is now set as the title attribute and displays in the lightbox.
Regards,
IsmaelHey mleite1,
Thank you for using Enfold.
That is not possible with the Masonry element, but you can try the Portfolio Grid element and its “AJAX” feature. Check the following demo for reference.
// https://kriesi.at/themes/enfold/portfolio/portfolio-ajax/
Best regards,
IsmaelHi,
Thank you for the update.
We will forward this to the dev team. For now, you have to manually delete the merged stylesheet whenever you make any significant changes to the style. Or just disable the compression until you’re done with the style configuration. You can also adjust the expiry of the css stylesheets in the .htaccess file.
Best regards,
IsmaelHi,
The color of the heading and the sub heading in the Special Heading element should be exactly the same because they both inherit the inline style of the parent container.
This is an actual markup of a special heading.
<div class="av-special-heading av-special-heading-h3 custom-color-heading blockquote modern-quote avia-builder-el-0 el_before_av_heading avia-builder-el-first" style="padding-bottom:10px; color:#7bb0e7;"> <h3 class="av-special-heading-tag " itemprop="headline">Hello</h3> <div class="av-subheading av-subheading_below av_custom_color " style="font-size:15px;"> Test Test </div> <div class="special-heading-border"> <div class="special-heading-inner-border" style="border-color:#7bb0e7"></div> </div> </div>And this is the css that sets the heading and the sub heading to inherit the color #7bb0e7 of the parent container as shown in the markup above.
#top #wrap_all .custom-color-heading .av-special-heading-tag, #top .custom-color-heading a, #top .custom-color-heading strong, #top .custom-color-heading .special_amp { color: inherit; }Where can we see the issue? Please provide a link to a page with a special heading element.
Best regards,
IsmaelHi,
Thank you for the update.
Looks like the widget heading and the menu items are now using the same font. Is that correct?
h1, h2, h3, h4, h5, h6, #top .title_container .main-title, tr.pricing-row td, #top .portfolio-title, .callout .content-area, .avia-big-box .avia-innerbox, .av-special-font, .av-current-sort-title, .html_elegant-blog #top .minor-meta, #av-burger-menu-ul li { font-family: "transfonter.org-20190530-150239","HelveticaNeue","Helvetica Neue","Helvetica-Neue",Helvetica,Arial,sans-serif; }Best regards,
IsmaelHi!
I don’t think any of the premium themes in the market actually list the elements affected by the color schemes because you can usually adjust it manually or select a custom color scheme for an element. In the builder, just edit the element and go to the Colors panel and define a custom color. In the rough preview, you can also change the color to #f50000 (red) for example to get a basic idea of what the color scheme is for. For example, the “Logo Area secondary font color” affects the inactive menu item and the search icon. And this is the actual dynamic css generated to apply that color.
.header_color .sub_menu > ul > li > a, .header_color .sub_menu > div > ul > li > a, .header_color .main_menu ul:first-child > li > a, #top .header_color .main_menu .menu ul .current_page_item > a, #top .header_color .main_menu .menu ul .current-menu-item > a, #top .header_color .sub_menu li ul a { color: #f50000; }Cheers!
IsmaelHi,
Thank you for the update.
You can have the masonry items visible on page load by disabling the animation. Add this in the Quick CSS field or the child theme’s style.css file.
.av-masonry-entry { visibility: visible; opacity: 1; }Best regards,
IsmaelHey Guenter,
Maybe you can utilize or copy the megaDivHide function found in the js > avia-snippet-megamenu.js file to hide the mega menu container after tapping on an anchor.
function megaDivHide (i) { if(delayCheck[i] == false) { megaItems.filter(':eq('+i+')').find(">a").removeClass('open-mega-a'); var listItem = megaItems.filter(':eq('+i+')'), item = listItem.find("div:first"); item.stop().css('display','block').animate({opacity:0},300, function() { $(this).css('display','none'); listItem.css({overflow:'hidden'}); mega_open["check"+i] = false; }); } }Best regards,
IsmaelHey alexoua,
Thank you for using Enfold.
– The cover image can be changed in the YouTube account dashboard.
– You cannot remove the related videos and any related info. (https://developers.google.com/youtube/player_parameters#showinfo)Best regards,
IsmaelHey missouriartscouncil,
Thank you for using Enfold.
Unfortunately, we don’t have a list of elements that are affected by each color scheme, but there is a rough preview in the styling panel for reference. Unfortunately, the preview doesn’t cover all elements in the theme. You can also check the css declarations or patterns inside the generated dynamic stylesheet in the wp-content > uploads > dynamic_avia folder. You’ll notice that the color scheme selector (main_color, alternate_color, socket_color etc) is followed by the actual element selector.
Best regards,
IsmaelHi,
Thank you for the update. And sorry for the delay.
Can we access the file server? We would like to check the language files.
Best regards,
IsmaelHi,
The content of the advance layout builder is going to be rendered through the template-builder.php file — the single-portfolio.php file will be ignored. Unfortunately, you can’t use both templates.
Best regards,
IsmaelHey Jan_FtFA,
Thank you for using Enfold.
We updated the header.php file in the child theme and it seems to have fixed the issue. Please remove the cache prior to checking the page.
Best regards,
IsmaelHey elituchy,
Thank you for opening this thread.
You’ll find the beta version in the private field. The extractor will prompt you for a password when you try to open the file.
Best regards,
IsmaelHey EcoTec,
Thank you for using Enfold.
The filter above is invalid. The correct filter to use is called “avia_post_nav_settings”.
Replace the “taxonomy” value with the one you’ve created for your custom post type.
Best regards,
IsmaelHey sebastiaan,
Thank you for using Enfold.
We explained this issue in an older thread and provided a possible solution.
// https://kriesi.at/support/topic/general-styling-color-picker/#post-693453
// https://kriesi.at/support/topic/renitent-color-picker/#post-554831Can you really see any difference between the desired color and the color it’s converted to?
Best regards,
Ismael -
AuthorPosts
