-
AuthorSearch Results
-
February 27, 2014 at 3:05 pm #230079
Hey Benjaminlivingthebrand!
Can you post the link to your website and point out the sections where flickering happens? On which browsers and OS have you tested your website?
Regards,
YigitFebruary 27, 2014 at 2:54 pm #230074Hi!
Which images exactly? If featured images, please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 767px) { .responsive .big-preview { display: none; }}Regards,
YigitFebruary 27, 2014 at 1:54 pm #230060Hi Ismael,
thanks for your support, very good.
I have the last one question, how is the CSS class for the image, that I can hide it (the image) in responsive layout?
Thanks a lot.
February 27, 2014 at 1:46 pm #230058Hello,
thank you very much now I know to configure the Home slider its in Avanced template editor/ multimedia element/ layer avanced slider
I want to create a new div with 100%
attached imageI want to have a layer full width of the browser.
In this example I want to show google map in full width.It’s just an example I want to create layers and add background images.
I hope you understand me now
thanks for your timeFebruary 27, 2014 at 1:45 pm #230057Topic: Websites text and images, flickering on multiple browsers
in forum EnfoldBenjaminlivingthebrand
ParticipantHi,
I recently almost finished my website but now my website kind of flickers on different browsers.
In most cases the images move from left to right, and in some cases the text changes from width.Can you help me with this?
Thanks Josue,
The code works but the concept by Pinterest just doesn’t work very well. The pinit button is showing up in the wrong places and don’t work when it does show up. But thank you for pointing me in the right direction. I just don’t think Pinterest has figured this out. There is a way to go through and tag images you don’t want this to show up on, but that still wouldn’t solve all the problems. I’ll come back to it when I begin my photography site.
Best, Jas
February 27, 2014 at 11:48 am #230030Topic: news: "you might also like"
in forum Enfoldftt123
ParticipantHow to insert at the end of the post “you may also like…”
http://kriesi.at/themes/enfold/2013/10/21/postformat-gallery-multiple-images-with-different-sizes/
thanks!February 27, 2014 at 11:45 am #230028Topic: smaller header and menu
in forum Enfoldxpoveda
ParticipantHi,
My customer wants this css change.
http://img854.imageshack.us/img854/2080/7ssl.png
Can you help me?
Thanks so much!!
Xavier.
February 27, 2014 at 10:52 am #230009In reply to: enfold > image slideshow > background image
Josue,
Scroll down and you will see a slider with the two pictures of the women. I want to achieve the same thing on the new site.
Also, the images that I used on the new site (codelessme.com/weightlossrebels) are the same as the ones found on weightlossrebels.com yet the images are pixelated due to being stretched to fit the column. I selected original height and original width as the slider dimensions, but that clearly isn’t happening.
February 27, 2014 at 10:19 am #229993In reply to: The images on my website are not displaying!
Hello,
Please try to deactivate all third party plugins to see if it gets fixed.
Regards,
JosueFebruary 27, 2014 at 10:17 am #229990In reply to: enfold > image slideshow > background image
Hi David!
In this website the background does fill the entire area too.
The only difference i’m seeing is the menu position.
Regards,
JosueFebruary 27, 2014 at 10:14 am #229986Hi Devin,
Thanks for your feedback.
If I choose “Define custom link” and then add the exact url to the image using the url inside WordPress of the image I want to show in the lightbox, is the result the same as the Masonry Gallery of the demo http://kriesi.at/themes/enfold/shortcodes/masonry-gallery/, i.e. you can move to different images of the portfolio using the left and right arrows inside the lightbox?For what concern the lightbox dimensions, do you mean that a “portrait” image will be displayed with the same height of a “landscape” image? In that way, the portrait image is displayed as a small image and a landscape image is instead displayed as a big image, independently of the real dimension of the images.
Kind regards,
GiovanniFebruary 27, 2014 at 10:07 am #229979In reply to: Slider Dimensions
Hey Josh3Roush!
Kriesi sets the fullwidth image size to 1500 x 430px by default and this size is also used for the images on the demo page. You can change the dimensions in functions.php though – search for:
$avia_config['imgSize']['featured'] = array('width'=>1500, 'height'=>430 ); // images for fullsize pages and fullsize sliderand replace 1500 and 430 with your custom values if necessary.
Cheers!
PeterFebruary 27, 2014 at 9:17 am #229967In reply to: Enfold – Retina images doubling in display size
This reply has been marked as private.February 27, 2014 at 9:08 am #229964In reply to: After Update: In firefox 26 font face broken
Hey!
It seems like the font file doesn’t load properly. I guess the mime type of the file is not correct and thus firefox doesn’t load the woff/ttf file as font but as data file. Try to add this code to the htaccess and cear the browser cache:
<IfModule mod_mime.c> # Audio AddType audio/mp4 m4a f4a f4b AddType audio/ogg oga ogg opus # Video AddType video/mp4 f4v f4p m4v mp4 AddType video/ogg ogv AddType video/webm webm AddType video/x-flv flv # Web fonts AddType application/font-woff woff AddType application/vnd.ms-fontobject eot # Browsers usually ignore the font MIME types and simply sniff the bytes # to figure out the font type. # http://mimesniff.spec.whatwg.org/#matching-a-font-type-pattern # Chrome however, shows a warning if any other MIME types are used for # the following fonts. AddType application/x-font-ttf ttc ttf AddType font/opentype otf # Make SVGZ fonts work on the iPad. # https://twitter.com/FontSquirrel/status/14855840545 AddType image/svg+xml svgz AddEncoding gzip svgz </IfModule>The code is taken from: https://github.com/h5bp/html5-boilerplate/blob/master/.htaccess
You can also try to re-install the latest version of the theme – then you can be sure that the font files are not corrupt/broken. Use ftp: https://vimeo.com/channels/aviathemes/67209750 to update the files.Regards,
PeterFebruary 27, 2014 at 8:53 am #229961In reply to: Icons in Icon Box are Chinese Characters
Hey!
It seems like the font file doesn’t load properly. I guess the mime type of the file is not correct and thus firefox doesn’t load the woff/ttf file as font but as data file. Try to add this code to the htaccess and cear the browser cache:
<IfModule mod_mime.c> # Audio AddType audio/mp4 m4a f4a f4b AddType audio/ogg oga ogg opus # Video AddType video/mp4 f4v f4p m4v mp4 AddType video/ogg ogv AddType video/webm webm AddType video/x-flv flv # Web fonts AddType application/font-woff woff AddType application/vnd.ms-fontobject eot # Browsers usually ignore the font MIME types and simply sniff the bytes # to figure out the font type. # http://mimesniff.spec.whatwg.org/#matching-a-font-type-pattern # Chrome however, shows a warning if any other MIME types are used for # the following fonts. AddType application/x-font-ttf ttc ttf AddType font/opentype otf # Make SVGZ fonts work on the iPad. # https://twitter.com/FontSquirrel/status/14855840545 AddType image/svg+xml svgz AddEncoding gzip svgz </IfModule>The code is taken from: https://github.com/h5bp/html5-boilerplate/blob/master/.htaccess
You can also try to re-install the latest version of the theme – then you can be sure that the font files are not corrupt/broken. Use ftp: https://vimeo.com/channels/aviathemes/67209750 to update the files.Regards,
PeterFebruary 27, 2014 at 8:33 am #229955Hey Yigit
Thanks for your quick answer. This fix nearly fits in Firefox but in Chrome and Safari there are still 42px margin-bottom. Any ideas?
I think my idea, having a transparent graphic “sitting” on the following section, might be interesting vor others, too.
Kind regards,
HenningFebruary 27, 2014 at 6:56 am #229934In reply to: Enfold – Retina images doubling in display size
Hi Rusty!
Can you please post a screenshot of the issue? I’ll ask Kriesi and Devin to check it. Meanwhile, please try to add this on your custom.css or Quick CSS:
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { img, a img { max-width: 100%; } }Nice website. :)
Regards,
IsmaelFebruary 27, 2014 at 6:27 am #229925In reply to: How to create space between lines (posts) in Enfold
Hey Miguel!
Try adding this code to the Quick CSS:
.single .entry-content .avia_image { margin-bottom: 50px; }Cheers!
JosueFebruary 27, 2014 at 5:07 am #229896In reply to: Where is the Inline Image Editor
Hey!
Try uploading the image again (via Media > Add new), maybe it wasn’t properly uploaded.
Please note that this forum is for theme support, WordPress/server issues are out of the scope of the support we can offer.
Cheers!
JosueFebruary 27, 2014 at 5:03 am #229895In reply to: Where is the Inline Image Editor
Thanks. I found it, but it doesn’t work. When you click on the edit button and the edit screen displays, the image doesn’t display. There is the broken image icon. I’ve tried resizing the image and it gives an error message this can’t be done. ?
February 27, 2014 at 3:51 am #229890Topic: Fullscreen Slider Caption Overlay
in forum EnfoldJadynWelch01
ParticipantI am trying to figure out how to extend the transparency overlay across 100% of the image in my fullscreen slider. I’d also like to increase the font size of the caption text “SHADE FROM THE OUTSIDE IN”. Any assistance would be much appreciated!
Website url is http://deluxeawning.net/ and it’s the first feature on the page that I’m referring to. Thanks!
Jadyn
February 27, 2014 at 3:44 am #229887In reply to: Where is the Inline Image Editor
Hi Kim!
Refer to this topic:
http://en.support.wordpress.com/images/image-editing/Best regards,
JosueFebruary 27, 2014 at 3:42 am #229885Hi!
It’s the image dimensions, the roll over won’t appear if the image height is less or equal than 100px.
Regards,
JosueFebruary 27, 2014 at 3:16 am #229877Hey D5WDesignGroup!
The images will act however you set it in the option for “Background Repeat”. It will not automatically scale to always show the whole image but instead it will fit so that the background is always tiled, covered etc.
Cheers!
DevinFebruary 27, 2014 at 3:14 am #229873In reply to: The images on my website are not displaying!
http://www.fitochem.com . Pelase check the home page, the section TESTIMONIOS, is not working, this page http://fitochem.com/division-pecuaria/ there are 2 bars down in the left that are not working. I have also changed the animations in my images and erase my easy sliders. Do you want access to dashboard?
February 27, 2014 at 3:14 am #229872In reply to: Portfolio frontend outcome
Hi!
You can link to the image and host it on somewhere like dropbox or imgur. Note that the automatic sidebar navigation is created based on the page hierarchy you define on your pages. If you want a custom menu then you can add it to your sidebar in the WordPress widgets manager in Appearances>Widgets.
Regards,
DevinFebruary 27, 2014 at 3:09 am #229871Hey jeangiovanni!
You can choose to manually tag your portfolio items with “landscape” or “portrait” to get them to output at that ratio. Otherwise there is no setting to change how the script outputs the images (besides what is already listed there).
On each individual portfolio item you will need to go to the “Additional Portfolio Settings” section under the visual editor. Choose “Define custom link” and then add the exact url to the image you want to show in the lightbox.
The lightbox size is not something that can be changed on the fly however and will output the image you define in the link to fit the screen.
Best regards,
DevinFebruary 27, 2014 at 2:51 am #229866In reply to: The images on my website are not displaying!
Hi!
Can we see the site and page live? The animation is a css effect and shouldn’t have any effect on the image showing/not showing.
Cheers!
DevinFebruary 27, 2014 at 2:13 am #229862Topic: Images inserted in Color Sections are not responsive.
in forum EnfoldD5WDesignGroup
ParticipantWhen adding images in the Color Sections, the images do not resize when the browser window is reduced.
-
AuthorSearch Results
Viewing 30 results - 96,001 through 96,030 (of 106,500 total)
-
Search Results
-
Hi,
I recently almost finished my website but now my website kind of flickers on different browsers.
In most cases the images move from left to right, and in some cases the text changes from width.Can you help me with this?
Topic: news: "you might also like"
How to insert at the end of the post “you may also like…”
http://kriesi.at/themes/enfold/2013/10/21/postformat-gallery-multiple-images-with-different-sizes/
thanks!Topic: smaller header and menu
Hi,
My customer wants this css change.
http://img854.imageshack.us/img854/2080/7ssl.png
Can you help me?
Thanks so much!!
Xavier.
When adding images in the Color Sections, the images do not resize when the browser window is reduced.
