Forum Replies Created

Viewing 30 posts - 18,571 through 18,600 (of 66,739 total)
  • Author
    Posts
  • in reply to: Problem in Tab section position below or above #1184366

    Hey patpatpat,

    Thank you for the inquiry.

    Looks like options are not properly translated in your installation, but the translations for the options exist in the FR language file when we check. Did you upload your own language file, or change the directory of the locale?

    
    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/tabs/tabs.php:255
    msgid "Display tabs at the top"
    msgstr "Afficher les onglets en haut"
    
    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/tabs/tabs.php:256
    msgid "Display Tabs on the left"
    msgstr "Afficher les onglets à gauche"
    
    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/tabs/tabs.php:257
    msgid "Display Tabs on the right"
    msgstr "Afficher les onglets à droite"
    
    

    Best regards,
    Ismael

    in reply to: can't display my category in shop page #1184058

    Hi,

    Thank you for the update.

    We can’t really tell yet why the products don’t display in the grid. We’ll have to debug the issue further. Please post the S/FTP details in the private field so that we can access the files. For the meantime, try to disable the plugins temporarily except for the shop plugin.

    Best regards,
    Ismael

    in reply to: Modify Blog Grid Layout #1184057

    Hey navindesigns,

    Thank you for the inquiry.

    This may be possible, but you have to define the excerpt of the posts manually and make sure that the content length for each post is different. It seems to be what makes the grid shown in the screenshot to be uneven.

    Best regards,
    Ismael

    in reply to: something is not shown and: blog-functions #1184056

    Hi,

    Thank you for the update.

    The slider is visible in the blog page when we checked. Is this fixed?

    We also replied in the other thread. Please let us know if you need further help.

    Best regards,
    Ismael

    in reply to: Spam emails from contact form #1184055

    Hi,

    Thank you for the update.

    – Enfold latest version latest version! (4.6.3.1)

    The latest version of the theme is actually v4.7.3, so you have to update the installation. You might have to do it manually via FTP if the update notification is not displaying in the theme updates panel.

    Are you using the WPForms plugin as well? Please provide a screenshot of the spam mail or post its content in private field so that we can inspect it.

    Best regards,
    Ismael

    in reply to: Widget area scroll with page #1184054

    Hi,

    Where can we see the posts? Are you using the advance layout builder? Please provide a direct link to a post with the featured image so that we can check the issue.

    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: Blog layout not working as expected #1184053

    Hi,

    Thank you for the update.

    Can we access the wilenweg site? We would like to check how the blog is set up.

    Best regards,
    Ismael

    in reply to: Video on Home page #1184048

    Hi,

    Thank you for the update.

    It doesn’t have to be the same size, but the aspect ratio has to be at least 16:9. The theme will automatically resize the video so that it covers the whole section container or keep it contained within, depending on the settings. Please note that on resize, parts of the video might have to overflow or be hidden outside the background positioning area in order to keep its aspect ratio or to keep it from being distorted.

    Best regards,
    Ismael

    in reply to: Enfold Submenu too far from sticky menu #1184046

    Hey Daniel,

    Thank you for the inquiry.

    This css code in the style.css file moves the sub menu away from the parent menu item.

    .html_header_top .header_color .main_menu ul:first-child > li > ul {
    	top: 77px;
    	max-width: 175px;
    }
    

    You have to adjust the top position value or remove it completely.

    Best regards,
    Ismael

    in reply to: Custom Separator #1184044

    Hi,

    Thank you for the clarification.

    It is indeed a bug. The separator — when the icon is enabled — is composed of two lines and the full width value is applied on both of these lines instead of just the half of it. So if the width is set to 80%, each line should have a width of only 40%. We’ll report the issue to our channel.

    Best regards,
    Ismael

    in reply to: Woocommerce Alternate Product Overlay Color #1184043

    Hi,

    Thank you for the update.

    You can use this css code to hide the title or text caption on image hover.

    .avia-image-container:hover .av-image-caption-overlay-center {
    	opacity: 0;
    }

    Best regards,
    Ismael

    in reply to: Woocommerce Product Customization #1184042

    Hey KeyshaunSmith,

    Thank you for the inquiry.

    We haven’t really used any product customizer for Woocommerce before, but on a quick search we found this one.

    // https://wordpress.org/plugins/zakeke-interactive-product-designer

    They have a 14 day free trial, so you can try it first without paying anything. Unfortunately, it doesn’t look like they have a model or 3d object for engraving or wood.

    You can also contact our partner Codeable if you want a developer to create a custom plugin or extension.

    // https://kriesi.at/contact/customization

    Best regards,
    Ismael

    in reply to: Icon title showing html tags #1184041

    Hey johno69,

    Thank you for the inquiry.

    You don’t need to add the br tag because a second line will be automatically created for the title if necessary. If you really think that the line break tag is necessary, you can use a script to remove the br tag from the title attribute.

    // https://www.w3schools.com/jsref/jsref_replace.asp

    Best regards,
    Ismael

    in reply to: Portfolio Previous/Next Navigation Issues #1184037

    Hey tsmalling,

    Thank you for the inquiry.

    You should also use the avf_post_nav_settings filter to enable the same_category parameter or set it to true. Please check the thread below.

    // https://kriesi.at/support/topic/previous-next-portfolio-post-buttons/#post-1173504

    Best regards,
    Ismael

    in reply to: Mega Nav Column Divider Border #1184036

    Hi,

    Thank you for the update.

    1.) You can add the following css code to add borders between the columns.

    #top #header .avia_mega_div > .sub-menu > li:nth-child(1), #top #header .avia_mega_div > .sub-menu > li:nth-child(2) {
    	border-right: 3px solid red;
    }

    2.) Use this to adjust the underline or indicator below the menu items.

    #top .av_header_transparency .avia-menu-fx {
    	bottom: 30px;
    	width: 70%;
    	left: 15%;
            display: block;
    }
    

    3.) For the mega menu column title, this should help.

    #header .mega_menu_title {
    	color: #f4b233;
    	font-family: 'Open Sans Condensed', sans-serif !Important;
    }
    

    Best regards,
    Ismael

    in reply to: Mobile Links not Working for One Blog Post #1184034

    Hi,

    Great! Glad to know that you figured it out. Please feel free to open a new thread if you need anything else.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Video not visible on mobile #1184033

    Hi,

    Thank you for the update.

    It is not really advisable to load any media files specially videos on mobile devices because it consumes a lot of data and drains the battery. It also degrades the performance of the page, so if the purpose of the video is purely aesthetic not informational, then the site is better off with just an image. Also, not all mobile device support autoplay, so there’s a great chance that the users wouldn’t even see the video.

    Best regards,
    Ismael

    Hi,

    Thank you for the info. We’ll close the thread for now. Please don’t hesitate to open a new one if you need anything else.

    Have a nice day!

    Best regards,
    Ismael

    Hi,

    Thank you for your patience.

    We also replied in the thread above. We’ll provide the link below in case you want to review it.

    // https://kriesi.at/support/topic/enfold-magazine-post-with-link-format-does-run/#post-1183754

    We’ll close this thread for now. Have a nice day.

    Best regards,
    Ismael

    Hey fpluer,

    Thank you for the inquiry.

    Can you give us a screenshot of the spam mail? You can send an email without a form, but it requires access to the files so that you can invoke the mail or wp_mail function. Are you sure that there are no pages with a contact form in it?

    Best regards,
    Ismael

    in reply to: Hide featured image on single portfolio… recursively #1183848

    Hi!

    Yes, please post the login details in the private field so that we can test the filter. Make sure that the Appearance > Editor panel is accessible.

    Cheers!
    Ismael

    in reply to: Google map und Youtube video wird nicht angezeigt #1183758

    Hey BartlingMedia,

    Thank you for the inquiry.

    Do you refresh or reload the page after accepting the cookies? Please note that the services will only load after the page is refreshed. There is an option in the Privacy & Cookies > Advanced Options where you can set the page to automatically refresh once the cookies are accepted. You can also set the Default Cookie Behavior settings to the first option if you want the map or any services that requires cookies to work automatically on page load.

    Best regards,
    Ismael

    in reply to: The Woocommerce price style #1183755

    Hi,

    Thank you for the update.

    You can always use or add css to change the style of site including the product page. Unfortunately, due to time constraints we can only help you with basic css modification, so we might not be able to replicate the exact templates above. For example, if you want to adjust the style of the product price, use this css code.

    #top .price, #top .price span, #top del, #top ins {
    	display: inline;
    	text-decoration: none;
    	font-size: 30px;
    	line-height: 24px;
    	font-weight: 600;
    }

    To learn more about custom css modification, please check the following documentation and article.

    // https://kriesi.at/documentation/enfold/add-custom-css/
    // https://www.wpbeginner.com/wp-tutorials/basics-of-inspect-element-with-your-wordpress-site/

    Best regards,
    Ismael

    in reply to: Enfold – Magazine (post with link format does not run) #1183754

    Hi,

    The Blog Posts element has a list layout that looks like the magazine element and it supports the link post format. Have you tried it? Insert a Blog Posts element and select one of the 3 last List Style options in the Blog Style settings. If you need more info, please open a new thread/ticket. We’ll close this one for now.

    Best regards,
    Ismael

    in reply to: video background #1183750

    Hi,

    Thank you for the update.

    The only option available is the layer slider. Although it’s not advisable, you should be able to add a layer and apply a background video to it that still plays on mobile view. Make sure that the video is muted.

    Best regards,
    Ismael

    in reply to: search results (PDF's) not opening in new window or tab #1183748

    Hi,

    You have to copy the whole avia_ajax_search function without the opening and closing function_exists wrapper. This is the function_exists wrapper or condition.

    if(!function_exists('avia_ajax_search'))
    {
     // copy everything inside this block
    }
    

    Extract or copy everything inside it and put the code in the child theme’s functions.php file.

    Thank you for your patience.

    Best regards,
    Ismael

    in reply to: The Events Calendar 5.0 Customizer – not available #1183747

    Hi,

    Thank you for the update.

    Did you copy the code from your email? Please copy it directly from the forum to avoid string or code conversions. We also added the semi colon in the code above, so you don’t have to add it again.

    Best regards,
    Ismael

    Hi,

    @Eric: Where can we see the issue? The dropdown in the contact page/s (see private field) looks fine. Please provide a direct link to the page displaying the issue.

    Best regards,
    Ismael

    Hi,

    I did a different workaround for now using the following code and doing CSS styling accordingly:

    Alright. Does it satisfy your requirement? Let us know if you need further help with this one.

    Best regards,
    Ismael

    in reply to: Logo Display Issue #1183742

    Hi,

    Thank you for the info

    We added the following code in the Quick CSS field to adjust the width of the alternate logo.

    .logo a .subtext {
    	width: 340px;
    	display: block;
    }

    Best regards,
    Ismael

Viewing 30 posts - 18,571 through 18,600 (of 66,739 total)