Forum Replies Created
-
AuthorPosts
-
Hi!
You’ll need to contact your hosting provider and let them know PHP mail is not working and what information you need to use for SMTP mail.
Regards,
ElliottHi LoremIpsum!
None that I know of. We do not utilize any “x-mailer” code in Enfold. If that is a plugin then I would contact the plugin authors about this.
You can see how we send mail around line 710 in /enfold/framework/php/class-form-generator.php.
Cheers!
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
February 26, 2015 at 6:51 pm in reply to: Move page title out of band out of the header and into the content area #402907Hi!
If it was me then I would just hide the title with CSS in the page content and then add a special heading at the top of the page. There may come a time where you wish to create a page with a color section at the top or slider, etc etc, and you won’t be able to with this customization.
Cheers!
ElliottHi e8dingo!
Send us a link and we’ll take a look. It would also be great if you could take a screenshot and highlight what your seeing in IE9.
Best regards,
ElliottHi!
I created a test page and added a contact form with three checkboxes but it appears to be working fine there. Go ahead and edit the test page and setup the form to look like your old one and keep testing it on the frontend to try and pinpoint the problem.
If you cannot reproduce the problem then I would try deleting the page and recreate it.
Cheers!
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
Hey Ink_Eye!
You can find those on lines 909 – 1021 in /enfold/css/layout.css.
Try removing all of the transitions and animations in those lines to play around with how the transitions display.
Regards,
ElliottFebruary 26, 2015 at 5:55 pm in reply to: Avia Layout Builder broken on Portfolio Entries after moving the Excerpt Layer #402849Hey!
I’m not sure what you mean by “moving the modules”. Can you take a screenshot and highlight the steps your doing to reproduce the problem?
Best regards,
ElliottHey!
I’m not sure what your referring to by “avia principles”. Send us a link to the exact page and take a screenshot highlighting the area so we can get a better idea.
I’m not sure if we will be able to help you out here but we may be able to offer some alternatives such as plugins.
Regards,
ElliottFebruary 26, 2015 at 5:36 pm in reply to: Event watches not firing reliably / scripts not loading. #402827Hey!
I haven’t played around with the video APIs that much but you can see where we interact with it in /enfold/js/shortcodes.js on lines 647 – 1141.
It should only be creating players on these elements though,
$('.avia-slideshow iframe[src*="youtube.com"], .av_youtube_frame, .avia-slideshow iframe[src*="vimeo.com"], .avia-slideshow video').aviaVideoApi({}, 'li');Cheers!
ElliottHi!
Hmm, yesterday I did some testing with just the parent theme instead of your child theme but it was still happening. Today I did some more testing but I created a new test page and then activated Enfold instead of your child theme and you can see it’s working now. The posts are displaying but your also getting a lot of error messages from your plugins.
So I’ll assume the problem is from a combination of your plugins and your child theme.
If you activate Enfold and deactivate all of your plugins and view the test page I created you’ll see it’s working fine.
Best regards,
ElliottHi!
1. + 2. Send us a WordPress login and we’ll take a look.
3. You will need FTP to edit the file. Or you can check to see if your hosting provider has a web based file editor.
Best regards,
ElliottHi Cleber!
Try adding this to your custom CSS.
.image_overlay { display: none !important; }Or if your just trying to get rid of the icon then do this instead.
.image-overlay.overlay-type-extern .image-overlay-inside:before { content: "" !important; background: transparent !important; }Cheers!
ElliottHi AsadIC!
Try adding this to your custom CSS.
#after_section_4 .av-extra-border-element { display: none; }Best regards,
ElliottHey Martin!
Your getting a few javascript errors. One of them is being caused by a plugin so go ahead and deactivate them all and then add this to your wp-config.php file.
define( 'CONCATENATE_SCRIPTS', false );And let us know when your done so we can take another look.
I would also try completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
Regards,
ElliottHi eyammine!
Try adding this to a codeblock element in the page to hide the thumbnails.
<style type = "text/css"> .blog-meta, .blog_meta, .big-preview, .big_preview { display: none !important; } </style>Best regards,
ElliottHi kimogroup!
Add this to your custom CSS.
.products .product h3 { font-size: 20px !important; }Cheers!
ElliottHi netcatsrl!
What is the problem?
Send us a link and take a screenshot highlighting what is going on and we’ll take a look.
Best regards,
ElliottHi!
I created a new post and it seems to be working fine, try deleting the post and recreate it. As for the sidebar issue I activated Enfold instead of your child theme and it corrected itself so it must be a problem with a customization in your child theme. Try creating a new child theme and add your customizations in piece by piece to figure out where it’s coming from.
Cheers!
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
Hi!
Edit the image shortcode and set it to align left in the options and it will display next to the button.
Cheers!
ElliottHi M4sterme!
We do not have any features for that yet but you can do it with CSS animations, http://www.w3schools.com/css/css3_animations.asp.
Best regards,
ElliottHey tjswarbs78!
Send us a link and we’ll take a look.
You could try setting the logo on top centered with menu below and then use CSS to set the logo position to absolute.
Cheers!
ElliottFebruary 25, 2015 at 9:58 pm in reply to: How to set fullscreen slider height:auto for less than 740px devices and screen. #402358Hi!
I checked your link but you don’t appear to be using any of our themes. Go ahead and activate Enfold and let us know when your done.
Cheers!
ElliottHi SpaceDream!
I think the CSS your wanting is this.
.header-bg, .header_bg { opacity: 1 !important; background: white !important; }If that’s not correct then send us a link to your page and take a screenshot highlighting what your trying to do.
Regards,
ElliottHi Bearded!
Try using the Google webmaster tools to find broken links, https://www.google.com/webmasters/.
Cheers!
ElliottHi!
You forgot the http: in the front. I added it in and it’s working fine now.
Cheers!
ElliottFebruary 25, 2015 at 9:37 pm in reply to: Ajax Portfolio image not visible only text title and image default size options. #402348Hi!
You did not have any featured images set for the portfolio posts. I went ahead and added one to the grand 8 post so you can see how it’s done.
2. Can you take a screenshot of what your trying to do here? You did not have any images set to the grand 8 so I’m not sure I understand.
4. Edit the portfolio grid shortcode and set the link handling option to open in AJAX.
Best regards,
ElliottHi!
Not that I know of. You can create a feature request here, https://kriesi.at/support/enfold-feature-requests/, and we may see something get added in the future.
Cheers!
ElliottHey cptnem0!
See here for how to do CSS animations, http://www.w3schools.com/css/css3_animations.asp.
You could target the image like so.
.avia_image:hover { your animations go here }Best regards,
ElliottHi kristinaejsing!
That would take a lot of time and code so it would have to be considered custom work. Feel free to request this feature here, https://kriesi.at/support/enfold-feature-requests/, and if it gets enough interest we may see it get added in a future update.
Cheers!
ElliottHi!
They look centered on my end. Did you get this sorted?

Regards,
Elliott -
This reply was modified 10 years, 11 months ago by
-
AuthorPosts
