Viewing 30 results - 105,181 through 105,210 (of 106,445 total)
  • Author
    Search Results
  • #125225

    In reply to: Icon Overlay Effect

    Hi,

    Edit css > layout.css, find this code

    a:hover .image-overlay .image-overlay-inside{
    -webkit-animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Safari 4+ */
    -moz-animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Fx 5+ */
    -o-animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Opera 12+ */
    animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* IE 10+ */

    }

    Remove it.

    Regards,

    Ismael

    #116623

    I came across this more recent post that addresses this issue: https://kriesi.at/support/topic/galery-pictures-load-effect

    Hi,

    Open up enfold/js/shortcode.js and search for following code around line 205:

    //trigger displaying of thumbnails

    gallery.on(‘avia_start_animation’, function()

    {

    images.each(function(i)

    {

    var image = $(this);

    setTimeout(function(){ image.addClass(‘avia_start_animation’) }, (i * 110));

    });

    });

    change it to:

    //trigger displaying of thumbnails

    gallery.on(‘avia_start_animation’, function()

    {

    images.each(function(i)

    {

    var image = $(this);

    setTimeout(function(){ image.addClass(‘avia_start_animation’) }, (i * 110));

    });

    }).trigger(‘avia_start_animation’);

    and the gallery thumbs should load immediately.

    I have implemented it and it seems to work, but my question is, why hasn’t this been written into the code for us? It doesn’t make any sense to have to scroll down a complete page of thumbnail images before you get to see them not greyed out! Now I may have to amend the code everytime I do a theme update, so is there a good reason this fix hasn’t been applied to the code for us?

    Thanks,

    Matt

    #24950
    cranwinks
    Participant

    The site I’m working on isn’t rendering correctly in some versions of internet explorer. What’s happening is this: I have a bunch of advanced layout pages with a 1/4, 1/2, and 1/4 layout. I have a gallery in the middle column, and text in the right column. It looks fine in Firefox and Google Chrome, but in some versions of internet explorer the text in the right hand column is being pushed down below and to the left of the main 1/2 column gallery image. I setup a page on the site with screen shots showing the problem. The first screen shot shows the correct layout; the second shot shows the text below and to the left of the main image.

    Here’s the link to that page:

    http://desertspringspublishing.com/ie-rendering-example-page/

    To view the actual page, you can go to this link:

    http://desertspringspublishing.com/custom-books/la-quinta/

    Please let me know what to do to fix this problem.

    Thanks so much for the help.

    Cranwinks

    #125080

    In reply to: align post title

    Hi,

    I can’t recreate this. Can you show a the url of your website since an image will do nothing to help?

    Thanks,

    Nick

    #24947
    MM
    Participant

    Hi guys,

    Been trying to find the CSS for the gallery thumbnail tooltip width (the tooltip that displays the image caption). Can’t find it using Firebug. What custom CSS do I need to add to have the tooltip be 100% width of the thumbnail image to which it relates?

    Thanks,

    Matt

    #114671

    Option to choose no image when using the post slider and have only the title show.

    #125016

    In reply to: BUGGY BUGGY BUGGY

    Thank you, I will upload the plug in.

    http://www.dmcamera.com

    I have now made PNGs of text in photoshop but would still prefer to use text block.

    New problem, In the gallery I have made the generic images are uploading onto my page although they are not in the post I created, I double checked.

    #125015

    In reply to: BUGGY BUGGY BUGGY

    Thank you, I will upload the plug in.

    http://www.dmcamera.com

    I have now made PNGs of text in photoshop but would still prefer to use text block.

    New problem, In the gallery I have made the generic images are uploading onto my page although they are not in the post I created, I double checked.

    #124680

    Hi,

    “To fix the blog grid image, please add this on your custom.css or Quick CSS”

    .attachment-portfolio.wp-post-image {

    width: 100%;

    }

    This code is working, but in Internet Explorer – Category Archive, i have the same problem. (http://seegers-fotografie.de/category/diverses/)

    #125013

    In reply to: BUGGY BUGGY BUGGY

    Just gonna add more info.

    On one page I have multiple text sections separated by images or other elements.

    After I complete writing one section I save it, then upload it. This text section will be fine on the website.

    When I create another text section and go through the same process: save then upload, the previous section will be altered in some way if not completely lost.

    #125012

    Hey!

    Hey! Not sure why this is happening either, cant reproduce the issue yet. Mind deactivating the plugins you use and try it again? maybe one of them is interfering?

    Regards,

    Kriesi

    #125214

    You can only change the color of the thumbnail background is transparent – otherwise you need to change the background by editing the image. Use following css code to change the slideshow background

    .main_color .avia-content-slider .slide-image, .main_color .avia-slider-testimonials .avia-testimonial-content, .main_color .avia-testimonial-arrow-wrap .avia-arrow, .main_color .news-thumb {
    background: #f8f8f8 !important;
    }

    #125011

    I tagged this thread for Kriesi because I can’t find a js error. Chrome shows me an error message

    Blocked a frame with origin "http://player.vimeo.com" from accessing a frame with origin "http://posa.dk". Protocols, domains, and ports must match."

    which seems to be related to the vimeo video but I’m not sure if it affects the slider.

    #123264
    #124626

    Hi Devin,

    Thans A LOT for your help. I have added the code you gave me on my quick CSS and it seems fine now.

    Nevertheless I have one question. I understand what caused the problem was because I should have only “repeat” for the images but was it possible for me to do it without your help? Actually, I couldn’t chose only “repeat” in enfold admin (see link above), could I?

    https://www.dropbox.com/s/lsq61v9qb3a70ax/Capture_d_%C3%A9cran_17_06_13_13_08.png

    It’s important for me to understand cause I don’t want just to have a nice website but know how things work in order not to make the same mistake again in the future.

    #2 ok for the slide, I understand.

    For the responsive problem, I am on ipad 1 so do you think it’s because of my ipad version? I didn’t know things could be different from one ipad to another..Makes web developping not an easy task ! ;-)

    About the enfold 1.6 can you tell me how it works? the theme I’ve worked with before, I updated directly from wordpress…

    Here do I have to download it from my themeforest and send it as a zip using wordpress admin? Will there be any consequence on my layout or will I keep everything like it is?

    Moreover, when I make an upgrade of the theme, do I loose the css I have put in quick css with the old version?

    Kind regards

    #24859
    Qjay
    Participant

    Hey Kriese,

    Thanks for a great theme :)

    I have a small problem, my slider doesn’t work, it´s only show first slider and second slider, slider 3. and slider 4 doesn’t show up.

    I have updated jQuery to the newest version, but it doesn’t help.

    Can you please help me?

    I am using Easy Slider, I have also updated my theme to 1.6, but it still dosent working.

    Non of my slider works, its, stop working, after 2. image.

    Can you please help me with this.

    my website is:

    http://www.posa.dk

    Regards

    Qjay

    #123963

    Hi,

    On your Admin Dashboard > go to LayerSlider WP, select the slider. Go to Global Options > Basic > Slider width, make it 100%. If you want to center align the element, look for Layers Container, then specify the width in pixels. Please use images even for text to make the Layer Slider responsive.

    Regards,
    Ismael

    #123962

    Hi,

    Make a page. Use template Blank (see image http://www.clipular.com/c?7561396=9TIjs9Dc43Rm8kHBiD02dDoBWHc&f=.png ) . Then add the layerslider. You can always add 100% width and height to any div wrapping the slider since there is a wrapper with or without a shortcode

    Thanks,

    Nick

    Hi Nick,

    thanks for the fix which now shows the image centered!

    I insert images into the post using the “add media” button so I can add as many as I want using a standard format blogpost. Then I chose the one I want as featured image and insert that as well.

    I see that all my images inserted within the justified paragraphs are justified too. How do I avoid inserting images justified? Is the fact that they are justified a big problem?

    Thanks for solving the image positon issue.

    How about the link to the main blog homepage (in the site now the link is ‘Blog2’) still bringing back to a page showing the entire articles in a row rather than just the excerpts with the read more link although that is selected correctly in the backend of the Blog2 page?

    Thanks,

    Antonio

    Hi,

    I fixed the code above, please use that instead, i forgot to add the margins before.

    —-

    Basically the left alligned images are that way for different reasons. The above code will fix the first one.

    In the code I see that some of the images are set inside paragraphs whose allignment is set to justify. So that’s something you should avoid doing.

    The middle image http://vacationrentalsecrets.com/wp-content/uploads/2013/06/html-e1371303141396.jpg is the one that is align: justify.

    <p style="text-align: justify;">image</p>

    How are you adding images to your posts? Are you making them feature images?

    Thanks,

    Nick

    #125154

    When you insert the images to the gallery make sure that the “Link to” option is set to “Media File” and not “Attachment Page”:

    #125062

    Hi wackyadventurer,

    You can use the iOS dev article here as a reference and add the needed line(s) to your header.php: http://developer.apple.com/library/ios/#documentation/AppleApplications/Reference/SafariWebContent/ConfiguringWebApplications/ConfiguringWebApplications.html

    This would be in addition to adding your image as a favicon in the theme settings.

    Regards,

    Devin

    #124775

    As this page is not included in the demo content, can you give a little more detail? Like, what slider are you using with the transparent background? It doesn’t appear that the padding is easily adjusted to open the image to say 450px.

    #124912

    Hi!

    Please insert following code into the quick css field

    #top .fullsize .template-blog .blog-meta {
    width: auto;
    }

    Regards,

    Peter

    #123643

    Hi,

    I did some changes on your slide Chop > Slide #1. Unfortunately, I don’t have the time to change all your slides. I also use the actual html code for avia buttons. I added a class selector to make it unique.

    NOTE: Images are much more responsive than text. Next time you create a slide, I suggest you use image text instead of actual text. To see an example, please Import the dummy data.

    I added this on your Quick CSS

    /* Advance Slider Style */
    .fsn2-title { font-family: League Gothic; letter-spacing:2px; font-size:68px; font-weight:500; color:#ffffff; }

    .fsn2-p { color: white; font-size: 15px; line-height:22px; margin-bottom:50px; }

    @media only screen and (max-width: 767px) {
    .ls-layer > span { top: -10px; left: -5px !important; padding: 0 10px !important; }

    .fsn2-title { font-family: League Gothic; letter-spacing:1px; font-size:20px; font-weight:500; color:#ffffff; line-height:10px; }

    .fsn2-p { color: white; font-size: 10px; line-height:12px;margin-bottom: 10px; }

    .ls-layer > span .avia-button.avia-size-large { padding: 3px 10px; font-size: 11px; min-width: 80px; top: 15px;
    }
    }

    Regards,

    Ismael

    #123961

    I arrived at this thread b/c I want my layer slider to be 100% width and 100% height, with a full screen responsive background image. Is this method the only way to achieve that, or is there a way to do it within your framework?

    According to the person who made layerslider, you need to wrap the layerslider in a div with 100% width and 100% height. But I don’t know where to do that b/c I can’t add the slider via the short code.

    Can you please respond ASAP?

    Thanks

    #123642

    @dsnerfw Here is what is looks like under your changes..the font is overlapping…

    http://cl.ly/image/2u3H0n3H3n1j

    Hi Nick,

    here is the link to the dummy blog i just created (same exact options as for the regular blog):

    http://vacationrentalsecrets.com/blog2/

    I did follow all of your tips in each screenshot and apart from the Theme Options within Enfold for the blog which were not set to “Blog” initially and this only caused the “Blog – Latest News” link to go to my hompeage instread of the Blog homepgae, all the others where exactly already set as you later suggested and the page looked exactly as I wanted it to be.

    When I inserted the css inside the quick css field and saved it, the image gets to the left instead of being centered as it was correctly before. If I don’t insert anything in the quick css field, the image is correctly placed in the center.

    If I do not select “Blog” inside the Theme Options and leave it as is, the page looks perfect (without your css) but the link is still to the website homepage. If I do select “Blog”, then the image is no longer centered and the problem with the blog not showing the excerpts anymore but the entire articles in one single page is recurring.

    I filmed everything on my end here. You can watch it at the following link:

    Hope that helps…

    Thanks.

    Antonio

    #123263

    Hi,

    I am using Easy Slider, I have also updated my theme to 1.6, but it still dosent working.

    Layer Slider? Do you mean Advanced Layerslider?

    Non of my slider works, its, stop working, after 2. image.

    Can you please help me with this.

    my website is:

    http://www.posa.dk

    #124765

    1.) Hi Nick , Yes I have tried the code. Both

    .header_color {

    background: none;

    }

    .html_stretched #wrap_all {

    background-color: rgba(255, 255, 255, 0);

    }

    and

    .html_stretched #wrap_all {

    background-color: rgba(255, 255, 255, 0);

    }

    .header_color .header_bg {

    background: #FFF url(http://blog.blue2x.com/wp-content/uploads/2013/05/bg2.jpg) top center repeat scroll;

    }

    but it didn’t work

    2.) Sorry about it, its suppose to say “vertically” rather than horizontal. And now that I have seen the enfold responsive mobile version.

    I was thinking if i could allign the logo to the top left

    Menu button like enfold mobile to the top right.

    In my image below, first is the my current screenshot. 2nd is the enfold one. and 3rd is the one that I want to achieve.

    Basically I want to remove the black space on top ( see 1st image ) , allign logo vertically, and also to the top left.

    Menu to the top right and also allign vertically.

    The header background image no longer repeats vertically or if given an alternative just remove the header image and change it to a solid color?

    3.) As for the text in the slider you are right , it’s visible but it’s small. I may plan to increase the font size or just use the google font ( might want to play around with a similar looking type ).

    4.) As for the layer not showing, you can see in the screenshot the blue gradient line ( in the layer slider ) doesn’t appear.

    http://sta.sh/08dx22f3kxj

    5.) Is there a way to do like inspect element on mobile phones like firebug in browsers etc ?

    Thanks for helping me nick.

Viewing 30 results - 105,181 through 105,210 (of 106,445 total)