Hi!
Use this plugin to configure the SMTP manually: http://wordpress.org/plugins/easy-wp-smtp/
Regarding the FB image, try with this one: http://wordpress.org/plugins/wp-open-graph/
Cheers,
Josue
Thank you Josue- they claim its not their error though- can you point to me to the file in WP where the Mail function sets the contact to the SMTP?
Also, if you can comment on the FB image issue? Much appreciated, along with any feedback you may have on the site, as is. :)
Hi David!
The URL of your image is wrong, try with this code:
.iconlist_icon [data-av_icon]:before {
content: url('http://www.cadeaugolf.nl/wp-content/uploads/2014/01/logotiny.jpg');
}
Regards,
Josue
Hi steeveandyou!
Have you tried if a few times? Don’t forget to save changes. Add this on Quick CSS:
.alternate_color, .alternate_color .site-background, .alternate_color .first-quote, .alternate_color .related_image_wrap, .alternate_color .gravatar img .alternate_color .hr_content, .alternate_color .news-thumb, .alternate_color .post-format-icon, .alternate_color .ajax_controlls a, .alternate_color .tweet-text.avatar_no, .alternate_color .big-preview, .alternate_color .toggler, .alternate_color .toggler.activeTitle:hover, .alternate_color #js_sort_items, .alternate_color.inner-entry, .alternate_color .grid-entry-title, .alternate_color .related-format-icon, .grid-entry .alternate_color .avia-arrow, .alternate_color .avia-gallery-big, .alternate_color .avia-gallery-big, .alternate_color .avia-gallery img, .alternate_color .grid-content {
background-color: gray;
color: white;
}
Regards,
Ismael
Hi guys, I’m trying to use WP Realty plugin from code canyon with your theme.
I’m having some issues with it regarding my images not showing up.
http://test.mygulllake.com/?page_id=1367
The plugin developers mentioned this.
“If no “Featured Image” field exists on the listings page then your theme is not allowing it. Please consult with the theme author. The theme is not allowing our Featured Image declaration to be acknowledged.”
Is this something that can be easily addressed?
Hi is there a way I can get a little space between the portfolio grid images so their not right up against each other?
See image: http://d.pr/i/xYHf
Hi!
The Image element of the theme doesn’t give you an option to add captions. You should add the image using the “Add Media” button.
Best regards,
Ismael
On this page, I have mega menus with forms and am trying to bring them to a z-index above the title bar image (currently set to z-index:1000;). I can’t determine what to target to bring to the top.
The mega menus are under Devotions, Blog Subscription, Members and Mailbox.
Thank you in advance.
Matthew
-
This topic was modified 12 years, 2 months ago by
matthewmagee.
This reply has been marked as private.
Hi!
You are welcome, glad we could help :)
Best regards,
Yigit
It worked, thank you very much!
Hi All,
I hope this finds you doing well.
Problem:
As a test I created multiple to pages using the Single Portfolio 2/3 template and used different image sizes. And regardless of what image size I pick or option I select from the Slideshow Image Size, the theme is scaling the image to 666px width and varying heights.
The Setup:

Image Info:

Result:
http://www.sistahhollywood.com/test/
Hi,
I would like to do something similar to what the slider on this website looks like http://salleedesign.com/home/
Is there a way to do it in enfold?
thx a lot
Hi Ismael,
Thanks for the suggestion. This fixed the text alignment but the blog style is still different. I’ve linked an image to illustrate http://i62.tinypic.com/m7dm6r.jpg
Also, the vertical gray line for the sidebar area is still not there.
Anyway, are the widgets supposed to be pushed down below the last color segment? Surely that’s a bug?
Thanks,
Karl.
Hi,
I try this and this is not the solution. On the other side, the updating of the theme file solve the issue.
Thx for your help on this.
Regars,
Hey hughjames!
Please go to wp-content\themes\enfold\js folder and open shortcodes.js file and find
big_prev.stop().animate({opacity:0}, function()
{
big_prev.html(next_img);
big_prev.animate({opacity:1});
and change it to
big_prev.stop().animate({opacity:0.5}, function()
{
big_prev.html(next_img);
big_prev.animate({opacity:1});
Best regards,
Yigit
Hey SSWD!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
.image-overlay { display: none!important; }
If that does not work, please post the link to your website and point out the element you would like to remove
Regards,
Yigit
Dear Support,
I’m using the avia template builder on the enfold-theme.
I created a fullwidth image-background in the color section.
Now I want to add an overlay on the image with a transparent pattern, also full-width and under the content.
I defined the ID and even created an additional class. But it shows only one background and not the “second “pattern” one.
I guess because it is all in the same ID.
How can I create this second layer. This “pattern layer” can be shown on all “full-width image-background color section” elements.
Thanks for your help!
best,
Chris
T
Hi!
Can you try removing following images from Media Library and re-uploading http://i.imgur.com/iccsdiR.jpg and check if that helps?
Best regards,
Yigit
hello!
Sorry but i would like to open the image of every yellow point in a window in the same page.i would like that this image will open like the first image in that page: http://lnx.hindu-temple.net/portfolio/architettura-del-tempio.
Who can i?
Josue give me a code but don’t work.
Hello!
Any social media sharing plugin I try, when trying to share my posts on Facebook, the Share Button always pulls in the Logo instead of my images. I searched the support and tried the suggested solution with the plugin: http://wordpress.org/plugins/wordpress-seo/ . And it works only partially as it adds images as second option, the Logo is still the First image that is being pulled in by the Facebook.
This really bothers me and I would like to find a way to fix this issue.
I would really appreciate if you could help me with this.
Thank you.
Lexie.
Hi,
When I deactivate WPML I can upload images and select the pictures from the gallery (portfolio pages). When I activate the a WPML plugin most of the pictures disappear and I is not possible to upload them.
I can send you login for the site.
Thanks
http://www.traditionalteak.nl/wp
Hey Jack!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.single-post .template-blog .blog-meta { display: none; }
Regards,
Yigit
yeah, it doesnt work. I can set the css media queries for my iphone and ipad (portrait and landscape) just fine, but for desktop large screens it doesnt work…
And another suggestion for the fullwidth color section. It would be nice if the color layer and background-image could blend together (and if you could choose the opacity of the color layer). I have seen this with other themes (e.g. http://demo.codestag.com/raiden/ – look at post number 4 or 6 for clear examples). This way I can use my images from various posts as background images without having to photoshop / color and brightness adjustment / reupload / … This feature would be stunning! Thanks for this great theme.
-
This reply was modified 12 years, 2 months ago by
StuWeTueHo.
It is not on the portfolio page.
The portfolio Carousel can be accessed in the content builder. This is where it is in the Content Editor.
https://www.dropbox.com/s/iqhtmxtw2c48ejx/Screenshot-2014-01-28-15.02.41.jpg
This is how it looks live on the site. I want to remove the zoom link when you scroll over the image.
https://www.dropbox.com/s/8e0pt3rg4632d9m/Screenshot-2014-01-28-14.57.42.jpg
No problem. I am talking about the caption below the image embeded on the page. Not in lightbox. I do have same “Alternative Text” filled in.
Hi!
I’m sorry for that. Are you talking about the caption when you open the image on a lightbox? Have you tried adding it on the “Alternative Text” field?
Regards,
Ismael