I am not getting the same results. Did you try re-building that page? Have you updated to the 1.7.1 release?
Yes, it’s not possible to insert text inside the [av_contact] shortcode – it will be ignored and stripped. You can add your idea to the wishlist though: https://kriesi.at/support/topic/enfold-feature-requests/page/4 – maybe we’ll add a “html content” element to the contact form if more users request it.
You can try this fix: https://kriesi.at/support/topic/quform-its-my-4th-topic-and-nobody-answer-me#post-122772 or open up wp-contentthemesenfoldconfig-templatebuilderavia-shortcodestextblock.php and replace
return "<div class='avia_textblock'>".wpautop( ShortcodeHelper::avia_remove_autop($content) )."</div>";
with
return "<div class='avia_textblock'>".ShortcodeHelper::avia_remove_autop($content)."</div>";
This modification will remove the wpautop() function/filter which adds p tags to the content. Maybe this will also fix the conditional logic issue.
Hi,
I wondered if you could advise on the following issues please?
1. Element positioning – I create the advanced slides and position all the elements in the slide as I need them however when the slider is published and viewed on line the elements are in different positions and out of alignment. I tried setting a container width of 1024 and positioning the elements in the container but this has made no difference.
2. Screen res – On my 27″ iMac the background image is heavily cropped into to allow for the full width nature of the slider. My images are 1400x430px, is there an optimum size recommended to minimise cropping or is there a better setting I can use to stop the top and bottom of the image becoming cropped?
Hope thats clear enough?! Let me know if not. Thank you.
Thanks!!! I’ve updated to the new version 1.71:
http://blueberrywebsites.com.br/blueberry/contratar/#tab-id-1
and the form with conditional logic is not showing, I solved in the version 1.6, can you take a look? This form is driving me crazy!!!
Hi, I have the same problem but the developers were kind enough to say that you would be able to help.
They say:
Tell them the wpautop filter needs to be before the do_shortcode filter on the_content as is the case in the default WordPress theme, or give them the link to this page.
Here is the link: http://support.themecatcher.net/quform-wordpress/troubleshooting/common-problems/extra-spacing-in-the-form
Hi ramontessmann,
The css from dekkert should help but please remember that we do *not* offer support on third party plugins or customizing the output of those plugins.
In this case, you can try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
.iphorm-element-text {
margin-bottom: 0px !important;
}
Which will force the bottom of the input text to have a smaller margin than what the theme has elsewhere.
Regards,
Devin
Hi Agnes,
I’m getting the same thing on my test install as well but not getting it in any other theme. Not sure what the conflict could be so I’ll need to tag Kriesi on the topic and have him take a look at it.
Regards,
Devin
You can send the information to my email at DevinVinson (at) gmail.com. Make sure to include a link to this topic so that my spam filter doesn’t grab it :)
Tried about 15 times in a row now, doesn’t seem to change at all for me. :(
Hi Andy,
If the issue continues when the site is live we can take a look. Or if you have it on a stable test and want to make a new topic for it we can check there as well.
Just make sure to include a link to the relevant site when you make a new post describing the issue.
I’m going to close this topic for now so that it doesn’t get further off topic and a big long extended thread.
Regards,
Devin
Hi,
With a color section, the texts in post bolg, icon box left … are unreadable.
How to have a background color for the element as with top box icon.
regard
Hi,
Bad idea. Database has a lot of things hardcoded in there including your local domain name and other things.
1. There are a number of ways to do this. The easiest would be for you to move all the files. then you would need to go into Settings > General (this is on your local install) and change the WordPress Address (URL) and the Site Address (URL) to your live site. and save. The theme will immediately stop working (since its on your local computer) and that’s when you immediately export it as SQL and reimport it on your live site.
Allowing wordpress to change the url itself is much cleaner than messing around the database and counting the number of characters in domain names in multiple tables.
2. You need to use the exact same salts as you been using on your local development. What are salts? Those encrypted looking random keys inside your wp-config.php file since they are used everywhere in the database. In fact just take your entire wp-config.php , change the database, password to your live server, but leave the 8 salts as they were. This is important or you will get errors , in fact errors identical to the ones you are getting.
Also before doing that (which should be the very last thing you do), you should run some database optimizer plugins, as well as plugin for transient optimisation. Also remove every single revision. Basically cut the fat off the database and then change those urls save and go into phpmyadmin to export as sql (with insert commands overwrite)
Thanks,
Nick
Hi,
What you describe sounds close to the fixed header with social icons and top second menu. Have you tried all 5 headers in Enfold > (Theme Options) > Headers?
If you want something different, can you take a snapshot and move things around in some graphic software so we can see what’s on your mind?
Thanks,
Nick
Hi,
I can see the issue now. It is very random. Try to switch back to Default Editor then update it. Go back to ALE and update it again then preview the changes. Sometimes it will be fixed, sometimes not. I’ll tag Kriesi.
Regards,
Ismael
Hi,
Please send the login details to ///.
Include the word “Kriesi” on the subject. Add the link of this topic on your email.
Regards,
Ismael
Hi,
The topics are group together by theme. You can use the search box.
Regards,
Ismael
Perfect Ismael, it worked!
Thanks so much to both of you. Great team work :)
Regards,
jasmine
Add this to your custom css to fix the spacing :)
/* Fixes Quform spacing */
.iphorm-element-spacer {
padding: 0 !important;
margin: 0 !important;
}
.iphorm-outer p {
margin: 0 !important;
}
.iphorm-outer br {
display: none !important;
}
As I said above, at the very smallest mobile resolution the cart stops responding to the width in order for it to not get too squished to read. So if you use the link above in iphone 4/5 there is no issue but when you get down to the ~340 pixel width the table stops reducing in size and instead expands to give better readability.
Hi Ismael,
thank you. Unfortunately I didn’t have the time to try Nick solution yet. But I temporarely deactivated both plugins. Please don’t close the topic if it’s possible, the problem on my site is still on. I will be able to do some more testing in a couple of weeks and report the results.
Thank you,
Lucia
Nope, it’s already Stretched Layout. :(
Hi,
On Enfold > Styling > Use stretched or boxed layout?, select Stretch Layout.
Regards,
Ismael
Hi!
Try:
#top .widget .textwidget ul{
list-style: disc inside;
}
Regards,
Peter
Hi!
Did you find a solution? I’m asking because the topic is marked as resolved.
Regards,
Peter
Add Xing to Social media icon list.
I can’s find it on the accepted list, but Kriesi annpounced already here: https://kriesi.at/support/topic/xing-icon
When is it coming?
Boris
Hi,
They have different framework so the .po files for Abundance or Replete will not work perfectly on Enfold. You can visit this link: https://kriesi.at/support/topic/please-contribute-and-translate-enfold
Regards,
Ismael