Thank you very much again Ismael, you’ve been of great help!
Greetings,
Tom
Hi,
Masonry layout for blog is being considered. You can request it here https://kriesi.at/support/topic/enfold-feature-requests/
Regards,
Yigit
Hi, can you tell me how I’d go about replacing the Avia CSS bullets with an actual .png icon? I’ve tried implementing ‘background-image’ with variations but can’t get them to display.
Thanks,
Graeme
Hi Frank,
Your website is right-click disabled. Can you enable it so we can inspect the elements?
Regards,
Yigit
Still the same. Tried it on different pages and with different images as well, same problem.
It’s really important that I can fix this ASAP. The site goes live next week and still have much work to do with these sliders on multiple pages. :(
*push*
I am looking for some floating or mosaic effect.. thanks
although i have re-loaded large (> 450×450) featured images for (selected) posts & regenerated thumbs, here is what i get :
http://tasoskoukouvitis.com/enfold/%CE%AC%CF%81%CE%B8%CF%81%CE%BF-1/
http://tasoskoukouvitis.com/enfold/blog/ (check 3rd post thumb size, which is the above post)
i have also refreshed both pages above (to clear cache)
so, what should i do?
thx, tasos
Maybe you need to exclude one or more js files from the “minify” cache. Can you post a link to your website please – it helps us to find the js code which causes the error(s).
Hey,
You can add this on your custom.css or Quick CSS:
.single .wp-post-image {
display: none;
}
Regards,
Ismael
I wonder if the website looks different for logged in/logged out users? I tested in with the latest version of Chrome on Win8, the latest available version of Safari and Opera on Win8 and everything seems to be fine on my end: http://www.screenr.com/nTlH
-
This reply was modified 12 years, 6 months ago by
Dude.
A followup on this issue. I have this theme installed in a test location (separate host / server) with all of the dummy content imported and the gallery works fine there exactly as I have it set up on the current site that isn’t working.
On the non-functional gallery site, when you go to “Edit Gallery”, it says “no items found”.
Somehow images simply won’t load into the gallery, either uploaded or from the Media Library.
I am using a child theme for minor theme edits and only have a couple of minimal plugins installed.
Thanks for your assistance!
Hi asherbarrett.
Our support queue goes by the oldest posted response in a topic so when you self responded it actually pushed the post back to the end of the queue instead of bringing it forward.
For your issue, this is the css that controls the padding on your mega menu sub items:
#top #header .avia_mega_div > .sub-menu {
display: table;
padding: 10px 30px 30px;
}
There is an additional style that adds 30px on top but add the following to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
@media only screen and (min-width: 768px) {
#top #header .avia_mega_div > .sub-menu {
padding: 10px 30px 30px !important;
}
}
Then modify the values as needed
Regards,
Devin
Hi paulsutton,
Yes, that is correct. If there is no featured image on an item then the container for the blog post gird element does not have anything to expand to. As far as I know this is intended but I’ll tag Kriesi for the ‘official’ word on it.
Regards,
Devin
No, its just re-uploading the files that display the theme data. All of your actual content is saved in the WordPress database. (as long as you have not modified the php files or anything).
You can download a backup of the current themefiles if you’d like just in case.
Regards,
Devin
This setting is worse, not working properly in any browser, with first code only in firefox.
example
Currently, is only local to translate, in a few days can give you the link if there is need.
Hi, in post “https://kriesi.at/support/topic/enfold-child-theme-site-speed-optimization/” kriesi says:
”
Hey! I have never used w3 total cache so I cant really help a lot here.
The live server uses a combination of wp supercache and better-wp-minify:
http://wordpress.org/plugins/bwp-minify/
http://wordpress.org/plugins/wp-super-cache/
Those 2 in combination should work without problems, maybe you might like to test them instead of w3 total cache :)
”
I have a lot of problems with cache.
If I active w3c super cache don’t works images and some elements of page.
If I active wp super cache runs perfect but the woocommerce don’t work aleatory.
Can you upload your configuration about wp super cache or some explanation for configure wp super cache for woocommerce runs perfect?
In you theme enfold you have shop, i’m interesting how configure it.
Thanks!!!
Xavier.
Hi geoffneck
As far as I know the plugin doesn’t have an option for that.
Hotspots may be possible by using a transparent image file with a link attached to it but otherwise no I don’t think there is a specific hotspot option.
Regards,
Devin
Another thing, with this plugin activate the “tabs” don’t display correct too.
Thanks!!
Xavier.
I have been trying to create a portfolio post that contains a series of images in the gallery format. I have created a portfolio item, then in the Advanced Layout Editor choose “Gallery” from “Media Elements”, which seems to be the way one of the demo portfolio galleries was created.
I upload images and add them to the gallery but upon publish the only images that show are the original images loaded to the website (logo etc). I try again and choose the recently uploaded images from the Media Library so all have checkboxes, then add to gallery, but upon publishing, the only images I see are the original uploaded images (which were NOT selected).
Nothing I do seems to make the gallery work. What can I do?
Thanks! that worked perfect for the space between de widget and the image, but i also want to reduce the horizontal space between the widget-image and the image-blog posts.
Also the space between the image and the blog posts and is there a way to reduce the excerpt?
Thanks!
when i active the plugin the images of main content don’t load.
how to configure it?
and for woocommerce and cache?
thanks¡,,
xavier.
Hey,
The background placement that you want is a bit complicated. Please hire a freelance developer to do the job for you. You can change the background image of the header on Enfold > Styling > Header > Background Image.
Regards,
Ismael
Hey,
You can edit includes > helper-post-format.php, find this code on line 188:
$prepend_image = '<div class="avia-post-format-image">'.$prepend_image."</div>";
Replace it with this:
$image_link = wp_get_attachment_url( get_post_thumbnail_id($post->ID) );
$prepend_image = '<div class="avia-post-format-image"><a href="'.$image_link.'">'.$prepend_image."</a></div>";
Regards,
Ismael
-
This reply was modified 12 years, 6 months ago by
Ismael.
Hey,
Can you give us a screenshot of what you’re trying to do? And a link to your website will help.
Regards,
Ismael
*whilst the featured image remains on the general blog page
that had to be :)
http://tomuytterhoeven.be/2013/09/15/we-dont-lose-our-hearts-because-if-we-do-theres-no-point-in-living/
Is one of the posts where I’d like to keep the video where it is, but remove the featured image. Whilst it remains on the blog itself.
I’ve temporarely disabled copyright protection if you need to get in the code.
Hey,
Can you give us a link to the post with the featured image and a video?
Regards,
Ismael
Hey,
You can add a unique selector for each Avia Elements if in case you’re using the Image element via Advance Layout Editor. Edit functions.php, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;
Below, add this code:
add_theme_support('avia_template_builder_custom_css');
Edit any avia elements like the Image element then scroll below. Add a unique css selector on “Custom Css Class” field. For example, add “awesome-image”.
You can add something like this on your custom.css or Quick CSS:
.avia_image.awesome-image {
width: 100px;
height: 100px;
position: absolute;
right: 0;
top: 0;
}
Regards,
Ismael