Is there a way to turn of the gallery fade for the loading of each image. I find it a bit hard on the eyes.
http://kriesi.at/themedemo/?theme=enfold
Gallery with preview is the effect Im talking about. When you hover over each image you get the main preview fading from image to white to image. Is it possible to speed up the fade or stop it altogether?
Hey Ismael,
I am unsing: Fixed Header with Social Icons and additional Navigation
Regards, Tom
Hi,
You use Safari for Windows? They stopped making Safari for Windows over a year ago. This theme doesn’t support Safari for Windows as far as I know, since neither does Apple. :)
http://appleinsider.com/articles/12/07/25/apple_kills_windows_pc_support_in_safari_60
I myself am unhappy that Apple ended support, but eh, why support a browser that is not even supported by the manufacturer and that accounts for .03% of web visitors?
Thanks,
Nick
Hello !
please help.
I have the same problem №1 like Spiv
1. I tested my site on ipad and I make use of the custom repeated background images uploaded through the styling editor.
This works fine on desktop, but testing it on iOS (with chrome and safari browser) I see no backgrounds. Background is white, none of the backgrounds uploaded through the editor are visible on ipad. This happens with all of them (header, socket, main content,…
I can see backgroud image just a 1-2sec. until page loading. Then – background comes white.
If I set up background attachment = scroll . Everything works fine. When turn to “Fixed” – background disappear .
This bug – only on iOS devices . Android – works fine.
Themeforest Demo-site haven`t this bug, but there is no sample page in XML demo content :-) . May be Helpdesk can put here the code of page : “Meet the team” ?
Hi Nick,
Thank you for your reply! The issue has been resolved by leaving the “where do you want to display the blog” box empty, in the Enfold settings. I just use a blog roll element in a page. That in combination with removing the big preview display in CSS has done the job.
The perforated line (timeline) has gone from the blog roll, which leaves me with a blog roll with small featured images, and the single post is now displayed without a featured image.
May I take the opportunity and ask how to remove the file name line, which appears on the top side of a featured image in the post view, when you click the image to see it on the lightbox or should I post a new question for that?
Best,
Stephen
Hi,
I am not sure why. Must be a reason for it… or maybe not. In any case you can remove the code that does that and let us know if it improved mobile look of prettyphoto.
Please open up /js/prettyPhoto/css/prettyPhoto.css
and put /* on line 173 and then put */ at the very end of the file so its the last thing in the file.
Now mobile pretty photo will look the same as desktop prettyphoto. But i do vaguely remember that there is some reason for that code and without it everything looks like … not good.
Thanks,
Nick
Hi,
What type of header are you using?
Regards,
Ismael
this is great man, thanks – yeah this looks good!!
yes – sorry for the bad link – i had to change the permalinks – i will redo them when everythings ready to go.
ONE LAST QUESTION concerning this topic: how can i tell the gallery (i assume its prettyPhoto) to automatically adjust to the mmobile phone screen – and why does the forwarding (next picture) not work if i press my screen. as for the PC i just click with my mouse/pointer on the picture and he next picture appears… it would help a lot – otherwises the customer needs to look for the gallery-buttons every time…
hope i could explain!
thanks for the support!!
Hi,
Your link doesn’t work. I think this one is the correct one http://www.blackjava.de/?page_id=1481
I don’t have the same mobile you use, but does it look anything like this ? http://www.clipular.com/c?7309049=9qqECREC4DTzLZ92BF6jpNV7co0&f=.png
The problem is that you specified that you want to have 10 columns, so the code is doing its best to follow your command. here is some css to change the number of columns in smaller screen sizes. You can change the percent how you want,
@media only screen and (min-width:480px) and (max-width:767px) {
#top #wrap_all .avia-gallery-thumb a {
width:20% !important;
}
}
@media only screen and (max-width:479px) {
#top #wrap_all .avia-gallery-thumb a {
width: 33% !important;
}
}
Please add that to your /css/custom.css file
Thanks,
Nick
Hi,
Open js > avia.js, go to line 537.
item.stop().css('display','block').animate({opacity:1},300);
Replace 300:
item.stop().css('display','block').animate({opacity:1},0);
Regards,
Ismael
Hi,
I added the request to the list https://kriesi.at/support/topic/enfold-feature-requests/page/3#post-116522
Will close this request for now.
Thanks,
Nick
Hi,
If that is the correct then this will hide it
.stretch_full.container_wrap.alternate_color.light_bg_color.title_container {
display:none;
}
or you can try this
#top .title_container{
display:none !important;
}
Thanks,
Nick
Hi,
I am aware that its the anti virus software that blocking your IP, but since 200 million people use this software I thought you should know about the block.
—
Have you added the code above ( https://kriesi.at/support/topic/translating-search#post-115659 ) to your htaccess file? Because right now something is not properly setup with you server. Because if I enter a Russian word , your server doesn’t show it when looking at the search box under magnifying glass
http://www.zink.by/?s=%D1%83%D0%B1%D0%BB%D1%8E%D0%B4%D0%BE%D0%BA
http://www.clipular.com/c?7306002=zaxzxgULG0LZdRb933nV00JlEKc&f=.png
But when the same word is searched on kriesi’s website , it comes out normally
http://kriesi.at/themes/enfold/?s=%D1%83%D0%B1%D0%BB%D1%8E%D0%B4%D0%BE%D0%BA
http://www.clipular.com/c?7070039=zJLNVPcCZxA9WCgdHmsH0yehA0A&f=.png
After using that .htaccess , I also have no problems.
Thanks,
Nick
the url is AXxperts.com The WordPress guy who helps me said this was the problem
There appears to be a conditional statement or something not working right between the header.php and archive.php in 1.5.1 as the horizontal header that stays floating on top of the page does not load. The page I’m having the problem on is: http://www.axxperts.com/blog-single-author-big/ I have checked in all 3 of my browswers (Chrome, Firefox, IE9).
Hi,
Layer slider not saving after upgrading to 1.5.1 !!
TypeError: top is undefined
…/config-layerslider/LayerSlider/js/admin.js?ver=4.5.5
Line 761
Thank you for tour help
I would like to know how to show the full portfolio image on the portfolio page. Right now, all of my portfolio images are the same size circle (300px by 300px) and it is automatically cutting off the top and bottom the circle. I would like it to show the full image, but maybe have the thumb 100% wide so it can fit inside smaller columns. Does this make sense?
It depends on how you update the theme. If you just overwrite the old files with the new, update files (eg by using ftp) the custom elements won’t be affected (or only if we add a file with the same file name – however the risk is not very high :) ). However if you delete the entire theme folder first you need to make a backup of the elements.
You can also try to place the element code/class into a child theme but I’m not sure if this works out because all elements extend the “aviaShortcodeTemplate” class and if the template builder plugin is not loaded (which can happen because the child theme functions.php will load first) then you’ll probably get an error. In this case I’d recommend to copy the content of functions.php to your child theme and to set the “use_child_theme_functions_only” to “true” (see comment at the top of functions.php).
$avia_config['use_child_theme_functions_only'] = true;
Any progress on this problem?
Glad we could help :)
Just make a new topic if you have any other questions or issues.
Regards,
Devin
I don’t know what you mean by category. I think the terminology breakdown is just not accurately describing the difference in the set up.
If you have a working solution, its most likely the intended way to structure the mega menu though without seeing it first hand I can’t say for sure. Either way, as long as its working the way you’d like it should be okay.
Regards,
Devin
Hey there,
It looks as though in the demo that you can adjust the opacity of layers in the homepage slider. For example I’d like lower the opacity of a text box that I place over top of the main image for that slide.
Any idea if/how I can go about accomplishing this?
Thanks for your time and insight. All the best.
On the topic of shortening the breadcrumbs, no not at the moment. It would need to be done as a rewrite of the breadcrumb function since I’ve never seen any kind of implementation like that before.
Regards,
Devin
Fresh news: Nick, the site is blocked by the sowtware you use. Every one else see it clearly.
I created a topic on Malwarebytes forum and asked to remove IP from the blacklist: http://forums.malwarebytes.org/index.php?showtopic=127312
Right now you can skip this blocking by reading following article: http://helpdesk.malwarebytes.org/entries/23460161-How-do-I-unblock-a-site-which-Malwarebytes-Anti-Malware-blocks-
If you are afraid of skip blocking we shoud wait for 3-5 days until the IP would be removed and you get the updated Malwarebytes bases
If you want to view your shortcodes you can also activate the debug mode: https://kriesi.at/support/topic/export-theme-settings-and-templates
You can i.e. copy/paste the output of the debug field into the standard editor and modify it there.
Hello,
I have posted this issue before but you are not helping. Earlier you said “It should be working” and I said “It is not working” then I realised you have marked it “CLOSED”!!! https://kriesi.at/support/topic/left-sidebar-menu-footer
My left menu is still listing alphabetically and I want it to be listed just like in the dropdown menu. I have changed the sidebar.php and updated and still not working. CAN YOU PLEASE HELP!
http://bilgin-group.com/blgn-grp-test/?page_id=1506
Thanks…