Forum Replies Created
-
AuthorPosts
-
Hey 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=avia
The “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 6 years, 9 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,
IsmaelHi,
You need rename the font set differently. In the fontello site, there is a font name field right before the “Download webfont” button. You need to assign a different font name for each set.
Best regards,
IsmaelOctober 11, 2018 at 5:01 am in reply to: Disable/delete all "add to cart" urls in productlist #1020160Hi,
Thanks for the update.
You can use this css code to disable the catalogue item links.
#top .av-catalogue-item { pointer-events: none; }
Best regards,
IsmaelOctober 11, 2018 at 4:56 am in reply to: need to remove color section but some matter came up. #1020157Hi,
Instead of adding a custom css class attribute to the columns, I just named the color section “ngavy-coffee” using the Section ID field and then applied it to the css modification above.
@media only screen and (max-width: 767px) { .responsive #top #wrap_all #ngavy-coffee .av_one_fourth { margin: 20px 1% 0 0; float: left; width: 49%; } }
Screenshot: https://imgur.com/a/Des4USS
Best regards,
IsmaelHi,
Apply the overlay and then use this css code to hide it on desktop view.
@media only screen and (min-width: 768px) { .av-section-color-overlay { display: none !important; } }
Use the Section ID if you don’t want to apply this modification for every color section.
Best regards,
IsmaelHi,
Great! Please open a new thread if you need anything else. :)
Best regards,
IsmaelHi,
This is what I get wheneve I check the contact page.
js?v=3.30&key=AIzaSyDa6n58avTK3ZgvxKiiWx366UU-Ie78lnQ&callback=aviaOnGoogleMapsLoaded:53 Google Maps JavaScript API error: DeletedApiProjectMapError https://developers.google.com/maps/documentation/javascript/error-messages#deleted-api-project-map-error
Did you delete the project? Please make sure that you’re using an API key from an existing project.
Best regards,
IsmaelHi,
Thanks for the update. Did you try the language file that I sent you? It contains that particular text.
Best regards,
IsmaelHi,
Yes, it will affect it a bit because crawlers also use breadcrumbs as additional info to read the structure of the page.
Best regards,
Ismael -
This reply was modified 6 years, 9 months ago by
-
AuthorPosts