Forum Replies Created

Viewing 30 posts - 6,211 through 6,240 (of 67,597 total)
  • Author
    Posts
  • in reply to: Bootstrap from Plugin kills sub page #1433441

    Hi,

    Thank you for the update.

    The errors are indicating issues with files from the casawp-master plugin:

    
    Fatal error: Uncaught TypeError: Cannot access offset of type string on string in /wp-content/plugins/casawp-master/modules/casawp/src/casawp/Service/Offer.php:
    
    plugins/casawp-master/vendor/zendframework/zend-view/src/Resolver/AggregateResolver.php
    

    To troubleshoot, you can temporarily disable the plugin by renaming the “casawp-master” folder located in “wp-content/plugins/” folder. For further assistance regarding these errors, please reach out to the developers of the plugin.

    Best regards,
    Ismael

    in reply to: Image resizing for mobile #1433423

    Hi,

    When I download the image with the srcet attribute on a mobile, it is still the same size in KB as the full size image.
    Any ideas?

    We added the value of the srcset in the private field as a list. Please note that the first image will only display when the screen width is more than 705px, the second when it’s 300px, the third when it’s 450px, and the last one in the list displays when the screen width is more than 600px but less than 705px. Please check the screen resolution of your mobile phone. Also, please note that when you download an image with an srcset attribute, the browser will select the image currently set in the src attribute or the image in the srcset with highest resolution.

    Best regards,
    Ismael

    in reply to: Column to Mobile 1024 Laptop Screen #1433419

    Hey annameis,

    Thank you for the inquiry.

    Make sure that the Row Settings > Row Screen Options > Fullwidth Break Point settings is set to the second option (Tablet), then add this css code to adjust the breakpoint to 1024px.

    @media only screen and (max-width: 1024px) {
      .responsive #top #wrap_all .flex_column.av-break-at-tablet,
      .responsive #top #wrap_all .av-break-at-tablet .flex_cell {
        margin: 0;
        margin-bottom: 20px;
        width: 100%;
        display: block;
      }
    }
    

    Best regards,
    Ismael

    in reply to: Bootstrap from Plugin kills sub page #1433418

    Hey Sebastian,

    Thank you for the inquiry.

    We get an error when we try to open one of the listings — the layout looks broken. Please set your installation to debug mode so that we can check for errors. Please refer to the link below for more info about debugging.

    // https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
    // https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/#example-wp-config-php-for-debugging

    Please make sure that WP_DEBUG_DISPLAY is set to true.

    Best regards,
    Ismael

    in reply to: Homepage is not saving. #1433413

    Hi,

    Thank you for the update.

    We tested the page again today and were able to successfully apply the template and update the page. Have you managed to resolve the issue on your end? We tried to set the builder to debug mode to extract the builder shortcodes and apply them to our local installation but the shortcode fields did not display as expected.

    Best regards,
    Ismael

    in reply to: how to show posts without margin #1433411

    Hi,

    Thank you for the update.

    The maximum width of the fullwidth posts is set to 800px by default, but you can adjust it by adding this code in the Quick CSS field.

    #top .fullsize .template-blog .post .entry-content-wrapper > * {
        max-width: 100em;
        margin-left: auto;
        margin-right: auto;
    }
    
    #top .fullsize .template-blog .post .entry-content-wrapper {
        max-width: 1310px;
    }
    

    You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the modification to make sure that the changes take effect.

    Best regards,
    Ismael

    in reply to: Fade in and fade out animations #1433408

    Hey josikrop1,

    Thank you for the inquiry.

    You can use the Column elements to implement fade-in effects, but please note that this animation will trigger only once upon scrolling when the element becomes partially visible in the viewport. The elements will not fade out when scrolling back up. You can find the Animation settings in the Advanced tab of the Column elements.

    Best regards,
    Ismael

    in reply to: Empty first line in my html page #1433406

    Hey Elena,

    Thank you for the inquiry.

    We’re not really sure about the source of the blank line, but your RSS feeds should remain readable. You can verify this by testing the feed using the following link: (see private field)

    Please keep in mind that the theme doesn’t generate or alter the RSS template.

    Best regards,
    Ismael

    in reply to: Google reCAPTCHA version 3: spam via contactform #1433405

    Hi,

    In the description of “WP Armour Extended” (paid version) also Enfold is mentioned (Avia-Enfold-Theme). What does this mean exactly?

    We understand your interest in using the plugin, but unfortunately, we haven’t had the opportunity to test it. At this time, we don’t have plans to make the default contact form compatible with the free version of the plugin. Thank you for your understanding.

    Best regards,
    Ismael

    in reply to: portfolio catagory page adjust #1433404

    Hi,

    Thank you for the update.

    1.) You can change the content of the sidebar by adding widgets to the Displayed Everywhere widget area in the Appearance > Widgets panel.

    2.) And to adjust the images in the tag pages, please add this filter in the functions.php file.

    add_filter("avf_post_slider_args", function($atts, $context) {
    	if( $context == "tag" ) {
    		$atts['preview_mode'] = 'custom';
    		$atts['image_size'] = 'full';
    	}
    	return $atts;
    }, 10, 2);
    

    Again, if you have any additional questions, please open a separate thread for each inquiry. Thanks!

    Best regards,
    Ismael

    in reply to: Woocommerce random image in product archive not working #1433403

    Hey Thomas,

    Thank you for the inquiry.

    You may also need to remove this action in order to override the default product thumbnails on the archive pages.

    add_action( 'woocommerce_before_shop_loop_item_title', 'avia_woocommerce_thumbnail', 10 );
    

    Best regards,
    Ismael

    in reply to: Request to check page editing errors (Avia Layout Builder) #1433402

    Hi,

    Thank you for the update.

    Did you change the login URL? We can’t access the site using the default login path (wp-login, wp-admin). Please provide the custom login URL in the private field.

    Best regards,
    Ismael

    in reply to: reverse order latest portfolio widget #1433401

    Hey Munford,

    Thank you for the inquiry.

    You’ll find the widget template in the widgets/widget-classes/class-avia-newsbox.php, and the query around line 163:

    {
    $new_query = array(
    'posts_per_page'	=> $count,
    'tax_query'			=> array(
    		array(
    			'taxonomy'	=> $this->avia_term,
    			'field'		=> 'id',
    			'terms'		=> explode( ',', $cat ),
    			'operator'	=> 'IN'
    		)
    	)
    );
    }
    

    Best regards,
    Ismael

    in reply to: Visuell Editor shows no results, only text does it ? #1433400

    Hi,

    Thank you for the update.

    We can’t reproduce the same issue on our end, so it’s probably caused by a custom script or a custom modification on your end. However, we did find an error indicating a missing file in the wp-includes folder:

    GET https://www.site.org/wp-includes/js/tinymce/skins/lightgray/skin.min.css?wp-mce-49110-20201110 net::ERR_ABORTED 404 (Not Found)
    

    To fix the issue, please try to get a fresh copy of WordPress and the latest version of the theme, then override the current installation. Make sure to create a backup before doing so.

    Best regards,
    Ismael

    in reply to: Request to check page editing errors (Avia Layout Builder) #1433198

    Hi,

    Thank you for the info.

    The automatic update will no longer work with the current version (4.8) installed on your site. You will have to update the theme manually via FTP this once. Please check the link below.

    // https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp

    Best regards,
    Ismael

    in reply to: Blog Single Author Small without sidebar #1433196

    Hi,

    Glad we could be of help! Please feel free to open another thread if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: ‘Special Heading’ and ‘Button Row’ Animation #1433192

    Hey bemodesign,

    Thank you for the inquiry.

    1.) The Special Heading element doesn’t have animation settings by default. However, you can achieve animation effects by adding a Column element, moving the Special Heading element inside it, and then configuring the column’s Animation settings in the Advanced tab.

    2.) Unfortunately, this is not available out of the box. You may need to use the Button element if you want them to animate separately.

    Best regards,
    Ismael

    in reply to: Enfold Theme Not Working Correctly #1433190

    Hey mateodc,

    Thank you for the inquiry.

    Did you modify any templates in your child theme, and what was the version of the theme before the upgrade? You might need to revert to a recent backup with the older version of the theme, then create a staging or development version of the site. Afterward, you can upgrade the development version first, address any errors there, and then upload it to the live site.

    Best regards,
    Ismael

    in reply to: Portfolio grid filter categories styling #1433189

    Hey Qgrafica_7,

    Thank you for the inquiry.

    You can use the following css code to adjust the style of the sorting buttons.

    #top .av-sort-yes-tax .av-sort-by-term, #top .av-sort-yes-tax .sort_by_cat a, #top .av-sort-yes-tax .av-sort-by-term, #top .av-sort-yes-tax .sort_by_cat .text-sep {
        color: red;
        margin-right: 10px;
        font-size: 20px;
    }
    
    #top .av-sort-yes-tax .sort_by_cat a:hover {
        color: blue;
    }
    

    Best regards,
    Ismael

    in reply to: Vertical alignment for special headings #1433187

    Hey josikrop1,

    Thank you for the inquiry.

    The theme automatically aligns the content to the center when a minimum height for a Color Section is set. You can add this css code to adjust the alignment.

    #top #section-mobile-bergsteigen .container .content {
        vertical-align: top;
    }
    

    You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings in order to ensure that the changes take effect.

    Best regards,
    Ismael

    in reply to: Visuell Editor shows no results, only text does it ? #1433185

    Hey HUHU7777,

    Thank you for the inquiry.

    The Text Block editor looks broken. Have you tried deactivating the plugins temporarily? A plugin conflict may be one of the reasons for this issue. To find which plugin is causing the conflict please follow these steps:

    1. Go to your plugins page > Deactivate all active Plugins
    2. Update WordPress and Enfold to the latest version if you have not.
    3. Make sure all the plugins are updated.
    4. If the problem does not persist when plugins are turned off, activate one plugin at a time and refresh until you find the plugin in conflict.

    Let us know if this helps.

    Best regards,
    Ismael

    in reply to: Homepage is not saving. #1433184

    Hi,

    Thank you for the inquiry.

    We tried editing the page, removing content one at a time and updating, but the issue persists. We can only update the page when all content has been removed. Unfortunately, we cannot find any errors or clues as to why the issue is happening. Have you tried recreating the page from scratch?

    Please try setting the builder to debug mode so that we can check the builder shortcodes.

    // https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode

    Best regards,
    Ismael

    in reply to: tables column widths #1433183

    Hi,

    Did you remove the previous css code? Please keep the previous css code then add the latest modification.

    Best regards,
    Ismael

    in reply to: portfolio catagory page adjust #1433182

    Hey Yaphoon,

    Thank you for the inquiry.

    You can use this css code to adjust the style of the masonry title.

    .av-masonry-entry .av-masonry-entry-title {
        line-height: 1.3em;
        margin: 0;
        font-size: 20px;
        font-family: Verdana;
    }
    

    To adjust the hover color of the menu button, add this.

    #top #wrap_all .header_color #menu-item-174:hover > a .avia-menu-text {
        background-color: #3f75e9;
        color: #ffffff;
        border-color: #3f59e9;
    }

    And to adjust the size of the images in the archive pages, you have to edit the enfold/taxonomy-portfolio_entries.php and adjust the parameters in the avia_post_grid instance around line 38.

    $grid = new avia_post_grid(
    										array(
    											'linking'			=> '',
    											'columns'			=> '3',
    											'contents'			=> 'title',
    											'sort'				=> 'no',
    											'paginate'			=> 'yes',
    											'set_breadcrumb'	=> false,
    											'preview_mode' => 'custom',
    											'image_size' => 'full'
    										));
    

    If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Thanks!

    Best regards,
    Ismael

    in reply to: Filter input in iconfont #1433179

    Hey Patrick,

    Thank you for sharing this modification. We’ll push this thread to our channel or tag Guenter so that he can follow up.

    Best regards,
    Ismael

    in reply to: How to remove column spacing? #1433178

    Hi,

    Thank you for the inquiry.

    We can’t reproduce the same issue on our end. There are no spaces between the columns when we adjust the Space Between Columns settings. It’s possible that there are custom css modifications on your end that override the default styles.

    Best regards,
    Ismael

    in reply to: Strange problem with empty code-block #1433177

    Hey Bernd,

    Thank you for the inquiry.

    We don’t recommend embedding scripts or iframes in a Text or Code Block as they could break the builder or the layout of the page. Instead, you can create a custom shortcode or register the script properly using native WordPress functions.

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

    Best regards,
    Ismael

    in reply to: Dropdown menu accessibility (arrow keys NOT tab) #1432985

    Hi,

    Thank you for the update.

    The error seems to be generated because of the function name. Please remove the dash or hyphen from the “sub-menu” and replace it with an underscore.

    function tab_though_menu_skipping_sub_menu_items_unless_down_or_up_arrow_keys_are_used() { ?>
    

    Best regards,
    Ismael

    in reply to: Request to check page editing errors (Avia Layout Builder) #1432969

    Hi,

    Alright! We’ll keep the thread open. Please let us know once the site is updated to version 5.6.10.

    Best regards,
    Ismael

    in reply to: ENFOLD – Portfolio Grid Option #1432968

    Hi,

    The theme already has its own Lightbox option, and the builder also includes Gallery and Masonry elements, so the plugin might not be as necessary.

    Best regards,
    Ismael

Viewing 30 posts - 6,211 through 6,240 (of 67,597 total)