Hi!
Its actually quite simple: dont use a .png file as background image. use a jpg and the flashing should not occur any longer ;)
Regards,
Kriesi
I need to move the social media icons in my header to the right to clear the navigation menu. What code can I enter into the quick css?
Thanks for the help! Also wondering how to change out the images for the social media icons if possible?
Am I missing a setting or something? Everything functions perfectly from a desktop browser, but viewing on mobile devices is void of background images and the LayerSlider itself.
This is the site: http://www.ashleydance.ca
I’ve been trying to figure it out… any insight?
Hi norskuli,
Your custom marker image url is not correct. It needs to be an image file not a link.
Regards,
Devin
Hi kriru,
Use the plugin to first regenerate all of your thumbnails. None of them seem to have actually be generated: http://wordpress.org/extend/plugins/simple-image-sizes/
When outputting the grid you can choose the size of the image being shown by selecting “Choose the preview image size manually” from the Preview Image size dropdown. Then you can choose an image size you want so that they will be consistent. There are of course the WordPress limitations which can do some odd things with images. So its best to use images that are near in size and bigger on both edges than the place they will be displayed.
For your current grid the image container is 248px wide so picking an image with at least that width will keep the image from showing pixelated.
Regards,
Devin
Hi Tracey,
The content is inside the content area where the normal sub menu would go. So if you wanted to move it inside of the regular header it would have to go inside that div in the header.php.So probably just before:
echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', false, 'strong');
Depending on exactly where you wanted it. Then you could adjust the positioning with:
#top .phone-info {
padding-top: 10px;
margin-right: -20px;
float: right;
}
and arrange it wherever it needs to be. Once it gets down to mobile you will probably need to add the same css into the mobile media query (in the custom.css file) and adjust it on mobile devices.
Regards,
Devin
I have a table with 2 columns. One is the highlighted column and the other a regular column. How can I style the regular column to be a different background color than the highlighted? http://screencast.com/t/AQ1fcm30eQJG
I’ve been playing with the CSS for the last while, but I can’t get specific enough to only affect one column or the other. I could use the theme settings to set the left regular column to gray, then overwrite the highlighted column to be a brighter color. That’s my idea, but I can’t get the right selectors.
Here’s the page for now: http://dev.exhale.server311.com/pricing/ (won’t be available after 9/12/13. Use the screencast link above to see an image)
Hi Chris,
You are welcome, glad we could help :) Let us know if you have any other questions
Regards,
Yigit
Thanks Yigit, this code worked. I posted it here for others that may have similar request. You’ll need to place hp_bgr_1 as color section ID.
Thanks again,
Chris
@media only screen and (max-width: 989px) { div#hp_bgr_1 { background-image: none!important; } }
Hi,
Can you please post the link to your website?
Regards,
Yigit
Perhaps this plugin may also be of assistance in your case, if supported by your server configuration:
http://wordpress.org/support/plugin/imagemagick-engine
How do I make the prettyphoto lightbox for images fit the entire screen when clicking on an image? Right now it doesn’t display very big. You can see it here http://www.jaredburnettphoto.com/portfolio/ . This website running the same theme does display full screen prettyphoto when clicked http://chriswardphotography.net/consumer/galleries/weddings/#
I tried changing the medium and large size image in wordpress but that didn’t change anything. I would like it when clicked by default to fill up the entire browser. I do not want the resize button either.
How can this be done? Thanks!
Hi bobbymc,
Try re-downloading the theme from your downloads on ThemeForest and then re-installing the theme folder by folder via FTP. For a quick guide on uploading your theme over FTP take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750
Regards,
Devin
I am not clear on what an anchor tag is or where I can locate it.
Is it a file or section in the wordpress dashboard?
I cant seem to locate it in either location.
Thank you for the response.
Safari is at Version 5.1.7
Chrome is at Version 29.0.1547.66 m
and Opera is at Version 15.0.1147.153
.
I checked again after every update.
Chrome and Opera show all the smaller Color-sections, but not the first one on the top of the page.
In Safari, there are these many problems.
I heard, that there isn’t the newest version of Safari available for Windows. Maybe that’s the problem there? I could just make a note for visitors about that.
But it still doesn’t explain the problems with Opera and Chrome.
For future reference to anyone experiencing the same problem – I reinstalled the theme this morning, so I’m now running 2.1 and the AJAX gallery works perfectly. Thanks for everyone’s input – I really appreciate it.
Hey Ismael, thanks for getting back to me. The slides you see are ones I’m having to re-create after losing the others. I think the problem I have is bigger than just the loss of images. I currently have ALL my plugins switched off because if I switch on any of my plugins I cannot do updates via the Avia Layout Builder – I just get the spinning icon as if it’s trying to update? The only thig I’ve done recently is installed the latest update of Enfold over the weekend, could this have something to do with it? I can give you a login if you need to look at the back end?
Many thanks Ismael.
how we can replace the search with Google Custom Search. For example , check the search button at
http://screencast.com/t/nPKUWq2QWl2Q
So how can i add google search shown in above image.
please help.
You’re welcome, glad I could help.
:-)
here is a snapshot of before after !
http://reinhath.free.fr/before.jpg
http://reinhath.free.fr/after.jpg
The pb can be seen on the right box.
Thks in advance !
++
tyb
Hi,
I’m building a site for a client, which is currently at http://www.choicesflooringwodonga.com.au/site/
Enjoying working with this theme, but I have a problem with the top header and menu.
Basically on some browsers and some window sizes, the menu is going over the top of the logo.
– I have added in a logo that’s 478 x 78px (including a store location and phone number, but all one image).
– On Windows 7 with Chrome, Firefox, IE 10 and Opera it looks fine at large screen size, but messes up if the window size is reduced.
– On Windows XP with IE8 the menu is over the top of the logo even at large screen size.
I’m sure it has something to do with the fact I’ve put in a bigger logo and haven’t told the responsiveness when to kick in to go the smaller menu format, but I don’t know how to fix it.
I ideally would like a solution that isn’t going to break every time I update the theme.
Thanks in Advance
Matt
1) WP will set it automatically. You can use the “excerpt” option field to enter the excerpt text manually (recommended because of seo) or use this filter code: http://codex.wordpress.org/Function_Reference/the_excerpt#Control_Excerpt_Length_using_Filters to change the length of the automatic generated excerpts.
2) The excerpt does not support html code and thus no images. You can either revert the change I made and use the “more quicktag” http://en.support.wordpress.com/splitting-content/more-tag/ (because the content allows html) or you can try a plugin like: http://wordpress.org/plugins/advanced-excerpt/
Hello. Could you please tell me how to align left the Image in the TeamMember Section?
Thanks!
Hi Josue,
Sorry for the slow reply here, but I’ve been away. If you change the code to rectify this issue, would it then need to be changed again if we update the theme files at a later stage? Do you also think these issues may be something that will be considered in future updates to the theme too?
Many thanks for your time,
Hello
when i pass hover an image that i insert in a icon box, the overlay image effect add an extra top margin on the top of the image…
any ideas ???
what should be the settings in woocommerce for images?
now i have:
Katalogbilder: 450×450 cut: yes
Einzelnes Produktbild: 450×450 cut: yes
Produktvorschaubilder: 120×120 cut yes
thanks a lot!
kind regards
andi
Great!!
A few queries
1. How to select the break point? (or is automatic)
2. Images have disappeared. How to get them back?
Thanks a lot Richard its working perfectly fine. You really solved my problem. Big thanks man.
cheers..
Here’s a link to a dropbox shared image.
This is at 968px screen width. Notice the spacing on the sides, if I could get rid of that it would probably solve the issue.
https://www.dropbox.com/sc/eiywcgdrpy9km5s/52qVtoPHp-