Hi Chris,
I’ve also been looking into this. The background images in color sections still don’t display correctly in IOS (iPad and iPhone). You can add a css rule to hide the color section when the screen is below a certain pixel size.
In the layout builder give the color section an ID in the appropriate field. For example hp_bgr_1.
Now in your custom css add this (works on iPad 1 and 2 and only in portrait mode):
@media only screen and (max-width: 768px) {
Add your Mobile Styles here
#hp_bgr_1 {
display: none;
}
}
Hi!
I have two questions,
1. I need to add glow on the borders (in the same way you guys kept shadows to your http://kriesi.at/ home page design) both sides and are fading when you go vertically downward.
2. Also how can I keep these kind of images like you guys kept Iphone, camera, ipad, dvd, usb..
here’s link to our website,
http://goo.gl/aGt0qx
Hi Chris,
Can you post the link to your website please?
Regards,
Yigit
Hello,
I use the plugin Justified ImageGrid with PrettyPhoto. There are however problems with Envold. Apparently used Envold also PrettyPhoto. How can I disable it so that the plugin Justivied ImageGrid funktioiert again?
Is it possible to flush an image against the top or bottom like this site does on each panel (with or without a programmer’s help)?
Also can you import your own icons with any of the recent upgrades? Thx in advance.
Hey Ismael,
I resent the details yesterday, but I’ve not heard anything from you yet. I double checked the username/password and you should be good to go now.
Speak to you soon,
Graeme
HI Yigit!
I think i mislead you a little bit :) Sorry!
I dont need a like plugin or something else – I will implement the original Facebook Like Button!!!!!
<iframe src=”http://www.facebook.com/plugins/like.php?href=<?php echo urlencode( get_permalink( $post->ID ) ); ?>&layout=button_count&show_faces=false&&action=like&colorscheme=light” scrolling=”no” frameborder=”0″ height=”20″ width=”109″></iframe>
I only need to know the place – where i must put the code to achieve the result like in this image: http://pizzeriainnsbruck.at/wp-content/uploads/diverse-daten/image-1.jpg
Thank you!
You can also try this plugin: http://wordpress.org/plugins/categories-images/
It’s quite easy to implement it in Enfold. Open up archive.php and replace
<div class='content <?php avia_layout_class( 'content' ); ?> units'>
<?php
with
<div class='content <?php avia_layout_class( 'content' ); ?> units'>
<?php
if (function_exists('z_taxonomy_image_url')) echo '<img src="'.z_taxonomy_image_url().'" />';
Hi what custom css can I enter to remove background image in color section in mobile / responsive devices? Please let me know custom css and ID tag I can enter into Section ID so I can specify this to specific sections not all sections.
Thanks much,
Chris
Hi Yigit, sometimes it’s just as simple as that.
Thanks a lot, everything resolved.
Best regards
Katharina
Hi – Please see the pricing table at http://thecaloriemythbook.com/get-book-test. Three things
1. How can we remove the dashed top and bottom borders from the first cell of the first row see image below
http://TheCalorieMythBook.com/wp-content/uploads/2013/09/table9.7.13.png
2. How can we ensure that the rows of the table align properly? Right now it seems that if one columns contents are more than one line tall while other cells in that row are not as tall, the table layout becomes misaligned see image below
http://TheCalorieMythBook.com/wp-content/uploads/2013/09/table9.7.13.png
3. How can we relatively expand the size of the description column and relatively shrink the sizes of the other 3 columns?
Thank you
Hi,
I found a solution regarding problem 2, it will require some coding, can you please create an administrator account and send it to (Email address hidden if logged out) so i can do it quickly?
Regards,
Josue
Hi Katharina,
Can you please try adding !important to the same code
#top .mega_menu_title img { width: auto!important; }
Regards,
Yigit
Thanks, Yigit.
But this does not change anything on the mobile menu for the iPad/tablets: http://prntscr.com/1pvj65
Sizes are fine again once reduced to iPhone sizes: http://prntscr.com/1pvkz4
The images within the mega menu that start a new row are fine; but the ones in a single column dont resize as they should at all on the tablet.
Thanks for checking again,
kind regards Katharina
Hi salai_com,
First disable any active plugins you have running. There seems to only be one but disable it just in case.
Then delete the page with the fullscreen slider. Re-create it and add in only the image for the slide. If you are still getting the error, try re-updating your theme to the most recent version by re-downloading the theme from your downloads on ThemeForest and uploading it via FTP.
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750
Regards,
Devin
Can any one help me understand how I can fix this?
Open Graph Warnings That Should Be Fixed
Inferred Property The ‘og:url’ property should be explicitly provided, even if a value can be inferred from other tags.
Inferred Property The ‘og:title’ property should be explicitly provided, even if a value can be inferred from other tags.
Inferred Property The ‘og:description’ property should be explicitly provided, even if a value can be inferred from other tags.
Inferred Property The ‘og:image’ property should be explicitly provided, even if a value can be inferred from other tags.
og:image should be larger Provided og:image is not big enough. Please use an image that’s at least 200×200 px. Image ‘http://www.pledgeback.org/wp-content/uploads/2013/09/1banner.jpg’ will be used instead.
Site: http://www.pledgeback.org
Hi I have the theme set for stretch layout with the layer slider on the homepage, the background image is blurry but the layers look great. Can I increase the quality of the background image.
Hi,
Does Enfold have the possibility of a hover-zoom (to see enlarged details of image) on portfolio items. I’m looking for the functionality that you have in the product page of the Abundance Ecommerce template.
Or do you know of a plugin that would work in Enfold to achieve this?
Thanks!
Hi Yigit
Thanks for you’re replay.
Actually I don’t wan’t to generate a Menü with #kontakt I just want to use the Page Kontakt I already prepared for the Menü. But somehow it does not work. Here are the link http://goo.gl/dMzOe3 with in 3 images one for the Menü I creadet. 1 for the Kontakt form on the Kontakt Page and 1 for the settings in my kontakt form. Actually coulden’t finde the prefferences you have showed to me !?
I just want to generade a Menübar with the Kontakt Page in it – make that sense to you? Is it working in you’re browser? Let me know.
Cheers,
Btina
Hi,
I have replaced the code with the above and tried both full and extra_large settings but the thumbnails still look blurry.
Thanks
You can change the preview image size with a filter. Insert following code at the bottom of functions.php
add_filter('avf_ajax_preview_image_size','avia_change_ajax_preview_image', 10, 1);
function avia_change_ajax_preview_image($size){
$size = 'featured';
return $size;
}
and (if necessary) replace the “featured” thumbnail size with “full” or “extra_large”.
You can change the preview image size with a filter. Insert following code at the bottom of functions.php
add_filter('avf_ajax_preview_image_size','avia_change_ajax_preview_image', 10, 1);
function avia_change_ajax_preview_image($size){
$size = 'featured';
return $size;
}
and (if necessary) replace the “featured” thumbnail size with “full” or “extra_large”.
Wow, fantastic. Quick response excellent result. The images look great. Many thanks
Another image issue, I’m using the Ajax Portfolio. I wanted to use the Gallery setting but the thumbs are really blurry also. I would like to display either 4 or 6 thumbnails.
Also the large image with the Ajax portfolio I have created at 800 x 650 I would love it if this could be sharper too.
Hi,
I fixed it. I changed the thumbnail size of the gallery images and applied a small patch which fixes a js error when you use menu names with non Latin characters (eg Cyrillic or Greek characters).
Hey,
Please add this on your custom.css or Quick CSS:
.big-preview {
display: block;
padding: 0;
}
Regards,
Ismael
Hi,
Please edit that line on functions.php, replace it with:
$avia_config['imgSize']['portfolio_small'] = array('width'=>514, 'height'=>370 ); // images for portfolio 4 columns
It will double the size of the cropped portfolio thumbnail. Regenerate the thumbnails: http://wordpress.org/plugins/regenerate-thumbnails/
Regards,
Ismael
Hey,
@Iano999: You did send me the login details but I think it is wrong. Please send it again.
Regards,
Ismael