Forum Replies Created
-
AuthorPosts
-
Hey!
1. + 2. Go ahead and send us a link to your page and we’ll take a look. You can set your reply as private if you wish.
3. You can do this, http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/, to add a custom CSS field to your elements which you can target with CSS like so.
.your_class { background: none repeat scroll 0 0 transparent !important; color: black !important; }
Best regards,
ElliottHi!
I noticed in your source code the data-ids option has the IDs surrounded with single quotes which should not be happening. Send us a WordPress login and set your reply as private and we’ll take a look.
Regards,
ElliottHi!
I’m not sure what exactly goes wrong when minifying the CSS and JS but it’s not just Enfold, I have seen this problem with many themes. It would be best to leave it off if you see weird behaviour.
Best regards,
ElliottHey!
Send us a WordPress login and set your reply as private and we’ll take a look.
Best regards,
ElliottHey!
I logged in and noticed you have the child theme activated but everything looks fine on my end. I don’t see any blank pages anywhere. Try clearing your browser cache and deactivate all plugins.
Cheers!
ElliottNovember 23, 2014 at 5:45 pm in reply to: Making alternating content stack properly on mobile. #356271Hey leadmagz!
Whichever comes first in the source code will display on top. You would need to set the image first and then the text and then have the image float right and the text float left.
Regards,
ElliottHi GOWD!
I’m having trouble logging in. Is the information correct?
Cheers!
ElliottHi GOWD!
I’m having trouble logging in. Is the information correct?
Best regards,
ElliottHey Dutchman!
First do this, http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/, and then add a class to the textbox element and then add this to your custom CSS.
.your_class > p:first-child { display: none !important; }
Best regards,
ElliottNovember 22, 2014 at 10:28 pm in reply to: WordPress Upgrade Issues – Advanced warning in future! #356038Hey!
Currently I don’t think there is an option for it in the dashboard but you can try this plugin out, https://wordpress.org/plugins/disable-automatic-updates/.
Regards,
ElliottHi!
Is this the plugin? https://premium.wpmudev.org/project/ultimate-facebook/?ccd=2&utm_expid=3606929-14.ck9fZkaDQZ-_8txqL-xJbQ.1&utm_referrer=https%3A%2F%2Fwww.google.com%2F
It looks like a premium plugin. Have you contacted the plugin authors? Have you checked to see if it works in the default theme?
Regards,
ElliottNovember 22, 2014 at 8:35 pm in reply to: Text that appears after 1/4 – 3/4 section floats weirdly, does not appear below #356013Hey!
Hmm, the separator seems to be working fine. I added it back in and it’s clearing the columns fine.
Cheers!
ElliottHi!
EDIT: File has expired.
And extract it into /enfold/config-templatebuilder/avia-shortcodes/ and the portfolio grid shortcode should now have an offset option.
Cheers!
Elliott- This reply was modified 10 years ago by Elliott.
Hi!
Yes but it would be best to update Enfold to version 3.0.4 to fix it.
Regards,
ElliottHey famewebdesign!
Navigate to Dashboard > Enfold > Header and there is an option there where you can set a custom value for the header height.
Best regards,
ElliottNovember 22, 2014 at 8:00 pm in reply to: how to achieve the effect seen in the Transparent Header Demo? #355998Hey vegaspro!
1. That’s a color section with a heading element and icon elements inside.
2. The color sections have an option where you can display an arrow to the next section.
Regards,
ElliottHi!
Hmm, can you take a screenshot of what your seeing so we can get a better idea?
Cheers!
ElliottNovember 22, 2014 at 7:53 pm in reply to: enfold theme / woocommerce One Page Checkout plugin conflict #355992Hi!
Not sure what it could be but yes it wouldn’t hurt to take a look.
Best regards,
ElliottNovember 22, 2014 at 7:37 pm in reply to: Turn off Menu Area Borders – Not related to updates of WP or Enfold #355985Hey aribann!
Try adding this to your custom CSS.
#header_main_alternate, .menu a { border: 0 none !important; }
Cheers!
ElliottHi!
Your getting some 404 errors on your font files.
http://yourdomain/wp-content/themes/enfold-child/Fonts/722105/2a004a53-ac5c-43b3-9eeb-9f74ae4c1609.woff
Double check that the font files do exist and that there are no typos in your @font-face code.
Cheers!
ElliottHey stackaruk!
Thanks for using Enfold.
Drag a codeblock element over to your content and add this inside.
<style type = "text/css"> main.content { padding: 0px !important; } </style>
Cheers!
Elliott- This reply was modified 10 years ago by Elliott.
Hey!
Here is what I see in your source code. The caret seems to be missing.
.news-excerpt p { height: 19px; overflow: hidden; }
Delete your code and then type it out again to see if that works. Also try using !important like so.
.news-excerpt > p { height: 19px !important; overflow: hidden !important; }
Regards,
Elliott- This reply was modified 10 years ago by Elliott.
November 22, 2014 at 7:20 pm in reply to: Header Icons don't show up on Firefox Browser but show up on Safari and Chrome #355972Hey Renvato2!
I’m on Windows but they display fine on my end. Are you using any Firefox extensions / plugins? Try reinstalling Firefox to see if they display.
Cheers!
ElliottNovember 22, 2014 at 7:17 pm in reply to: WooCommerce Product Slider – Set Number of Columns to 1? #355970Hi nesaw!
Open up /enfold/config-templatebuilder/avia-shortcodes/productslider.php and change lines 63 – 67 from this.
"subtype" => array( __('2 Columns', 'avia_framework' )=>'2', __('3 Columns', 'avia_framework' )=>'3', __('4 Columns', 'avia_framework' )=>'4', __('5 Columns', 'avia_framework' )=>'5', )),
To this.
"subtype" => array( __('1 Columns', 'avia_framework' )=>'1', __('2 Columns', 'avia_framework' )=>'2', __('3 Columns', 'avia_framework' )=>'3', __('4 Columns', 'avia_framework' )=>'4', __('5 Columns', 'avia_framework' )=>'5', )),
And then add this to your custom CSS.
.av_one_fourth .template-shop div .products .product { width: 100%; }
Best regards,
ElliottHey!
They seem to be working fine on my end. Try clearing your browser cache.
What browser and operating system are you using? Can you take a screenshot of the problem?
Best regards,
ElliottNovember 22, 2014 at 6:48 pm in reply to: comments and timestamp not appearing in Blog Posts #355960Hey!
There was a small typo. Try it again.
Regards,
ElliottNovember 22, 2014 at 6:40 pm in reply to: URGENT contact forms & mages on full width slider dissapeared BIG BUG #355955Hi!
@Kalid, I see all of your elements on my end. Please try clearing your browser cache.
Regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hello everyone,
If your still having a problem after updating to the latest version of Enfold (3.0.4) then please create a separate topic. We will be able to help you out faster that way.
Best regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hi!
Add this to your custom CSS.
.single-post .post-title { max-width: 100% !important; }
Regards,
ElliottHey!
It’s also redirecting me. Check your server error logs to see if there is any info there.
Regards,
Elliott- This reply was modified 10 years ago by Elliott.
-
AuthorPosts