Forum Replies Created
-
AuthorPosts
-
Hey simonac!
I would try the font squirrel service out, http://www.fontsquirrel.com/tools/webfont-generator. It gives you all of the CSS needed.
If you want to use the font in the Enfold styling settings then do this, https://kriesi.at/support/topic/installing-own-fonts/#post-421325.
Cheers!
ElliottHi Jon Erik!
Send us a link to your page and we’ll take a look. You can set your reply as private if you wish.
Click on the “img” button in the toolbar to insert an image.
Regards,
ElliottHi!
Perhaps you need to use SMTP then. Contact your hosting provider and check with them.
See here for some troubleshooting techniques, http://kriesi.at/documentation/enfold/my-contact-form-is-not-sending-emails/.
Cheers!
ElliottHey Jon Erik!
Send us a link to your page and we’ll take a look. You can set your reply as private if you wish.
Regards,
ElliottHey David57!
Try the Woocommerce shortcodes out, https://docs.woothemes.com/document/woocommerce-shortcodes/.
Regards,
ElliottHi!
You can send us a link but it’s bordering on custom work anyway so I’m not sure if we will be able to get something worked out. Consider creating a feature request here, https://kriesi.at/support/enfold-feature-requests/, and if it gets enough interest we may see something get added in a future update.
Cheers!
ElliottHey!
Your inserting those with the “add media” WordPress button correct? You can set their alignment to left to have them line up in a row. You can also surround them with this.
<div style = "float: left; margin-right: 20px;"> first image goes here </div> <div style = "float: left; margin-right: 20px;"> second image goes here </div> <div style = "clear: both;"></div>
Cheers!
ElliottJanuary 7, 2016 at 3:18 am in reply to: Testimonials Grid Underline on Hover (How to remove) #560929Hi jorgeavi!
Edit your textblock element and make sure each element is closed properly.
<a></a> <strong></strong> <span></span> etc etc
Regards,
ElliottJanuary 7, 2016 at 3:16 am in reply to: Quote posts’ titles without any link and bigger then other titles #560926Hi Anton!
I do not see any quotes. Can you take a screenshot and highlight what your trying to do so we can get a better idea?
Best regards,
ElliottHi blankonblank!
I checked your link but I do not see the post slider. The title should be displayed automatically, http://kriesi.at/themes/enfold/shortcodes/post-slider/.
Regards,
ElliottHi!
The last value, 0.3, controls the opacity. If you want it 80% then use 0.8.
Cheers!
ElliottHi lzevon!
Add this to your custom CSS.
.sub-menu a { padding-left: 10px !important; }
Best regards,
ElliottHi!
Yeah, you can use some CSS like so.
@media screen and (max-width: 767px) { #ID_of_mobile_section { display: none !important; } } @media screen and (min-width: 767px) { #ID_of_desktop_section { display: none !important; } }
Best regards,
ElliottHey AirstreamCoach!
I don’t think Visual Composer is compatible but I remember there have been topics of customers using the rev slider plugin.
Best regards,
ElliottHey James!
I deactivated all of your plugins and it started to work again. Deactivate them all and reactivate them one by one to see which one is causing the issue.
Regards,
ElliottHey Gavin!
You can do this, http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/, to enable the debug view and insert custom code between the elements.
Regards,
ElliottHey Simone!
You can do this with a link like so.
<a tel = "+1234567890">Call me</a>
You can do this, http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/, to add a widget area to your header and then drag a text widget to it so you can add custom HTML to display in your header.
Cheers!
ElliottHey Michael64142!
Right now it’s at 90px. You’ll need to increase the height of your header if you want it to display bigger. You can do so in Dashboard > Enfold > Header.
Best regards,
ElliottHey AirstreamCoach!
You can find that around line 3660 in the /enfold/css/shortcodes.css file.
animation: caption-left 1.2s 1 cubic-bezier(0.985, 0.005, 0.265, 1);
The “1.2s” controls the speed.
Regards,
ElliottHi!
Add this to your custom CSS.
.av-language-switch-item { display: none !important; }
Regards,
ElliottHi AnjiG!
Add this to your custom CSS.
.slide-entry-title { font-size: 20px !important; } .blog-categories { display: none !important; }
Best regards,
ElliottHey linktotheme!
You can use our table element and set it’s styling to be a data table. Or you could just copy their HTML and paste it inside a codeblock in your page and then edit the values to reflect whatever you need.
Best regards,
ElliottHey Owen!
Add this to your custom CSS.
.avia-layerslider strong:hover { color: red !important; }
Cheers!
ElliottHi!
See here, https://kriesi.at/support/topic/pagination-on-blog-page-does-not-work-urgent/#post-559024.
Cheers!
ElliottHey davidmartinserrano!
It would be best to do those customizations in a child theme, http://kriesi.at/documentation/enfold/downloads/, if you want them to be saved between theme updates.
For WordPress updates you do not need to worry but you should always create a backup before updating WordPress anyway.
Cheers!
ElliottHi Jon Erik!
Can you send us a link to your page so we can take a look? Are you using the advanced styling options in Dashboard > Enfold > Advanced Styling?
Cheers!
ElliottHi Philippe!
Setup the promo box on your page like how your wanting it to display and then view your page and right click > view source and copy all of the HTML for the promo box.
You can then paste this inside a codeblock element and change the link so it open up a popup instead.
Cheers!
ElliottHey!
Well it looks like it’s trying to grab codemirror with this URL.
/enfold/config-layerslider/LayerSlider/static/%20codemirror/lib/codemirror.js?ver=5.6.2
You can see the %20 being inserted in there. Not sure why that would be happening.
Try completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
Best regards,
ElliottHey!
Add this to a codeblock element in that page.
<style type = "text/css"> @media screen and (max-width: 450px) { .responsive #top #wrap_all .av-flex-cells .no_margin.flex_column_div, .responsive #top #wrap_all .av-flex-cells .no_margin.flex_column_table_cell { padding: 0px !important; } .responsive #top #wrap_all .av-flex-cells .no_margin.flex_column_table_cell img { margin-right: 0px !important; } } </style>
Best regards,
Elliott-
This reply was modified 9 years, 2 months ago by
Elliott.
Hi!
Add this to your custom CSS.
.product-sorting { display: none !important; }
Best regards,
Elliott -
This reply was modified 9 years, 2 months ago by
-
AuthorPosts