Forum Replies Created
-
AuthorPosts
-
Hey Fred!
I’m not really sure if there is an easy way to go about that. You could try setting the font-size to vw which is like setting it to a percentage of the screen width.
.avia-menu-text { font-size: 1vw !important; }It might look weird on very large screens though.
Yes you can move your CSS to the child theme stylesheet. If it’s not getting applied for some reason then try using !important override like so.
a { color: blue !important; }Best regards,
ElliottHey Slick!
This would have to be considered custom work. It would be best to hire a freelancer to help you out with this customization. Some good places to look for freelancers are Studio Envato and Werkpress.
Good luck!
ElliottMarch 20, 2015 at 8:19 pm in reply to: WooCommerce checkout page : html wouldn't load completely #415496Hi infigo!
It looks like your using Enfold 2.7.1. Go ahead and update to the latest version, 3.1.
See here for updating via FTP, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.
Cheers!
ElliottHey markmiller717!
Try adding this to your custom CSS.
.avia_codeblock .av_font_icon { margin-right: 30px; }Regards,
ElliottHey!
It’s more advanced than that with Enfold. We don’t use the WooCommerce templates but filters which you can find in the /config-woocommerce/config.php.
If I need to create a custom layout / look for a product then I would just use the advanced layout editor when editing a product post. You can use a lot of the WooCommerce shortcodes that way, http://docs.woothemes.com/document/woocommerce-shortcodes/, as well as our custom WooCommerce elements in the “Plugin Additions” tab.
Cheers!
ElliottHey!
The error seems to be some kind of permissions problem. Perhaps you do not have correct permissions on your /tmp/ directory where the sessions are being saved. Try contacting your hosting provider and let them know about this to see if you can increase the permissions there.
Regards,
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
March 20, 2015 at 7:56 pm in reply to: Do New Layout Builder Templates for Single Product Apply to All Products #415486Hey mattmikulla!
Just like with pages you can create templates from your content and then insert them in new products / pages, etc etc.

Best regards,
ElliottMarch 20, 2015 at 7:54 pm in reply to: Header width 1310px but by resize the browser image still fixed at 1310px #415484Hi!
It looks like your using a very large logo there. In this case it would be best to set the image as your header background in Dashboard > Enfold > General Styling if you want it to span the whole header width in all screen sizes.
Best regards,
ElliottHi!
Hmm, I thought it was displaying fine for me before but I checked again today and I see the backgrounds are not displaying in our demo. Looks like it could be a bug with the background overlays.
I’ll go ahead and flag this for the rest of our team to confirm.
Cheers!
ElliottHey!
@reederjack5252, It’s because your using paralax which needs the overflow to be hidden. Switch to scroll or fixed if you want the next section arrow to display.Regards,
ElliottHi Nick!
Try the solutions in either of these topics.
https://kriesi.at/support/topic/google-maps-tooltips-2/
https://kriesi.at/support/topic/google-maps-element-2/Cheers!
ElliottHey!
It’s from your LayerSlider and also from the codeblock with the form inside. Make sure the widths are set to 100%.
Best regards,
ElliottHi!
Is it this one? http://kriesi.at/themes/enfold-shop/
That’s the grid row element right beneath the slider and in each cell there is an image element. When you edit the image element switch to the caption tab and you can setup the caption overlay to make it look like the demo.
Best regards,
ElliottHey dziesmer!
It would take a lot of time and code to implement so it would have to be considered custom work for now. Lots of websites do not allow you to “hotlink” images like that as people misuse it for stealing bandwidth, etc etc. Also, if the website goes offline or decides to take the image down then it will display broken on your website and you would not know about it.
It would be best to just download the image with their permission and upload it to your media library.
Cheers!
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
Hey annameis!
Maybe this function will work for you, https://codex.wordpress.org/Function_Reference/wp_loginout.
You could try using a plugin such as this, https://wordpress.org/plugins/exec-php/, to allow executing PHP in the dashboard.
Regards,
ElliottMarch 20, 2015 at 6:18 pm in reply to: How to Shift Full Screen Slider below the Header in Enfold Restraunt Demo #415446Hi!
Your login URL is not working for me. I tried finding where to login at but I keep getting redirected to other pages.
Cheers!
ElliottMarch 20, 2015 at 6:15 pm in reply to: Blog Left and Right arrows boxes no longer shows circle graphic #415445Hey Heathcliffe!
Not sure what it could be off the top of my head. Try deactivating all of your plugins to see if they are causing problems.
If that does not help then send us a link when you go live and we’ll take a look.
Best regards,
ElliottHi!
I deactivated all of your plugins and it started to work fine. Make sure that you deactivate all and then reactivate them one by one to see which one is causing the problem.
Cheers!
ElliottMarch 20, 2015 at 5:54 pm in reply to: Additional in Hotspot text when using Image with Hotspot #415436Hi!
The CSS appears to be working. The problem is that the headings have a top margin applied to them and when you use them in the hotspot tooltips the margin looks weird.
Regards,
ElliottHey!
So the problem is under the membership access sub menu correct? You could try reducing the padding a bit to fit more.
#top .av-main-nav ul a { padding: 0px 15px !important; }Or what I would do is create a mega menu instead and separate the week courses into columns.
Best regards,
ElliottMarch 20, 2015 at 5:43 pm in reply to: Gravity Forms experiences problems when Enfold Child Theme is activated. #415428Hey!
I’m not sure. Are you just trying to change the height of the menu items?
Cheers!
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
Hey!
Try adding this to your custom CSS.
.responsive #scroll-top-link { display: block !important; }Best regards,
ElliottHi!
@Rechard777, Your getting a lot of javascript errors. Try completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest. This will ensure all of the files are updated and working properly.Regards,
ElliottHey!
I viewed your link but there is no content in the page. Send us a link to the exact page and take a screenshot highlighting what is going on so we can get a better idea.
Regards,
ElliottHi!
It looks fine on my end. Did you get it sorted?

Best regards,
ElliottHi!
That’s how it’s supposed to work. If your using the layout builder for posts then you can build the post to however you want. You can display an image at the start for the “featured image” with our image shortcode and you can use the comments shortcode at the bottom of the post if you want to display comments. It’s meant to give you as much flexibility as possible.
If your just wanting the post to display how it normally does with featured image, post meta, comments, etc etc, then it would be best to use the default editor.
Cheers!
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
Hi!
Your links are not working for me. Can you take a screenshot and highlight what your trying to do?
I don’t know of any plugins I can recommend for that unfortunately. It would probably be best to hire a freelancer to help you out.
Regards,
ElliottHi!
It looks like you removed the code.
If your just wanting to have the mobile menu display on larger screens then you could try this.
@media only screen and (max-width: 959px) { #mobile-advanced { display: none !important; } nav.main_menu { display: block !important; } }Otherwise take a screenshot and highlight what your trying to do so we can get a better idea.
Best regards,
ElliottHey!
I still haven’t been able to get a copy for testing. If you want to send me a copy then I’ll take a look. Otherwise you can request compatibility here, https://kriesi.at/support/enfold-feature-requests/.
Best regards,
ElliottHey!
Try this out.
@media only screen and (max-width: 767px) { .responsive #top #wrap_all .container { width: 100% !important; max-width: 100% !important; } }Best regards,
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
-
This reply was modified 10 years, 10 months ago by
-
AuthorPosts
