Forum Replies Created

Viewing 30 posts - 17,821 through 17,850 (of 67,463 total)
  • Author
    Posts
  • Hi,

    Thank you for the info.

    As we mentioned earlier the order of the price and quantity in the cart container changes when the plugin is enabled. They can easily check that. Do they have an idea why it’s happening? Is there anything in the plugin that modifies the product or cart template?

    Best regards,
    Ismael

    in reply to: Title on bbpress forum threads #1231126

    Hi,

    Thank you for the update.

    1.) You can try the ava_after_main_title but it will render the title outside the main container or away from the forum content. Better solution is to directly modify the includes > loop-page.php file as suggested previously.

    2.) You can wrap it inside an html tag, a div or a span tag with a class or ID attribute, so that you can style it properly.

    Example:

    if(bbp_is_single_topic()) {
         echo "<div class='bbp-topic-title'>".bbp_get_topic_title()."</div>";
    }
    

    You can then use the selector “.bbp-topic-title” to style the text.

    3.) We have already checked that file and there’s nothing there that removes the forum or topic title. The reason they don’t display is because of the modified template (loop-page.php) as we have said earlier.

    Best regards,
    Ismael

    in reply to: can't translate the page content with WPML #1231125

    Hi,

    Thank you for the update.

    Looks like they removed the “Use the translation editor” checkbox from the Settings > Multilingual Content Setup tab. The remaining options don’t seem to be working properly with the advance layout builder (ALB). Have you tried cloning the site instead? You can then manually edit the content of the translated page directly in the Advance Layout Builder instead of using the String Translation panel.

    Best regards,
    Ismael

    in reply to: H1 in layerslider #1231123

    Hi,

    Did you try the css code that we suggested above? You can use it to move the whole slider. You can also apply a unique class or ID attribute to the H1 layer directly from the layer slider panel and use it to adjust its position.

    Best regards,
    Ismael

    in reply to: Video controls don't show up on full width slider #1231119

    Hi,

    Sorry for the delay. We tried to resize the video manually by editing the css directly in the browser inspector and we were able to control the audio.

    Can we access the dashboard? We would like to be able to toggle the slider settings so that so we can check the video controls properly.

    Best regards,
    Ismael

    in reply to: Order posts within a category by alphabet #1230894

    Hi,

    Thank you for the update.

    The is_category function will only work or will only return true if the current page is a category archive page. Maybe you need to use the is_page function instead.

    is_page:

    is_category:
    // https://developer.wordpress.org/reference/functions/is_category/

    Best regards,
    Ismael

    Hi,

    The permalink of the home page is not editable because Polylang has to set the permalinks automatically to properly redirect each language to their respective front pages. You might have to set the Home page for each language in the Settings > Reading panel. (see private field)

    And if you don’t want to see the post or page title in the URL of the front page, enable the “The front page url contains the language code instead of the page name or page id” option in the Languages > Settings panel

    Best regards,
    Ismael

    in reply to: ZEO page customs field ? #1230892

    Hi,

    Aside from removing the unwanted header custom field, we didn’t really do anything to the site, so we are not really sure where the custom field came from. Do you see any error in the site because of that custom field?

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    You have to create a new path for the shortcodes in the child theme directory by using the “avia_load_shortcodes” filter. Please check the documentation for more info:

    // https://kriesi.at/documentation/enfold/intro-to-layout-builder/#add-elements-to-alb

    After adding the “shortcodes” folder or path, create a duplicate of the enfold\config-templatebuilder\avia-shortcodes\tab_section folder inside the new shortcodes path, then edit the tab_section.php file. Inside the file, look for the extra_assets function and adjust the script URL so that it points to the new path in the child theme directory.

    		function extra_assets()
    		{
    			//load css
    			wp_enqueue_style( 'avia-module-tabsection', AviaBuilder::$path['pluginUrlRoot'] . 'avia-shortcodes/tab_section/tab_section.css', array( 'avia-layout' ), false );
    			//load js
    			wp_enqueue_script( 'avia-module-tabsection', AviaBuilder::$path['pluginUrlRoot'] . 'avia-shortcodes/tab_section/tab_section.js', array( 'avia-shortcodes' ), false, true );
    		}
    
    

    Related threads:

    // https://kriesi.at/support/topic/how-to-make-the-submenu-sticky-on-mobile/#post-1225113
    // https://kriesi.at/support/topic/issues-in-adding-custom-code-to-postslider-php-in-child-theme/#post-1230323
    // https://kriesi.at/support/topic/content-slider-column-amount/#post-1224986

    Best regards,
    Ismael

    in reply to: Perfect Masonry Portfolio Item Order #1230885

    Hi,

    Do you see any layout issues because of these padding? The layout of the page looks fine on our end — the masonry items are resizing accordingly.

    the padding and margin should be the same for each portfolio item

    If you want the items to have the same size, set the Size Settings to Perfect Grid, and as we have mentioned earlier, the theme automatically applies padding to each masonry item to control their aspect ratio. The padding value is calculated based on the size and aspect ratio of the featured image.

    When I select the option “perfect manual masonry”

    Please check the description of the size settings for more info.

    Perfect Manual Masonry: Manually control the height and width of entries by adding either a “landscape” or “portrait” tag when creating the entry. Elements with no such tag use a fixed default size, elements with both tags will display extra large

    Best regards,
    Ismael

    in reply to: Time line in colorsection is not responsive #1230882

    Hey Hamalaga,

    Thank you for the inquiry.

    The timeline element in the “fuer-studierende” is not working properly because of a script error.

    Uncaught TypeError: can't access property "prev_url", containerData is undefined
        request https://site.com/wp-content/plugins/the-events-calendar/src/resources/js/views/manager.js?ver=5.1.4:422
        onPopState https://site.com/wp-content/plugins/the-events-calendar/src/resources/js/views/manager.js?ver=5.1.4:396
        jQuery 2
    
    

    It’s from The Events Calendar plugin.

    To adjust the color of the timeline content, try to use this css code.

    .av-milestone-content {
    	color: #ffffff !important;
    }

    Best regards,
    Ismael

    in reply to: ZEO page customs field ? #1230858

    Hi,

    Thank you for the info.

    The custom field is not added by the theme, so it’s probably from a plugin or a custom script. You can remove it if you don’t find it necessary, but again a plugin or a custom script might look for it, or regenerate it again.

    Best regards,
    Ismael

    Hi!

    but normally I set up on the “slug” what I like to be seen as permalink

    Is this before or after you created a page or post? You can only edit or assign custom permalink after creating the page or post.

    and I normally left the home page with no slug

    You could edit the post and change the permalink manually. Make sure that the URL is unique, so it doesn’t conflict with other URLs. It might take a while, maybe weeks or month, before these changes reflect in Google console.

    You can also ask Google to re-crawl or re-index the site if necessary.

    // https://support.google.com/webmasters/answer/6065812?hl=en

    Crawling can take anywhere from a few days to a few weeks. Be patient and monitor progress using either the Index Status report or the URL Inspection tool.
    All methods described here have about the same response time.
    There is a quota for submitting individual URLs.
    Requesting a recrawl multiple times for the same URL or sitemap won’t get it crawled any faster.

    Regards,
    Ismael

    in reply to: Notification Box #1230854

    Hi,

    Thank you for the update.

    The theme automatically strips the html tags inside the content, or automatically add paragraph tags when necessary. If you want to disable this behavior, you have to modify the themes\enfold\config-templatebuilder\avia-shortcodes\notification\notification.php file around line 415:

    $output .= ShortcodeHelper::avia_apply_autop( ShortcodeHelper::avia_remove_autop( $content ) ) . '</div>
    ';
    

    Remove the avia_apply_autop and avia_remove_autop functions.

    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: aviaAsset_avia-head-scripts in Table wp_options #1230849

    Hi,

    You’re welcome. Please don’t hesitate to open a new thread if you need anything else.

    Have a nice day ahead.

    Best regards,
    Ismael

    in reply to: Edit toggle button of modal window (cookies) #1230848

    Hi,

    My bad. I forgot to change selector for the FR language. Please update the code again.

    We changed this line:

    html[lang="fr-FR"] .en-cookie {
    

    .. to:

    html[lang="fr-FR"] .fr-cookie {
    

    If it doesn’t work still, try to add the important rule to the display property.

    html[lang="en-US"] .en-cookie {
      display: inline !important;
    }
    
    html[lang="fr-FR"] .fr-cookie {
      display: inline !important;
    }

    Best regards,
    Ismael

    in reply to: Burger when scrolling down #1230847

    Hi,

    Thank you for the update.

    Did you remove the account above? We tried to access the dashboard again using that account, but it’s not valid anymore.

    We might have to add another condition to the script so that it won’t get applied on certain pages.

    if($(window).width() > 1366 || ! $('body').is('.woocommerce-page, .page-id-209') ) {
        avia_scroll_top_menu();
    }

    This checks if the body container contains the class names “.woocommerce-page” or “.page-id-209”. Please adjust the selectors if necessary.

    Best regards,
    Ismael

    Hi,

    Yes, you’re right. I forgot to consider the initial slide. Thank you for the info.

    Best regards,
    Ismael

    Hi,

    We tried to modify the files via the Appearance > Editor panel but we always get an error.

    Unable to communicate back with site to check for fatal errors, so the PHP change was reverted. You will need to upload your PHP file change by some other means, such as by using SFTP.

    We might have to access the file server directly. Please post the SFTP login details in the private field.

    It probably doesn’t work yet because the /js/avia-snippet-megamenu.js in the child theme is not yet registered. So to register the script, look for the av_dequeue_child_stylecss function inside the child theme’s functions.php file, then place this snippet.

    wp_dequeue_script('avia-megamenu');
    wp_enqueue_script('avia-megamenu', get_stylesheet_directory_uri().'/js/avia-snippet-megamenu.js', array('avia-default'), '', true);
    

    You can also create a new wp_enqueue_scripts hook if you don’t want to mix JS with the CSS files.

    Thank you for your patience.

    Best regards,
    Ismael

    Hi,

    I now see that that action has also made sure that the fix for the opened blog entries also applies to the opened blog archive entries. Now everything indeed points to the real blog page in the breadcrumbs.

    It’s a happy accident then. Please let us know if you need anything else.

    Added remark for ReadMore issue:
    Your solution for setting the WP Settings to default cannot be used, as it results in an issue with Blog Grid pagination (404s). Blog Grid page pagination only works when the WP settings are set the same as the Homepage & Blog Settings in Enfold theme. You may want to look into that.

    This might be due to the Blog page and Blog category having the same slug, so the server doesn’t know where to redirect the paginated pages. You may want to consider changing the name of the category.

    Thank you for your patience.

    Best regards,
    Ismael

    in reply to: Optimizing images: Should I use more than 1 version? #1230836

    Hi,


    @Guenter
    said that we will be using the default srcset functions that are already available in the WP core and add it gradually starting from the Image element. There’s no ETA yet, unfortunately, but it will probably be available in the next beta release (4.7.5.1).

    // https://make.wordpress.org/core/2015/11/10/responsive-images-in-wordpress-4-4/
    // https://developer.wordpress.org/reference/functions/wp_calculate_image_srcset/

    Thank you all for your patience.

    Best regards,
    Ismael

    Hi,

    Very sorry for the delay. Rikard said that he can see the difference between the editor but he’s not sure if this is something from the theme. It doesn’t seem like a critical issue because you can still work on the editor.

    Best regards,
    Ismael

    in reply to: aviaAsset_avia-head-scripts in Table wp_options #1230602

    Hi,

    Yes, you can delete those entries. The theme will just regenerate them if you decided to use the default compression again. But of course creating a backup or a restore point first is always recommended whenever you need to do something in the database.

    Thank you for your patience.

    Best regards,
    Ismael

    in reply to: Search – number of displayed results #1230600

    Hey!

    Thank you for that info.

    As I told you before, I only added a searchform.php file in my enfold-child folder, to transform the classic search to WooCommerce search.

    That is actually the problem. The script used for the AJAX search depends on the markup inside that form, so you have to revert it back to default if you want to make the AJAX search work again. Unfortunately, you can’t use both WooCommerce and the theme’s default search.

    Best regards,
    Ismael

    in reply to: custom sidebar on buddypress pages #1230599

    Hi,

    Great! Glad to know that it’s working properly now. Please feel free to open another thread if you need anything else.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Event Tickets not working #1230597

    Hi,

    Awesome! Glad to know that it’s working properly now. Please don’t hesitate to open a new thread if you need anything else.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Custom single.php with avia/enfold Shortcodes #1230596

    Hi,

    Sorry for the confusion. Try to add snippet in the functions.php file.

    function avf_custom_exec_sc_only_mod( $exec_sc_only, $obj_sc, $atts, $content, $shortcodename, $fake )
    {
    	return true;
    }
    
    add_filter( 'avf_alb_exec_sc_only', 'avf_custom_exec_sc_only_mod', 10, 6 );
    

    This should allow the theme to execute shortcodes outside the builder.

    Thank you for your patience.

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    We adjusted the script and wrap the line in back quotes. It still doesn’t work because the data-src attribute is missing from the color section container. Did you modify the section.php file as suggested previously? If you can provide the FTP account, we’ll add the modifications for you.

    If you want to test it yourself, just replace the themes\enfold\config-templatebuilder\avia-shortcodes\section.php file with this..

    // https://pastebin.com/0ZiZb5iE

    Best regards,
    Ismael

    in reply to: issues with blogpage and posts #1230592

    Hi,

    Sorry about that. We found this css code which shifts the grid wrap to the right by 16px cutting the right edge off.

    .slide-entry-wrap {
    	margin-left: 16px !important;
    }
    

    Did you add it? If not, you can use this css to override it.

    .slide-entry-wrap {
    	margin-left: 0!important;
    }
    

    Best regards,
    Ismael

    Hey SyberKnight,

    Thank you for the inquiry.

    The theme is still using the same lightbox script, so previous methods that are available in the forum or in the documentation will still work. And it will still automatically apply the script to links or images when necessary. If you want to control how the lightbox script behaves, you can re-initialize the lightbox script for a certain element, then pass your own parameters.

    These are some examples available in the forum. Just search for “magnificPopup”.

    // https://kriesi.at/support/topic/secundary-menu-no-modal-possible/#post-1205935
    // https://kriesi.at/support/topic/pop-up-fenster/#post-1201896
    // https://kriesi.at/support/topic/add-caption-in-lightbox-under-image-in-masonry-gallery/#post-1180698

    additionally, what do you suggest for constraining these lightboxes to dimensions we choose AND controlling scrolling both vertically & horizontally?

    Unfortunately, you can only set the size of the lightbox container with css because there is no parameter given for it.

    Best regards,
    Ismael

Viewing 30 posts - 17,821 through 17,850 (of 67,463 total)