Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.pibfi_pinterest { margin-left: 10%; }
Best regards,
Yigit
Hey!
“NOTHING FOUND
Sorry, no posts matched your criteria”
Please add a new post then let us know so we can inspect elements and provide you a proper solution
Regards,
Yigit
Hey!
Yes it is, you should just add Fullwidth Masonry element under Content Elements in Avia Layout builder
Cheers!
Yigit
Also, just curious, but why was I unable to do this using the child theme? Is this php file not one that wordpress will call up through the child theme before the parent theme?
Thanks that worked for the location. What about centering the preview image?
Hi!
Copy the link after the image has been uploaded, it should look like this: http://imgur.com/O5eswAV
Cheers!
Josue
Hi!
I didn’t quite understand what you meant by ‘mosaic’, are you referring to the masonry element?
Best regards,
Josue
Worked like a charm! Thanks!
And is the mosaic view available for the blog in this latest update?
Miguel
If I am only using that one image and not using the actual “slider” functionality, is this still the best way to have a banner image that is full width? Or is there a more recommended and less resource intensive way?
Hi,
Open config-templatebuilder/avia-shortcodes/masonry_entries.php and look for line 748:
$this->loop[$key]['html_tags'] = array('a href="'.$this->loop[$key]['url'].'"','a'); //opening and closing tag for the masonry container
Replace it by this:
$this->loop[$key]['html_tags'] = array('a href="'.wp_get_attachment_image_src($this->loop[$key]['thumb_ID'], 'full')[0].'"','a'); //opening and closing tag for the masonry container
Regards,
Josue
Hey!
Try adding this code to the Quick CSS:
.big-preview.single-big {
display: none !important;
}
Cheers!
Josue
I updated my enfold theme, and suddenly the feature image appears on all blog posts, when before only the ‘add media’ image appeared in it. How do I set it to remove the featured image so it only appears in the blog grid. Also, when I upgraded it I don’t have the option to use the mosaic look for the blog. What happened. Here is a sample from a blog post:
http://wellnessmodalities.com/2014/01/07/seniors-choosing-home-instead-nursing-facilities/
As you can see, the featured image appears gigantically in the post, followed by the add media image.
Thanks for any help.
Miguel
Since I updated to WP 3.8 and Envold Version: 2.4.5, General Settings – Blog Style settings without function. Feautered Images are always big.
What’s wrong?
Page: http://handundfuss-nuernberg.de/aktuelles/
-
This topic was modified 12 years, 3 months ago by
strabru.
I have another question. I’m sorry but I can’t find a previous forum discussion on this topic. and am unable to begin a new thread. I would like to understand how to change the format of how posts are viewed on the front page.
Right now a preview image is not viewed, but an Icon is instead. I do not want to display the Icon, but want the image of the post to be displayed. Also, I do want a link to the original post with a Read More. Where can I change these settings?
My settings for the Blog Posts widget is
Display blog posts
Frontpage Article
Single Author, small preview Pic
Excerpt with a Read More Link
Set the preview image size automatically based on column or layout…
My website is bringingmiracles.com
-
This reply was modified 12 years, 3 months ago by
conbdesign.
Hello again Kriesi team,
I am testing fullwidth masonry gallery but i have problems to adjust the design to different resolutions.
Test1, with 6 images 500×315 px, with perfect automatic masonry and 1 pixel gap configuration.
– In a laptop the masonry gallery shows 2 images per row fullwidth, perfectly
– In a tablet the masonry gallery shows 1 image per row, showing a background in grey to complete the fullwidth, not very perfect and responsive
I tested with different image sizes, but when the masonry gallery shows perfectly in the laptop with 16:9 resolution, do not show very perfect and responsive in a tablet with 4:3 resolution. When the masonry galley shows perfectly in a tablet, do not show very perfect in a laptop.
Is there any way to force two images fullwidth per row in any resolution?
Thanks in advance for your time.
Regards, Raul Ibañez.
I’m my own support :-) Found it!
If other needs this someday too … its a global function. Open js/avia.js and change the line 708:
Opacity is set to 0.7. Change it like u need it or Comment it out if u dont wanna use it. :-)
opa = link.data('opacity') || 0.7;
Cheers
-
This reply was modified 12 years, 3 months ago by
docperi.
Found a simple solution. If someone needs this in the future … see how i did it.
Create icons (ex. toggle.png and toggle_active.png) and upload them to the folder “images/custom” inside enfold theme. After this add following code to your custom css:
.toggle_icon{
border:none;
background: transparent url('../images/custom/toggle.png') center center no-repeat;
}
.activeTitle .toggle_icon{
background: transparent url('../images/custom/toggle_active.png') center center no-repeat;
color:#0988d9!important;
font-weight:bold;
}
.toggle_icon .vert_icon, .toggle_icon .hor_icon{
visibility:hidden;
}
Hi,
i would like to know, how can i change on images inside the Ajax Portfolio the element style on hover. The opacity is set to 0.7 and i want to change it.
Someone got an idea? Thx
-
This topic was modified 12 years, 3 months ago by
docperi.
Yea I’m dumb. Thank you.
Do you know if there exits a WYSiWYG gallery pluging so I mean that I can drag images around from one point to another with the mouse and images will stay where I leave them?
Ok nice one looking forward to seeing it. Thanks Devin.
Hi!
You just need to replace the http:// protocol with https//. Go to Enfold > Theme Options and check the logo url (it’s displayed next to the “Upload” button) and the background image urls (Enfold > Styling). Both urls will probably look like http://hazelwoodsoapcompany.com/wp-content/uploads/sites/14/2014/01/background-tile-238×300.jpg and http://hazelwoodsoapcompany.com/wp-content/uploads/sites/14/2013/11/logo.png
Replace the http:// prefix with https:// and save the theme options and all pages should be secure.
Cheers!
Peter
.image-overlay.overlay-type-extern .image-overlay-inside:before {
content: ‘Your custom text goes here’;
font-family: ‘entypo-fontello’;
}
Thanks for this Yigit!
May I ask, How would I use a font icon? I know I can just type custom text here, but how canI add an icon from the default Entypo or from uploaded ones from fontello?
An example would be nice so I can see the structure of the code.
thanks!
Hi!
You can try to change the thumbnail size of the images in the default gallery (i.e. use “No Scaling (Original Width X Original Height)”). Then use following code
#top .avia-gallery .avia-gallery-thumb a {
height: auto;
width: 20%;
}
to change the width of the images in % and the height:auto attribute will make sure that the images are not cropped.
Best regards,
Peter
Hi!
No, that is not possible with boxed layout. You need a major css rewrite if you want to achieve that one. Please hire a freelance developer to help you.
Best regards,
Ismael
This reply has been marked as private.