Hello again, Rikard,
Cleared the cache but the problem persists.
In Safari. on my desktop, the page looks fine but when you click on the images in the gallery they appear for a second and the screen goes blank. In Chrome, Firefox and Opera, they appear as they should.
The disappearing image happens on my iPhone as well but not the iPad. The Mac and iPhone are running the latest systems which upgraded recently. And that’s when the issue happened. The iPad is an older model and has not been upgraded.
Thanks! Barbara
I have the same problem: After selecting a portfolio item you can only browser through all portfolio items. It is not limited to the categoriy of the selected item. I’ve tried the script above, but it doesn’t work.
I’ve also found this: https://kriesi.at/support/topic/previousnext-buttons-on-portfolio-items-restrict-to-1-category/#post-177888. The post at the end of this dialogue says: It doesn’t work, but might be fiexed in WP 3.7 or 3.8.
Now we have WP 4.7.2 and it isn’t fixed until now(?). Is there still no possibility, that the user clicks a portfolio item e.g. “Websites” and than he or she only can browse through all “Website” portfolio items?
Thank you, Jan
Hi,
i’m using a boxed layout with top header and sidebar is set to the left ( on pages ). But it appears always below the main content instead of the left side like it should.
Is there any known issue? Using WP + Enfold Child – both latest versions.
-
This topic was modified 8 years, 5 months ago by
suppenhuhn.
Hey sjahan,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 767px) {
#top #header_main > .container .main_menu ul:first-child > li > a{
height: 50px!important;
line-height: 50px!important;
}}
Best regards,
Vinay
As I see, this is recurrent topic, a lot of people complains. I’m having the same issues, I can’t save changes, all plugins deactivated, theme is fresh installed. Any ideas? is it a theme bug? Never happened until now, I used Enfold in a few websites and never happened, but now it is impossible to save any change in the editor.
Thank you
Works like a charm.
For some reason, each entry has a “focus” animation which I would like to disable.
Can you please tell me how can I do that?
Edit: found it.
.avia_desktop .av-masonry-entry:hover .av-masonry-image-container {
transform: initial;
-webkit-transform: initial;
}
-
This reply was modified 8 years, 5 months ago by
lior1984.
Portfolio grid and Masonry also don’t have the “Wich Entries” selection.
I have tested deactivate all plugins.
This is the Magazine code in Debug mode:
[av_magazine items='5' offset='0' thumbnails='aviaTBthumbnails' heading='' heading_color='theme-color' heading_custom_color='#ffffff' first_big_pos='top']
Hi,
I have problem with tooltips. When I add gallery there is tooltip above picture. I don’t want it. But I need to have tooltips at antoher page, where I’m using Image with Hotspots.
I tried with:
div.avia-tooltip.avia-tt {
display: none !important;
}
But it delete toolitips from everywhere :(.
I read and tried:
https://kriesi.at/support/topic/how-to-remove-tooltips/#post-224464
https://kriesi.at/support/topic/easy-slider-remove-auto-alt-text-on-images/
But it doesn’t work.
Here is page with hotspot: http://sieroslawscy.ankarat.ayz.pl/narzedziownia/ (so here I need tooltips)
Here is page with gallery with tooltips: http://sieroslawscy.ankarat.ayz.pl/nagrody-i-certyfikaty/ (here I do not need tooltips)
Best,
Andrzej
Morning,
You can add the files via ftp but it also requires a little bit of extra tweaking.
I found this post on here outlining the process.
adding icons via ftp
Hope it all makes sense
Thanks
TJ
Hey tivo_designs,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top .all_colors .image-overlay {
background-color: transparent!important;
}
Best regards,
Vinay
Hey screege,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top #searchform .ajax_search_response {
background: #999!important;
}
Best regards,
Vinay
Hey Emma,
Thank you for the kind words and providing the screenshot :)
Posting all the css will not help much tho Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 767px) {
.responsive #top #header .container {
width: 100%!important;
max-width: 100%!important;
padding-right: 20px!important;
}}
Best regards,
Vinay
Hello community :)
I would like hide Logo/Menu –> header on the menu left theme when you are on home and it’s appears when you scroll down.
I found the opposite,
function add_hide_header(){
?>
<script>
jQuery(window).scroll(function(){
if(jQuery(this).scrollTop() > 200) jQuery(‘#header_main’).fadeOut(‘slow’);
if(jQuery(this).scrollTop() < 200) jQuery(‘#header_main’).fadeIn(‘slow’);
});
</script>
<?php
}
add_action(‘wp_footer’, ‘add_hide_header’);
it’s work if i reverse .fadeOut by .fadeIn but we can still see the menu when the home page come.
Can you help me please :) Thks
Hey Bearded,
To center the menu items please use the below css in Quick CSS section
.html_header_sidebar #header .av-main-nav {
text-align: center;
}
To add the search icon and wishlist you need to edit this code here and add to functions.php file http://pastebin.com/raw/W2yZtJu9
Try adding the shortcode for search and wishlist in the line
jQuery('#header_main').prepend( "<div class='banner-top'> </div>" );
Best regards,
Vinay
tfParticipant
Hallo,
habe ein Problem mit dem layerslider beim einfügen und skalieren von Bildern.
Skaliere die Bilder über Height Eigenschaft (e.g. 75%) was im Preview auch wirklich top aussieht (kein aliasing) aber auf der Seite selbst
sehen die Bilder nicht gut aus.
We’re using the height property to scale pictures in the layerslider, which looks very good in the preview but on the site itself
images are aliased.
-
This topic was modified 8 years, 5 months ago by
tf.
Hi Vinay,
thanks for the great support…works almost ;-)
Pls take a look at http://www.dev2.foto-shooting.ch/
You can see that the submenues are hidden in the mobile menu but there is no way to bring them up (make them visible and clickable) again. Also there is a yellow (golden) square qith a plus sign when you hover a menu item that has sub-items in the regular desktop view.
Looks like we are on a good way but it still needs some minor improvements.
Best
Michael
Please can you close this ticket
Hello this is now all sorted, thank you for your help, I removed the padding on the top and bottom of the masonry gallery with this
.postid-1194 #after_layer_slider_1 .av-content-full {
padding:0 !important;
}
Hi Nikko
Thanks so much. I applied the CSS you provided and the gap was still bigger than the Masonry… so I had a bit of a play with the % (not sure if I’ve done it correct)… but I amended it to the following, so it now visually looks the same as in the masonry.
.avia-content-slider-inner .av_one_fourth {
margin-left: 1.5%;
width: 23.875%;
}
.avia-content-slider-inner .av_one_fourth.first {
margin-left: 0;
}
The one issue I still have though, is that it expanded the container (grey) but not the image…. how can I make the image resize to fit the column width, without it looking pixelated? When I look at the HTML & CSS I can see that it loads a 270px size image into the container… is there a way to make it load a larger size that fits the whole width of the column and adjusts in height proportionally?
//Update Note… for some reason it just stopped working at all… not quite sure why… I even tried to copy/paste back your css and it doesn’t do a thing?
Thanks so much.
Corina
-
This reply was modified 8 years, 5 months ago by
cd2s. Reason: it just stopped working... not quite sure why as I didn't do anything else
Hey pberquet,
Please activate debug mode in order to see shortcodes: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Then paste this shortcode to a new page:
[av_section color='main_color' custom_bg='' src='https://kriesi.at/themes/enfold/files/2014/04/photodune-277307-rock-concert-m-1500x1000.jpg' attachment='2973' attach='parallax' position='top left' repeat='stretch' video='' video_ratio='16:9' min_height='25' padding='default' shadow='no-border-styling' id='']
[av_one_third first]
[av_animated_numbers number='30.500' icon_select='av-icon-after' icon='ue80a' font='entypo-fontello' color='font-light' custom_color='#444444' font_size='' font_size_description='' link='' linktarget='no']
Happy Customers
[/av_animated_numbers]
[/av_one_third][av_one_third]
[av_animated_numbers number='465k' icon_select='av-icon-before' icon='ue82b' font='entypo-fontello' color='font-light' custom_color='#444444' font_size='' font_size_description='' link='' linktarget='no']
Facebook Likes
[/av_animated_numbers]
[/av_one_third][av_one_third]
[av_animated_numbers number='55.49$' icon_select='no' icon='ue82b' font='entypo-fontello' color='font-light' custom_color='#444444' font_size='' font_size_description='' link='' linktarget='no']
Extremely Cheap
[/av_animated_numbers]
[/av_one_third]
[/av_section]
[av_one_full first]
[av_textblock]
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean <strong>commodo</strong> ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
Donec quam felis, <strong>ultricies</strong> nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.
[/av_textblock]
[/av_one_full]
[av_one_fourth first]
[av_animated_numbers number='45k' icon_select='no' icon='ue80a' font='entypo-fontello' color='' custom_color='#444444' font_size='' font_size_description='' link='' linktarget='no']
Pizzas
[/av_animated_numbers]
[/av_one_fourth][av_one_fourth]
[av_animated_numbers number='123mm' icon_select='no' icon='ue80a' font='entypo-fontello' color='' custom_color='#444444' font_size='' font_size_description='' link='' linktarget='no']
Cups of Coffee
[/av_animated_numbers]
[/av_one_fourth][av_one_fourth]
[av_animated_numbers number='24/7' icon_select='no' icon='ue80a' font='entypo-fontello' color='' custom_color='#444444' font_size='' font_size_description='' link='' linktarget='no']
Support
[/av_animated_numbers]
[/av_one_fourth][av_one_fourth]
[av_animated_numbers number='300€' icon_select='no' icon='ue80a' font='entypo-fontello' color='' custom_color='#444444' font_size='' font_size_description='' link='' linktarget='no']
Bonus
[/av_animated_numbers]
[/av_one_fourth][av_one_full first]
[av_textblock]
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean <strong>commodo</strong> ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
Donec quam felis, <strong>ultricies</strong> nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.
[/av_textblock]
[/av_one_full]
[av_one_full first]
[av_animated_numbers number='30.500 Customers' icon_select='no' icon='ue80a' font='entypo-fontello' color='font-custom' custom_color='#db5932' font_size='60' font_size_description='23' link='manually,http://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990?ref=Kriesi' linktarget='yes']
Cant be wrong. Test our Theme Today
[/av_animated_numbers]
[/av_one_full]
Best regards,
Rikard
Hi Colin,
Glad we could help :-)
Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Hi Andrea,
Great, thanks for the feedback. Please let us know if you should need any further help on the topic.
Best regards,
Rikard
Hi,
Great, glad you found that plugin and thanks for sharing :-)
Please let us know if you should need any further help on the topic.
Best regards,
Rikard
Hey unicaweb,
Try this instead:
#top .av-iconlist-small .iconlist_icon {
margin-right:0.5em !important;
}
Best regards,
Rikard
Hi!
Could you please provide a link to the site with the issue? There’s a lot of websites listed in this thread and we’re not sure what to check.
If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing. Thank you for your understanding.
Regards,
Ismael
Hey Alex,
Please try the following in Quick CSS under Enfold->General Styling:
#scroll-top-link {
bottom: 100px !important;
}
Best regards,
Rikard
Hi,
I am using the following code to catch the login link to add Ajax login
$(‘.menu-item’).on(‘click’, function(evt) {
var id = this.id ;
console.log(‘this id_menu=’ + id);
if( id == ‘menu-item-832’) {
evt.preventDefault();
$(“#top_search”).hide();
$(‘form#login’).fadeIn(500);
}
});
This works on the normal menu but fails on the mobile menu. I can’t seem to find a way to identify which menu item was clicked on the mobile menu.
What am I missing?
Thanks
I have a full width slider image that looks fine on desktops. However, at full width it becomes too small for smaller screens. Can I set an alternate cropped image for smaller screens that looks more appropriate at full width? Or maybe set a minimum height for smaller screens that would force the image to be cropped to maintain the minimum height on a full width slider?
Thank you,
Michael
I have been through maybe 12 different tickets from other users related to the subject of caption positioning on the Fullwidth Easy Slider and I’ve spent a considerable amount of time trying to figure out how to center text on my Fullwidth Easy Slider. Here is the cast of characters…
1. slide image – 1920 x 694
2. existing experimental CSS
.avia_transform .av_slideshow_full.avia-fade-slider .active-slide .avia-caption-title { font-size: 3.25em; font-weight:normal; width: 100%; }
.avia-caption-content p { font-size: 2.0em; font-weight:normal; line-height: 1em; }
.slideshow_caption { margin: 0; padding: 0; } /* experimental */
3. link to page provided
Ideally I could have a responsive slider that would center the text in the whitespace above the contents of the image (call it top/centered). Current caption positioning is “Left without Frame” – but I’ve been through them all and tried myriad things with the CSS to get it to work;Width 100% and left or right 50%, etc.
I would sure appreciate any guidance and if you feel working with the LayerSlider is a better choice (I’ve wondered which is best for responsive layouts) and it’s possible using it instead of Fullwidth Easy Slider, I’m open to that.
-
This topic was modified 8 years, 5 months ago by
lzevon.
Hello Ismael
Jose gave good support and in Spanish, thank you for that type of service although for the general community is not so good to find threads in the forums.
The issue is that you comment but in mobile version, that the top bar is hidden when scrolling and only fixed the main menu,
I hope Google has translated well!
When you have the answer we close the thread.
Regards!
Hi Rikard
Thanks a lot. It seems to work fine :-)
Now I just need some css to place it accurately within the header. I have grabbed this from your documentation, which centers the image in header:
#header .widget {
left: 50%;
padding-top: 0;
position: absolute;
top: 0;
transform: translate(-50%);
z-index: 999;
}
CSS is not my strong side, but maybe you can point out which css “parameters” I should play with to position the images/flags?
Alle the best – and thanks for your great support.