Viewing 30 results - 105,481 through 105,510 (of 106,442 total)
  • Author
    Search Results
  • #122450

    In reply to: Rogue Color Layer

    Hi MikehJPP,

    You are looking at the wrong selector.. Look at the h3 tag to see the code

    .main_color .heading-color, .main_color h1, .main_color h2, .main_color h3, .main_color h4, .main_color h5, .main_color h6, .main_color .sidebar .current_page_item > a, .main_color .sidebar .current-menu-item > a, .main_color .pagination .current, .main_color .pagination a:hover, .main_color strong.avia-testimonial-name, .main_color .heading, .main_color .toggle_content strong, .main_color .toggle_content strong a, .main_color .tab_content strong, .main_color .tab_content strong a, .main_color .asc_count, .main_color .avia-testimonial-content strong, .main_color div .news-headline {
    color: #FFCE66;
    }

    —-

    Right now there are 4 blocks of code that control the color of the Home in that image , and here they are from strongest on top to weakest on bottom. (yes this needs to be fixed) i believe.

    .alternate_color .breadcrumb, .alternate_color .breadcrumb a, #top .alternate_color.title_container .main-title, #top .alternate_color.title_container .main-title a {
    color: #EB8A22;
    }
    .alternate_color .heading-color, .alternate_color h1, .alternate_color h2, .alternate_color h3, .alternate_color h4, .alternate_color h5, .alternate_color h6, .alternate_color .sidebar .current_page_item>a, .alternate_color .sidebar .current-menu-item>a, .alternate_color .pagination .current, .alternate_color .pagination a:hover, .alternate_color strong.avia-testimonial-name, .alternate_color .heading, .alternate_color .toggle_content strong, .alternate_color .toggle_content strong a, .alternate_color .tab_content strong, .alternate_color .tab_content strong a, .alternate_color .asc_count, .alternate_color .avia-testimonial-content strong, .alternate_color div .news-headline {
    color: #FFCE66;
    }

    h1 {
    color: #EB8A22 !important;
    }
    .alternate_color, .alternate_color .site-background, .alternate_color .first-quote, .alternate_color .related_image_wrap, .alternate_color .gravatar img .alternate_color .hr_content, .alternate_color .news-thumb, .alternate_color .post-format-icon, .alternate_color .ajax_controlls a, .alternate_color .tweet-text.avatar_no, .alternate_color .big-preview, .alternate_color .toggler, .alternate_color .toggler.activeTitle:hover, .alternate_color #js_sort_items, .alternate_color.inner-entry, .alternate_color .grid-entry-title, .alternate_color .related-format-icon, .grid-entry .alternate_color .avia-arrow, .alternate_color .avia-gallery-big, .alternate_color .avia-gallery-big, .alternate_color .avia-gallery img, .alternate_color .grid-content {
    color: #EB8A22;
    }

    Thanks,

    Nick

    #122931

    In reply to: Disable logo resize

    I’ve been trying with different image sizes and result is the same..

    #122446

    In reply to: Rogue Color Layer

    Hi,

    Yes. Your image shows no yellow color in the header, the section you were editing. Have you changed the yellow also in the body section or alternate section? See image http://i.imgur.com/YWr6qVn.png

    The very top color changer for background doesn’t seem to be working , but you can just paste the color in there.

    Because I easily was able to change the yellow you are pointing to in one of the other sections, alternate I think.

    Thanks,

    Nick

    #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.

Viewing 30 results - 105,481 through 105,510 (of 106,442 total)