Viewing 30 results - 104,101 through 104,130 (of 106,397 total)
  • Author
    Search Results
  • #27139
    keeiL
    Participant

    Hello!

    Im trying to setup sliders with images stored in a subdomain. The reason is that my webhost rejects the default /wp-content/uploads/ and forcing all wp uploads to a subdomain. So the problem is that as soon as I use image url like “http://subdomain.domain.com/2013/01/image.png” it will not save the slide.

    Is there a workaround to this?

    TIA

    #132879

    Ok so I need to add this in the child function.php for all sizes (of course changing the sizes to what I want):

    <?php

    function avia_change_image_size_array() {

    global $avia_config;

    $avia_config = array(‘width’=>36, ‘height’=>36); // small preview pics eg sidebar news

    $avia_config = array(‘width’=>180, ‘height’=>180); // small image for blogs

    $avia_config = array(‘width’=>1500, ‘height’=>1001 ); // images for fullsize pages and fullsize slider

    $avia_config = array(‘width’=>1500, ‘height’=>1500 , ‘crop’ => false); // images for fullscrren slider

    $avia_config = array(‘width’=>495, ‘height’=>330 ); // images for portfolio entries (2,3 column)

    $avia_config = array(‘width’=>260, ‘height’=>173 ); // images for portfolio 4 columns

    $avia_config = array(‘width’=>710, ‘height’=>474 ); // images for portfolio entries (2,3 column)

    $avia_config = array(‘width’=>710, ‘height’=>270); // big images for blog and page entries

    $avia_config= array(‘width’=>1030, ‘height’=>687 ); // images for fullsize pages and fullsize slider

    }

    add_action( ‘init’, ‘avia_change_image_size_array’);

    What about the overwrite for the extra large layouts? How do I write this in also.

    //overwrite blog and fullwidth image on extra large layouts

    if(avia_get_option(‘responsive_layout’) == “responsive responsive_large”)

    {

    $avia_config = array(‘width’=>845, ‘height’=>564 ); // images for portfolio entries (2,3 column)

    $avia_config = array(‘width’=>845, ‘height’=>321); // big images for blog and page entries

    $avia_config= array(‘width’=>1210, ‘height’=>807 ); // images for fullsize pages and fullsize slider

    }

    #132889

    Here is a screenshot of the error:

    http://www.authentic-academy.de/wp-content/uploads/2013/08/Bildschirmfoto-2013-08-02-um-18.17.12.png

    Where the white space is there should be an Dophin Image. Same thing with the 2 other images on Safari on 2 different Mac’s…

    #132630

    In reply to: Slider fade speed

    Hi,

    Works well from first to second slide, but from second to third and so on it doesn’t work.. so changing “transitionSpeed” only influence speed from first to second image, but I have six images, so rest of transitions are still too fast. Nothing changed for them. Why?

    Thanks,

    Vedran

    #132457

    Hi Ismael,

    Thanks for your response. A couple of issues remain unresolved.

    1) Change the social icons colour. That code worked. But I think I misphrased my question. What I wanted to know was how to change the background colour of the social icons. By changing the colour of the top header I realised that the background of the social icons must be transparent. How do I change the background to a particular colour? What I would like to do is set the background to be the colour that is currently displayed in hover mode. I found this code amongst the forum posts:

    .social_bookmarks .rss:hover {

    background-color: #FFA133;

    }

    .social_bookmarks .facebook:hover {

    background-color: #37589B;

    }

    .social_bookmarks .twitter:hover {

    background-color: #46D4FE;

    }

    .social_bookmarks .mail:hover {

    background-color: #9FAE37;

    }

    .social_bookmarks .dribbble:hover {

    background-color: #E44885;

    }

    .social_bookmarks .linkedin:hover {

    background-color: #419CCA;

    }

    .social_bookmarks .search:hover {

    background-color: #222222;

    }

    .social_bookmarks .gplus:hover {

    background-color: #DE5A49;

    }

    #top .social_bookmarks li:hover a {

    background: url(“../images/layout/icon-social-reflect.png”) no-repeat scroll 0 top transparent;

    }

    So I have all the colour numbers I need. Just need to know what I need to do make the current hover colours the ‘normal’ background colour.

    2. Changing the icon colour in icon lists.

    I had already found and tried the code you suggested elsewhere on the support forum and it doesn’t work. The icons in the icon list remain grey after I put the code in Quick CSS. Again I may have misphrased it. What I want to change the colour of is the circle surrounding the icon in an icon list, which I guess, again, is regarded as a background colour. So where the icons are surround by a grey background by default, I’d like them to match the colour of the icon background used in the icon box with my chosen theme style (ie Boxed Blue)

    3. This is a kind of variation of the second question in that I’d like to change the individual background colour of the social icons used in an icon list, so that twitter is twitter blue, Facebook facebook blue, flickr pink, instagram brown, email green etc etc. At the moment they are all #d0d0d0 I’ve added it as an image at the bottom of this page (www.mytribetravels.com) so you can see what I’m trying to do.

    5. While you’re there, I seem to be getting a strange single pixel white line underneath the main image at the top. It’s a full-width easy slider and the same issue arises every time I use a full-width easy slider ie. twice on this page (http://mytribetravels.com/about/)

    Cheers

    Peter

    #132878
    #27130
    simonac
    Participant

    I use 3 background images on a homepage. Already tried different setting with streched and repeat.

    A friend has problems with that on his Mac and Safari. The images doesn’t show up correctely and also go completely white btw dissappear.

    Also read that this is a problem for others too. Tried the thinks mentioned in these threats

    https://kriesi.at/support/topic/background-image-suddenly-disappeared-from-homepage-on-chrome-ok-on-firefox

    https://kriesi.at/support/topic/parallax-effect-does-not-work-on-ipad-and-very-choppy-in-safari-mac

    But it does not seem to work.

    I need this thing fixed. Any ideas? Thanks in advance!

    http://www.authentic-academy.de/home/

    #27128
    artistic24459
    Participant

    You can see all image thumbnail size in the functions.php

    Is there a way of changing or over-writing them in the ‘child theme’ function.php so I don’t have to keep updating the function.php if it is changed in an theme update?

    #27117
    Pedro
    Participant

    Hello, there is one bug with the new version of wordpress. If you choose the grid portfolio with AJAX preview, the images that you insert into the preview settings doesn’t works if you choose the slideshow display setting.

    Also, the Fullwidth easy slider, doesn’t work properly.

    I trie with a fresh installation only with the theme and wordpress

    Hope to fix it asap

    Thank you.

    #131534

    Hey Peter,

    I updated the theme again and added the piece of code above and everything works great. thanks for your input. Great theme by the way!

    I have this problem too! In ie8 any image i’ve linked to just disappears when you hover over it. I’ve just put a site live too not realising and my client has started getting phone calls from customers who can’t click some login image links i made, is there a fix for this? I tried disabling the hover arrow effect but that didn’t fix the problem. Would really appreciate some help to fix this as soon as possible. Thank you!!!

    #130891

    Hi,

    You can use imgur, dropbox, mediafire etc. Embed the image using the img tag.

    <img src="IMAGE URL HERE">

    I would like to inspect site but I think it is on maintenance mode.

    Please view the site on different devices using this: http://responsinator.com/

    Regards,

    Ismael

    #131533

    Hi Peter thanks for your suggestion but unfortunately it didn’t change anything on fire fox as the linked images still shift when hovered over.

    http://bubbledigital.ie/fw/

    #27112
    kc
    Participant

    … in the frontend on the homepage, the Layerslider no longer not work, even some Thumpnails will not be displayed on the home page!

    In the backend of the sliderlayer the contents can be seen, the images are displayed, and I have once again re-uploaded the pictures from the media library, but also without success!

    Any solutions blease?

    cheers carsten

    Hi ismael.

    Thank you.

    It doesn´t work yet. :(

    The circles in iconbox ( squares in ie8 ) dont appear to!

    link: http://novosite.fallsafe-online.com/novositefallsafe

    Thanks for the help!

    #130573

    Hi!

    Glad it works now :)

    Best regards,

    Peter

    #132548

    Hey!

    You probably didn’t set a “layers container” width

    Kriesi uses 1140px and this gave us great results on the demo page.

    Best regards,

    Peter

    #132403

    Hi,

    1) Insert following code into the quick css field

    .post-entry .image-overlay {
    display: none !important;
    }

    2) Use following css code

    .entry-content .post-title {
    font-size: 20px;
    line-height: 1.3em;
    }

    3) Delete following code in footer.php

    //display link to previeous and next portfolio entry
    echo avia_post_nav();

    #132452

    Hi,

    yes the Template Builder is not supported by WooCommerce products because the template builder would overwrite the default woocommerce plugin templates and break many existing third party woocommerce extensions. Thus we decided that WooCommerce templateswon’t support our layout builder.

    If you want to add images to the products use the “featured image” option in the right sidebar (editor screen) and you can also use the “Product Gallery” field to add some thumbnails.

    #130905

    Hey,

    Please add this on your custom.css or Quick CSS

    .goto-slide {
    display: none !important;
    }

    Regards,

    Ismael

    Hi,

    Please try to add this on your custom.css or Quick CSS

    img:hover, a img {
    display: block !important;
    }

    Can you give us a link to the website?

    Regards,

    Ismael

    #132593

    Hi,

    It does work but you still need to constrain them on a column element to resize the Easy Slider.

    Regards,

    Ismael

    Hi,

    You can switch off the gallery’s gray out feature while loading the images. Please refer to this link:

    https://kriesi.at/support/topic/scrolling-to-bottom-before-gallery-loads

    Add the old fix again:

    #top #wrap_all .avia-gallery-1 .avia-gallery-thumb a {
    width: 25%;
    max-height: 147px;
    height: 147px;
    }
    #top div .avia-gallery img {
    height: 100%;
    max-height: 100%;
    }

    We can fix the gallery with Media Queries, I guess the stretching of the images comes out on less than 800px screen width. It stretches again once more on 400px width screens.

    @media only screen and (min-width: 768px) and (max-width: 989px) {
    #top div .avia-gallery img {
    max-height: 100%;
    height: 100px;
    }
    }

    @media only screen and (min-width: 320px) and (max-width: 520px) {
    #top div .avia-gallery img {
    max-height: 100%;
    height: 70px;
    }
    }

    Regards,

    Ismael

    #130435

    In reply to: Enfold tablles

    take 2

    zzzzzz1.jpg

    it’s only a small width range where the mega menu gets chopped like this. But this range does include iPad viewed in portrait so would be nice to fix.

    #132086

    Does your laptop have a Retina Display? Testing on my regular 13 inch Macbook I’m still not getting that effect.

    #132648

    Great thanks for this! I have been testing Eunoia + 3.6 on a staging site and note some issues with portfolio thumbnail images not showing up – some do/some don’t. If you’d like me to send you the staging URL let me know.

    #132328

    Hi jingz,

    The columns will resize your images no matter what you choose if the image isn’t large enough to fill in the column. Otherwise the columns won’t fit correctly in a full width container.

    If you put the portfolio in a container it will shrink the column widths and then the images inside.

    Regards,

    Devin

    #132365

    Hi designprime,

    At this point any automated browser testing where it takes a screenshot will not be able to offer true browser testing. With responsive elements, javascript effects and rendering bugs it just isn’t reliable.

    For speed optimization, there is a lot of different things that you can do. The best is to use a caching plugin like WP Super Cache, w3tc and in addition to that minifiy all of the css files. The theme by itself is well coded but it does allow for a of user content which can slow things down. Images, slideshows and multiple instances of each will really slow a page down from rendering.

    You can target elements specifically using the avia element ID’s and the page class selector they are on. Then you can set specific heights on items based on your needs. If you need an example we’ll need to see the site live. You can use http://goo.gl/ to make an temporary url if you don’t want to post it directly.

    Regards,

    Devin

    The new code fixed the issue of the aspect ratio when resizing the browser, but I have the old problem I was having – the thumbnail images are not creating a perfect grid, and there is a big gap between one of the rows see link here – http://latishawoodonline.com/body-paintings/

    In regard to – 1.) All the gallery images are showing, it takes time. I suggest you upgrade your domain service plan to speed up the page load. You can also use cdn,

    I am on a $350 per month dedicated virtual server with mediatemple.net with 8Gb ram so I am not using “cheap” hosting and there are not that many sites on the server. The images always load fine on other pages as seen here – http://latishawoodonline.com/motorcycles/ and never have a problem when there are not to many images. As soon as the gallery has a lot of images the thumbnails show at 50% opacity until the user scrolls the browser. I thin it needs some code to force loading of the gallery everytime since it seems to only actibvate the load on galleries with many images when the user scrolls.

    jta
    Participant

    Hello,

    I+m using ie8, and when i use the mouse hover a image inside a iconbox, the image disappear our sometimes the image on hover make the image bigger and offset the iconbox.

    Anyone now what is the problem?

    Many thanks.

Viewing 30 results - 104,101 through 104,130 (of 106,397 total)