Forum Replies Created
-
AuthorPosts
-
October 11, 2018 at 5:01 am in reply to: Disable/delete all "add to cart" urls in productlist #1020160
Hi,
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-errorDid 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,
IsmaelHi,
Thanks for the update.
I added a custom css class attribute to the column containing the iPad image and then use this css code to adjust its position.
.ipad-image { position: absolute; top: 100px; float: none; right: -50px; }Best regards,
IsmaelHi,
It should not have affected the color. Please check the css code and make sure that the curly braces are intact.
Best regards,
IsmaelHi,
By negative margin, I mean negative values for the columns’s margin field.
Example: -200px, -100px etc
For the price list, you can either create your table manually or make use of the theme’s table element.
Best regards,
IsmaelHi,
There are no “pages” in your installation. You can’t set other post type as front page or blog, only “pages”
Best regards,
IsmaelHi,
The text gets muddled up because the text is transparent and the text shadow is applied over the background image. Try to duplicate the layer, put it behind the first one and apply the text shadow to it.
Best regards,
IsmaelHi,
Are there any other elements after the color section? Please post the login details in the private field. Set the builder to debug while you’re at it.
// https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#debug-mode
Best regards,
IsmaelHi,
Please remove the special character “ü” from the menu item “Schulgebühren”.
Sorry for the confusion. It’s not closing properly because of the special character “ü” in the custom menu “Schulgebühren”. It’s causing a script error — unrecognized expression. Please try to remove that character temporarily and then check the menu again.
Best regards,
IsmaelOctober 11, 2018 at 4:07 am in reply to: Make subheader menu background change transparent/colorful same as header #1020129Hi,
Thanks for the clarification. You can replace the previous css code with this one.
.header_color .main_menu ul ul { background-color: #000000; } .av_header_transparency.header_color .main_menu ul ul { background-color: transparent; }Best regards,
IsmaelHi,
@Niky67: I’m checking the “iavsd2019” site because it is the one that is accessible. Where did you put the API key? It’s not in the Enfold > Google Services panel. (see private field)Best regards,
IsmaelOctober 11, 2018 at 4:01 am in reply to: need to remove color section but some matter came up. #1020127Hi,
Did you adjust the css modification base on the custom css class attribute? How did you adjust it? The code should look something like this:
@media only screen and (max-width: 767px) { .responsive #top #wrap_all .flex_column.yourcustomcssclass { margin: 20px 1% 0 0; float: left; width: 49%; } }The selector “.yourcustomcssclass” should be replaced with the custom css class attribute.
Best regards,
IsmaelHi,
Awesome! Please open a new thread if you need anything else. :)
Best regards,
IsmaelHi,
Alright. I’m not really sure why the first css declaration is not working. Glad that you figured it out. Please feel free to open a new thread if you need anything else. :)
Best regards,
IsmaelHi,
The site is loading properly. What is the issue on your end? Please create a new thread with the login info.
Best regards,
IsmaelHi,
I can’t reproduce the issue on the EN version of the form. It is sending the mail properly. (see private field)
Best regards,
IsmaelHey algkent,
Thank you for using Enfold.
You need to modify the includes > loop-index.php file for that. You can’t move it automatically or by toggling an option on the post editor.
Best regards,
IsmaelHey prana3stil,
Thank you for using Enfold.
The theme supports basic functionality of the WooCommerce plugin such as the product filter and related products. You need to use other extensions if you want to add complex features to your shop.
Best regards,
IsmaelHi,
You can use the “avia_social_share_link_arguments” filter to adjust the default social parameters including the pattern.
Example:
// https://kriesi.at/support/topic/whatsapp-button-in-share-box/#post-938674
// https://kriesi.at/support/topic/how-to-get-twitter-social-share-element-to-display-summary-with-large-image/#post-987821Best regards,
IsmaelHi,
Transparent header is disabled on mobile devices by default but it looks like you’ve added a few css modifications to change this. Please remove the css modifications.
Best regards,
IsmaelHey Hooge-AGS,
Thank you for using Enfold.
If you’re using the grid layout, you need to modify the config-templatebuilder > aviashortcodes > postslider > postslider.php file. Look for the image markup and replace it with the custom field.
Best regards,
IsmaelHi,
Thank you for using Enfold.
Do you have a test page? Did you add any custom code inside the tab element?
Best regards,
Ismael -
AuthorPosts
