Forum Replies Created
-
AuthorPosts
-
Hi!
Are you wanting the slider to be fullwidth? If so then set the width to 100% in the slider settings and make sure the “Full Width” option is checked.
Otherwise go ahead and take a screenshot and highlight what your trying to do so we can get a better idea.
Best regards,
Elliott- This reply was modified 10 years ago by Elliott.
November 24, 2014 at 5:17 pm in reply to: Superscript code problem in special heading element and team element hyperlink #356961Hey mattmosman!
It looks like your using Enfold version 2.9.1. I think updating to the latest version (3.0.4) should fix your issue. If your still seeing problems after updating then try deactivating all plugins.
Best regards,
ElliottHi aymanati!
Are you using the LayerSlider? If so then you would just add a layer on top of your video and add a transparent image to it or use some HTML like so.
<div style = "background: rgba(0,0,0,0.5);width:100%;height:100%;left:0px;top:0px;"></div>
Best regards,
ElliottNovember 24, 2014 at 5:00 pm in reply to: enfold theme / woocommerce One Page Checkout plugin conflict #356946Hi!
Not sure what it could be. It looks like your using quite a few woocommerce related plugins. Have you tried deactivating them all except the woocommerce and one page plugin?
Cheers!
ElliottHey IconicD!
Your talking about this correct? http://www.appelsiini.net/projects/lazyload
I think the LayerSlider may use it but none of our other elements do. You can try this javascript to use with our slider images.
jQuery(".avia-slide-wrap img").lazyload();
But you’ll still need to download the script and add it to your site.
Regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hey!
@fraktale911, You can do this, http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/, to add a custom class to your elements and then use CSS to change it’s size..your_class, .your_class h3 { font-size: 30px !important; }
@Schuns, If you want to use HTML then make sure to add it to the “HTML / Video / Audio” tab instead of the text tab.Best regards,
ElliottHey!
I think the problem was that the page permalink was
/portfolio/
the same as your portfolio items base in Dashboard > Settings > Permalinks. I edited the page permalink to/portfolio2/
and it seems to work fine now.You’ll need to either rename the base or the permalink for that page.
Best regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hey bensmithdesign!
The latest version of Enfold is 3.0.4, are you sure your using that version? If so then go ahead and send us a WordPress login and set your reply as private and we’ll take a look.
Regards,
ElliottHey!
The latest version is 3.0.4 now. You can download the latest version from your themeforest downloads page where the theme was initially purchased.
If you have your themeforest api key then you can add it in Dashboard > Enfold > Theme Update so you can update from your dashboard.
Cheers!
ElliottHi!
That’s weird. I would have thought this information would be added to the header with meta tags.
It looks like all of the attributes are being stripped in your source code. You linked to a post so try switching to the text editor and type it out there. If it’s a page then try using a codeblock element instead of the textblock element.
Regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hi IconicD!
Try clearing your browser cache and any caching related plugins and then try again. Also be sure to deactivate all plugins while testing.
If your still seeing the problem then send us a link and we’ll take a look.
Cheers!
ElliottNovember 23, 2014 at 7:23 pm in reply to: Lightbox and other image effects not working when Woocommerce plugin activated #356322Hey!
I’m also seeing a 406 not acceptable error.
NetworkError: 406 Not Acceptable - http://supplymartinc.com/wp-content/plugins/woocommerce/assets/js/jquery-cookie/jquery.cookie.min.js?ver=1.3.1
I found this, https://github.com/woothemes/woocommerce/issues/3084. I would go ahead and contact Woocommerce support to see if they can help, https://support.woothemes.com/hc/en-us.
Best regards,
Elliott- This reply was modified 10 years ago by Elliott.
November 23, 2014 at 7:13 pm in reply to: Usages of Avia Layout Builder for Content Templates #356321Hey!
I’m sorry but I could not figure out what was going on. That plugin is very complex. It looks like you can still use shortcodes inside the Jobs custom post type though. I inserted a button and it seemed to be working fine.
If you want to enable the advanced layout builder for that post type as well then you can do this, https://kriesi.at/support/topic/displaying-custom-post-types-inside-of-the-avia-layout-builder/.
Best regards,
ElliottHey satucker!
I’m sorry but I’m not sure I understand. Are you talking about email notifications when someone posts a comment? I think by default it is the post author. Try this plugin out, https://wordpress.org/plugins/cbnet-multi-author-comment-notification/, if you want to change it.
Regards,
ElliottHey Courtney!
This is what is being applied to it.
h1, h2, h3, h5, h4, h6, button, input[type="submit"], a.avia_image, a.avia-button { font-family: "Gotham SSm A","Gotham SSm B" !important; font-style: normal !important; font-weight: 500 !important; }
The font looks a little weird to me though. You can try setting the weight to 600 to make it look more like your image.
Regards,
ElliottHi!
Do you mean a new page? Enfold does not have a template builder. All of the layouts can be created in the advanced layout builder.
Best regards,
ElliottHey JPOsteen!
Send us a link and we’ll take a look. You can set your reply as private if you wish.
Best regards,
ElliottHey!
Try adding this to your custom CSS.
.header-scrolled .current_page_item > a { color: black !important; }
Cheers!
ElliottHey!
Hmm, not sure what could be going on there. Send us a WordPress login and set your reply as private and we’ll take a closer look.
Best regards,
ElliottNovember 23, 2014 at 6:41 pm in reply to: Header Logo Should be centered but swings to the left. #356307Hi Nathan!
Try adding this to your custom CSS.
div .logo { position: relative !important; }
Regards,
ElliottHi!
Updating to the latest version of Enfold (3.0.4) should fix that problem. Send us a link and deactivate all plugins if your still having the issue after updating.
Best regards,
ElliottHey!
To link to an element all it needs is an ID and then you can do this.
<a href = "#id">Click me</a>
To add a CSS class see here, http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/.
Best regards,
ElliottNovember 23, 2014 at 6:34 pm in reply to: How to remove footer link now that the theme uses a short code? #356302Hi marcellettim!
If your trying to remove the enfold link in the copyright field then add this to it.
[nolink]
If it’s something else your trying to do then send us a link and take a screenshot so we can get a better idea.
Best regards,
ElliottHi netarc!
The latest news widget in your footer looks fine to me. Did you get this sorted? If your still seeing weird behaviour then try clearing your browser cache.
Cheers!
ElliottNovember 23, 2014 at 6:28 pm in reply to: German words mixed together in Turkish translation #356298Hey sevildi!
Try installing this plugin, https://wordpress.org/plugins/codestyling-localization/, and then navigate to Dashboard > Tools > Localization and search for Enfold. You can then scan for all the strings and fix the translations.
Regards,
ElliottHey bigtime32!
It looks like your using Enfold 3.0.2. Go ahead and update to the latest version (3.0.4).
If your still having the problem after updating then deactivate all plugins and let us know when your done so we can take a closer look.
Regards,
ElliottNovember 23, 2014 at 6:22 pm in reply to: Truncated Content Slider Heading and Linked when Set to "No Link" #356294Hi Tomzilla!
It looks like your using Enfold 2.9.2. Go ahead and update to the latest (3.0.4) to fix it.
Regards,
ElliottHey simonefiorucci!
Not sure what could be going on there. It seems to be working fine on my localhost. What happens when you activate just the parent theme and deactivate all plugins?
Regards,
ElliottNovember 23, 2014 at 6:19 pm in reply to: Can't find a reason why our html5-video is not loaded #356291Hey fridde!
It looks like you have a lot of scripts loading. Try deactivating all plugins and if that does not help then send us a WordPress login and set your reply as private and we’ll take a closer look.
Cheers!
ElliottHi sdbroker!
Try adding this to your custom CSS.
.avia-slideshow-inner, .avia-slide-wrap img { min-height: 300px; }
Regards,
Elliott -
AuthorPosts