I added that code but also had to make sure that the logo still didn’t resize and the image came right up to the end of the header bar so I added this too:
.logo img, .logo, .logo a {
max-height: 88px !important;
}
.fixed_header.social_header #main {
padding-top: 118px;
}
Thanks!
Hi hodgsondesign!
You need to manually add the social buttons and provide the images. Edit js > avia.js, find this code:
elements.prettyPhoto({ social_tools:'',slideshow: 5000, deeplinking: false, overlay_gallery:false, default_width: ww, default_height: wh });
For example, we will add a facebook button. Replace the code above with this:
elements.prettyPhoto({ social_tools:'<div class="pp_social"><div class="facebook"><a href="facebook.com" class="facebook-button"></a></div></div>',slideshow: 5000, deeplinking: false, overlay_gallery:false, default_width: ww, default_height: wh });
Add this on your custom.css or Quick CSS:
.pp_social .facebook .facebook-button {
display: block;
width: 20px;
height: 20px;
background: red;
position: relative;
margin-top: -15px;
}
.pp_social .facebook {
overflow: visible;
}
You can replace the background with the facebook icon and replace the url with your account.
Cheers!
Ismael
Hey!
The bg-button.png doesn’t exist. It should be located here: http://www.yourwebsite.com/wp-content/themes/enfold/images/layout/bg-button.png
Cheers!
Ismael
-
This reply was modified 12 years, 5 months ago by
Yigit. Reason: website is private
Greetings,
First of all, thank you for the wonderful Theme. Its just amazing how easy it is to make a website with this theme!
Here’s a problem that I’ve been trying to solve for several days and couldn’t figure out so here I come to the forum to get some help.
I’m having problem having the icons from the icons list display in the backend. When I select any of the Icon (that does not display properly) and save and publish the page, then the icon does appear on the fron end of the website. So the Icons its self is there and appearing, I just cannot see the preview of icons when I’m trying to “choose” which icon to use. When I first installed the theme, I was able to see the theme, but along the way they stop displaying… what did I do?! :(
here’s an image
http://tinypic.com/r/2ng7g3l/5
I’ve looked through the forum and and tried a few different things,
・updated the theme to most recent 2.4
・uploaded new fonts from fontello
・deleted cashe
but these didn’t seem to do the magic.
I’m guessing there’s an issue with some of the PHP files, but unfortunately I’m not the most code illiterate to figure this out on my own. I would love to use these amazing sets of icons…(only if I could know which one they are!) Any ideas on what maybe causing this problem?
Thanks in advance,
Neo
Hey!
That is the way the single product is formatted. The sidebar on single product pages will always be on the left. You can choose not to show it, add this on your custom.css or Quick CSS:
#top #main .single-product-main-image .sidebar, #top #main .single-product-main-image .inner_sidebar {
display: none;
}
Cheers!
Ismael
Hey!
I visited the page and it looks like you managed to add a gallery. I tested this on my end the gallery shortcode works fine.
[av_gallery ids='316,315,314,313' style='thumbnails' preview_size='portfolio' thumb_size='portfolio' columns='5' imagelink='lightbox' lazyload='avia_lazyload']
You really have a lot of plugins installed. Please deactivate all of them then test it on another browser. Go to wp-content/plugins folder and delete unused plugin folders.
Please post the login details here and set it as a private reply.
Cheers!
Ismael
Hey!
Please try to add this on your custom.css or Quick CSS;
.image-overlay .image-overlay-inside {
height: 100%;
width: 100%;
position: absolute;
left: 0;
top: 0;
content: '\E897';
font-family: 'entypo-fontello';
border-radius: 10px !important;
line-height: 60px !important;
height: 60px !important;
background-color: #DD0303 !important;
font-size: 24px;
}
Regards,
Ismael
Hey LRS123!
Can you please post the link to the post with the featured image? You can hide it using CSS:
.single .small-preview {
display: none;
}
.single .big-preview.single-big {
display: none;
}
Best regards,
Ismael
Hi!
I visited the page here: http://liveurstory.com/hipster-trendster
I don’t see any 2000px wide images. On the backend, you can switch to Text or HTML editor.
Regards,
Ismael
Hi!
The images you uploaded are broken. Please post it again here.
Regards,
Ismael
Hey heidi22!
You can add this on your custom.css or Quick CSS:
.single .fullsize .big-preview.single-big {
width: 460px;
margin: 0 auto;
}
Best regards,
Ismael
But thats not resolving win7 problem…
And still – can you give me solution about zooming – how to place zoomed frament of image to the right, above description?
This reply has been marked as private.
I am using a child theme.
Your link below is correct the file is in there
wp-content/themes/enfold/images/layout/bg-button.png”
but in my child theme which is
wp-content/themes/MYCHILDTHEME/images/
there is only one file close box.png
Hey!
1) What is the exact path to that folder? Should be “wp-content/themes/enfold/images/layout/bg-button.png”
2)Please find following line in Ismael’s code
.main_color input[type='submit'] {
background-image: url("../images/layout/bg-button.png"); }
and change it to
.main_color input[type='submit'] {
background-image: url("yourwebsite.com/wp-content/themes/enfold/images/layout/bg-button.png"); }
If you have changed theme folders name from Enfold to something else, you should adjust this link yourwebsite.com/wp-content/themes/enfold/images/layout/bg-button.png
Best regards,
Yigit
Hey!
Removed.
With Ismael’s code you have added this line
background-image: url("../images/layout/bg-button.png");
So i assumed that you have checked that bg-button.png file exists inside enfold\images\layout folder. That is why i said “once again” :)
Regards,
Yigit
This reply has been marked as private.
Thanks Devin,
I deactivated everything and it’s still not working. I can get it to work when I upload about 5 pictures to the gallery. Is there a cap to the number of pictures a gallery can have? Is there anything else that could be causing this?
Hi Enfold team,
Before the upgrade to 2.4.1, I could show the posts without the featured image. I use the featured image for me to create the thumbnails on the cover of the Web but do not want it in the header of the post because it is already in it and then I get duplicate. This possibility was possible before but now I have only two options: “Single post with big preview image” and “Single post with small preview image” Any way to fix it to “Single post with no preview image”?
On the other hand, I wonder how to make to default “Do not display the header” for all posts.
Thanks in advance,
LRS
Hey reidbiz!
Actually Kriesi and I work with Chrome and it’s more likely that we miss a Firefox issue :) – however I found the problem and we’ll fix it in the next update.
Best regards,
Peter
Hey!
No, not by default because you can’t display the page content in the slider area. You can try a “background image” plugin like: http://wordpress.org/plugins/background-manager/ or http://wordpress.org/plugins/wp-backgrounds-lite/ and then you should be able to add a slider behind the text content.
Best regards,
Peter
This reply has been marked as private.
Hey tamaniaci!
Deactivate all active plugins and then give it another try. There is at least one other plugin trying to modify the images and there is probably a conflict with the default WordPress gallery and a plugin.
Best regards,
Devin
Hi!
You can choose one of the other blog layouts from the theme options to get something like that. I think this one is the only option with th e image next to the content: http://kriesi.at/themes/enfold/blog/blog-single-small/
Regards,
Devin
I am setting a featured image in my posts which shows beautifully in the post slider on the home page but on the single post page it blows my image up to nearly full width regardless of the actual size of the image. I have search codex and WP blogs endlessly but I can not find a solution. I’ve tried a few sizing plugins and nothing seems to work.
Here is a link to a post page that is resizing my images.
http://fittrirun.com/saturday-september-28th-2013/
Thank you for your help.
Heidi
Hey!
You are welcome! Let us know if you have any other questions or issues
Best regards,
Yigit
I’m trying to create an image gallery in my blog post but it is not working. I’ve tried several times to select the images I want but for some reason that I can not determine, it refuses to use the images I need and keeps pulling 5 random ones in- http://www.ellerysno-cruisers.org/site/blog/
Help!!!
Hey!
Its one of the shortfalls of using a child theme in that if you still need to keep an eye on what has been changed in each version so you will then update the child theme files as well.
Regards,
Devin
This reply has been marked as private.