Forum Replies Created

Viewing 30 posts - 22,201 through 22,230 (of 67,491 total)
  • Author
    Posts
  • in reply to: Blank Template Page #1123024

    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,
    Ismael

    in reply to: Parts of website not shown – problem aggravated #1123021

    Hi,

    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,
    Ismael

    in reply to: Translation with Poedit and Child Theme #1123018

    Hi,

    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,
    Ismael

    Hi,

    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,
    Ismael

    in reply to: PHP-Problem / Startpage has an php-memory-error! #1123013

    Hi,

    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,
    Ismael

    in reply to: Anchor links goes to wrong position on mobile #1123008

    Hi,


    @pkubalek
    : Where are you testing it? We can’t reproduce the issue on an iPhone 7 emulation.

    Best regards,
    Ismael

    in reply to: Enfold Mega Menu Positioning, Layout & Styling #1123006

    Hi,

    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,
    Ismael

    in reply to: Fullscreen slider #1123005

    Hey 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,
    Ismael

    in reply to: Fullwidth Easy Slider reqst Password #1123003

    Hi,

    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,
    Ismael

    Hi,

    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,
    Ismael

    in reply to: Podlove in Enfold #1123001

    Hi,

    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,
    Ismael

    Hey!


    @fulanoinc
    : We replied in your thread. Please continue there.

    // https://kriesi.at/support/topic/lightbox-gallery-captions-not-showing/#post-1122994

    Regards,
    Ismael

    in reply to: Lightbox Gallery Captions Not Showing #1122994

    Hi!

    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.

    // https://kriesi.at/support/topic/can-i-make-the-lightbox-auto-rotate-and-trigger-with-single-link/#post-1112290

    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,
    Ismael

    in reply to: Galery images on lightbox home page #1122992

    Hey 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,
    Ismael

    in reply to: Merged styles hash #1122987

    Hi,

    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,
    Ismael

    in reply to: Special Heading Sub Title colour #1122983

    Hi,

    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,
    Ismael

    in reply to: Change Footer font #1122981

    Hi,

    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,
    Ismael

    in reply to: Need clarification on basics in General Styling #1122980

    Hi!

    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!
    Ismael

    in reply to: Masonry Galley loading issue – Enfold #1122976

    Hi,

    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,
    Ismael

    in reply to: Ipad behaviour at Mega Menu #1122975

    Hey 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,
    Ismael

    in reply to: Image cover Youtube #1122973

    Hey 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,
    Ismael

    in reply to: Need clarification on basics in General Styling #1122764

    Hey 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,
    Ismael

    in reply to: Lightbox missing in horizontal galery #1122761

    Hi,

    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,
    Ismael

    in reply to: Strange behaviour of single-portfolio.php #1122759

    Hi,

    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,
    Ismael

    in reply to: Parts of website not shown – problem aggravated #1122756

    Hey 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,
    Ismael

    in reply to: Google ReCAPTCHA not working #1122715

    Hey 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,
    Ismael

    in reply to: Google ReCAPTCHA not working on mobile #1122714

    Hi,


    @elituchy
    : We replied to your thread. We’ll close this one now.

    Best regards,
    Ismael

    in reply to: Sorting back/next navigation in ALL post-types #1122712

    Hey EcoTec,

    Thank you for using Enfold.

    The filter above is invalid. The correct filter to use is called “avia_post_nav_settings”.

    Example: https://kriesi.at/support/topic/next-and-previous-post-arrows-missing-for-the-events-calendar/#post-1084301

    Replace the “taxonomy” value with the one you’ve created for your custom post type.

    Best regards,
    Ismael

    in reply to: Hexadecimal colors not accepted #1122710

    Hey 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-554831

    Can you really see any difference between the desired color and the color it’s converted to?

    Best regards,
    Ismael

    in reply to: Content overlaps #1122706

    Hi,

    Sorry for the delay.

    You can fix that by increasing the z-index or stack order of the “vergleichsrechner” section. Please add this code in the Quick CSS field.

    #vergleichsrechner {
        z-index: 999999;
        position: relative;
    }
    

    Best regards,
    Ismael

Viewing 30 posts - 22,201 through 22,230 (of 67,491 total)