Forum Replies Created
-
AuthorPosts
-
Hi,
Thank you for the inquiry.
The images in the gallery are now visible, and as far as I can see, most of the issues listed above no longer exist, such as the missing mobile menu and slider. How did you migrate the site to the live domain?
Best regards,
IsmaelHi,
Thank you for the update.
As suggested above, you need to add the string “[nolink]” along with your copyright info in the Enfold > Footer > Copyright field. Example:
YOUR OWN COPYRIGHT TEXT [nolink]
Best regards,
IsmaelAugust 28, 2024 at 5:06 am in reply to: Unable to access the homepage and unable to load some pages in backend #1465529Hey sailentpooN,
Thank you for the inquiry.
We are able to access the home page without issues. Have you tried testing it on a different browser or using a different device? Please check the screenshot in the private field.
Best regards,
IsmaelAugust 28, 2024 at 5:00 am in reply to: Custom Taxonomy Archive Pages Issue After Updating to Enfold Theme 6.0 #1465528Hey Abdul Wahab,
Thank you for the inquiry.
We may need to access the dashboard and the file server in order to check the issue properly. Please provide the WP and S/FTP details in the private field.
Best regards,
IsmaelAugust 28, 2024 at 4:39 am in reply to: Make table font larger (match the rest of the page) #1465526Hey amyncuih,
Thank you for the inquiry.
The content in the table inherits the Default Content Font Size, which can be adjusted in the Enfold > General Styling > Typography tab or the Enfold > Advanced Styling panel. You can also use this css code:
.avia-table { font-size: 18px; }
Best regards,
IsmaelAugust 27, 2024 at 7:06 am in reply to: Enfold Dark Photography Demo Portfolio title type attributes #1465471Hi,
To adjust the color of the title and excerpt, try to add this css code:
#top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content *, #top .av-caption-style-overlay .av-masonry-item-with-image ins:before, #top #wrap_all .av-caption-style-overlay .av-masonry-item-with-image del { color: red; }
Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css, then purge the cache.
Best regards,
IsmaelHey Sybille,
Thank you for the inquiry.
Please reset the options in the Settings > Reading panel to default, then select the front page in the Enfold > Theme Options > Frontpage Settings. Let us know the result.
Best regards,
IsmaelHey Arjan,
Thank you for the inquiry.
It’s not possible to import a single page, but we can provide you with the shortcodes used on this particular page. You’ll need to set the builder to debug mode and copy the shortcodes into the shortcodes field.
This is the shortcode: https://paste.mozilla.org/uqAOUvAz
To activate the debug mode, please check this documentation: https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode
Best regards,
IsmaelHi,
Thank you for the update.
Since the issue only occurs when the child theme is activated, it is definitely due to the modifications in the template files. Please feel free to open another thread if you need further assistance.
Have a nice day.
Best regards,
IsmaelHi,
Thank you for the update. We’ll close the thread now.
Have a nice day.
Best regards,
IsmaelHey James,
Thank you for the inquiry.
That is possible, but it will require significant modifications to the script. If you want to try, you can edit the enfold/js/avia-snippet-sticky-header.js file. This block shrinks the header:
if( shrinking && ! isMobile ) { if( st < shrink_val ) { newH = el_height - st; if( st <= 0 ) { newH = el_height; } av_change_class( header, 'remove', 'header-scrolled' ); //header.removeClass('header-scrolled'); } else { newH = el_shrinked; //header.addClass('header-scrolled'); av_change_class( header, 'add', 'header-scrolled' ); } if( st - 30 < el_height ) { av_change_class( header, 'remove', 'header-scrolled-full' ); } else { av_change_class( header, 'add', 'header-scrolled-full' ); } elements.css({'height': newH + 'px', 'lineHeight': newH + 'px'}); logo.css({'maxHeight': newH + 'px'}); }
Best regards,
IsmaelHey James,
Thank you for the inquiry.
Would you like to completely disable the header? If yes, try editing the page and set the Layout > Header visibility and transparency option to the last option, Hide header on this page.
Best regards,
IsmaelAugust 27, 2024 at 6:28 am in reply to: Author pages beyond first page are set to “noindex”. #1465463Hey menainfosec,
Thank you for the inquiry.
WordPress author pages are sometimes set to noindex to prevent duplicate content issues, as most of the content on the author page can also be seen on the blog overview page. If you’d like to change this and you’re using Yoast, you can set the Show Author Archives in Search Results? option in the SEO > Search Appearance > Archives > Author Archives section to Yes.
Best regards,
IsmaelHey menainfosec,
Thank you for the inquiry.
What do you mean by “focuses on the main blog URL”? Could you please elaborate or provide an example of the breadcrumb trail you wish to implement? If you want to customize the breadcrumb trail, you can use the avia_breadcrumbs_trail filter as shown in the following threads:
// https://kriesi.at/support/topic/breadcrumb-not-to-display-single-product-titles/#post-1464337
// https://kriesi.at/support/topic/breadcrumb-not-to-display-single-product-titles/#post-1464096Best regards,
IsmaelHey i9design,
Thank you for the inquiry.
We are not yet sure what’s causing the issue, but you can temporarily fix it by adding this css code:
@media only screen and (min-width: 3840px) { li#menu-item-3585 .avia_mega_div { right: -1024px !important; } }
Best regards,
IsmaelAugust 27, 2024 at 5:59 am in reply to: Enfold Dark Photography Demo Portfolio title type attributes #1465460Hi,
Content> Captions> Display Neither.
We can’t reproduce the issue on our end. When the Element Title and Excerpt is set to Display Neither, they don’t display. Please make sure that the theme is updated to version 6.0.2, then provide a link once the site is available online.
Best regards,
IsmaelHi,
Thank you for the info.
We adjusted the Disabling of Template Builder Elements settings, created a test page, and added all elements from the builder, but we were not able to reproduce the issue. Can you provide a link to the page where we can see the problem? Please check the link in the private field.
Best regards,
IsmaelAugust 27, 2024 at 5:47 am in reply to: Bug: Cannot turn off sonar animation on ALB icon element #1465458Hi,
Thank you for the info.
Looks like the issue occurs because of this css rule in the enfold/config-templatebuilder/avia-shortcodes/icon/icon.css file:
/* backwards comp. default behaviour prior 4.8.4 with white shadow only */ .av_font_icon.av-icon-style-border:not(.avia-sonar-shadow) a.av-icon-char:hover:after { animation: sonarEffect 1s ease-out ; }
We’ll forward the issue to our channel.
Best regards,
IsmaelHi,
Thank you for the info.
The video seems to be displaying correctly on the homepage now. Could you provide a screenshot of how it looks on your end?
Best regards,
IsmaelHey Michael,
Thank you for the inquiry.
Please try to add this hook in the functions.php file:
function ava_woocommerce_pagination_actions() { add_action( 'woocommerce_pagination', 'woocommerce_pagination', 10 ); add_action( 'woocommerce_after_shop_loop', 'woocommerce_pagination', 10 ); remove_action( 'woocommerce_after_shop_loop', 'avia_woocommerce_after_shop_loop', 10 ); } add_action( 'init', 'ava_woocommerce_pagination_actions' );
Then use this css code to adjust the style of the pagination.
.template-shop .products { overflow: auto; } .woocommerce-pagination ul li { display: inline; }
Best regards,
IsmaelHi,
Thank you for the update.
We temporarily disabled the File Compression settings and set Enfold > Performance > Self Hosted Videos and Audio Features (WP-Mediaelement Scripts) to the third option. This seems to have fixed the issue. Please make sure to purge the cache before checking.
Best regards,
IsmaelAugust 26, 2024 at 7:38 am in reply to: Enfold Dark Photography Demo Portfolio title type attributes #1465398Hi,
Are you using the Portfolio Grid or the Masonry element? If you’re using the Masonry element, try setting the Content > Captions > Element Title and Excerpt display settings to the first option (Always hide). Please provide a link to the page so we can check the element.
Best regards,
IsmaelHey James,
Thank you for the inquiry.
We are not yet sure what’s causing this issue. Have you tried embedding a different video? What happens when you directly use the video’s embed code in an HTML or Text widget?
Best regards,
IsmaelHey!
Thank you for the inquiry.
You can use the avf_sidebar_menu_filter filter to adjust the output of the page sidebar navigation. The following example shows how to append a custom menu item at the very end of the list:
function append_custom_menu_item($sidebar_menu, $args, $post) { $custom_menu_item = '<li class="page_item"><a href="your-custom-url">Your Custom Menu Item</a></li>'; $sidebar_menu = str_replace('</ul>', $custom_menu_item . '</ul>', $sidebar_menu); return $sidebar_menu; } add_filter('avf_sidebar_menu_filter', 'append_custom_menu_item', 10, 3);
Cheers!
IsmaelHey tcampaner,
Thank you for the inquiry.
Did you extract the actual enfold.zip file from the downloaded package? If you still encounter issues, please try reaching out to your hosting provider for more info.
Best regards,
IsmaelHi,
Glad to know that this has been resolved. Please feel free to open another thread if you have more questions about the theme.
Have a nice day.
Best regards,
IsmaelAugust 26, 2024 at 6:04 am in reply to: Enfold Dark Photography Demo Portfolio title type attributes #1465391Hi,
Thank you for the screenshot.
That is the default tooltip (or title popover) provided by the browser, and unfortunately, it cannot be directly modified or customized. Browsers generate this tooltip automatically from the title attribute of an element, and its appearance and behavior are controlled by the browser itself.
Best regards,
IsmaelHey Munford,
Thank you for the inquiry.
We edited the filter a bit:
// Change WooCommerce "Related products" text for different languages add_filter('gettext', 'change_rp_text', 10, 3); add_filter('ngettext', 'change_rp_text', 10, 3); function change_rp_text($translated, $text, $domain) { if ($text === 'Related products' && $domain === 'woocommerce') { $locale = get_locale(); if ($locale === 'da_DK') { $translated = esc_html__('ANDRE MEDLEMSKABER', $domain); } elseif ($locale === 'en_US') { $translated = esc_html__('OTHER MEMBERSHIPS', $domain); } } return $translated; }
Best regards,
IsmaelHi,
Thank you for the info.
Did you change the login URL? The link above leads to a 404 page. We tried using the default login URL, but it’s the same.
Best regards,
IsmaelHi,
Thank you for the update.
1.) To align the captions to the top, please try this css code:
#top .aviaccordion-preview-title { display: table-cell; vertical-align: top; }
3.) Unfortunately, this is not possible without significant modification in the enfold/config-templatebuilder/avia-shortcodes/slideshow_accordion/slideshow_accordion.js file.
Best regards,
Ismael -
AuthorPosts