Forum Replies Created
-
AuthorPosts
-
Hi!
Try opening up /enfold/config-templatebuilder/avia-shortcodes/image.php and change line 287 from this.
$output.= "<a href='{$link}' class='avia_image' {$blank}>{$overlay}<img class='avia_image ' src='{$src}' alt='{$alt}' title='{$title}' $markup_url /></a>";To this.
$output.= "<a href='{$link}' class='avia_image' {$blank}><img class='avia_image ' src='{$src}' alt='{$alt}' title='{$title}' $markup_url />{$overlay}</a>";Best regards,
ElliottHey fdy!
When you add your color sections add an ID to the “Section ID” option of the color section so you can link to it from your menu.

Cheers!
ElliottHey Viktoria!
Try adding this to your custom CSS.
.gallery-item { height: auto !important; width: auto !important; }Cheers!
ElliottHey!
Yes there have been recent problems with the forum subscription emails. Our devs know about this and are looking into it.
Cheers!
ElliottHey!
Open up /enfold/config-templatebuilder/avia-shortcodes/image.php and on line 228 you should see this.
$alt = !empty($alt) ? esc_attr($alt) : '';Add this above it.
$alt = $attachment_entry->post_content;Cheers!
ElliottHey cormie!
You can use our child theme, http://kriesi.at/documentation/enfold/downloads/, and then have him do all of his CSS edits in the child theme stylesheet.
Best regards,
ElliottHi ColinWalton!
It would depend on what exactly your trying to do. Are you just trying to reduce the margins of the columns? Send us a link to your page and take a screenshot highlighting what your trying to do so we can get a better idea.
We don’t have a form for just Enfold search but the majority of posts are related to Enfold and our avia framework.
Cheers!
ElliottHi!
You can copy the 404.php file to your child theme folder and then replace lines 27 – 31.
<?php get_template_part('includes/error404'); ?>With the code in the error404.php file.
Best regards,
ElliottHi rogierkoning!
No, not that I know of. You can try some Google map plugins out, https://wordpress.org/plugins/search.php?q=Google+maps, but I believe that’s the default behavior for all maps.
Cheers!
ElliottHi wildbrid!
Try installing the contact form 7 plugin or the WP SMTP plugin, https://wordpress.org/plugins/wp-smtp/, and send a test email with those to see if you receive it.
Be sure to double check for any typos in your email and check your spam folder as well.
Regards,
ElliottHi jbernauer!
Are you including a parent category? If so then it’s going to include all portfolio entries assigned to it’s children categories as well. It sounds like your just wanting to include the child category and not the parent category.
Cheers!
ElliottJanuary 5, 2015 at 7:38 pm in reply to: Changing Theme Wide Header Settings On A Single Page #375271Hi!
Send us a link to your page and we’ll see if we can give you some CSS to use.
Best regards,
ElliottHi Josh!
Thanks for using Enfold.
Can you send us a link so we can take a look?
Regards,
ElliottJanuary 5, 2015 at 7:11 pm in reply to: Mobile phone adjustment for catalogue List Item Title & Pricing #375262Hey Micheal0424!
Add this to your custom CSS.
@media only screen and (max-width: 479px) { .av-catalogue-price { position: relative !important; } }Cheers!
ElliottHi!
It’s an option on the right hand side of your screen when you edit your post.

Cheers!
ElliottHi schoefa2!
Set your background to transparent and then use this CSS.
body { background: url("URL to your image") !important; background-size: cover !important; }Cheers!
ElliottHey Micheal0424!
You can add two prices to the option. Something like.. “$12 / $14 / $16”. Other than that there is no feature for multiple pricing so you can try getting creative with the other shortcodes. Catalogues inside tabs or something like that.
Regards,
Elliott-
This reply was modified 11 years ago by
Elliott.
Hey schoefa2!
Drag a codeblock element to your page and add this inside.
<style type = "text/css"> .av-hotspot-container-inner-wrap > div:nth-child(1) .av-image-hotspot_inner { background: url("URL to your image") !important; } </style>And then change the “URL to your image” with the correct URL.
If your using multiple hotspots then just copy and paste this part.
.av-hotspot-container-inner-wrap > div:nth-child(1) .av-image-hotspot_inner { background: url("URL to your image") !important; }And change the “1” to “2” or however many hotspots your using.
Regards,
ElliottJanuary 5, 2015 at 6:50 pm in reply to: change masonry columns number according to screen size #375239Hey doronwo!
Set it back to automatic and remove your custom CSS and let us know when your done so we can take a look.
Also be sure to deactivate all plugins while testing and make sure your using at least version 3.0.4 of Enfold. I couldn’t check your version because of your plugins.
Regards,
ElliottJanuary 5, 2015 at 6:43 pm in reply to: Enfold Testimonial Slider (Compact) Has Strange Slide Transition #375235Hey agameseo!
Try opening up /enfold/js/shortcodes.js and change line 3710 from this.
transitionSpeed:900,To this.
transitionSpeed:1,Cheers!
ElliottHey!
You can change the logo width with this CSS.
.logo img { max-width: 120px !important; }We do not have any list of CSS classes / IDs but you can look in the stylesheets for whatever you need or use Firebug, https://getfirebug.com/.
Regards,
Elliott-
This reply was modified 11 years ago by
Elliott.
Hi!
Deactivate all plugins and send us a WordPress login. Also remove all of your custom CSS.
Regards,
Elliott-
This reply was modified 11 years ago by
Elliott.
Hey!
I saw your other topic and already replied to it. Let’s keep it in one topic please.
Best regards,
ElliottJanuary 5, 2015 at 6:22 pm in reply to: External API calls to display content inside a page / post #375215Hey!
You could use an iframe.
<iframe src="http://cca07-win1.wadns.net/api/equity/gettable?clientCode=sf&equityCode=abc.zw"></iframe>Regards,
ElliottHi!
Perhaps the plugin function is echoing out the content instead of returning it. It would be best to contact the plugin authors about this.
Best regards,
ElliottHi scrivens!
This is about the first slide correct? It looks like you currently have it set to 26 seconds with images transitioning in until the slide ends.
Is the problem that you want the layers to transition out before the next layer comes in? If so then you need to set the “Show Until” option in the “Transition Out” area. I went ahead and set it to 1ms on the first layer so you can see how it’s done.
Best regards,
ElliottJanuary 5, 2015 at 6:04 pm in reply to: Is it possible to assign wp-links to post' category with page/pages? #375207Hi!
Open up /enfold/archive.php and change line 29 from this.
<?php echo term_description(); ?>To this.
<?php echo do_shortcode(term_description()); ?>Best regards,
ElliottHey!
Try adding this to your custom CSS.
.ls-wp-fullwidth-container, .ls-wp-fullwidth-helper, .ls-container, .ls-container * { box-sizing: none !important; }If that’s not what your referring to then take a screenshot and highlight what your trying to do so we can get a better idea.
Best regards,
ElliottHi!
I tried both sets of login information but it’s not letting me in.
I downloaded your video from your page but it’s happening on my XAMPP setup as well. What happens when you comment out line 273 in /enfold/functions.php ?
//wp_enqueue_script( 'wp-mediaelement' );EDIT: Hmm, perhaps the version of mediaelementjs that ships with WordPress was recently updated and the skin we are using in /js/mediaelement/skin-1/ is outdated. When I updated the CSS and images from the mediaelement.js version 2.16.3 folder, http://mediaelementjs.com/, it seemed to work fine. I’ll flag this for the rest of our team to take a look.
Best regards,
Elliott-
This reply was modified 11 years ago by
Elliott.
Hi Shatteringdesign!
When you say “assign header images and text” are you talking about the header background? Logo image?
If your just trying to display a image with 2 columns of text beneath then you can use our image, column, and textblock elements in the layout builder.
Go ahead and send us a link and take a screenshot highlighting exactly what your trying to do so we can get a better idea.
Cheers!
Elliott -
This reply was modified 11 years ago by
-
AuthorPosts
