Forum Replies Created
-
AuthorPosts
-
Hi,
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,
IsmaelHi,
It’s probably an issue with the theme translation. Please try to set the Settings > General > Site Language to “English” temporarily. Let us know if that helps.
Best regards,
IsmaelOctober 10, 2018 at 5:52 am in reply to: Make subheader menu background change transparent/colorful same as header #1019773Hi,
Thanks for the update.
Use this css code to make the sub menu transparent.
.header_color .main_menu ul ul { background-color: transparent; }
Best regards,
IsmaelHi,
You need to add the device image as a separate image or put it in a text block. Add a custom css class attribute to that element and set its position to absolute. You can then adjust its position anywhere inside the section.
Best regards,
IsmaelOctober 10, 2018 at 5:27 am in reply to: Mail Autoresponder with Mail Validation not Working #1019761Hey druckhoher,
Thank you for using Enfold.
Can we take a look at the contact form? Which email address are you using to test the form?
Best regards,
IsmaelHey june,
Thank you for using Enfold.
I can’t find the “gold-text” element. Where is it? Please provide a screenshot using imgur or dropbox.
Best regards,
IsmaelOctober 10, 2018 at 5:15 am in reply to: need to remove color section but some matter came up. #1019755Hi,
Have you tried adding a custom css class attribute to those columns? Please review the doc that I provided above.
Best regards,
IsmaelHi,
Thanks for the update. Are you referring to the tabs element? Try this css code instead.
#top .tab_titles div { font-size: 20px; }
Best regards,
IsmaelOctober 10, 2018 at 5:06 am in reply to: Custom Background Image Logo Area – Image not responsive on mobile #1019752Hi,
Thanks for the update. Please add this code above the previous one.
@media only screen and (max-width: 1360px) and (min-width: 989px) { .av-section-bottom-logo { background-size: 100% 100%; min-height: 400px; } }
Best regards,
Ismael -
AuthorPosts