Forum Replies Created

Viewing 30 posts - 9,091 through 9,120 (of 67,445 total)
  • Author
    Posts
  • in reply to: blog alb and full content – does not work #1388009

    Hi,

    You can check for the value of $current_post and create a condition accordingly.

    Best regards,
    Ismael

    in reply to: Sticky Submenu with underlined active item #1388008

    Hi,

    Did you add the code in the functions.php file? Please remove the previous code and use the script that we provided in the following links instead.

    // https://kriesi.at/support/topic/full-width-submenu-4/#post-1297063
    // https://kriesi.at/support/topic/enfold-gaming-demo-menu-functionality-on-sub-menu/#post-1284777

    Best regards,
    Ismael

    in reply to: Avia Builder will not load page #1388007

    Hi,

    Thank you for the update.

    We tried to activate the Event Tickets Plus again and update the Event Tickets plugin from 5.5.5 to 5.5.6, but we immediately got an error. The error info has been sent to your email. The plugin update went through when we deactivated the Event Tickets Plus again, which might mean that the plugin contains buggy code, which is also affecting the layout builder.

    Best regards,
    Ismael

    in reply to: Unable to edit old pages with Advanced Layout Builder #1388006

    Hi,


    @starnycdan
    : You may need to load the script using the wp_enqueue_script function instead of directly embedding it in the builder. You can also create a custom shortcode for it. Please check the following documentations for more info.

    // https://developer.wordpress.org/reference/functions/wp_enqueue_script/
    // https://codex.wordpress.org/Shortcode_API

    Best regards,
    Ismael

    in reply to: Anchor links appear behind sticky header #1388005

    Hey Lupine-andy,

    Thank you for the inquiry.

    The menu containing the anchors is perfectly visible below the sticky header. Would you mind providing a screenshot of the issue? You can use imgur, savvyify or dropbox.

    Best regards,
    Ismael

    in reply to: Button get tickets is not active on desktop #1378818

    Hi,

    The following suggestion might help.

    // https://kriesi.at/support/topic/issue-with-adding-tickets-to-cart-enfold-eventcalendar-ticket-woocommerce/#post-1371625

    Can we get access (WP and FTP) to the staging site?

    Best regards,
    Ismael

    in reply to: text color setting when using transparent header #1378815

    Hi,

    Glad to know that the issue has been resolved. Please do not hesitate to open another thread if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Slider with image with text underneath and navigation dots #1378814

    Hey the_digital_manager,

    Thank you for the inquiry.

    Yes, that is the demo of the Easy Slider element. If you want to embed the slider inside a layout element such as a Column, use the default Easy Slider element. Otherwise, use the Fullwidth Easy Slider or the Fullscreen Slider element if you want a fullwidth version of the slider. If you need more options for your slider, you can also check the Layer Slider element.

    Best regards,
    Ismael

    in reply to: Cooke bar message #1378813

    Hi,

    We tried to login to the site using the account above, but the details seem to be incorrect. Please check the account info carefully or provide another login account.

    Best regards,
    Ismael

    in reply to: Spacing / padding between blocks has vanished #1378540

    Hey erinr,

    Thank you for the inquiry.

    We cannot see any issues with the post content. Would you mind providing a screenshot of the missing padding/spaces? Please use imgur, savvyify or dropbox for the screenshot.

    Best regards,
    Ismael

    in reply to: Reversing elements in colour section on mobile #1378536

    Hi,

    We are not really sure what you meant, but the option to reverse the columns in the row is already available. All you need to do is toggle it. Unfortunately, there is no option to update the elements in bulk, if that is what you’re asking. You might be able to use the css code that you posted above, but you will still have to manually apply the custom css class name to the elements, which means that you will still have to edit the pages one at a time.

    Best regards,
    Ismael

    in reply to: PHP version for Theme Display Version: 1.4.1 #1378535

    Hi,

    or do we have to start from a blank site?

    You will have to start from scratch because Enfold is a completely different theme, but you will probably save more time in the long run and end up with a much better website because in comparison to the much older Display theme, Enfold is a lot more advanced, secure and contains more options such as extended theme options, advance layout builder, custom element templates, performance options, privacy & cookies, Google addons etc. And if you choose to purchase the theme, you will get months of support here in the forum, in case you need a bit of assistance in building the site.

    Best regards,
    Ismael

    in reply to: Avia Builder will not load page #1378533

    Hey acscreativenew,

    Thank you for the inquiry.

    We get the following errors from the admin-ajax.php file when editing the home page. Did you add any custom scripts, shortcodes or tags in the home page?

    Failed to load resource: the server responded with a status of 500 (Internal Server Error)
    Failed to load resource: the server responded with a status of 500 (Internal Server Error)
    admin-ajax.php:1 

    `

    Please try to deactivate the plugins temporarily, see if it helps.

    Best regards,
    Ismael

    in reply to: avia layout builder video block only generating shortcode #1378532

    Hi eliotsmyrl!

    Thank you for the inquiry.

    Have you tried using a code block element? When using a text block or when editing the content using the default text editor, make sure that you’re on the text editor’s Text mode instead of HTML before adding the shortcode.

    Regards,
    Ismael

    in reply to: Entire site seems to be no index #1378531

    Hey tonyiatridis,

    Thank you for the inquiry.

    The robots meta tag of the home page is correctly set to index and follow, which means that the page or the site is indexable. The css or the styles can influence SEO indirectly, but it should not completely block the search engines or it should not cause any major issues such as search engines not listing your site.

    <meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">
    

    Have you tried submitting a sitemap to Google?

    // https://developers.google.com/search/docs/crawling-indexing/sitemaps/build-sitemap
    // https://developers.google.com/search/docs/crawling-indexing/sitemaps/build-sitemap#addsitemap

    Best regards,
    Ismael

    in reply to: Use category variable for portfolio item base #1378530

    Hi,

    As you have noticed, the solution that we recommended above works correctly for the portfolio items but it breaks the default post types such as pages and posts. Unfortunately, we are not yet sure why this is happening. Using the plugin might solve the issue.

    Best regards,
    Ismael

    in reply to: Area section into blog categories #1378529

    Hey Sebastian,

    Thank you for the inquiry.

    You will have to directly add the shortcode of the full width section in the archive.php template or use this hook in the functions.php file.

    add_action("ava_after_main_title", function() {
        $post_id = get_the_ID();
    
        if(get_post_type( $post_id ) == "post" || is_archive())
        {
            $thumbnail = get_the_post_thumbnail_url ( $post_id );
    
            echo do_shortcode("[av_section min_height='50' min_height_pc='25' min_height_px='500px' shadow='no-border-styling' bottom_border='no-border-styling' bottom_border_diagonal_color='#333333' bottom_border_diagonal_direction='' bottom_border_style='' padding='default' custom_margin='0px' custom_margin_sync='true' av-desktop-custom_margin='' av-desktop-custom_margin_sync='true' av-medium-custom_margin='' av-medium-custom_margin_sync='true' av-small-custom_margin='' av-small-custom_margin_sync='true' av-mini-custom_margin='' av-mini-custom_margin_sync='true' svg_div_top='' svg_div_top_color='#333333' svg_div_top_width='100' svg_div_top_height='50' svg_div_top_max_height='none' svg_div_top_opacity='' svg_div_bottom='' svg_div_bottom_color='#333333' svg_div_bottom_width='100' svg_div_bottom_height='50' svg_div_bottom_max_height='none' svg_div_bottom_opacity='' color='main_color' background='bg_color' custom_bg='' background_gradient_direction='vertical' background_gradient_color1='#000000' background_gradient_color2='#ffffff' background_gradient_color3='' src='" . $thumbnail . "' attachment='31' attachment_size='full' attach='scroll' position='center center' repeat='stretch' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='' custom_arrow_bg='' css_position_z_index='' av-desktop-css_position_z_index='' av-medium-css_position_z_index='' av-small-css_position_z_index='' av-mini-css_position_z_index='' id='' custom_class='' template_class='' aria_label='' av_element_hidden_in_editor='0' av_uid='av-lck8sod6' sc_version='1.0'][/av_section]");
        }
    }, 10, 1);
    

    Replace the value of the $thumbnail with the URL of the image that you would like to display as background.

    Best regards,
    Ismael

    in reply to: SocialMedia-Link for FB doesn't work (anymore) #1378526

    Hey slikslok,

    Thank you for the inquiry.

    The FB icon seems to be redirecting to the correct URL. Would you mind providing a short clip of the issue?

    Best regards,
    Ismael

    in reply to: Booking #1378524

    Hi,

    Great! Glad to know that the solution is working. Please feel free to open another thread if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

    Hey Stephen,

    Thank you for the inquiry.

    You can add the following code in the functions.php file to adjust the size of the catalogue images.

    add_filter( 'avf_wc_before_shop_loop_item_title_img_size', 'avf_wc_before_shop_loop_item_title_img_size_mod', 10, 1 );
    function avf_wc_before_shop_loop_item_title_img_size_mod( $thumbnail_size ) {
        return 'woocommerce_thumbnail';
    }

    Best regards,
    Ismael

    Hey connect4consulting,

    Thank you for the inquiry.

    The option Use Custom Page Template is not enabled for the ccbc entry. The entry returned back to its previous layout after enabling the option.

    Best regards,
    Ismael

    in reply to: Multiple Locations menu and pages #1378519

    Hi,

    I need to show these sub menu items on each page beside the top menu so they always show

    There is no option for this by default, but you can directly create an additional menu inside the helper-main-menu.php template. Unfortunately, this is beyond the scope of support. Another solution is to add and display the submenu items in the secondary menu and toggle the visibility of the menu items on certain pages using the following plugin.

    // https://wordpress.org/plugins/if-menu/
    // https://wordpress.org/plugins/conditional-menus/

    You can enable the secondary menu in the Enfold > Header > Extra Elements tab. Look for the Header Secondary Menu settings.

    Best regards,
    Ismael

    in reply to: Flipbox – minimum height not work #1378518

    Hi,

    Thank you for the info.

    We created a test page (see private field), added a Icon/Flipbox Grid element and the Minimum Height value seems to be applying correctly to the items. Please try to remove the existing flipbox and try to add it again from scratch.

    Best regards,
    Ismael

    in reply to: Heading (f.e. H1, ..) same width as text/content #1378517

    Hi,

    The heading then moves to the appropriate edge (left or right), however my wish for the heading content (text) to stretch across the entire column width has
    not yet been fulfilled. But as mentioned in the first post, I don’t even know if this is possible at all?

    This is possible as long as the heading is not center aligned. You can also try and set the text alignment to “justify”. Please provide the site URL so that we can check the issue properly.

    // https://developer.mozilla.org/en-US/docs/web/css/text-justify

    Best regards,
    Ismael

    in reply to: portfolio grid – portfolio selection in lightbox mode #1378515

    Hi,

    Thank you for the update.

    The code for the portfolio sorting is in the config-templatebuilder\avia-shortcodes\portfolio\portfolio.php file, around line 1169 you will find the sort_buttons function. You may need to reinitialize the lightbox with a different configuration after any of the sorting filter is clicked. The theme is using the following popup script.

    // https://dimsemenov.com/plugins/magnific-popup/

    Best regards,
    Ismael

    in reply to: Use category variable for portfolio item base #1378359

    Hi,

    UPDATE: Looks like the filter causes errors for pages. Please remove the filter for now. Have you tried this plugin instead?

    // https://ga.wordpress.org/plugins/custom-post-type-permalinks/

    Please make sure to create a backup or a restore point before using the plugin.

    Best regards,
    Ismael

    in reply to: Use category variable for portfolio item base #1378358

    Hi,

    Did you set the Permalink structure to Postname (/%postname%/)? The Portfolio Items Base and the Portfolio Categories Base should be set to default, portfolio-item and portfolio_entries respectively. Please go to the Settings > Permalinks panel, check the settings and resave.

    Best regards,
    Ismael

    in reply to: PHP version for Theme Display Version: 1.4.1 #1378356

    Hey Carolyn Millington,

    Thank you for the inquiry.

    The Display theme is only compatible with PHP 5.6. The support for the theme has been dropped a long time ago, so it hasn’t been updated for a while. You have to downgrade PHP or convert to a different theme such as Enfold.

    // https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990

    Best regards,
    Ismael

    in reply to: How would I achieve the Parallax look (plus a little more) #1378355

    Hi,

    Thank you for the update.

    You have to place the Columns inside a Color Section element, edit the color section, go to the Advanced > Position toggle and set the Z-Index – default setting field to 10 or higher. This will move the color section or the columns above the layer slider.

    Best regards,
    Ismael

    in reply to: shop edit #1378353

    Hi,

    That is the default shop page. You cannot edit it using the Advance Layout Builder or the default editor, but you can adjust some of its component in the Appearance > Customize > Woocommerce panel. Check the Product Catalog and Product Images settings. For more info about the shop options, please check the documentations below.

    // https://woocommerce.com/document/woocommerce-customizer/
    // https://woocommerce.com/document/configuring-woocommerce-settings/#general-options

    Best regards,
    Ismael

Viewing 30 posts - 9,091 through 9,120 (of 67,445 total)