Forum Replies Created

Viewing 30 posts - 20,521 through 20,550 (of 67,479 total)
  • Author
    Posts
  • in reply to: set image alt tag and title in image media element #1156605

    Hey!

    Yes but this will add it permanently.? – so it will change everywhere the image is placed.

    As suggested above, you have to edit the gallery template, fetch the value of the custom field from there, then assign it as the value of the gallery item’s title or alt attribute. Adding multiple custom fields should be possible — one for each required attribute. What do you mean exactly when you say “attachment”?

    Best regards,
    Ismael

    in reply to: menu button color change when scrolling #1156604

    Hi,

    Thank you for the update.

    Did you remove the button (image)? We are able to access the dashboard using the account above, but it doesn’t have admin rights, so we can’t edit the settings or the css code. Please set the account’s user role accordingly. We will check the thread again after.

    Best regards,
    Ismael

    in reply to: Linking from Portfolio Grid #1156603

    Hi,

    Thank you for the update.

    The entry redirects to Google, but you’re probably expecting that a click on the grid item will immediately redirect to the custom link. Unfortunately, that’s not how it works. When the AJAX option is enabled, the grid item will open the AJAX preview and the custom link will only be accessible from the AJAX preview title.

    
    <h2 class="portfolio-preview-title entry-title " itemprop="headline"><a href="http://google.com">Glass Tesserae (8th Century CE. - Modern Day)</a></h2>
    

    Best regards,
    Ismael

    in reply to: Styling New Widget Area #1156601

    Hi,

    Thank you for the update.

    Where did you add the widget? Based on the snippet that you provided above, the widget should be located above the footer but it’s not there. Did you remove it? Please add the widget back so that we can get its id and modify the css code accordingly.

    Best regards,
    Ismael

    in reply to: Privacy/Cookies Modal Window #1156598

    Hi,

    Sorry for the confusion. You can actually change the tab content directly from the Privacy & Cookies > Modal Popup Window Content section. Look for the Tab Content field. It is possible to add more tabs in the modal window, and you can also replace the default text in the privacy shortcodes or privacy toggles when necessary. Wrap the custom text inside the privacy shortcodes like the following example.

    [av_privacy_allow_cookies]Your own text[/av_privacy_allow_cookies]
    

    Best regards,
    Ismael

    in reply to: Use custom post type wiht advanced layout builder #1156596

    Hi,

    Thank you for the update.

    You can copy the content of the template-builder.php file into the archive-team.php template, then display the content of the “equipe” page in the “team” archive by editing this code around line 69:

    $content = apply_filters( 'avia_builder_precompile', get_post_meta( get_the_ID(), '_aviaLayoutBuilderCleanData', true ) );
    

    Instead of getting the current ID, replace it with the ID of the “equipe” page.

    $content = apply_filters( 'avia_builder_precompile', get_post_meta( 48, '_aviaLayoutBuilderCleanData', true ) );
    

    The content of the “equipe” should display in the “team” archive page.

    Best regards,
    Ismael

    in reply to: Custom post type breaks html #1156595

    Hey oreely,

    Thank you for the update.

    What is the name/slug of the new custom post type? You may need to use the following filter to include it in the list of the builders’ supported post types. The content structuring in the post should work properly afterwards.

    // https://kriesi.at/documentation/enfold/intro-to-layout-builder/#alb-for-any-post-type

    Best regards,
    Ismael

    in reply to: Mobile Responsiveness For iPad #1156594

    Hi,

    Thank you for the update.

    The columns in the #foot container looks the same across the site — they stack on top of each other. The following is a screenshot of the #foot container in the “customer-support” page.

    Screenshot: https://imgur.com/a/ePa5gxF

    Please make sure that the browser cache is removed or try to check the site on incognito mode.

    Best regards,
    Ismael

    in reply to: WooCommerce Breadcrumbs Not Showing All Paths #1156592

    Hi,

    Glad to know that you were able to figure it out. Please don’t hesitate to open a new thread if you need anything else. We’ll try to be of more help next time. Thank you for your patience.

    Best regards,
    Ismael

    in reply to: set image alt tag and title in image media element #1156369

    Hi,

    Thanks @Guenni007.

    You should be able to add more fields in the filter used to add the copyright field in the gallery items. It’s in the functions-enfold.php file.

    if( ! function_exists( 'av_attachment_copyright_field_edit' ) )
    {
        function av_attachment_copyright_field_edit($form_fields, $post)
        {
    
            $form_fields['av_copyright_field'] = array(
                'label' => __('Copyright'),
                'input' => 'text',
                'value' => get_post_meta( $post->ID, '_avia_attachment_copyright', true ),
    		);
    
            return $form_fields;
        }
        add_filter( 'attachment_fields_to_edit', 'av_attachment_copyright_field_edit', null, 2 );
    

    Add a new value in the $form_fields array. Example:

    		$form_fields['av_custom_field'] = array(
                'label' => __('Custom Field'),
                'input' => 'text',
                'value' => get_post_meta( $post->ID, '_avia_attachment_custom_field', true ),
            );
    

    You will then be able to get the value of the field using the get_post_meta function.

    $custom = get_post_meta($attachment_entry->ID, '_avia_attachment_custom_field', true );
    echo $custom;
    

    Best regards,
    Ismael

    in reply to: Question about #wrap-all #1156366

    Hi,

    Thank you for the update.

    Can we access the site with the broken layout? We would like to inspect the content of the page. Please provide the login details in the private field.

    Do you think I run the shortcode parser?

    Yes, you should run the parser and see if it fixes the issue.

    Best regards,
    Ismael

    in reply to: Release date for 4.6.4 #1156363

    Hi,

    We would like to apologize for the inconvenience.

    1.) Did you set the Privacy & Cookies > Default Cookie Behaviour to the second or third option? This means that the essential cookies required for the spam protection is not available on page load, so it will not work immediately. Users have to accept the cookies first and reload the page, if auto reloading is disabled, in order to use the contact form properly, or for the spam protection to function as expected. You can either set the cookie behavior to the first option in order for the spam protection to work immediately on page load without requiring the user to accept the cookies, or leave the behavior as is and enable the default captcha in the contact for added security. Another alternative is to use a different contact form with the same spam protection option.

    2.) Are you having this issue on Safari browser? This thread should help fix the problem.

    // https://kriesi.at/support/topic/cookie-consent-bar/#post-1146123

    Thank you for your patience.

    Best regards,
    Ismael

    in reply to: Google fonts and Cookie Consent Bar #1156359

    Hi,

    Thank you for the update.

    The Enfold > Privacy & Cookies > Default Cookie Behaviour was set to the third option, so the fonts will not load unless the user manually click the privacy toggle to enable the font. We set it to the second option so that once the user accepted the cookies, the fonts will be enabled automatically. You can also set the cookie behaviour settings to the first option if you want the fonts to work automatically on page load even if the cookies have not been accepted yet.

    Best regards,
    Ismael

    in reply to: Google font not bold on mobile #1156353

    Hi,

    Thank you for the update.

    The Raleway font was actually displayed using the regular font weight even on desktop view because that’s the only available variation. We downloaded the font from Google including some of its variations and uploaded it in the Import/Export > Custom Font Manager. It is now displaying the actual 700 font weight variation.

    Best regards,
    Ismael

    in reply to: Main Portfolio images being cropped #1156351

    Hey jdelgadoesteban,

    Thank you for the inquiry.

    The following thread should lead you in the right directions.

    // https://kriesi.at/support/topic/stop-featured-images-cropping-in-single-posts-and-thumbnails/#post-1156268

    Install and activate the Simple Image Sizes plugin, look for the “entry_with_sidebar” thumbnail in the Settings > Media panel, adjust its size, update the changes, then regenerate the thumbnails or upload the featured image again.

    Best regards,
    Ismael

    in reply to: WPML language switcher in menu #1156350

    Hi,

    Thank you for the update.

    You can use the “icl_language_selector” action hook inside the header container to render the language switcher beside the burger menu element. Add this code in the functions.php file.

    function ava_icl_language_selector(){
    	do_action('icl_language_selector');
    }
    add_action('ava_main_header', 'ava_icl_language_selector');

    You can then adjust its position using css.

    Best regards,
    Ismael

    in reply to: Breadcrumbs not showing with the right paths #1156285

    Hey Rieckermann GmbH,

    Thank you for the inquiry.

    Have you tried setting the portfolio items’ Breadcrumb Hierarchy > Breadcrumb parent page settings? You should be able to set the Events page as the parent breadcrumb instead of the theme using the default breadcrumb trail.

    Best regards,
    Ismael

    in reply to: How do I prevent .ru from contact form #1156281

    Hi,

    Thank you for the update.

    but that’s not allowed acc. data protection act.

    The spam protection will not work without the required cookies, so you can either disable the spam protection and use another contact form plugin, or keep it enabled and add a notification for your users directly in the contact form element or a text block, telling them that they have to consent to the cookies first before using the contact form.

    Best regards,
    Ismael

    in reply to: More than one Caption on a video fullscreen slider #1156280

    Hi,

    Thank you for the update.

    It’s possible to add a caption for each slide. Is that what you’re looking for? If not, try to use the layer slider and play around with the transition options. You should be able to add multiple layers, use it as a caption and configure the transition interval.

    Best regards,
    Ismael

    in reply to: Contact form with bottom border only #1156273

    Hi,

    Thank you for the update.

    We were not able to check the contact form because the site didn’t load properly on our end. Did you install a security plugin, or block certain countries’ access to the site?

    According to the following tool, the site is completely down — not just for us.

    // https://downforeveryoneorjustme.com/grblindados.com.br

    Please try to contact your hosting provider regarding the status of the server.

    Best regards,
    Ismael

    Hi,

    Sorry for the delay. The thumbnail used in the blog overview page is called “square”, which has a maximum width and height of 180px — for the single post page, the “entry_with_sidebar” thumbnail is used, and it has a maximum size of 845x321px. You can adjust the thumbnails’ default size value by using the Simple Image Sizes plugin. After the plugin activation, go to the Settings > Media panel, look for the thumbnails mentioned above, adjust the size value and set the “Cropping” parameter to “No” to maintain the images’ aspect ratio. Save or update the changes, then regenerate the thumbnails or upload the images again.

    // https://wordpress.org/plugins/simple-image-sizes/

    Best regards,
    Ismael

    in reply to: Privacy and Cookies problems after updating enfold #1156267

    Hey carstenstrandvad,

    Thank you for the inquiry.

    We deactivated the Performance > File Compression settings temporarily to regenerate the scripts needed to run the new privacy options. The consent bar now displays when you load the page. If you want to add more options, you can reconfigure the new privacy options in the Enfold > Privacy & Cookies panel.

    Best regards,
    Ismael

    in reply to: Layerslider behind transparent menu with standard editor #1156266

    Hi,

    Thank you for the update.

    It looks like that because the content is wrapped inside an entry-content container — the default editor uses a predefined template, which can only be adjusted by modifying the single.php and the includes > loop-index.php file. Why do you need to switch to the default editor? You can always add texts using the text block element from the advance layout builder.

    Best regards,
    Ismael

    Hey siteraum,

    Thank you for the inquiry.

    Did you add the following snippet after activating the plugin? If yes, please remove the snippet because it’s already included in the core and is no longer required.

    // https://kriesi.at/documentation/enfold/search/#use-relevanssi-in-search-instead-of-the-default-search

    The AJAX search seems to be working properly in the first site.

    // https://imgur.com/a/z7XeBYy

    Best regards,
    Ismael

    in reply to: Headline Rotator Typewriter Animation Ampersand Bug #1156259

    Hi,

    Thank you for the update.

    We modified the enfold\config-templatebuilder\avia-shortcodes\headline_rotator\headline_rotator.js file to fix the issue temporarily. The html entity version of the ampersand will be replaced with its actual symbol instead, and prevent it from getting duplicated.

    Line 104:

    var content = _self.$next.data('av_typewriter_text') || _self.$next.html();
    				content = content.replace(/&/g, '&');
    

    Best regards,
    Ismael

    Hi,

    Sorry for the delay. Are you referring to the “Read Article” button within the slider? It is working properly on our end — the site redirects immediately to the specified link without scrolling down.

    Best regards,
    Ismael

    in reply to: Fullscreen slider on iPad #1156253

    Hi,

    Thank you for the update.

    The following css code should constrain the width of the background image to only within the slider container.

    @media only screen and (max-height: 1366px) {
        .home #fullscreen_slider_2 .avia-slideshow > ul > li {
    	background-size: contain;
        }
    }
    

    Apply a unique css class or ID to the slider if you want to replace the default selectors.

    // https://kriesi.at/documentation/enfold/add-custom-css/#enable-custom-css-class-name-support

    Best regards,
    Ismael

    in reply to: Stretch fullwidth content in tab section #1156252

    Hi,

    Thank you for the update.

    For some reason, we can’t open the context menu and inspect the site. Anyway, if you want to reduce the height of the sort buttons container, try to remove the padding or space around it using this css code.

    .av-masonry-sort {
    	padding: 0 40px;
    }

    To style the pagination and make it look more like a button with defined width, use this.

    .av-masonry-pagination.av-masonry-load-more {
    	width: 500px;
    	margin: 0 auto;
    	background: red;
    	color: blue;
    }
    

    Adjust the value as necessary.

    Best regards,
    Ismael

    in reply to: Changing the basket case symbol #1156251

    Hi,

    Thank you for the update.

    You should replace the above css code with the following code.

    #top .cart_dropdown_link span[data-av_icon]::before {
        content:'\e801'!important;
    }

    This will apply the icon only to the actual cart icon container, but not to the cart counter.

    Best regards,
    Ismael

    in reply to: Layer Slider Not Working #1156247

    Hi,

    Thank you for the update.

    What is the version of the theme prior to the update? The current slider might have been created from a version of the layer slider that is no longer compatible with the current one. You may need to re-create the slider from scratch.

    Best regards,
    Ismael

Viewing 30 posts - 20,521 through 20,550 (of 67,479 total)