Hi,
To remove the featured image, just add this on your custom.css
.big-preview.multi-big {
display: none;
}
Open includes > loop-index.php then find this code
if(has_tag() && is_single())
{
echo '<span class="blog-tags minor-meta">';
echo the_tags('<strong>'.__('Tags:','avia_framework').'</strong><span> ');
echo '</span></span>';
}
Replace that with
if(has_tag() && is_single())
{
echo '<span class="blog-tags minor-meta">';
echo the_tags('<strong>'.__('Tags:','avia_framework').'</strong><span> ');
echo '</span></span>';
}
edit_post_link();
It will create a neat Edit this link at the bottom.
Regards,
Ismael
For me it helped to rebuild the thumbnails “after” installing woocommerce. There is a nice plugin that does this with only one click. (http://wordpress.org/extend/plugins/regenerate-thumbnails/)
That can help at least for the image size problems. But it really looks like that the shops is not properly themed at all.
Hi,
I made a video tutorial about this topic https://vimeo.com/channels/aviathemes/66091327 . It will probably take another hour or so for it to be posted on that link. It’s not quite your issue, but I had no problems with a bit of css to stretch lots of things.
Thanks,
Nick
Is there a way to do this, so that when you click on a gallery image, it opens full size?
Hi
Take a look the video list here: https://kriesi.at/support/topic/video-requests
Specifically this video I go over setting up something similar to the image you referenced from the demo in this video: https://vimeo.com/channels/aviathemes/64927358
The width for the demo is I believe just the standard width so it should be the same once things are set up.
Regards,
Devin
Under general settings -> Blog Style, I’m using “Multi-author Blog ( Displays Gravitar and featured image above )
I would like to remove the featured image from displaying above the blog post – without editing the 100s of posts with featured images.
Also, separate question: If I’m logged in as the admin how do I get the “edit post” link to appear near the post/page title for quick editing?
Thanks in advance,
Dan
Ok, now i understand what happened. Thanks Devin.
I marked the topic resolved but would love to see this feature added at some point so the full screen is covered regardless of how many elements we add (will post on feature list) ~
thx
jasmine
Hi. Any suggestions on this one?
Ideally, it would be nice if if the Color Section supported more than just static images, like short-codes from other widgets (google map), videos, html content, etc. Thanks
I having a few different problems with the shop styling and product pages. All the images shop up huge and blurry, when you hover over them it gets much smaller and stays small.
I can’t figure how to remove the pages, categories and archive links on the shop page.
Whenever you go to a product, it loads and then moves you halfway down the page automatically so you have to scroll back up to see the products.
Is Woocommerce css enabled on demo site?
Anything else to help make my site look more like the demo site.
Hi jasmine,
The color section, when on a blank page aligns to the middle of the page. So if the content isn’t large enough to fill the whole screen then it doesn’t auto expand to do so.
If you were to remove the large image on your original blank page, it would show the white background above and below the content.
So for right now, there doesn’t seem to be a way to just force a full screen background without the content of the color section being big enough to make that background image take up the full browser content area.
Regards,
Devin
Sorry Ismael,
I missed a “:” sign when changing my url which explained it didn’t work…But still, will I have to enter manually the name of the pattern I want I want to change it? It’s not very practical…I would like to be able to use the list in enfold admin straight away as I should be able to…
Kind regards
chrys
I’m sorry to insist but I will need to work on my site and to put it online very soon and I really need to know how to allow a header backroung image but when scrolling down not having the nav menu becoming transparent.
Picture 1: https://www.dropbox.com/s/eoeow6sudqqg2lf/Capture_d_écran_13_05_13_13_19-2.png
Having added the custom CSS
.header_color .header_bg {
background-color:initial;
}
I can choose a custom background for my header. Without the code it only appears on the overview.
But
second picture: https://www.dropbox.com/s/loc13d3je0hbrrj/Capture_d_écran_13_05_13_13_20-2.png
When scrolling down, the menu is transparent and you can’t see it well.
I’m sorry ismael but when i use your code, nothing happens.
Kind regards,
Chrys.
Hi,
I’m sorry but I don’t get it…
When I put the code, the header image background still change on the preview block when i pick different one. But on my site it doesn’t make any change.
What do you mean by “change the image url?”
thanks
Hi,
Add this on your custom.css
.header_color .header_bg {
background: white url(https://localhost/kriesi/enfold/wp-content/themes/enfold/images/background-images/dashed-cross-dark.png) top center repeat fixed;
}
Change the image url. This will render a white header when you scroll down.
Regards,
Ismael
No no, TechShad and I are talking about EasySlider. In this case, I’m trying to use EasySlider as shortcode in place of a static picture. The shortcode asks me the size of the pictures: whatever size I choose, the slider is always at maximum size (affecting the quality of the image because if I upload a small picture, it will show me a big slider with a blurred picture).
Hi,
1.) What do you mean by “info bubble content box”?
2.) Add this on your custom.css
.image-overlay .image-overlay-inside::before {
background-color: green;
}
Regards,
Ismael
Hey!
Insert following code into the quick css field:
a.avia_image.avia-align-center{
display: block !important;
}
a.avia_image.avia-align-center img.avia_image {
margin: auto;
}
Best regards,
Peter
It still happens for me, but it’s kind of random to pinpoint. If I had to go off my observation, I’d say It has to do with copying a content block or perhaps a copy of that copy. Fresh blocks that get pulled down from the top toolbar don’t seem to have this issue.
I also had another thread about images not lining up vertically. Again this seemed to occur when I tried to be efficient and copy the original block and then again. It would start to stagger out of line after that second copy.
I’m fairly confident there’s a bug or something resulting from the block copying option.
Hope that helps.
Cheers,
– John
Hi,
It is automatically link to the single portfolio. You cannot add a link on them. You can only add links on the images.
Regards,
Ismael
Hey!
Insert following code into the quick css field:
.image-overlay {
display: none !important;
}
Best regards,
Peter
Thanks. That turns off the arrow, but can you also turn off the way it greys out the image?
Hey,
Glad it is fixed. Kriesi manages all the updates for the theme. You should probably post something here https://kriesi.at/support/topic/enfold-feature-requests.
Regards,
Ismael
Hi,
My page was working fine but I switched the images and text blocks from being inside a colour section to inside standard layout 1/3 sections to get rid of the line in between the sections. Now they have all got dark backgrounds when they used to have white backgrounds. Why???? I’ve checked the ‘theme options’ and it should be dark text on white background.
http://www.risebusinessservices.com.au/pages/services-2/
I’m a beginner at WordPress and coding so any help would be much appreciated. It’s very frustrating.
Thanks
Hi,
It is suggested you put the Enfold installation online. You will lose the theme options and the images when you try to work on MAMP then transfer the site online.
Regards,
Ismael
Hi,
Edit custom.css or add this on the Quick CSS
.image-overlay-inside {
display: none !important;
}
Regards,
Ismael
Whenever I roll over a linked image there’s a big green circle with an arrow. It’s very distracting to our users. How can I turn that off?
Thanks!
Is there any way to add the Add/Edit Social Service or Icon Links hover feature from team member to a regular image?
perfect Ismael css worked :)
and this theme is for someone else we are teaching them basic things but will not be managing it and its 2 mothers with 4 kids between them and without a photoshop so they will not be able to re-size every single image. So glad you shared the css and would be great if this can be added as part of the theme if possible (at some point as i know the list is long :)
and really thanks so much greatly appreciate the support
jasmine
Dear Nick, my apologies, yes, the first image, the featured one, is correctly centered, but I’ve added another one below (above the icon list) and that is off center for me. I’m guessing the layout builder does not like me switching back and forth to mess about with shortcodes and such.
Hi,
I am not sure what version of the theme is used in the demo. Since its release, Kriesi has made more improvements and upgrades in 3 weeks than most themes get in 2 years. He is back tomorrow so there will be probably another upgrade sometime around the corner.
I measured your image, and it is centered perfectly on my windows 7 chrome. Sorry I don’t have retina , so perhaps its only on the mac. http://i.imgur.com/2GikNCp.png
Thanks,
Nick