Viewing 30 results - 101,161 through 101,190 (of 106,421 total)
  • Author
    Search Results
  • #179179

    Thanks Ismael – yes that’s because I added “img” to my custom css.

    I have custom stylings for these images for alignment, before when they weren’t showing, one (for example) was written as:

    #widget_sp_image-2{
    	margin-left:-65px !important;
    	margin-top:10px !important;
    	float:left !important;
    }

    That didn’t work, but the one image that did had “img” in the code, so I changed to be the following:

    #widget_sp_image-2 img{
    	margin-left:-65px !important;
    	margin-top:10px !important;
    	float:left !important;
    }

    Now they work. What did adding the “img” change that would fix this?

    Thanks for your help.

    Hey!

    As far as i know there isn’t, using PNG appears to be the only workaround.

    Cheers!
    Josue

    #179168

    Ai,

    Tried it but no change…

    Cheers Herrbirk

    • This reply was modified 12 years, 5 months ago by MENS.
    #179165

    Figured it out. It’s a Featured Image that makes an image link to the blog post.

    Do you have CSS code that renders reliably in IE? Specifically version 8 and below. RGBA is not recognized and everything turns out solid white with your example above. Unfortunately, there’s still a lot of folks using IE 8. I could upload a transparent png as a BG image, but that seems a little old school.

    Pie is only reliable in a handful of scenarios http://css3pie.com/documentation/supported-css3-features/#rgba
    And rgb fallback for IE has it’s own caveats:
    http://css-tricks.com/ie-background-rgb-bug/

    And HSLa is not supported either, but here’s a nifty little tool for defining HSLa values here:
    http://css-tricks.com/yay-for-hsla/

    Q. Is there a filter that is reliable in IE for transparencies?

    I still use old school .pngs with an alpha opacity. More work, but it works. I usually make a bunch of bg’s at the beginning of a web project in both white and black shades with preset percentage levels. A good CSS option for IE would be welcome info though. Maybe I should know this, but I’m sorry to say that I don’t.

    #179152
    kylehogan
    Participant

    http://kriesi.at/themes/enfold/blog/
    If you click on the first image for the “The lone Balloon” post, the link takes you to the blog post. But at the blog post, if you click on the image it brings up a Light Box of the image. How do you achieve this?

    • This topic was modified 12 years, 5 months ago by kylehogan.
    #179146

    Thank you Ismael!
    that was for sure what i was looking for but it dint work. :(
    BUT if you take the logo out of the its PHP string and make it its own tag it works. now i have a fancy layer slider in my header. YAY
    Thanks for being so hands on with your support!
    below is the solution ————————–in the header.php

    <div class=’container’>
    <?php echo avia_logo(AVIA_BASE_URL.’images/layout/logo.png’, false, ‘strong’);?>
    <div class=’lsheader’> <?php echo do_shortcode(‘[layerslider id=”8″]’); ?></div>
    <?php
    /*
    * display the theme logo by checking if the default logo was overwritten in the backend.
    * the function is located at framework/php/function-set-avia-frontend-functions.php in case you need to edit the output
    */
    if(strpos($headerS,’social_header’) !== false && strpos($headerS,’bottom_nav_header’) !== false) avia_social_media_icons($social_args);

    CSS———————-

    /*layerslider header*/
    .lsheader{

    width:600px;
    float: right;
    margin-right: 90px !important;
    }

    #179140
    convitando
    Participant

    Hi there

    I created a post slider and I would like to show title and read more link. With this option some strange field is created under the images and I think this is the date that they were uploaded.

    How to solve that? Link to a prinstscreen
    http://imageshack.us/photo/my-images/708/vmce.jpg/

    Link to website:
    http://site.convitando.com.br/

    Thanks

    This reply has been marked as private.
    #179110

    Hey!

    Is the featured image selection still not showing for you? I’m not sure if this was solved outside of the forums or if its still ongoing so just checking in.

    Regards,
    Devin

    #179093

    I’m very enthusiastic about the new Masonry option, but also a bit disappointed by certain limitations. For example:

    • The Masonry Gallery doesn’t seem to allow me to use thumbnails for the grid overview. In my case, where they click to view high quality jpgs, this means they load in a bunch of way too big pictures in the overview. The Media Gallery does have this option, making me wonder why this wasn’t implemented here.
    • It would have been nice to set our own link to the items, for example link an item to a page, image, file (like PDF) or manual link.
    • A “Load more” button instead of automatic loading when the visitor scrolls down.
    #179083

    In reply to: Custom Bullet Image

    It would be great if there was a proper shortcode to style a whole list this way rather than having to look up the icons reference manually..

    #179077

    In reply to: Custom Bullet Image

    Hi gintheme!

    You can use the Text Block element > Visual Editor, add something like this:

    [av_font_icon color="" font="entypo-fontello" icon="ue804" size="12px" position="left" link="" linktarget="no"]Click here to add your own text
    [av_font_icon color="" font="entypo-fontello" icon="ue804" size="12px" position="left" link="" linktarget="no"]Click here to add your own text
    [av_font_icon color="" font="entypo-fontello" icon="ue804" size="12px" position="left" link="" linktarget="no"]Click here to add your own text

    We use the Font Icon shortcode on the shortcode wand.

    Cheers!
    Ismael

    Hey!

    Looks like you fixed it yourself. You can use a background image and repeat it horizontally. Position the background top left.

    Cheers!
    Ismael

    #179053

    Hi Yigit,

    Many thanks for taking a look. But on my Firefox Windows XP box it looks like:

    screenshot portion

    and on the same box running IE8 it looks like:

    screenshot portion IE8

    Note the truncated logo and distorted image under the column ‘Hardware installation’.

    kindest regards,

    PPCHound

    #179045

    Topic: Custom Bullet Image

    in forum Enfold
    gintheme
    Participant

    Hi,
    I would like to use a custom image in the bullet list. Or I would like to use Entypo font as a bullet? Can you please help?
    Cheers

    Hey Yigit,

    Sure the link is http://z2h.nl/davoodi/

    It is about the 1px dividers that are separating the content sections. At the top of the MUSIC section you can see somewhat of what i want.. Altho this is an image i’ve loaded and tiled up horizontally.. Is there anyway to do this in css?

    Thx

    #179028
    learningherbs
    Participant

    My development site is: http://paganbundle.com/veil

    When I view it on my iPhone, the stretched and fixed background image shows up HUGE in relation to the screen size, resulting in only being able to see a small (rather blurry) portion of the larger image. The .bg_container element doesn’t seem to be scaling properly with the width of the window.

    The image also isn’t properly fixed. When scrolling down, there is a second of delay before the background image refreshes itself, and it appears to scroll instead of staying fixed where it ought to be.

    #179025

    Hey herrbirk!

    Please try following code instead

    @media only screen and (min-width: 768px) { img .avia-builder-el-2 {display:none;}}

    Best regards,
    Yigit

    #179020
    This reply has been marked as private.
    #179013

    Hey!

    You forgot to post the image. You can upload it on http://imgur.com/ or Dropbox and post link here

    Cheers!
    Yigit

    #179012

    Hey!

    Changes are done. Please review your website.

    Regards,
    Yigit

    #179008

    Hi mdlhale!

    Yes you can. If you do not mind, please create a temporary admin login and post it here privately. Also, post the link to image you would like to add.

    Regards,
    Yigit

    Hey georgeorbelian!

    Please try adding following code to Quick CSS in Enfold theme options under Styling tab

    @media only screen and (max-width: 480px) {.avia_desktop .av-caption-on-hover .av-masonry-item-with-image.av-masonry-entry:hover .av-inner-masonry-content { opacity: 0!important; }}

    It will not be visible on screens smaller than 480px. You can adjust it if you would like to hide it on bigger screens as well

    Regards,
    Yigit

    #178995
    LRS123
    Participant

    Hi, Enfold team

    ¿How I can change the grey text color of sidebar/menu?

    Image: http://www.idaccion.com/blog/imatges/grey.png

    In the Avia options I don’t have any color selection marked as grey, but this appears in sidebar and menu.

    And, related, you can view in the image that the last text in menu appears with no margins into text and vertical line. How can solve this?

    Thanks in advance,

    LRS

    #178993

    Installed the plugin and set the custom links… But nothing seems to happen. I still go to upload/*/*/image.jpg instead of the custom URL

    #178974

    I’d love for the header to be a bit more modern. I’d like the header to act like http://disqus.com/community/ or https://www.uservoice.com/stories/. Where on scroll it goes white and is backed by a background image.

    I definitely agree with this, not digging the header options too much.

    I would also like some lightbox effects for buttons and contact forms. It would really aid in the process of lead generation.

    I totally agree with this too!

    #178971
    LA_BREVA
    Participant

    Hello,
    as by topic title, is it possible by some (not all) Image from the Portfolio to set the “Link portfolio item to external URL” in some way as rel=”nofollow”?
    best regars
    Antonio

    #178959
    khalidmuharraqi
    Participant

    After UPDATING to 2.4.1 My social Icons got disappeared..
    please check the reference image,
    https://www.dropbox.com/s/4ylcgaga2kgeg8f/update%20Issue.jpg

    Here’s our website link,
    http://goo.gl/vZwgQ7

    Thanks

    #178942
    MENS
    Participant

    Hi,

    Question, is it possible to remove item as shown in attachement only on de pc/desktop version?
    home website:
    http://www.groeier.nl
    attchement:
    http://www.groeier.nl/remove.png

    I had something like this:

    @media only screen and (min-width: 768px) {
    .avia_image.avia-align-center
    {display:none;}}

    But then all images throughout the site are gone.

    Cheers
    J

Viewing 30 results - 101,161 through 101,190 (of 106,421 total)