Viewing 30 results - 105,421 through 105,450 (of 106,379 total)
  • Author
    Search Results
  • #122940

    If you’re using a gallery you can select the “no link” option from the dropdown:

    The same option also exists for slideshow images:

    If you want to use the “Add Media” button to insert the media files (Standard Editor) select the “none” option on the right side of the gallery media modal window.

    #117526

    Hey!

    I tagged this thread for Kriesi.

    Best regards,

    Peter

    #122701

    Hi!

    Please post a link to your website. We’ll investigate the code. Maybe the icon image is missing, etc.

    Best regards,

    Peter

    #24263
    isaul1978
    Participant

    HI There… I purchased this theme and love it. I must say its one of the best I have seen around. However, wanted to see if i could get assistance. For some images, I wanted to remove the ability for people to click on them to maximise and open up in a window. Can anyone asiist?

    Regards

    Irwin

    #122542

    Hi,

    I post here the solution if anyone has the same problem. In avia.js

    Change the:

    elements.prettyPhoto({ social_tools:”,slideshow: 5000, deeplinking: false, overlay_gallery:false, default_width: ww, default_height: wh });

    to:

    elements.prettyPhoto({slideshow: 5000, deeplinking: false, overlay_gallery:false, default_width: ww, default_height: wh });

    #24268
    cranwinks
    Participant

    I’m using galleries on a bunch of pages, and I want the thumbnails below the featured images to be horizontal instead of square or vertical. How do I do this?

    #117006

    Hi,

    dojjjan: Thanks for the tip. That will work. :)

    Regards,

    Ismael

    #122897

    Hi,

    I’m sorry but I’m not sure if there is a thumbnail size with the dimension of 55x55px. What do you mean “Latest Posts”? Can you give us a link to the page?

    You can change the thumbnails size on functions.php

    $avia_config['imgSize']['widget'] 			 	= array('width'=>36,  'height'=>36);						// small preview pics eg sidebar news
    $avia_config['imgSize']['entry_with_sidebar'] = array('width'=>710, 'height'=>270); // big images for blog and page entries
    $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1030, 'height'=>360 ); // images for fullsize pages and fullsize slider
    $avia_config['imgSize']['square'] = array('width'=>180, 'height'=>180); // small image for blogs
    $avia_config['imgSize']['featured'] = array('width'=>1500, 'height'=>430 ); // images for fullsize pages and fullsize slider
    $avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 ); // images for portfolio entries (2,3 column)
    $avia_config['imgSize']['portfolio_small'] = array('width'=>260, 'height'=>185 ); // images for portfolio 4 columns
    $avia_config['imgSize']['gallery'] = array('width'=>710, 'height'=>575 ); // images for portfolio entries (2,3 column)

    Regards,

    Ismael

    #122732

    In reply to: Blockquote

    Hi,

    You need to use the dropcap shortcode.

    <blockquote>[av_dropcap1]"[/av_dropcap1]Click here to add your own text</blockquote>[av_dropcap1]"[/av_dropcap1]

    Or you can bring the default wordpress blockquote styling.

    blockquote {
    background: transparent url('../images/skin1/quotes.png') no-repeat top left;
    }

    You need to supply the image for quotes.png.

    Regards,

    Ismael

    #122032

    In reply to: Can't add images

    Hi,

    The login details you are giving me is not correct.

    Regards,

    Ismael

    #24258
    ykblue
    Participant

    Hi,

    setting up a page with columns 2/3 (containing an image) and 1/3 (containing text-block), the top line of both of the elements is not on the same level. Text-block is appearing some px lower than the image-column which looks not 100% precise.

    Is there a way I could achieve that they appear on the same height, either by pushing the text-block up or the image down?

    Thanks for your assistance, Katharina

    #117005

    Add a textblock from the layoutbuilder, then add a image into the textblock, it works for me

    #24252
    awp23
    Participant

    Hello Team,

    just to ask, how it is possible to insert an image with lightbox effect by using the the AVIA Layout Builder ? Possible to setup the Lightbox effect as an standard ?

    The question comes, while switching from AVIA LAYOUT BUILDER to Standard Editor, it is not possible to see the HTML code, otherwise it would be very simple to change the code.

    Best regards,

    awp23

    #114650

    It would be nice to get an option to disable the prettyphoto hover effect on images

    #117525

    Hi Devin,

    I updated to 1.5.1 today but the mentioned problem is still existing: I have exactly the same problem: titles, alt-texts and even the description do not show up in pictures used in combination with the Avia Layout Builder although alternate text, caption, description and title are all filled out. You have any idea how to solve the problem?

    As an example please look at the following page:

    http://wp11077347.server-he.de/unterbringung-und-freizeit/

    #122769

    Hi yingfuli,

    You can use a Color Section element to define your own custom background image for everything inside that container.

    Regards,

    Devin

    #122514

    Hi jomcot,

    If you can share the url here (use something like http://goo.gl/ to create a temporary url) we can inspect the code and see what you have now.

    You may need to use something like http://wordpress.org/extend/plugins/simple-image-sizes/ and change the image size in addition to regenerating your image sizes (which *must* be done after making any change to thumbnail sizes).

    Regards,

    Devin

    #24238
    ykblue
    Participant

    Hi, viewing the Enfold theme (version 1.5) in responsive mode on the iPhone 4s / iOS 6.1.3, I face some problems.

    – scrolling is not smooth at all, it’s really work pressing and shifting to get from top of the page to bottom and back

    – klicking on the top (time) does not scroll page to top as usual

    – there is no “to top” arrow as in your preview

    I’m using the boxed layout and an overall bg-image. site is under construction pixelwort.de/naturavetal

    Probs occur in both sizes width 1030 and 1210px

    Thanks for looking into this. Best regards, Katharina

    #120148

    Hi,

    Hard to tell with any degree of accuracy -. I am going to install IE8 VM style, since all else lacks precision..Meanwhile you can get some background images going again by using this css solution … this assumes background image inside a <img src=”image url” class=”bg” tag.

    img.bg {
    /* Set rules to fill background */
    min-height: 100%;
    min-width: 1024px;

    /* Set up proportionate scaling */
    width: 100%;
    height: auto;

    /* Set up positioning */
    position: fixed;
    top: 0;
    left: 0;
    }

    @media screen and (max-width: 1024px) { /* Specific to this particular image */
    img.bg {
    left: 50%;
    margin-left: -512px; /* 50% */
    }
    }

    Thanks,

    Nick

    This feature is not supported at the moment and I don’t know an easy way to implement it. You can try to use the “Easy Slider” instead but you probably need to use logo images with a high resolution.

    #122674

    Open up wp-contentthemesenfoldframeworkphpfunction-set-avia-frontend.php and replace:

    $logo = "<img src=".$logo." alt='' />";

    with

    if(is_page('25')) $logo = 'http://mywebsite.com/second_logo.jpg';
    $logo = "<img src=".$logo." alt='' />";

    Instead of 25 insert your page id and replace the http://mywebsite.com/second_logo.jpg url with a valid url to your other logo image.

    #122821

    The Red Image…. I’m using the full width slider… is there a way to disable the white line at the bottom?

    Thanks.

    #122031

    In reply to: Can't add images

    Hi!

    I tagged this thread for Ismael.

    Regards,

    Peter

    #122030

    In reply to: Can't add images

    Hi Ismael, I sent you my log in details yesterday. Did you get them?

    Thanks for your help,

    #121910

    In reply to: POST IN SEARCH VIEW

    Hi,

    Sorry for the delay , the fault is mine. You can upload a screen shot to your Dropbox, Google Drive, Imgur.com, clipular.com or a number of other free image upload websites.

    You can use one of the free plugins to extend the search like http://wordpress.org/plugins/relevanssi/ or others in here http://wordpress.org/plugins/tags/better-search

    Thanks,

    Nick

    petzeus
    Participant

    Thanks guys, great job on this theme, it is stunning.

    On my site, the “Enfold Latest News” widget seems to behave correctly in the sidebar when viewing the designated blog page or a full blog post, correctly listing (and linking) the most recent posts. However, I have noticed strange behaviour when viewing any blog posts in archive view (e.g. kriesi.at/themes/enfold/category/images/ ), where the widget displays broken links that appear as, e.g., kriesi.at/themes/enfold/nnn , where nnn appears to correspond to the most recently-assigned WP numeric post ids.

    The WP “Recent Comments” widget functions correctly for me, although not as attractive, of course. I would prefer to use the Enfold latest news widget, and would appreciate knowing if there is a fix. FYI, I updated from v1.4 to v.1.5.1 on a very vanilla WP 3.5.1 site (i.e., only installed Enfold them, and no additional widgets at all).

    Thanks again,

    Paul

    #114646

    Hi,

    I think Enfold is superb. I took a look at the other kriesi themes and I found “archive timeline” of Incarnation theme. I need something similar in order to show future events that I will hold for my clients. It would be perfect with the specific dates showed for each event in a squared small frame on the left. Something like that:

    Is it possible the integration of “archive timeline” in Enfold? It’s a very useful tool for Enfold customers. As proof of this, I found some of them requesting for this feature in the previous posts.

    In any case, very good job!

    Thanks in advance.

    #24217
    yingfuli
    Participant

    Hi,

    Is it possible to have a custom background image per page? I have made a landing page with the ‘blank, no header’ template and would like the white of the content area to display a background image: http://lavitasana.oscar.nl

    #24215
    maratino
    Participant

    I have a plugin that writes some javascript. it’s not working with enfold. it works with other themes.

    it seems that there are <p> tags within the js code – only with enfold.

    the plugin uses a lot of . “rn”; formating in a function called “counter_shortcode”.

    var customCounter_13399 = null;

    var customTimerId_13399 = null;

    function loadCounter_13399(){

    customCounter_13399 = new Counter(“customCounter_13399”, {

    digitsNumber : 6,

    direction : Counter.ScrollDirection.Upwards,

    scrollAnimation : Counter.ScrollAnimation.FixedSpeed,

    characterSet : Counter.DefaultCharacterSets.numericUp,

    charsImageUrl : “http://gekko-mate.de/wp-content/plugins/codecanyon-4662405-animated-counter-for-wordpress/images/numeric_up_blackbg5.png&#8221;,

    markerImageUrl : “http://gekko-mate.de/wp-content/plugins/codecanyon-4662405-animated-counter-for-wordpress/marker.png&#8221;,

    postfixText : ‘€’,

    showDecimalSeparator : true,

    value : 590.00

    });</p>

    <p> customTimerId_13399 = window.setInterval(function(){

    if (parseFloat(customCounter_13399.value) < 597.23){

    customCounter_13399.add(1, 800);

    } else {

    clearInterval(customTimerId_13399);

    }

    }, 1000);

    }

    loadCounter_13399();</p>

    <p>

    #122434

    In reply to: Rogue Color Layer

    Hi,

    No cynicism. Ghost site true story and so is image where all those white color codes are in css files on your site. Listen, there are internal caches , server caches, all kinds of stuff. There is jQuery problems where css is taken from a different selector. You have a file enqued in your theme somehow, so someone wrote that files location out and added it somehow. And if that happen, I am ready to believe about white colors as well. Read over things I write on the forum.

    Its a waste of time in my opinion, trying to play Sherlock Holmes and the ghost in the machine , because I did enough of that, and let me tell you, that most times you will find nothing( https://kriesi.at/support/topic/angular-logo-centers-on-mobile-devices-should-be-left-justified#post-111167 ), but waste lot of time, its not gonna get you anywhere ( https://kriesi.at/support/topic/woocommerce-addition-of-items-in-cart-not-correct#post-83790 ) , focus on the goal ( https://kriesi.at/support/topic/home-page-slider#post-105249 ). I just added those to show that weird stuff happens, and my advice is consistent, so no cynicism.

    What i would like to know is why your website looks dark grey on Chrome Regular and dark blue on Chrome Canary (developer Chrome version)

    http://www.clipular.com/c?6670378=uPQ5PowG3kaU8qxoSrcZDhZCFOw&f=.png

    http://www.clipular.com/c?7167075=P5mQCtu_YOumXtZW7RL6NySVRcc&f=.png

    Now thats weird, something new I haven’t seen before.

    Thanks,

    Nick

Viewing 30 results - 105,421 through 105,450 (of 106,379 total)