This reply has been marked as private.
Hi!
I can not login, the wp-admin URL redirects me to http://abortonanuvem.com/not_found
Regards,
Josue
This reply has been marked as private.
Hi,
Can you create an administrator account and post it here as a private reply?
Regards,
Josue
Hi Josue,
Thanks for the support, but at the moment no changes. The position is exactly the same.
Obs: I’m always cleaning the cache.
Hi!
Change that part to this:
#menu-item-6214 div {
position: relative;
top: -10px;
}
#menu-item-6214 div img{
position: relative;
top: 5px;
}
Best regards,
Josue
Hi,
The ladybug is perfect!. Thanks.
But in the Brazilian flag, no changes. It is keeping in the same position.
Hi there dev team,
So something I’m wondering. The full size slider on my homepage (www.tomuytterhoeven.be) scales an image up to 1080p (from 1500px version). I have tried using a 1080p sized image but then it’s too big. Thing is now my images look unsharp because of the upscaling that happens. On smaller screens (non 1920×1080) images look fine. How can I upload an image the right size so that it scales good voor any size.
Tom
Dear support
I added an image gallery with the Avia Layout Builder to a page and sorted the images manually and save the page. When I click a second time on the button “Add/Edit Gallery” to add more images to the gallery, my sort order is lost.
Is there a solution for this problem?
Thanks!
Debugging Info:
Theme: Enfold
Version: 2.4.4
Installed: enfold
AviaFramework Version: 1.8.5
AviaBuilder Version: 0.4
ML:128-PU:16-PLA:12
Wordpress 3.8
Hey!
Try adding this code to the Quick CSS:
.wp-image-6350 {
position: relative;
top: -9px;
}
#menu-item-6214 div[valign="center"] {
position: relative;
top: -10px;
}
#menu-item-6214 div[valign="center"] img{
position: relative;
top: 5px;
}
Cheers!
Josue
This reply has been marked as private.
Hey guys,
Not sure if this was already addressed in an earlier post. I was wondering if I can insert a second button on the fullwidth slider. I’m using a single image and want 2 CTA’s instead of just 1. I know I can achieve this with LayerSlider (which I like very much), but I would prefer having the Parallax effect that comes with the Fullwidth.
Just want an additional button directly below the first.
Thanks for the help.
Bob
Hey!
Please post a link to the page/post where the lightbox doesn’t work.
Regards,
Peter
Hi wss310!
Please try adding following code to Quick CSS
.widget .image-overlay { display: none!important; }
if that does not work either, please post the link to your website
Regards,
Yigit
khalidmuharragi, thanks for the compliment of course but really it was just a hack. I just tried my best to duplicate what Kriesi did. So credit goes to him or course. But to your question. The code completed the way Kriesi does it, is more elegant, his logo is the hexagon and it is the same size regardless of browser window. He embellishes is with adding the text to the right when the browser window is large and then hides the text as the browser gets smaller. With the social icon code modified this way on a mobile browser screen size the social icons are left in the middle of the header. When Kriesi hides the logo text he is left with a clean header. Logo left social icons center and nav menu button right.
You however on running into the problem that I had. Your logo is horizontal. so it is taking up the space were the social icons end up. Before I tell you what I did know this. I am only learning css and html, and php is foreign to me so take this with a grain of salt please. Depending on the number of social media links you try and use you could altogether have another problem. There is only so much room at the top between the logo and menu button. So i found with even say 5 icons you were running out of room up there so bear that in mind.
So you have probably many solutions but the simple answer is you need to change/shrink your logo as the browser window gets smaller. You can probably accomplish this many ways, My first thought would be in the header php file. actually make 2 logos with unique ids. then with Media queries in your custom css file, show the large full logo in all browsers but the small mobile size and at that time hide the large one and show the small one. I however doen’t know how to right php so I didn’t do it this way. So if someone knows how please add this solution as it is probably the best. If there is a better one then please enlighten us.
What I did was a bit of a hack. I hid the logo image and add a background that was a icon version of my logo when the screen size got to a certain size. This works but it has one huge drawback. The clickable portion of the logo is still actually the original wider size and if someone tries to drag the icon to the desktop they actually get the logo not the visible icon. If this doesn’t bother you or you can tweek it to make it better, then make a smaller squareish version of your logo and then add this code.
/* Smaller than standard 960 (devices and browsers) (ipad Portrait)*/
@media only screen and (max-width: 989px) {
/* adds the jack and addi icon as a background */
div .logo {
background: url(https://yourownpath/logoicon.png) top left no-repeat;
top: 11px;
}
/* makes the default logo transparent */
.logo img {
opacity: 0;
filter: alpha(opacity=0); /* For IE8 and earlier */
}
}
I then had a problem with placement on a vertical iphone so i did this. yours will be different based on your logo size. I also enlarged the social icons for more ease of clicking on a phone
@media only screen and (max-width: 767px) {
/* Add your Mobile Styles here */
/* moves the icon logo on smaller screens */
.responsive .mobile_slide_out .logo {
margin-top: 10px;
margin-bottom: -10px;
}
/* change social icons */
#top .social_bookmarks li a {
font-size: 19px;
width: 40px;
}
}
Hope this helps
Hi CloudChoice!
Can you post the link to your page where you have added text and image?
Regards,
Yigit
This reply has been marked as private.
Hey!
You are welcome, glad we could help :)
Cheers!
Yigit
I did that just now and nothing happen. I even updated to word press 3.8 and it’s still the same. I downloaded it again this morning from theme forest and over written the original folder via file zilla. Maybe something is broken in this update? Something to do with images and menus back ground. How many people have bought the theme since the second week in December 2013?
Hey hirens!
Can you elaborate? You can display your portrait mode images in easy slider.
Cheers!
Yigit
Hi – When I add a Vimeo video via shortcode, it automatically displays the title of the video over the video preview image. Is there some way I can disable this?
Hi!
To change animation speed, please go to wp-content\themes\enfold\js\prettyPhoto\js folder and open jquery.prettyPhoto.js file and find
animation_speed:"fast"
and change it to
animation_speed:"normal"
you can use “slow” instead of “normal” as well.
To disable default lightbox please see https://kriesi.at/support/topic/enfold-gallery-lightbox/#post-206667
You can use any other lightbox like fancy box but i am not sure if they would work just fine like prettyphoto
Best regards,
Yigit
Hi – I am trying to disable the image overlay effect in a widget area.
I followed the instructions in issue #205987 saying to add:
.avia_widget_section .image-overlay { display: none!important; }
to quick CSS but nothing happened. Browser cache has been cleared and I even tried adding this to custom.css and it did not work. Any thoughts? Thanks!
Hi!
My small fixed header is acting a bit strange. This is how my page looks:

When I scroll down on the page and then scroll up again, the header is shown twice, with the second one laying over my portfolio menu. When I drag the mouse pointer around it, the duplicate dissapears.

http://agwp.agarkitekter.se/projekt/
Username: test
Password: test
Regards,
Tomas
Hello,
I tried various methods but failed. What is the easiest way to make vertical alignment between a text and an image?
I found the code generating “yyyyyyyeeees” in video seo plugin code. It that you or what? It’s OK to have this line to hang for 15 minutes in the header of my site, but it’s half a day, so I commented it out.
Please answer, is it you or not, or is it “private reply” thing doesn’t provide privacy and I’m hacked.