Anyone have a quick CSS to add to the theme to delete the white borders in my images? Thanks.
Hello!
You can add any html you want to the layer sliders individual slide in the HTML section. It will need much more in depth css to keep it all responsive but that is the best way to just add custom content to the slide.
Cheers!
Devin
Hey kirzy!
An inconsistent problem is kinda hard to reproduce, if you want me to check it personally please create an administrator account and send it to me at avia.josue (at) gmail.com.
Cheers!
Josue
Hi!
I made the first pair, now for the rest just clone them and change the image, to do it you will have to be in the Text tab and replace the highlight section like in the following image:

Best regards,
Josue
Hey Hojoon!
Try with this:
/*PolliMolli*/
#menu-item-3964 > a:hover,
#menu-item-3964.current-menu-item > a,
#menu-item-3964.current_page_item > a,
#menu-item-3964.active-parent-item > a,
#menu-item-3964.active-ancestor-item > a {
background:url(https://interpeople.co.kr/wp/wp-content/uploads/2013/09/logo_menu_pollimolli_blue.png) no-repeat top; display:block;
}
/*zflex*/
#menu-item-2567 > a:hover,
#menu-item-2567.current-menu-item > a,
#menu-item-2567.current_page_item > a,
#menu-item-2567.active-parent-item > a,
#menu-item-2567.active-ancestor-item > a {
background:url(https://interpeople.co.kr/wp/wp-content/uploads/2013/09/logo_menu_zflex_black.png) no-repeat top; display:block;
}
/*MINI*/
#menu-item-2570 > a:hover,
#menu-item-2570.current-menu-item > a,
#menu-item-2570.current_page_item > a,
#menu-item-2570.active-parent-item > a,
#menu-item-2570.active-ancestor-item > a {
background:url(https://interpeople.co.kr/wp/wp-content/uploads/2013/09/logo_menu_mini_color.png) no-repeat top; display:block;
}
Cheers!
Josue
Hi Alex!
1) Please add following code to Quick CSS in Enfold theme options
.image-overlay { display: none!important; }
2) Customizing lightbox in such way is more than what we can provide in default support. You should hire a freelancer developer for this kind of customization http://www.microlancer.com/
Best regards,
Yigit
I have several book shots in an easy slider on our home page, christophermatthewspub.com. All are a uniform size except one. The original images are all the same size, but one book is coming out shortened. How can I fix that?
Hi,
How do I turn off the overlay that pops up when you move your mouse over a portfolio image.
I would also like to know how to turn off the link to portfolio item when on the from page I have an ajax portfolio grid and they when an item is clicked, I want the image it pops up with the text on the right not to be a link when you hover over the image.
Thanks
Hey vic98!
I opened each image layers as well as background image in a tab and on my end they look the same. Uploaded image qualities are lower in those images, you should upload sharper images in that case
Regards,
Yigit
Hey!
In your WordPress theme directory please open functions-enfold.php file inside Enfold folder and find following code in line 242
update_option( 'thumbnail_size_h', 80 ); update_option( 'thumbnail_size_w', 80 );
and change it to
update_option( 'thumbnail_size_h', 160 ); update_option( 'thumbnail_size_w', 160 );
then re-create galleries. Your current thumbnail image sizes are 80x80px while frame is 160x160px
Best regards,
Yigit
This enfold.css is there in the folder, please see from screenshot http://postimg.org/image/dos8avdl3/
And I have try to download it again from themeforest and upload it with ftp in theme folder
Thank you, the page I would like to create is like this
http://flyingpigcafe.co.nz/wp-content/uploads/2013/09/Product-Sheet-with-ingredients.jpg
website is still in maintenance mode
Login: ****
password: ****
Cheers
Hi there
we have some problems with items, reponsive and the internetexplorer
you can have a look at our site http://bctburkhardt.ch/warum-bct/
we have 2 problems on this site:
for “unsere kompetenz” we used the progressbar and if you scaldown the browsersize it looks horrible
second on for the “partner” we have used special heding and image element for the logos, same problem by resonsive on small screen.
could you please have a look at this and advice what to do?
thank you
Hi,
I have a few questions to make this theme perfect to more than perfect :)
– Is there any reason why post don’t have the page builder? Would it be easy to tweak to code and get the builder on post as well?
– Is there an optimal size for the parralax full screen image?
Thanks !
Dear Josue
Thanks a lot for your support!
I have solved issue 2.
But I cannot solve issue 1 until now.
According to your advise, I used ID selector as below.
But it does not work.
———————————————————————————————————————————
/*PolliMolli*/
#menu-item-3964 .main_menu ul:first-child > li > a:hover,
#menu-item-3964 .main_menu ul:first-child > li.current-menu-item > a,
#menu-item-3964 .main_menu ul:first-child > li.current_page_item > a,
#menu-item-3964 .main_menu ul:first-child > li.active-parent-item > a,
#menu-item-3964 .main_menu ul:first-child > li.active-ancestor-item > a {
background:url(http://interpeople.co.kr/wp/wp-content/uploads/2013/09/logo_menu_pollimolli_blue.png) no-repeat top; display:block;
}
/*zflex*/
#menu-item-2567 .main_menu ul:first-child > li > a:hover,
#menu-item-2567 .main_menu ul:first-child > li.current-menu-item > a,
#menu-item-2567 .main_menu ul:first-child > li.current_page_item > a,
#menu-item-2567 .main_menu ul:first-child > li.active-parent-item > a,
#menu-item-2567 .main_menu ul:first-child > li.active-ancestor-item > a {
background:url(http://interpeople.co.kr/wp/wp-content/uploads/2013/09/logo_menu_zflex_black.png) no-repeat top; display:block;
}
/*MINI*/
#menu-item-2570 .main_menu ul:first-child > li > a:hover,
#menu-item-2570 .main_menu ul:first-child > li.current-menu-item > a,
#menu-item-2570 .main_menu ul:first-child > li.current_page_item > a,
#menu-item-2570 .main_menu ul:first-child > li.active-parent-item > a,
#menu-item-2570 .main_menu ul:first-child > li.active-ancestor-item > a {
background:url(http://interpeople.co.kr/wp/wp-content/uploads/2013/09/logo_menu_mini_color.png) no-repeat top; display:block;
}
———————————————————————————————————————————
Would you mind let me know correct full codes?
Best regards,
Hojoon
Hi Esmael,
Thanks – ill check out the plugin link.
Weird that the image wont work, works for me perfectly.
Maybe if you visit the direct link: http://www.area-52.nl/screenshot.jpg ?
Basicly I want a photo as background and set the content continairs under styling in white but a certain percentage transparant so you can the background picture under the text.
Grtz.
Hi!
You can add this on your custom.css or Quick CSS to disable the lightbox on product image.
.woocommerce-main-image.zoom {
pointer-events: none;
}
Regards,
Ismael
Hi!
1.) Can you please post the image again? It is not working.
2.) Unfortunately, the grayscale hover effect can’t be easily implemented. Maybe this plugin will help: http://wordpress.org/plugins/grayscale/
Cheers!
Ismael
Hello!
The thumbnail sizes are specified on functions.php.
$avia_config['imgSize']['widget'] = array('width'=>36, 'height'=>36); // small preview pics eg sidebar news
$avia_config['imgSize']['square'] = array('width'=>180, 'height'=>180); // small image for blogs
$avia_config['imgSize']['featured'] = array('width'=>1500, 'height'=>430 ); // images for fullsize pages and fullsize slider
$avia_config['imgSize']['extra_large'] = array('width'=>1500, 'height'=>1500 , 'crop' => false); // images for fullscrren slider
$avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 ); // images for portfolio entries (2,3 column)
$avia_config['imgSize']['portfolio_small'] = array('width'=>260, 'height'=>185 ); // images for portfolio 4 columns
$avia_config['imgSize']['gallery'] = array('width'=>710, 'height'=>575 ); // images for portfolio entries (2,3 column)
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>710, 'height'=>270); // big images for blog and page entries
$avia_config['imgSize']['entry_without_sidebar']= array('width'=>1030, 'height'=>360 ); // images for fullsize pages and fullsize slider
Regards,
Ismael
Hi kirkmc!
I’m not sure if that is possible. You need to manually upload a category image as featured image for each post.
Best regards,
Ismael
I want to create a classic large blog where there’s a large date number (short format like 13/09 or 13 Sep) inside a circle or box to the left or top of a large blog image.
How to achieve this whilst keeping the theme style?
Cheers
Andy
-
This topic was modified 12 years, 6 months ago by
andypeck.
Hello!
Just edit the js/avia.js file, line 288, change 0.7 to 1:

Regards,
Josue
Problem is fixed. Trying your code now
Hi,
Please post a link to the website and a screenshot of what you want to achieve.
Regards,
Josue
Hello,
I have updated theme and now images just show faded and open in new window not as intended based on setup. I checked all pages and reset settings and same thing is happening. Please help kokko-design.com
thx.