Forum Replies Created

Viewing 30 posts - 7,111 through 7,140 (of 9,352 total)
  • Author
    Posts
  • in reply to: Editor ist blockiert #169412

    Hi,

    Hast du schon probiert den allocated memory auf 128M zu setzen: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP ? Einfach in der wp-config.php diese Konstante definieren und 128M als Wert eintragen.

    Cheers!
    Peter

    in reply to: ie8 logo social icons and menu problems #169408

    Hi!

    Awesome :)

    Regards,
    Peter

    in reply to: ie8 logo social icons and menu problems #169396

    Hello!

    I noticed that I forgot a . at the very beginning. Please try it again.

    Regards,
    Peter

    in reply to: ie8 logo social icons and menu problems #169304

    Hey!

    After some debugging I found the css rule which seems to break the meno for IE8 users. Try to add following code to the quick css field

    
    .main_menu .menu li a { max-width:none; }
    

    Cheers!
    Peter

    in reply to: A few issues with Enfold 2.3 #169299

    Hey!

    After some debugging I found the css rule which seems to break the meno for IE8 users. Try to add following code to the quick css field

    
    .main_menu .menu li a { max-width:none; }
    

    and remove the hack I posted above to make sure that the code works for you.

    Cheers!
    Peter

    in reply to: Galerie in einem Tab #169225

    Hallo,
    Ja Kriesi und ich sind aus Wien, die anderen Supportmitarbeiter sind international besetzt. Was du möchtest ist eine sogenannte “LazyLoad” Funktion. Diese wird jedoch derzeit von Enfold (und speziell von) den Tabs nicht unterstützt. Wenn so eine Funktion tatsächlich dringend benötigt wird würde ich entweder Galerie Plugins wie Nextgen: http://wordpress.org/plugins/nextgen-gallery/ ausprobieren – soweit ich weiß bieten dafür Entwickler “lazyload” Templates an – oder ich würde einen Entwickler mit der Implementierung beauftragen. Ich muss aber zugeben ich bezweifle, dass du mit Tabs gute Resultate eziehlen wirst, da LazyLoad im Regelfall auch Zeit benötigt die Bilder zu laden und man dabei auf die Userinteraktion setzt .Daher zB scrolled der User hinunter wird irgendwann der Ladeprozess ausgelöst – wie hier: http://kriesi.at/themes/flashlight/portfolio-item/masonry-portfolio-example-flexible/ . Bei Tabs gibts aber eine solche Interaktion nicht und wenn lazyload erst gestartet wird wenn der User sich den Tab ansieht, dann hat er für ein paar Sekunden ein leeres, weißes Feld und klickt vermutlich gleich weiter…

    in reply to: 3 bbpress questions #169207

    Hi!

    Maybe the is_bbpress() conditional doesn’t work in your case. You can try the conditionals from here: http://bbpress.org/forums/topic/bbpress-2-0-conditional-tags/

    i.e. replace is_bbpress() with (is_post_type_archive(‘forum’) || is_singular(array( ‘forum’, ‘topic’, ‘reply’)))

    Best regards,
    Peter

    in reply to: Hide Main Menu Items and Create Alternative Main Menu #169195

    Hello!

    I didn’t find the original thread but since Enfold 2.0 it shouldn’t be necessary to fiddle around with css to hide/show certain menu items on different pages. I added a “conditional menu” feature to the theme: https://kriesi.at/support/topic/enfold-conditional-menu/ which allows you to define conditions which determine when a menu item should be displayed or should be hidden. You just need to select the “Show” or “Hide”, then select “Page” and insert your blog page id into the text field: http://www.clipular.com/c?6747199274745856=o1wyIbrrbgLc76ITDPikF4Wvu7E&f=.png

    If you want to show a menu item just on the blog page select “Show” – “Page” and insert the blog page id. If you want to hide a menu item just on the blog page use “Hide” – “Page” and insert the blog page id. You can also insert several page ids – separate them with a comma.

    Best regards,
    Peter

    Hey zerozendesign!

    You can use shortcodes in the layerslider html field. They just won’t show up on the slider preview page but they will show up on the frontend/website. However I noticed that most shortcodes won’t scale properly if you re-size the slider – thus you may break the responsive layout of the website if you embed forms or big buttons with the shortcodes into the slider.

    You can remove the hover effect with following css code – insert it into the quick css field

    
    #top .ls-wp-container .ls-layer a, #top .ls-wp-container .ls-layer a:hover {
    text-decoration: none;
    }
    

    Regards,
    Peter

    in reply to: Seit Update 2.2 Probleme #169182

    Hello!

    Ok, irgendwo in deinem Website Code befindet sich:

    
    #hc_template_wrapper7079 p strong {
    color: #ffffff !important;
    }
    

    welcher die default main color mit important berschreibt. Füge einfach folgenden Code in das Quick CSS Feld ein:

    
    #top #hc_template_wrapper7079 p strong {
    color: #c3512f !important;
    }
    

    oder suche den Code oben und ersetze ffffff gegen c3512f.

    Best regards,
    Peter

    Hey!

    Can you please try to install the latest version of Enfold (v2.3+). I asked Kriesi to remove all -webkit-perspective, etc. rules which are not necessary for newer versions of Chrome and the update 2.3 should fix your issue.

    Regards,
    Peter

    in reply to: Accordion and tabs not showing in ajax portfolio #169161

    Hello!

    Ok, please revert the change and try following css code

    
    .js_active .portfolio-preview-content .tab_content {
    clear: none;
    }
    

    You can get rid if the caption link with following css code

    
    #top .portfolio-preview-image .avia-gallery-caption { display: none; }
    

    3) You can actually switch the thumbnail size in the portfolio option window: http://www.clipular.com/c?6068435528187904=W6HGVd_YZ5RBxt5NcgmpbZqIMRE&f=.png

    You need to select a thumbnail size which is applied to all images – i.e. if an image does not reach the thumbnail height or width wordpress will not re-size it and you’ll see an uneven grid.

    Cheers!
    Peter

    in reply to: Flickering Header Logo and Nav Bar #168813

    Hello!

    Great :)

    Best regards,
    Peter

    in reply to: ie8 logo social icons and menu problems #168802

    Hey!

    Please try following code instead

    
    #top .main_menu .menu>li>a {min-width: 100px\9;}
    

    If it doesn’t work insert following code to header.php before the closing head tag (</head>)

    
    <!--[if lt IE 9]>
    <style>
    #top .main_menu .menu>li>a {min-width: 100px;}
    </style>
    <![endif]-->
    

    Best regards,
    Peter

    in reply to: Info SEO #168782

    Hello macrunner!

    No, it does not replace any SEO plugin but the schema.org markup helps search engines to read and “understand” your content better which can improve your ranking.

    Cheers!
    Peter

    in reply to: A few issues with Enfold 2.3 #168781

    Hey!

    Yes – see http://net.tutsplus.com/tutorials/html-css-techniques/quick-tip-how-to-target-ie6-ie7-and-ie8-uniquely-with-4-characters/

    Alternatively you can use a conditional comment in the head section (header.php)

    
    <!--[if lt IE 9]>
    <style>
    #top .main_menu .menu>li>a {min-width: 100px;}
    </style>
    <![endif]-->
    

    If you want to change the min.size for each item individually use the menu item id which can be found in the source code to target them – i.e

    
    #top .main_menu .menu li#menu-item-14 a {min-width: 100px;}
    

    would just set the min-size attribute for the menu item with the id 14.

    Cheers!
    Peter

    in reply to: A few issues with Enfold 2.3 #168772

    Hey!

    Re 2) – please set a minimal width for the menu items. It seems like IE8 has problems with the link size. I first thought it’s related to my “resize” function but the issue occurs even if I remove/deactivate it.

    Try to insert following code into the quick css field

    
    #top .main_menu .menu>li>a {min-width: 100px\9;}
    

    and increase the px value if necessary (i.e. set it to 120px).

    Best regards,
    Peter

    in reply to: What's new & Release notes in the download file #168699

    Hi gatigno!

    You can always check the change log (near the bottom) here: http://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990

    Regards,
    Peter

    in reply to: Translation issue #168696

    Hi wvanderzee!

    Yes, Kriesi forgot to make these strings translatable. You can replace the template-archives.php code with https://gist.github.com/InoPlugs/52c40e5f8be7a831cbb0 and the strings should be translatable. We’ll include a fix in the next update.

    Best regards,
    Peter

    in reply to: Enfold 2.3 icons missing #168681

    Hey helgipetersen!

    The icons seem to work for me. Please try to clear your browser cache.

    Cheers!
    Peter

    in reply to: Image Management #168651

    Hi!

    Nextgen Gallery works just fine with Enfold. You need to insert the gallery shortcode into a textblock and configure the lightbox properly: https://kriesi.at/support/topic/how-to-use-nextgen-gallery-with-enfold-and-other-kriesi-themes/

    That said our theme does not support image galleries from external sources but you need to import the images into the wordpress media gallery.

    Regards,
    Peter

    in reply to: Accordion and tabs not showing in ajax portfolio #168639

    Hello!

    Ok, thank you. I could reproduce the issue with this entry. Try to add following code into the quick css field

    
    .portfolio-preview-content {
    width: 33.4% !important;
    }
    

    (Enfold > Styling on the wordpress admin page).

    Regards,
    Peter

    in reply to: Enfold Mega Menu bug #168634

    Hi!

    1) The menu does not support 7 columns and it’s not easily possible to add another column. Please use a 6 column structure or hire a freelancer to modify the theme code for you.

    2) Please use following code to change the review tab width

    
    div.product .woocommerce-tabs ul.tabs li.reviews_tab{
    width: 85px;
    }
    

    You can replace 85px with any other value. Please insert the code into the quick css field

    Best regards,
    Peter

    in reply to: Codestyling Localization display several errors #168631

    Hey!

    Yes, but these messages shouldn’t prevent you from selecting the “avia_framework” textdomain from the dropdown. You can just ignore the warnings and translate all text strings from the avia_framework textdomain. However if it still doesn’t work please download the po file I generated with Codestyling here: http://www.xup.in/dl,93390246/it_IT.po/ , upload it into the enfold/lang folder, then go to the Codestyling admin page and click on the “Edit” button. You don’t need to scan the files because I generated the it_IT.po with the latest version of Enfold (2.3).

    Regards,
    Peter

    in reply to: Blog Styles #168623

    Hi!

    It seems like a closing div tag is missing: http://validator.w3.org/check?uri=http%3A%2F%2Fcarneywebdev.com%2Fpotentiamed%2Fblog%2F&charset=%28detect+automatically%29&doctype=Inline&group=0

    Please make sure your articles do not contain any invalid html code which may affect the html structure of the website. If you modified a theme file please revert the changes. Please update to v2.3 which we released today and make sure that all theme files were uploaded (sometimes the ftp upload fails and some files are damaged/corrupt).

    Best regards,
    Peter

    in reply to: Flickering Header Logo and Nav Bar #168622

    Hi!

    Please update to version 2.3 (we released the update yesterday). It should fix the issue.

    Best regards,
    Peter

    in reply to: Slider animation in Safari #168619

    Hi!

    Please update to Enfold 2.3. We included the latest version of LayerSlider 4.6.4 and maybe the update fixes the issue for you.

    Regards,
    Peter

    in reply to: Alt tag and title tag for avia images #168618

    Hi awilson3rd!

    Enfold will fetch the description/title data from the media gallery. Go to Media > Library and edit your image attachments. You can insert an “Alternative Text” and “Description” for each image.

    Regards,
    Peter

    in reply to: Seit Update 2.2 Probleme #168616

    Hey!

    Also die fett markierten Wörter sind alle in der Primary Color bei mir: http://www.clipular.com/c?4641617327685632=_nvbccfEmHn_IEcicWvk0VEiRds&f=.png und ich wüsste nicht, was man da ändern soll. Bzgl der Headlines (wie zb die h1 Überschrift “Marco Behrens”) kann man die Primary Color wie folgt hinzufügen

    
    #top h1 a, #top h1, #top h2 a, #top h2, #top h3 a, #top h3 {
    color: #c3512f !important;
    }
    

    Aber auch hier würde ich empfehlen die ganzen Inline Styles wegzunehmen, falls nötig eine Klasse an das umgebende Element anzuhängen und dann in den Stylesheets mittels dieser Klasse das Element (bzw den Textinhalt) zu verändern. Derzeit überschreibt beinahe überall ein span die Theme Farben/Werte und man kann nicht mehr feststellen welche Farbwerte eigentlich standardmäßig verwendet werden und ob der CSS Code (da man ständig mit !important überschreiben muss) nicht andere Nebeneffekte hat.

    Regards,
    Peter

    in reply to: Color of the text and Accordion issue #168609

    Hello!

    I’d suggest to make a complete database backup with tools like: http://wordpress.org/plugins/backupwordpress/ every day because it doesn’t make much sense to search the database for content. The database backup is easy to handle and you can simple re-import it if something breaks.

    That said the builder data is stored in a post meta field with the key “_aviaLayoutBuilderCleanData” and another field (“_avia_builder_shortcode_tree”) stores the structure of the template.

    Cheers!
    Peter

Viewing 30 posts - 7,111 through 7,140 (of 9,352 total)