Forum Replies Created
-
AuthorPosts
-
Hey!
Replied here: https://kriesi.at/support/topic/header-slider-from-replete-in-enfold/
We can continue on this thread.
Best regards,
IsmaelHi,
Thanks for the update.
I modified line 845 of the slideshow-video.js file to check whether a theme slider is displayed or not.
if (window.addEventListener && document.getElementsByClassName('avia-slideshow')) {Best regards,
IsmaelHi,
What did you change in the avia.js file? Please get the latest copy of the avia.js file and then readd your modifications.
Best regards,
IsmaelOctober 15, 2018 at 6:49 am in reply to: Need to show entire blog post with advanced editor #1021426Hi,
Thanks for the update.
This is possible with the “Page Content” element but you can only display portfolio or page items.
Best regards,
IsmaelHi,
I would like to check the issue but the site it not loading properly on my end. It’s timing out. Please check with your hosting provider.
Best regards,
IsmaelOctober 15, 2018 at 6:29 am in reply to: Structured Data: multiple "blogPost" created for every single Aria-Element #1021412Hey AGOM-AXEL,
Thank you for using Enfold.
You can disable the theme’s default schema markup in the Enfold > Layout Builder panel. The theme’s schema is quite basic, so it has to be extended if you really want to structure your pages for search engines. You can use these plugins as alternatives.
// https://wordpress.org/plugins/wp-structuring-markup/
// https://wordpress.org/plugins/wpsso-schema-json-ld/Best regards,
IsmaelOctober 15, 2018 at 6:16 am in reply to: Enfold2017 Portfolio Raster will not show categories #1021405Hi,
Thank you for using Enfold.
Are you referring to the category sort button? It can be enabled in the “Sortierung?” settings. If you want to display the items’ categories inside the grid, you have to modify the config-templatebuilder > aviashortcodes > portfolio > portfolio.php file.
Best regards,
IsmaelHi,
I tested the code again and seems to be affecting the page query so duplicate posts appear on the page. I’m not really sure if there’s an easy way to enable multiple pagination while using the theme’s implementation. Have you tried using the masonry element? It has an ajax “load more” button.
Best regards,
IsmaelHey thomasqueck,
Thank you for using Enfold.
Use this css code adjust the font size of the h3 tag.
.html_modern-blog #top .post-entry .post-title, .html_modern-blog .avia-content-slider .slide-entry-title { font-size: 1em; text-align: left; letter-spacing: 1px; }You can also change it in the Enfold > Advanced Styling panel.
Best regards,
IsmaelHi,
Thanks for the update. I get an error when I try to validate the API key.
Geocoding Service: This API project is not authorized to use this API. For more information on authentication and Google Maps JavaScript API services please see: https://developers.google.com/maps/documentation/javascript/get-api-key _.Ic @ js?v=3.30&callback=av_backend_maps_loaded&key=Please go to your project console and then enable the Geocoding Services API.
// https://kriesi.at/documentation/enfold/google-map/#enable-services-for-google-api
Best regards,
IsmaelHi,
The code above should not affect the default plugin style. Can we take a look at the forum page?
Best regards,
IsmaelOctober 12, 2018 at 5:24 am in reply to: Widget for English and Korean is not working properly #1020581Hi,
Did you set the translated page as duplicate instead of just copying the original page’s content? Whatever you do in the original page will affect the translated page. You should translate the EN page independently.
Best regards,
IsmaelHi,
What is the current blog layout of the site? Please provide the link to the actual blog page. You may need to modify the includes > loop-single.php file.
You can add this filter in the child theme’s function.php file if you want to override the shortcode in your child theme.// https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#add-elements-to-alb
Create a folder called “shortcodes” inside the child theme directory and then create a copy of the shortcodes files inside.
Best regards,
IsmaelHi,
It looks like the file is corrupted or broken. Please override the theme files via FTP.
// https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#update-via-ftp
Best regards,
IsmaelHi,
You don’t need to worry about it. Search engines will still be able to crawl your site with or without the breadcrumbs. Unfortunately, we can’t help you with the breadcrumb structure because that schema is not available in the theme by default and SEO is beyond the scope of support.
// https://developers.google.com/search/docs/data-types/breadcrumb
Best regards,
IsmaelHi,
Thanks for the update. Another section is being added after the footer. I used this css code to hide that particular section.
#footer-section + div { display: none; }Best regards,
IsmaelHi,
Sorry about that. I didn’t see the API key. This is what I get when I validate the key.
Google Maps JavaScript API error: RefererNotAllowedMapError https://developers.google.com/maps/documentation/javascript/error-messages#referer-not-allowed-map-error Your site URL to be authorized: https://iavsd2019.se/wp-admin/admin.php?page=aviaThe “RefererNotAllowedMapError” error means that the site has not been included to the list of the allowed http referrers.
// https://cloud.google.com/docs/authentication/api-keys#api_key_restrictions
Add these two in the list.
http://*.iavsd2019.se/* https://*.iavsd2019.se/*Best regards,
IsmaelHi,
Thanks for the update. I would like to check the slideshow-video.js file but I can’t access the file server via FTP. Please check the login details.
Best regards,
IsmaelHi,
The diagonal border is covering that image because it’s higher in the stack order. You have to insert the “tauchen.png” image on another section and then pull that section upwards until it’s inside the “Fertig für den Tauchgang” section.
Best regards,
IsmaelOctober 12, 2018 at 3:51 am in reply to: Applying transparency logo and white font-color on glassy mobile menu #1020554Hi,
I’ve added this css code on the Quick CSS field and I think it’s working.
.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true], .select2-container--default .select2-results>.select2-results__options, #top .select2-search, #top .select2-drop-active, .select2-container--open .select2-dropdown--below { outline: none !important; }Please contact the plugin author for additional help.
Best regards,
IsmaelOctober 12, 2018 at 3:28 am in reply to: Checkout-Returning customer/create an account fields are disappearing in chrome #1020550Hi,
I can’t reproduce the issue. I go to the shop page, add a product, access the checkout with the “returning customer” link and then go to another page. After going to back to the checkout page, the “returning customer” link is still there.
Screenshot: https://imgur.com/a/RMm6yrk
Best regards,
IsmaelHi,
There is a workaround but you have to modify the framework > php > function-set-avia-frontend.php file. Remove everything and then replace it with this code:
// https://pastebin.com/fE3rqh0x
Best regards,
IsmaelHi,
The layer slider is inside a text block. Please use the builder’s Media Elements > Advance Layer Slider element instead.
Best regards,
IsmaelOctober 11, 2018 at 6:29 am in reply to: Widget for English and Korean is not working properly #1020183Hey ohmani,
Thank you for using Enfold.
Where did you add the widget? Did you use different names for each menu? You can actually place both menu items on the same widget area and then use the following plugin to control the widgets’ visibility.
// https://wordpress.org/plugins/widget-logic/
Best regards,
Ismael-
This reply was modified 7 years, 6 months ago by
Ismael.
Hi,
Thanks for the update. Disable the theme’s Performance > File Compression settings temporarily and then check the slider again.
Best regards,
IsmaelHey Mick,
Thank you for using Enfold.
The resources were cached. I deleted the plugin cache and disabled the theme’s file compression settings temporarily.
Best regards,
IsmaelHi,
The background of the next section is not going to be visible even if you pull it upwards because the diagonal border is a container in and of itself, which has its own background. It will just cover the next section. You may need to remove the background image of the “Was Kunden sagen” section and use a plain background that is the same color as the diagonal border.
Best regards,
Ismael -
This reply was modified 7 years, 6 months ago by
-
AuthorPosts
