Forum Replies Created
-
AuthorPosts
-
Hi!
Thank you for the screenshot. Please refer to this link: https://kriesi.at/support/topic/shortcodes-in-textausschnittenfixe-hoehe-bei-eintraege-slider/#post-267770
Regards,
IsmaelHey Boris!
Thank you for using Enfold.
I don’t think this fix is included on 3.0.1. I’ll ask Kriesi to take a look on this particular thread.
Best regards,
IsmaelHi!
Looks like you removed the button. Can you please add it back? A screenshot will help. You can use imgur, dropbox, clipular etc.
Cheers!
IsmaelHi!
Thank you for using Enfold.
How can I edit the products page? Please give us a link to the product page editor. I tested the color section on another page and it works fine: http://oribel.design-voilaah.com/test-color-section/
This means that it is only happening on that specific page. Did you add any html codes on the product page?
Regards,
IsmaelOctober 17, 2014 at 5:21 am in reply to: Big issue with Enfold 3.0.1 + WP4 : AVIA "breaks up" #337143Hey!
I created a test page using the Festival 2014 layout and added new contents. The added contents are preserved after the update. I noticed that you’re using a lot of inline styling and a bunch of html codes on top of one another. If you miss a single closing tag, it will erase all contents below. This is the test page using the http://cybertition.com/festival-2014/ tempate: http://cybertition.com/wp-admin/post.php?post=570&action=edit&message=6
Best regards,
IsmaelOctober 17, 2014 at 5:12 am in reply to: Masonry: display post's whole content / strip the post link #337141Hi LarryLayouter!
Thank you for using Enfold.
1.) You can add this on functions.php to increase the limit of the masonry excerpt:
add_filter('avf_masonry_excerpt_length','avia_change_masonry_excerpt_length', 10, 1); function avia_change_masonry_excerpt_length($length) { return 200; }2.) Which link are you trying to remove?
Best regards,
IsmaelHey!
Resize the captions with this:
@media only screen and (max-width: 479px) { .responsive #top .slideshow_caption h2 { font-size: 15px !important; } .responsive #top .slideshow_caption .avia-caption-content { font-size: 10px !important; } }Or hide them on mobile device with this because they are covering the background image:
@media only screen and (max-width: 479px) { .responsive #top .slideshow_caption .avia-caption-content, responsive #top .slideshow_caption h2 { display: none !important; } }Best regards,
IsmaelOctober 17, 2014 at 5:05 am in reply to: Problem: Unterschiedliche Schriften als Überschrift #337139Hi Maja!
Thank you for using Enfold.
We will need to see the actual page with the Special Heading element. Please post the login details here and set it as private reply. Make sure that you’re running Enfold 3.0.1 on WordPress 4.0.
Best regards,
IsmaelHey!
Kriesi found the problem and included the patch. This should be fix on the next update.
Best regards,
IsmaelHey!
Thank you for the info.
I was able to create a page using the advance layout builder with WordPress SEO activated: http://ana-alm.si/wp-admin/post.php?post=31629&action=edit&lang=sl&message=6
Best regards,
IsmaelHey!
Looks like you added the icon fix on custom.css file. I want to check the site without it but I can’t remove the code without FTP. Please add the fix on Quick CSS file then we’ll check it again. You have two enfold folders on wp-content > themes folder. You should delete the other one.
Regards,
IsmaelHi!
You have this code:
.home_what_we_do_heading h2 { font-family: "Open Sans","OpenSans",Helvetica,Arial,Sans-serif; }Please remove it. Add the css customization on Quick CSS or custom.css file, not on style.css.
Regards,
IsmaelOctober 17, 2014 at 4:53 am in reply to: All image slideshow widgets (except layerslider) are frozen on 1st image. #337131Hi!
Thank you for using Enfold.
It should rotate automatically if you set the Autorotation active? to Yes.
Best regards,
IsmaelHi elbnetz!
Thank you for using Enfold.
We would like to see the actual website. Please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
IsmaelHey!
Please bring back the icon elements. We would like to check it. We will apply the image as background.
Regards,
IsmaelOctober 17, 2014 at 4:41 am in reply to: Bug with Section Bottom Border Styling – Display a small arrow that points… #337128Hey Heathcliffe!
Thank you for for the heads up.
I’m not sure if this is the intended behavior when using parallax background. The only different between color sections with and without parallax is the css overflow property. I’ll ask Kriesi to take a look.
Regards,
IsmaelHi!
Thank you for the link.
What do you mean by it doesn’t respond? You can’t modify the page using the advance layout builder? I check the deutch and english version of the link you provided and they are translated well.
Cheers!
IsmaelHey webdesignIO!
Thank you for using Enfold.
Please use this plugin: https://wordpress.org/plugins/wordpress-https/
Regards,
IsmaelHi!
You can change the color and background of the arrow then remove the animation with this:
#top .scroll-down-link { height: 60px; width: 80px; margin: 0px 0 0 -40px; line-height: 60px; color: blue; bottom: -10px; text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4); -webkit-animation: none; -moz-animation: none; animation: none; border-top-right-radius: 50px; border-top-left-radius: 50px; }Best regards,
IsmaelHey!
Thank you for the update.
There are script errors coming from shortcode.css and avia.js file. Please get a fresh copy of those files from enfold zip then override it via FTP. If the mega menu issue comes back, delete the lines what we mentioned above. Kriesi informed us that he fixed this issue and should be available on the next update.
Best regards,
IsmaelHey NoahCurran!
Thank you for using Enfold.
Do you mind if we take a look at the actual page with the issue? Please post the website url here. Did you add any modifications on the child theme?
Cheers!
IsmaelHi!
The special heading top margin is now set to 0. Looks like you figured that one out. Tables will occupy the space of the container. Minimizing the padding won’t do any good. If you want to remove the alternating gray background color, use this:
.main_color tr:nth-child(odd), .main_color .pricing-table>li:nth-child(odd), .main_color .pricing-extra { background: white; }Adjust the columns’ top margin with this:
body .column-top-margin { margin-top: 10px; }Regards,
IsmaelHey!
Thank you for the screenshot.
Please try to use cache and minify plugins to speed up page load. It should fix the issue. Subscribe to CDN if possible.
Cheers!
IsmaelHi!
Oh. Right. Again, I’m sorry but the login credentials you posted above is not working. I’ll ask the rest of the support team to check.
Cheers!
IsmaelHey frescova!
Thank you for using Enfold.
If I am not mistaken, you can show the recent active topics by using (bbPress)Recent Topics widget. I’ll ask Kriesi to confirm.
Cheers!
IsmaelOctober 17, 2014 at 3:49 am in reply to: Widgets in footer are not appearing at the same height #337109Hey!
Thank you for using Enfold.
Can you please provide a screenshot? You can use the Advanced Styling panel to change the style of the headers and other elements.
Regards,
IsmaelOctober 17, 2014 at 3:48 am in reply to: Different line heights in different Mega menu columns #337108Hey arteles!
Thank you for using Enfold.
We will need to see the actual website. Post the website url here. Ty removing this code:
#top #header .avia_mega_div > .sub-menu > li > ul > li a { padding: 0px 0px 2px 0px; line-height:25px;}Best regards,
IsmaelHey!
Thank you for the update.
We would like to see the actual page where you’re testing this. Please post it here.
Regards,
Ismael -
AuthorPosts
