Hi,
Question:
I’ve got a non-fixed header with a background image set to bottom center behind the navigation and a transparant logo.
It works on a large screen but on an ipad i need to move that particular background image to the right.
I’ve placed the code beneath but somehow the background picture is duplicated although it is set to no repeat.
@media all and (max-width: 1024px) and (min-width: 520px) {
.header_bg {background: url(http://gitaarsalon.groeier.nl/wp-content/uploads/2013/11/Gitaarsalon-2560x450pxBoven221.png) no-repeat bottom center;left: 100px!important;
}
Is there a way to move this background image to the right on an ipad?
website url:
http://gitaarsalon.groeier.nl
Cheers Herrbirk
Hi!
The only solution is to upload images with the same dimension. The theme will crop it the same.
Cheers!
Ismael
Hi team,
As per title, how can I remove/hide the image title for images added using the Easy Slider? I’ve tried installing a few plugins but none of them actually do anything.
Is there something I can add to the custom.css to fix this?
Here’s a snippet of code from the Easy Slider.
< img itemprop=”contentURL” alt=”” title=”fieldsales-ipad” src=”http://xxxxxxxxxxxxxxxxxxx/wp-content/uploads/2013/11/black-ipad-splash-screen.png” />
-
This topic was modified 12 years, 4 months ago by
Yigit.
How to open the video in lightbox or open the page entry?
I want to activate both links in the same portfolio item, look the image:

Got it?
Trying to finish out this for a client in the next couple days. I’m having difficulty finding where I can:
A. Place a logo image in the footer area (I have footer without socket) and change the padding so the image will be to the far right in the footer and copyright to far left.
I have “put logo here” right now — I really want that to be farther to the right.
B. I need to vertically center the sub menu in the header area with the social icons. Is this a line height issue? It was perfect and then I changed fonts and now it’s not vertically centered anymore.
http://superiormeetings.com/wordpress1/
Thanks Yigit, I did this but the most recent image is still getting cropped vertically. Do you know why this might be happening?
Hey!
It would be better if they would be almost the same size and square-ish. So please try uploading images that are proportional. They can be forced to display in a fixed size but then images may be stretched
Best regards,
Yigit
Can you link to what you mean on the demo site? I’m just not clear on what type of gallery you are describing from your description. The theme doesn’t have any vignette overlay effects on any of the images and I’m not sure what a vignette under an image would be.
Hi!
I want to change the mage hover arrow to this image:
http://martongenetics.web-developer.hu/pictures/mg_logo.png
I have tried adding the code above to the styles tab but it does not work. I was editing the base.css at the proper lines but it does nto work either.
Enfold.css is overriding everything. I assume enfold.css is a generated sylesheet based on the selections I make in the wp admin panel.
My experimental site is:
http://martongenetics.web-developer.hu/
Can you tell me exactly what file to edit and where to have the image i posted above instead of the arrow when i hover a picture?
I am looking forward to hear from you!
I would like to create a rev slider that instead of opening a link it opens an image in a light box with a caption..
is this possible?
Many Thanks
I tried, but it does not work.
this is the link,
http://yoos.it/wp/enfold/
the background image is loaded in the main content and is visible both in the home and in the sample page, if possible, I would like to delete it from home, thanks again ….
Hey!
Please refer to this post to decrease the height of the header https://kriesi.at/support/topic/change-logo-image-for-scrolled-header/#post-188003
You can enter 100 or 90 instead of 200 there
Cheers!
Yigit
Hey!
You can replace previous code with following one
.big-preview img {
height: 100%;
width: 100%;
}
They should be same size if you adjust heights before uploading
Cheers!
Yigit
And by the way here is how it looks normally without being touched with the editor:
http://www.ilkoallexandroff.com/strobist-photoshoot-typhoon/
Hello,
I placed a easyslider on this page: http://lokker-reitsma.com/cms-lr/commodities/perishables/
Working well but when the showing the 2 images for the second time something weird is happening with the second image, suddenly the bottom border is disappeared and text is moving up.
I have been looking through the CSS but I can’t find what is causing it.
Curious if you guys can find it.
Thanks in advance,
Ariane
Hi!
Try to insert following code at the bottom of functions.php
function custom_post_grid_query( $query, $params ) {
$query['orderby'] = 'rand';
return $query;
}
add_filter( 'avia_post_grid_query', 'custom_post_grid_query', 10, 2);
If it still doesn’t work try to deactivate all third party plugins – maybe a plugin hooks into the query and changes the order.
Regards,
Peter
sorry, the site is not online, I send you a picture.
http://yoos.it/wp/wp-content/uploads/2013/11/background-page.jpg
we are using stretched layout.
I would like the background of the home was white, then some pages I would like a background image.
thanks for the help
Images are back up, but slider doesn’t work? When i add a horizontal ruler above the images is displaced to the right?
Not sure what’s going on? ;-(
True. But there’s a limitation to it. You can only upload as many as 12 images to one gallery. What happened to me before was – I’ve tried to upload all of my pictures at the same time, when in fact I was uploading none. So obviously my gallery was empty (therefore containing all pictures from my media library).
This topic closed before I saw it.
https://kriesi.at/support/topic/fullwidth-masonry-gallery-image-loading-issue/
I just wanted to second that this is infact an issue if the masonry gallery is trying to load a large number of photos. What I have noticed is upon loading the page if the viewer does nothing and the gallery finishes loading and then you scroll down the page everything is fine. But if you start scrolling down the page while images are still loading then all hell breaks loose so to speak. I can second above that if you refresh or resize the browser window after it is finished then it will fix itself.
So you can close this, but I wanted to second that there is infact a bug going on here. I have seen it is chrome and safari
Thanks again for the quick response – much appreciated!
Oh so frustrating now the images don’t show either :-( please help ASAP.
That’s a temporary solution, a final fix will probably be included in future releases.
Best regards,
Josue
Hi Ismael,
I discovered it was the plugin 404 redirected stopping it from working.
I have adjusted the settings now and it works. Thank you!
Just one more question. I am starting a blog on my site (www.interiorinnovations.com.au)
I was wondering if I could tweak the look of the blog.
1. Enfold has a large feature image in the blog pages. Can I remove this but keep the thumbnail image in blog search?
2. Can I remove the link for author name (if this is possible)
3. Also can I extend the display area to be a larger width?
http://s7.postimg.org/i28vr3ljv/Fix_Blog.jpg
Thank you Ismael!
Excellent – Thank you.
Will this make it into the next update? Or will I have to update etc….
J
Hey Joe,
This is the final code that made the trick (at the end of js/avia.js):
jQuery(window).on('load', function(){
jQuery(window).resize();
});
I noted that the bug gets fixed if the window is resized, so that code simulates a resize after all the page is loaded.
Cheers!
Josue
Hey!
Point out those plugin elements when you add them on your Enfold site and we will see what we can do :)
Cheers!
Yigit
Hi!
You can insert a Text Block element then add a download code, it will look something like this:
<a href="FILE URL HERE" target="_blank">Click here to download.</a>
If you want it to be more fancy, you can use an image instead:
<a href="FILE URL HERE" target="_blank"><img src="IMAGE URL HERE" alt="Download File Here" /></a>
Cheers!
Ismael