Forum Replies Created
-
AuthorPosts
-
Hey!
The class I saw assigned to the promobox was, “slider-promobox”. You can target it via CSS like so.
.slider-promobox { }Use this CSS to limit it’s width.
.ls-slide .av_promobox { max-width: 200px; }Cheers!
ElliottHey James!
Thanks for using Enfold.
Are you using a plugin for your store? Is it Woocommerce? You can find the Woocommerce documentation here, http://docs.woothemes.com/. And the Woocommerce support here, https://support.woothemes.com/hc/en-us.
Be sure to read this, http://docs.woothemes.com/document/digitaldownloadable-product-handling/.
Cheers!
ElliottJanuary 6, 2015 at 7:34 pm in reply to: masonry custom post type and custom title / avf_masonry_loop_prepare #375804Hi erwanpia!
That looks like it would be the best way. You can add it to a child theme so it is saved between updates.
Cheers!
ElliottJanuary 6, 2015 at 7:32 pm in reply to: change masonry columns number according to screen size #375802Hey!
It looks like you have it inside a 1/1 column. Remove the column.
Cheers!
ElliottHi!
For a button you can do this, http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/, to add the CSS class to it. Or just copy the button markup from your page source code and paste that into a codeblock element and add the class to it that way.
Cheers!
ElliottHey!
Try just the 1/3 column shortcodes. On smaller screens they will stack on top of each other like your other elements.
Cheers!
ElliottHi!
Try commenting out line 1047 in /enfold/framework/php/function-set-avia-frontend.php.
$excerpt = preg_replace("!\s\[...\]$!", '...', $excerpt);If that does not work then try changing line 561 in /enfold/framework/php/function-set-avia-backend.php from this.
function avia_backend_truncate($string, $limit, $break=".", $pad="...", $stripClean = false, $excludetags = '<strong><em><span>', $safe_truncate = false)To this.
function avia_backend_truncate($string, $limit, $break=".", $pad="[...]", $stripClean = false, $excludetags = '<strong><em><span>', $safe_truncate = false)Regards,
ElliottJanuary 6, 2015 at 7:18 pm in reply to: Color Section's background YouTube video URL losing parameters #375793Hey!
Youtube will always display the highest quality depending on the size of the video and your internet connection speed. See here for more info, https://support.google.com/youtube/answer/91449?hl=en.
Send us a link to your page where your uploading your own MP4 and we’ll take a look.
Cheers!
ElliottHey mbean2014!
It’s because your using 1/5 columns instead of 1/3 so your content is not using the full space of the screen.
Drag a codeblock element to your page and add this inside to change the background to white.
<style type = "text/css"> .html_stretched #wrap_all { background-color: white !important; } </style>Best regards,
ElliottHi enricospada!
Your probably looking for line 772 in the slideshow.php file.
if(trim($title) != "") $title = "<h2 {$title_styling} class='avia-caption-title' $markup_name>".trim(apply_filters('avf_slideshow_title', $title))."</h2>";Best regards,
ElliottHey talelie!
You can use the keyboard arrow keys to move up and down the page. Other than that I’m not really sure how you can use the keyboard to navigate the menus.
Can you be more specific on what your trying to do?
Best regards,
ElliottJanuary 6, 2015 at 6:45 pm in reply to: I need to add a constant widget area over layerslider. Not in slides. #375778Hi jubileephotography!
Add a widget area shortcode to your page content and then add a codeblock element to your content and add this inside the codeblock.
<style type = "text/css"> .avia-builder-widget-area { position: absolute; top: 0px; left: 200px; } </style>And then play around with the top and left values until it sits on top of the LayerSlider.
Regards,
ElliottJanuary 6, 2015 at 6:41 pm in reply to: Custom video post to open in a lightbox instead of a post page #375776Hey oliviad!
If you do not need to link to the original post then I would consider using the Masonry Gallery instead.
Otherwise you can continue using the link format if you want them to open up in a popup in the regular Masonry.
Best regards,
ElliottHey exposuredp!
Thanks for using Enfold.
It’s displaying bold on my end though it’s not very noticeable. I see it being applied in your CSS. I would consider changing the bolded font to something more noticeable or change it’s color as well.
Good job on your site, it’s looking nice.
Regards,
ElliottJanuary 6, 2015 at 6:30 pm in reply to: shop sidebar drops widgets, when using the enfold 'product grid' plugin #375771Hi RobWu!
Make sure the products on this page actually have prices listed. Also try adding the widget to a custom sidebar area and set that sidebar to display on the page.
Regards,
ElliottHi petcar!
Yes, you can add that to your robots.txt file. What does the full error say? Can you send us a link to your site?
Be sure to deactivate all plugins while testing.
Cheers!
ElliottHey Hiruseki!
I’m on Windows 8 and IE11 using the emulation tools and it’s displaying ok. Do you see the same thing on our demo? http://kriesi.at/themes/enfold/shortcodes/easy-slider/
It’s always best to update WordPress and the theme. It will be difficult to give you support if your not updated.
Also be sure to deactivate all plugins while testing.
Cheers!
ElliottJanuary 6, 2015 at 6:21 pm in reply to: Woocommerce Checkout page additional checkout fields #375768Hi Philip!
This is what I see in your checkout page.

How do I get those fields to display?
Cheers!
ElliottHi ElementArt!
Add this to your custom CSS.
.av-image-hotspot-pulse { display: none !important; } .av-image-hotspot:hover .av-image-hotspot-pulse { display: block !important; }Cheers!
ElliottHey eyeweb!
That would take a lot of time and code and would have to be considered custom work. As an alternative you can use our fullwidth sub menu element and add it below the LayerSlider and then disable the header on your page.
Cheers!
ElliottHi hgroen!
Thanks for the recommendation.
Best regards,
ElliottHi Jan!
If you open up /enfold/js/avia.js and look on line 88 you’ll see how we add the smooth scrolling.
$('a[href*=#]', container).avia_smoothscroll(container);I think the problem is that the google maps are loaded via AJAX so this function does not apply to them. I tried calling it again on an event after the markers get loaded but I couldn’t get it working so I’m not sure if it’s possible to do that inside the google maps.
Regards,
ElliottHey Addison!
They will use the alt or title text of your image by default. Your wanting to change it so they use the caption or description?
Which shortcode are you using? Send us a link to your page and we’ll take a look.
Regards,
Elliott-
This reply was modified 11 years ago by
Elliott.
Hey paulchiao!
Navigate to Dashboard > Enfold > General Styling > Main Content and change the primary and highlight colors.
If you wish to use CSS then you would do this.
.content a { color: blue !important; } .content a:hover { color: red !important; }Cheers!
Elliott-
This reply was modified 11 years ago by
Elliott.
Hi Patrick!
1. Add this to your custom CSS.
.single-post .breadcrumb-trail > span:nth-child(6), .single-post .breadcrumb-trail > span:nth-child(7) { display: none !important; } .single-post .template-blog .content { padding-top: 0px !important; }2. Are you sure you have the slider responsive setting turned on? Send us a WordPress login and we’ll take a closer look.
3. Add some
spaces in between the text you want to move around.Regards,
ElliottHi ColinWalton!
You can create custom links in your WordPress menu. Click on the “Links” dropdown on the left hand side when editing your menu and for the URL set it to “#” and the Link Text set it to “Teaching”. You can then drag your dates and venus pages beneath it so they display as sub menus.
Regards,
ElliottHey Bklaus_sk!
Make sure your using the latest version of Enfold, 3.0.4, and deactivate all plugins while testing.
If that does not help then send us a link to your page and we’ll take a look.
Best regards,
ElliottHi sitesme!
I’m sorry but I’m not really sure I understand. Are you using our AJAX portfolio? Can you send us a link to your page so we can get a better idea of what’s going on?
Best regards,
ElliottHi jkgator99!
I’m sorry but I’m not really sure what your trying to do there.
I visited the page you listed and it looks like your using our blog shortcode. When I visited the second page I saw two sets of comments loading. This is because in your post you copied the source code of the comments and pasted it inside the HTML editor.. not really sure why your doing that.
Also I noticed you changed the permalink of this post to a page, “Students”, which is very weird behaviour also. I think it would be best to just go ahead and delete this post and the “Students” page and take a screenshot and highlight what your trying to do so we can get a better idea.
EDIT: Perhaps your trying to create a page where it lists all of the comments on your site? If so then the comment shortcode your using is not going to work. It’s designed to only display comments on the specific post or page it’s used on. I think what your wanting is the “Recent Comments” widget which will grab comments from all posts / pages. Or you might be interested in a plugin, https://wordpress.org/plugins/comment-guestbook/.
Cheers!
Elliott-
This reply was modified 11 years ago by
Elliott.
Hey!
I noticed your LayerSlider stylesheet is not loading. The URL looks a little weird.
wp-contentC:wampwwwkamiswp-contenthemesenfoldconfig-layersliderLayerSlider/static/skins/fullwidth/skin.cssDid you do a database import from your WAMP setup?
Cheers!
Elliott -
This reply was modified 11 years ago by
-
AuthorPosts
