-
AuthorSearch Results
-
June 7, 2013 at 6:10 am #123336
In reply to: Social Media Icons in Header
You can change the position with following css code – insert it into the quick css field:
#top .social_bookmarks {
float: right;
}
.sub_menu {
left: 0;
}2) I’m not sure if this is easily possible. I marked this question for Kriesi.
June 7, 2013 at 5:52 am #120203I couldn’t reproduce the thumbnail issue on IE10 and 9: http://www.screenr.com/uCBH
IE8 displayed slightly smaller thumbnails but they’re still squared and not distorted, etc.
You can try to add a min-width to the thumbnails though – add following code to the quick css field:
#top div .avia-gallery img {
min-width: 120px;
min-height: 120px;
}This should force IE8 to display the images with at least 120px width/height or more (depends on the thumbnail size).
June 7, 2013 at 3:42 am #24393Topic: Mobile Site appears to be missing stylesheet information
in forum EnfoldBrettTandy
ParticipantAfter upgrading to 1.6 the desktop site is displaying correctly but the mobile site is not displaying correctly. It appears that when loading the mobile version that the style information is missing.
The site can be viewed from:
asd.ts.changeip.net
Help would be appreciated…
June 7, 2013 at 3:32 am #123354In reply to: Form question
Hi nimrodmadar,
1) No, the switch can only be applied to the actual form content.
2) Yes but it has to be done for that specific item and will need additional css for mobile if its too big a change:
Try adding the following CSS 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:
#top.page-id-708 .avia-builder-el-4 .avia-form-success {
width: 450px;
}3) You would need to completely re-style that button with css using similar methods as in step 2.
4) No, the confirmation doesn’t have that level of customization at this point.
Regards,
Devin
June 7, 2013 at 3:17 am #123496In reply to: Installed 1.6 but still shows 1.5 in WordPress panel
Hi arrt,
If it shows 1.5 still, you need to re-download from your download on themeforest. Open that up and look at the style.css in the theme folder which should have 1.6 at the top.
Regards,
Devin
June 7, 2013 at 1:16 am #24450Topic: LayerSlider doesn't fit on mobile
in forum EnfoldAuxral
ParticipantHey guys,
Just a minor problem. My layerslider works and fits perfectly on my computer screen, however it doesn’t fit well on my mobile screen. The sign up box does not show and it doesn’t fit well on small laptop screens either. Anyway for me to fix this? Note: In the General Settings for the Theme, the responsive layout is set to Default (Max width: 1030px).
June 6, 2013 at 11:26 pm #120731In reply to: Avia Layout Builder & text content doesn't appear ….
It turned out it was no memory problem whatsoever – I used the WordPress Plugin “WP-Memory-Usage” and the memory usage never goes beyond 20MB, even on complex pages. My problem was of a different kind (which you solved in another support request): the Advanced Editor was disabled!
To enable it, open the page you want to edit (which shows the “Advanced Editor” button which won’t work), then, click on “Options” in the top right corner to bring down the options menu, check “Avia Layout Builder”, reload and voilà! Next time, the Advanced Editor will (hopefully) start working again.
I’m just repeating this, so all hail the Kriesi support team. :)
June 6, 2013 at 9:16 pm #122235In reply to: stop videos from overlapping header
Hey!
Unfortunately I have problems reproducing the issue on my firefox on mac, which means a solution wont make it into the update tomorrow. Just wanted to ley you know that I am looking into it :)
June 6, 2013 at 7:34 pm #123405In reply to: Enfold Page Speed Insights
My only guess is that something was set up incorrectly. You may also need to go into your styling options and re-set one of them and re-save to get the stylesheet regenerated but that was mentioned in that topic.
June 6, 2013 at 6:34 pm #123378In reply to: Page Lay-out
Hi,
I’ve been trying some things with CSS, using the following:
.el_after_av_one_half {
background-color: #f9f7f7;
height: 335px;
}
div .av_one_half {margin-left:1%; width:49%;}
.avia_textblock {
padding:20px}
On desktop version it works ok, but on iPad the fixed height causes trouble. The image crops, while the text block stays the same height. Besides, it obviously affects also all text blocks (e.g. on homepage etc). Hopefully you can provide me a more neat solution!
kind regards,
Nick
June 6, 2013 at 6:27 pm #123248In reply to: Menu overlaying logo
Hello,
Where is the custom CSS mentioned in the original post?
“I used the custom CSS that was posted in the FAQ to stop the nav from scaling, “
June 6, 2013 at 5:46 pm #122234In reply to: stop videos from overlapping header
Hi,
I tried the method you suggested, adding that code to functions.php, and its causing more problems:
On the archives:
The videos that added via the theme shortcode are completely missing from the archive/category list, just a blank space is shown.
The videos that are added via youtube iframe code are present, but still on top of the menu.
On the individual post itself:
The videos that added via the theme shortcode are present, and show up under the menu when scrolling (this is perfect)
The videos that are added via youtube iframe code are present, but still on top of the menu.
To sum up, if I use the shortcode, the videos are missing from the archives, but present in the post. If I use the iframe embed code, then the videos are shown in both the archives and the posts, but remain on top of the menu.
Any other solutions?
June 6, 2013 at 5:24 pm #122850In reply to: How to make top level navigation not a link
Hey! I will ad a small check to the next theme update that renders an item unclickable if the link is set to “#” ;)
Best regards,
Kriesi
June 6, 2013 at 2:26 pm #24412Topic: Easy Slider stops after second slide
in forum EnfoldCurlyHost
ParticipantSo, I’m having an issue with the Easy Slider. I have three images in my slider and I have it set to auto-rotate. However, it seems to only slide to the second slide and then it stops. It doesn’t go on to the third slide or keep rotating or anything.
http://test.curlyhost.com/find-a-home/grand-rapids-luxury-homes/
Is there something in the settings or code that I have to change to fix that?
June 6, 2013 at 2:03 pm #122849In reply to: How to make top level navigation not a link
Hi brahim_daghl – I wanted to thank you for your post in my support ticket area. It is closed and I couldn’t reply, but wanted to let you know that you did indeed figure it out and works like a charm. Thanks again for posting your solution, it is really appreciated.
June 6, 2013 at 12:50 pm #122233In reply to: stop videos from overlapping header
Hi!
If you’re using wordpress embeds you can try this fix: http://www.wpbeginner.com/wp-tutorials/how-to-prevent-youtube-oembed-from-overriding-your-wordpress-content/ – add it to the bottom of functions.php.
Regards,
Peter
June 6, 2013 at 12:45 pm #123403In reply to: Enfold Page Speed Insights
Hi sobrilliant,
There was a bit of discussion on that topic in this thread that may help : https://kriesi.at/support/topic/reducing-http-requests#post-115039
Regards,
Devin
June 6, 2013 at 12:24 pm #122232In reply to: stop videos from overlapping header
Hi imagnmedia,
It typically takes Kriesi a bit of time to respond to topics in between normal bug fixes and everything else. When is able, he’ll respond here directly.
Regards,
Devin
June 6, 2013 at 12:18 pm #123323In reply to: Some questions !
Hi Tsukassax.
1) Try adding the following CSS 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:
#top.archive.category .title_container {
display: none;
}then this for #2 in the same area:
.avia-menu-fx {
display: none;
}Regards,
Devin
June 6, 2013 at 11:43 am #122841June 6, 2013 at 11:22 am #24400Topic: Gallery Fade
in forum Enfoldartistic24459
ParticipantIs 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?
June 6, 2013 at 9:59 am #123168In reply to: Top- and Sub-Menu Background Colors
Hey Ismael,
I am unsing: Fixed Header with Social Icons and additional Navigation
Regards, Tom
June 6, 2013 at 9:39 am #123114In reply to: Entypo Font in Safari (Win)
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
June 6, 2013 at 9:06 am #120826In reply to: BUG: background images not showing on ipad
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” ?
June 6, 2013 at 8:45 am #122680Hi 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
June 6, 2013 at 8:43 am #123147In reply to: responsive / problems with portfolio
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
June 6, 2013 at 8:21 am #123167In reply to: Top- and Sub-Menu Background Colors
June 6, 2013 at 7:56 am #123146In reply to: responsive / problems with portfolio
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!!
June 6, 2013 at 6:20 am #123145In reply to: responsive / problems with portfolio
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
June 6, 2013 at 6:02 am #123233In reply to: WPML flags only
Hi,
You can follow this link:
https://kriesi.at/support/topic/wpml-only-flags-inline-sorting
Regards,
Ismael
-
AuthorSearch Results
-
Search Results
-
After upgrading to 1.6 the desktop site is displaying correctly but the mobile site is not displaying correctly. It appears that when loading the mobile version that the style information is missing.
The site can be viewed from:
asd.ts.changeip.net
Help would be appreciated…
Hey guys,
Just a minor problem. My layerslider works and fits perfectly on my computer screen, however it doesn’t fit well on my mobile screen. The sign up box does not show and it doesn’t fit well on small laptop screens either. Anyway for me to fix this? Note: In the General Settings for the Theme, the responsive layout is set to Default (Max width: 1030px).
Topic: Gallery Fade
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?
