Viewing 30 results - 98,521 through 98,550 (of 106,472 total)
  • Author
    Search Results
  • #205812
    bvs
    Participant

    Hello,

    Some of our clients are using IE 8. When viewing our website with IE 8, the picures are stretched and generally, the website isn’t displayed as it should. (Search icon is missing and layerslider isn’t visible.)

    Here are a few screenshots:
    http://www.targettraining.eu/wp-content/uploads/2014/01/IE8_icons.png
    http://www.targettraining.eu/wp-content/uploads/2014/01/IE8_images.png

    I found a few similar posts on the forum, mentioning compatibility with IE 8. From them, it wasn’t clear to me what the best fix is.
    Can you please advise?

    All other browsers/versions are displaying our page just fine.

    Thanks in advance for your help.
    Brenda

    • This topic was modified 12 years, 3 months ago by bvs.
    deyowulf
    Participant

    http://www.jonnyfreesh.com

    everything is fine with my full width landing page style slider except for two things :

    1. When I load it on a mobile device and then rotate the device horizontally or vertically, the rest of the page stays responsive while the slider does not.

    2. There’s that tiny vertical white line on the right side of the slider. Currently that image is just a layer, but I also tried it as the background and the same issue arose.

    Many thanks in advance

    Jonny

    Hi!

    1) You can set a logo height for smaller screens with a media query – i.e. insert following code into the quick css field

    
    @media only screen and (max-width: 767px){
    .responsive .mobile_slide_out .logo img {
    max-height: 80px !important;
    }
    }
    

    2) The list item icons size won’t change – regardless of the screen resolution. The main reason is that the user wouldn’t be able to see the icon with a reduced font size.

    3) The post slider image size changes because Kriesi turns a 4 column grid into a 2 column grid if the user views the website with a low resolution. The main reason is that a 4 column grid would make the content unreadable in certain cases. If you want to keep the 4 column structure insert following code into the quick css field

    
    @media only screen and (max-width: 767px){
    .responsive #top .avia-content-slider-even .slide-entry.slide-parity-odd, .responsive #top .avia-content-slider-odd .slide-entry.slide-parity-even {
    margin-left: 4%;
    clear: none;
    }
    
    .responsive #top .slide-entry {
    width: 20%;
    margin-left: 4%;
    }
    }
    

    Regards,
    Peter

    #205778
    zibaloon2
    Participant

    Hello

    I manually set a video link to my picture and I can see my video in lighbox, But I can not closing this lightbox. Can you please help me

    #205777
    adrianwackernah
    Participant

    Hi guys, I do have a large library with images on my site and yes, the media manager in WP 3.8 is still not better than before. Even in Enfold, if I like to link a image to slider/image as featured image or something else, the media selector windows often differ from each other with more or less infos about the file itself. This means, if I have from one file three different sizes uploaded, I am in a fog which one I have to select because of missing image details. This is even a problem with large media libraries.

    Do you recommend a plugin for sorting media a bit better and which work seamless with Enfold?

    #205774

    hi Josue,

    thanks, that functioned.

    regards
    Guido

    #205771
    zerozendesign
    Participant

    Hi guys,

    Wondering how to create some space between the thumbs in a gallery. Please have a look here – http://codelessme.com/casey/abstracts/

    Thanks in advance!
    David

    #205763

    I did that. I didn’t experience the password problem.
    Note that I was using the extract function in windows XP…. yes my work machine still has XP

    #205753

    Hey!

    Try using the 7zip as indicated above. It could just be the unzipping utility as nothing in the archive has a password.

    Cheers!
    Devin

    #205752

    I’m having the same issue. There was about 15 files where a password was required. I skipped those files.

    #205750

    In reply to: Blog Image Sizes

    Thanks Ismael, that works great!

    Scott

    • This reply was modified 12 years, 3 months ago by Scott.

    Thank you very much, it fixes it for now, the thumbnail images are showing now but unfortunately with no FadeIn effect now.
    Also, the sorting of the portfolio items is still not animated either anymore, and when I click to get the ajax preview of one of them (not the video ones), I can’t get to close the preview nor navigate to previous or next items.
    I’ll try to remove my facebook like box and see if it works better.

    Thank you very much,

    Alex

    #205710

    Hey LarsGrottke!

    It is correct, that last dotted line is there to join the navigation links, see image below:

    Cheers!
    Josue

    #205700
    This reply has been marked as private.
    #205689
    LarsGrottke
    Participant

    Hello,
    I’m using the enfold-theme. I have created a Site (http://www.tierheim-horka.de/artikel-2003-hunde-katzen-waschbaeren-aktionen/) , where I display blog-post from a category. I use the blog-style: Single author, small preview pic and the blog content length:Excerpt with read more link. Is it correct, that after the last article image you can see the
    dotted line? I use als the icon-list (http://www.tierheim-horka.de/tierheim-horka-sponsoren-unterstuetzer-tierpaten/), there I haven’t this problem. Maybe you can help me.

    #205661

    Hey!

    Try adding this code to the Quick CSS:

    .big-preview.multi-big {
        width: 180px !important;
        margin: 0 auto;
    }

    Cheers! 
    Josue

    #205652

    Hi there …
    The german translation is finished up to 93% I translated the backend!
    I need only to translate the LayerSlider WP, but i cant see the translations i did for this plugin yet. Dont know why… Trying to get a solution for this. Would like to finish it! Help? :-)

    Here you can download my translation (93% finished). I used a formal translation with “Sie”:

    Download all files (PHP, PO, MO)

    Else …
    In some PHP files were some files translation tags missing. I added them to the PHP-Files. PHP-Files are attached in my download package. The german language is different than the english language. Words are longer. Thats why i changed the width of the “shortcode_insert_button” from 66px to 100px. It looks good, works fine and also leaves enough space for the text. I think it would be a benefit for other languages too​​. It would be great if this could be included in the next update enfold! Here is an example of my admin area with this new size.

    Adminpanel German

    Changes were made in: enfold/config-templatebuilder/avia-template-builder/assets/css/avia-builder.css

    My CSS:

    .shortcode_insert_button {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E1E1E1;
    color: #777777;
    display: block;
    float: left;
    font-size: 11px;
    height: 50px;
    line-height: 13px;
    margin: 0 3px 3px 0;
    outline: medium none;
    overflow: hidden;
    padding: 4px 2px 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100px;
    } 

    Other changes:
    As mentioned in several files were missing the translation tags.
    I have added them. Below, the list of affected files:

    enfold/config-templatebuilder/avia-shortcodes/notification.php

    Row 42
    “std” => __(“Note”, ‘avia_framework’ ),

    Row 78
    “std” => __(“This is a notification of some sort.”, ‘avia_framework’ ),

    —————————————————————————————

    enfold/config-templatebuilder/avia-shortcodes/blog.php

    Row 42
    __(‘Display blog posts’, ‘avia_framework’) =>’posts’,

    Row 43
    __(‘Display entries from a custom taxonomy’, ‘avia_framework’) =>’taxonomy’)),

    Row 66
    “name” => __(“Blog Style”, ‘avia_framework’ ),

    Row67
    “desc” => __(“Choose the default blog layout here.”, ‘avia_framework’ ),

    Rows 74 – 77
    “subtype” => array( __(‘Multi Author Blog (displays Gravatar of the article author beside the entry and feature images above)’, ‘avia_framework’) =>’multi-big’,
    __(‘Single Author, small preview Pic (no author picture is displayed, feature image is small)’, ‘avia_framework’) =>’single-small’,
    __(‘Single Author, big preview Pic (no author picture is displayed, feature image is big)’, ‘avia_framework’) =>’single-big’,
    __(‘Grid Layout’, ‘avia_framework’) =>’blog-grid’,

    —————————————————————————————

    enfold/config-templatebuilder/avia-shortcodes/iconlist.php
    Row 103
    “std” => __(“List Content goes here”, ‘avia_framework’ ) ,

    —————————————————————————————

    enfold/config-templatebuilder/avia-shortcodes/section.php
    Row 23
    $this->config[‘name’] = __(‘Color Section’, ‘avia_framework’ );

    —————————————————————————————

    enfold/config-templatebuilder/avia-shortcodes/heading.php

    Row 48
    “std” => __(“Hello”, ‘avia_framework’ ),

    Row 66
    “subtype” => array( __(“Default Color”, ‘avia_framework’ )=>”, __(“Meta Color”, ‘avia_framework’ )=>’meta-heading’, __(“Custom Color”, ‘avia_framework’ )=>’custom-color-heading’)

    Row 86
    “subtype” => array( __(“Default Style”, ‘avia_framework’ )=>”, __(“Heading Style Modern (left)”, ‘avia_framework’ )=>’blockquote modern-quote’ , __(“Heading Style Modern (centered)”, ‘avia_framework’ )=>’blockquote modern-quote modern-centered’, __(“Heading Style Classic (centered, italic)”, ‘avia_framework’ )=>’blockquote classic-quote’)

    Row 105
    “subtype” => array( __(“No Subheading”, ‘avia_framework’ )=>”, __(“Display subheading above”, ‘avia_framework’ ) =>’subheading_above’, __(“Display subheading below”, ‘avia_framework’ )=>’subheading_below’),

    —————————————————————————————

    enfold/includes/admin/register-portfolio.php
    Rown: 46 & 47
    ‘label’ => __(‘Portfolio Categories’,’avia_framework’),
    ‘singular_label’ => __(‘Portfolio Category’,’avia_framework’),

    —————————————————————————————

    enfold/config-templatebuilder/avia-shortcodes/slideshow_fullscreen.php
    Row 48
    “add_label” => __(“Add single image”, ‘avia_framework’ ),

    —————————————————————————————

    Added following tags to “de_DE.po”:

    One special case in de_DE.po:

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/contact.php:115
    msgid "If the width is set to 50% for 2 consecutive form items they will appear beside each other instead of underneath"
    msgstr "Wenn die Breite auf 50% von 2 aufeinander folgenden Formularelemente gesetzt ist, werden diese nebeneinander statt in einer neuen Zeile erscheinen

    I have deleted one single line with the content
    #, Php-format
    With the line i got constantly error messages with the translations as soon as i typed a text in German version. Now it works but I do not know exactly why … Therefore, please check this.

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/slideshow_fullscreen.php:48
    msgid “Add single image”
    msgstr “Einzelnes Bild hinzufügen”

    # @ avia_framework
    #: includes/admin/register-portfolio.php:46
    msgid “Portfolio Categories”
    msgstr “Portfolio Kategorien”

    # @ avia_framework
    #: includes/admin/register-portfolio.php:47
    msgid “Portfolio Category”
    msgstr “Portfolio Kategorie”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/contact.php:115
    msgid “If the width is set to 50% for 2 consecutive form items they will appear beside each other instead of underneath”
    msgstr “Wenn die Breite auf 50% von 2 aufeinander folgenden Formularelemente gesetzt ist, werden diese nebeneinander statt in einer neuen Row erscheinen”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/blog.php:66
    msgid “Blog Style”
    msgstr “Blog-Stil”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/blog.php:42
    msgid “Display blog posts”
    msgstr “Zeige Blog-Beiträge”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/blog.php:43
    msgid “Display entries from a custom taxonomy”
    msgstr “Zeige Einträge aus einer benutzerdefinierten Taxonomie”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/heading.php:48
    msgid “Hello”
    msgstr “Eine nette Überschrift”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/blog.php:67
    msgid “Choose the default blog layout here.”
    msgstr “Wählen Sie die Standard Blog-Gestaltung aus”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/blog.php:74
    msgid “”
    “Multi Author Blog (displays Gravatar of the article author beside the entry ”
    “and feature images above)”
    msgstr “”
    “Multi-Autor Blog (Zeigt Gravatar des Artikel-Autors neben dem Eintrag und ”
    “Feature-Bild darüber)”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/blog.php:75
    msgid “”
    “Single Author, small preview Pic (no author picture is displayed, feature ”
    “image is small)”
    msgstr “”
    “Einzelner Autor, kleines Miniaturbild (kein Autorenbild dargestellt, kleines ”
    “Feature-Bild)”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/blog.php:76
    msgid “”
    “Single Author, big preview Pic (no author picture is displayed, feature ”
    “image is big)”
    msgstr “”
    “Einzelner Autor, großes Miniaturbild (kein Autorenbild dargestellt, großes ”
    “Feature-Bild)”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/blog.php:77
    msgid “Grid Layout”
    msgstr “Raster-Layout”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/heading.php:90
    msgid “Heading Size”
    msgstr “Größe der Überschrift”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/heading.php:91
    msgid “Size of your Heading in Pixel”
    msgstr “Textgröße der Überschrift in Pixel”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/heading.php:99
    msgid “Subheading”
    msgstr “Untertitel”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/heading.php:100
    msgid “Add an extra descriptive subheading above or bellow the actual heading”
    msgstr “Zusätzlicher Untertitel über oder unterhalb der eigentlichen Überschrift”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/heading.php:66
    msgid “Default Color”
    msgstr “Standard Farbe”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/heading.php:66
    msgid “Meta Color”
    msgstr “Meta Farbe”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/heading.php:105
    msgid “No Subheading”
    msgstr “Kein Untertitel”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/heading.php:105
    msgid “Display subheading above”
    msgstr “Untertitel oberhalb anzeigen”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/heading.php:105
    msgid “Display subheading below”
    msgstr “Untertitel unterhalb anzeigen”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/heading.php:109
    msgid “Subheading Text”
    msgstr “Text für Untertitel”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/heading.php:110
    msgid “Add your subheading here”
    msgstr “Geben Sie hier Text für den Untertitel ein.”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/heading.php:116
    msgid “Subheading Size”
    msgstr “Textgröße des Untertitels”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/heading.php:117
    msgid “Size of your subeading in Pixel”
    msgstr “Geben Sie einen Wert in Pixel ein (z.B. 14px)”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/icon.php:49
    msgid “Icon Style”
    msgstr “Icon-Stil”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/icon.php:50
    msgid “Here you can set the style of the icon. Either display it inline as part of some text or let it stand alone with border and optional caption”
    msgstr “Sie können das Icon als Inline-Element (umgeben von Text) oder alleinstehend mit Rahmen und optionaler Bildunterschrift darstellen.”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/icon.php:56
    msgid “Default inline style”
    msgstr “Icon als Inline-Element”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/icon.php:57
    msgid “Standalone Icon with border and optional caption”
    msgstr “Icon alleinstehend mit optionaler Bildunterschrift”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/icon.php:62
    msgid “Icon Caption”
    msgstr “Icon-Bildunterschrift”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/icon.php:63
    msgid “A small caption bellow the icon”
    msgstr “Ergänzen Sie das Icon um einen Text. Dieser erscheint unterhalb des Icons.”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/iconlist.php:103
    msgid “List Content goes here”
    msgstr “Geben Sie hier Ihren gewünschten Textinhalt ein.”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/icon.php:126
    msgid “Optional Tooltip”
    msgstr “Optionaler Tool-Tipp.”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/icon.php:127
    msgid “Add a tooltip for this Icon. The tooltip will appear on mouse over”
    msgstr “Ergänzen Sie das Icon um einen Tool-Tipp. Dieser erscheint bei Mouse-Over.”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/notification.php:42
    msgid “Note”
    msgstr “Hinweis”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/notification.php:44
    msgid “This is the text that appears in your Notification.”
    msgstr “Dies ist der Text, der in Ihrer Mitteilung angezeigt wird.”

    • This reply was modified 12 years, 3 months ago by docperi.
    #205650

    Hey!

    The tab_counter rule should work, try adding !important:

    .tab_counter_0  {
    background-image: url(xxx.gif) !important;
    }

    Regards,
    Josue

    #205635
    condonpb
    Participant

    Dear Sirs,

    Can you please help I am struggling to reduce the blog image on the homepage I have tried everything can you please help.

    I want the image to be reduced in size to 180 px by 180 px on the homepage blog summary only. I thought this would be able to be be configured in the front end. Can you please help.

    Url is http://www.idesign-websites.co.uk/ and password is giles123

    • This topic was modified 12 years, 3 months ago by condonpb.
    #205632

    In reply to: Portfolio item

    Hi Josue
    many thanks for your answer. It was helpfull.
    For my first question about the portfoli-item, so check this link:
    http://dev.druckundsticknews.ch/portfolio-item/damen-bluse-langarm-russell-934f/
    it don’t show me the full image, can I change something?

    thx, cheers
    bastikan

    #205570

    In reply to: little problem list:/

    This reply has been marked as private.
    nicolasweh
    Participant

    I mean that when the space of browser is smaller, the Image of the Entries is much bigger than when the browser is in full Screen.
    All the rest of images be it from “Fullwidth Easy Slider” or “Portfolio Grid” or “Gallery” works great when I resize the browser, but with “Post Slider” no. Please check out. You can see it in the home page of http://www.rvarq.com

    • This topic was modified 12 years, 3 months ago by nicolasweh.
    #205535

    i want to change the background-image for each tab-titel.

    best regards
    Guido

    • This reply was modified 12 years, 3 months ago by webop_germany.
    #205534

    In reply to: Content slider height

    It’s on the homepage that I posted!
    It’s very simple – the slides are just different lines of white text that rotate across the bottom of the image. (One line is longer than the other and so makes the slider taller and moves the content beneath up and down).
    Someone testing the site in IE9 reported not being able to see the slider previously but I’ve only been able to do limited browser testing so far, so if that’s the issue please let me know!

    #205533

    Topic: To add music to pages

    in forum Enfold
    fjrichart
    Participant

    Is it possible to add music to a page? In the way that when enter that page it starts sounding automatically?
    I’ve seen in the Enfold multimedia elements accepts videos and images but I don’t see any reference to music.

    #205519

    In reply to: little problem list:/

    Hey!

    1.) You can create a new shop page then insert the LayerSlider + Product Grid element. Deselect the page on Woocommerce > Settings > Pages > Shop Base Page.

    2.) I don’t see the issue with the logo getting smaller but you can add this on Quick CSS:

    .logo img {
    height: 97px !important;
    }

    3.) Change the variation select text using this:

    #top .main_color select {
    color: red;
    }

    4.) Can you please post a screenshot?

    5.) Add this to make the background transparent for logo/partner element:

    #top .avia-logo-element-container .slide-image {
    overflow: visible;
    background: none;
    }

    6.) You can use this to change the blog background:

    .blog .container.template-blog {
    background: white;
    padding: 0 20px;
    }

    Remove browser cache then reload the page a few times to see the changes.

    Best regards,
    Ismael

    #205504
    zerozendesign
    Participant

    Hi guys.

    I’m confused as to why the blank page template wants to arrange everything centered vertically instead of just having a margin from the top. What is happening is I have different sized images in an easy slider. Because they are different heights, the header area and footer area are moving up and down. How can we convert so that placement is relative to the top of the page instead of centered? You can see at http://codelessme.com/casey

    Regards,
    David

    #205497

    Hey!

    Please modify the code that I gave you. Replace it with this:

    <meta property="og:title" content="<?php echo get_the_title(); ?>"/>
    <meta property="og:description" name="description" content="<?php echo get_the_excerpt(); ?>" />
    <meta property="og:image" content="<?php echo avia_image_by_id(get_post_thumbnail_id(), 'large', 'url'); ?>" />

    Remove browser cache then reload the page a few times. Test it on another browser. Let us know if it helps.

    Cheers!
    Ismael

    #205496

    Hey Courin!

    Edit header.php, find this code:

    echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', false, 'strong');

    Below, add this code:

    echo "<div class='header-search'>";
    get_search_form();
    echo "</div>";

    Add this on your custom.css or Quick CSS:

    .header-search {
    position: absolute;
    top: 30px;
    left: 250px;
    }

    Modify the main menu font using this:

     .header_color .main_menu ul:first-child > li > a {
    color: red;
    }
    
    .main_menu ul:first-child > li > a {
    display: block;
    text-decoration: none;
    padding: 0 13px;
    font-weight: normal;
    font-size: 15px;
    }

    Cheers!
    Ismael

    #205495

    Hey!

    Can you please give us a link to the actual website? Add this on your custom.css or Quick CSS:

    .four.units.single-product-main-image.alpha {
    overflow: hidden;
    }

    Regards,
    Ismael

Viewing 30 results - 98,521 through 98,550 (of 106,472 total)