Forum Replies Created

Viewing 30 posts - 14,671 through 14,700 (of 17,336 total)
  • Author
    Posts
  • in reply to: Darstellungsfehler Firefox (Fullwidth Slider) #460730

    Hi!

    bei mir scheint es auch in Ordnung auszusehen:

    Hast du den Browser Cache geleert und einige Male deine Website neu geladen? Manchmal dauert es ein wenig, bis die Änderungen greifen. Bitte checke es ebenso auf anderen Computern.

    Gruß,
    Andy

    Hi!

    das ist aktuell das normale Verhalten bei Kategorie Seiten. Leider gibt es noch keine einfache Möglichkeit diese Seiten anders zu gestalten. Mache ein Feature Request für Enfold, damit Kriesi über deinen Bedarf informiert wird.
    Das Layout hängt aktuell von den Einstellungen ab, die du bei Enfold > Blog Layout > Blog Style wählst. Du kannst versuchen mit diesem Code in deiner functions.php das zu erreichen was du möchtest:

    add_filter('avf_blog_style','avia_change_archive_blog_layout', 10, 2); 
    function avia_change_archive_blog_layout($layout, $context){
    if($context == 'archive') $layout = 'single-big';
    return $layout;
    }
    
    add_filter( 'post-format-standard', 'avia_category_content_filter', 15, 1);
    function avia_category_content_filter($current_post)
    {
    if(!is_single())
    {
    	$current_post['content'] =  get_the_excerpt();
    	$current_post['content'] .= '<div class="read-more-link"><a href="'.get_permalink().'" class="more-link">'.__('Read more','avia_framework').'<span class="more-link-arrow">  &rarr;</span></a></div>';
    }
    return $current_post;
    }
    

    Wenn es nicht klappt, müsstest du wahrscheinlich weiterhin auf den Standart WordPress Editor setzen.

    Oder du schaust dir dieses Tutorial dazu genauer an: http://kriesi.at/documentation/enfold/change-archive-categorytag-blog-style/

    Lieben Gruß!
    Andy

    • This reply was modified 9 years, 8 months ago by Andy.
    in reply to: mailchimp ins enfold Kontaktformular integrieren #460697

    Hey Stanko!

    Enfold bietet dir ein Kontaktformular an, aber kein Newsletter-Versand und damit auch kein Double Opt-in Verfahren an. Dies erreichst du mithilfe von Plugins von dritten (wie das z.B. von Mailchimp).

    Gruß!
    Andy

    in reply to: Full image header on top off menu #460689

    Hey!

    glad you did it. Let us know when you need have some more questions or issues related to the theme. We are happy to assist.

    Best regards,
    Andy

    in reply to: Slide-Show-Volle Breite #460277

    Hi!

    Deine Galerie habe ich jetzt einmal dupliziert und dann scheint sie zu erscheinen (aber nur ein mal, obwohl sie zwei mal vorliegt). Versuche sie komplett raus zu löschen, dann aktualisiere und dann erstelle sie komplett neu.

    Hast du sonst noch irgendwelche CSS Einstellungen in der custom.css gemacht, die da lieber nicht sein sollten? Bitte checke das via FTP und lösche jeden zusätzlichen Code heraus, um dies festzustellen. Ansonsten vermute ich, als gäbe es einige defekte Dateien bei der Installation und in diesem Fall müsstest du alle Theme Dateien via FTP löschen und dir eine frische Version über deinen Themeforest Account besorgen, um diese zu installieren. Mache in jedem Fall vorher ein Backup.

    Lass uns bitte nicht zu sehr abschweifen und beim Topic bleiben. Für alles andere mache bitte separate Tickets auf. Kurz googeln hilft bei vielen kleineren Fragen auch immer.

    Gruß!
    Andy

    in reply to: Full image header on top off menu #460266

    Hey!

    it would be great if you would do it by yourself. As I already told you, you just need to adjust my code as needed. So basically you would just need to change the (max-width) value. For iPad it would be something like:

    @media only screen and (max-device-width: 1024px) {
    .header_color .header_bg {
    background-size: 100% 13%;
    }}
    

    Play around with the different values until you find what fits to you. For more information about media queries check out this link:
    https://css-tricks.com/snippets/css/media-queries-for-standard-devices/

    You could also hire a freelancer for customizations.

    Regards,
    Andy

    Hi!

    actually I think the magic wand icon does have a unique ID: #mceu_15
    and using Elliott’s php code you will achieve what you want I think.

    Best regards,
    Andy

    Hi GIEKApl!

    not sure what you mean, but I think it would require a heavy customization of the theme and you can find a freelancer for this job here.

    Regards,
    Andy

    in reply to: Woocommerce and Gravity Forms #460130

    Hi!

    use this for mobile:

    @media only screen and (max-device-width: 767px) {
    input#terms {
    top: -77px;
    right: 259px !important;
    }
    label.checkbox {
    margin-left: 75px;
    margin-top: -75px !important;
    float: left;
    }}
    

    and adjust as needed.

    Regards,
    Andy

    in reply to: Full image header on top off menu #460109

    Hi!

    just use media querries for mobile and play around with the values. For example for iPhone:

    @media only screen and (max-width: 767px) {
    .header_color .header_bg {
    background-size: 100% 13%;
    }}
    

    adjust as needed.

    Regards,
    Andy

    in reply to: Filter Blogs #460105

    Hi cmackey2159!

    check out our demo: http://kriesi.at/themedemo/?theme=enfold
    On the menu link “Portfolio” you see that there is a filter, although it’s different from your example. If you need exactly this one, you would need to search a plugin for it.

    Cheers!
    Andy

    @geeman84
    please always open a new ticket for a new task/issue/question. Include a link to your website showing what you mean. Screenshots showing what you want to achieve would help a lot. Use imgur.com or dropbox.

    Regards,
    Andy

    Hi!

    it should still be valid and if it does not work for you please open a new ticket, as this thread is growing too big already and it gets confusing for us moderators and other readers.

    Best regards,
    Andy

    Hi!

    please refer to this link: https://wordpress.org/support/topic/menu-size-limit

    Let us know in a new ticket, if you have any theme related issue or question.

    Cheers!
    Andy

    Hey!

    please have in mind, that we usually have a weekend as well and use to work from monday till friday for you, as written in our support policy (support shedule). Please refuse from bumping into your own thread, because otherwise it gets behind in our queue and marked as “answered”, so we can’t provide a faster reply for you.

    When I use the same shortcodes as you provided here, then the same thing is happening for me. But you are missing the [av_textblock] element, so use this shortcodes instead:

    [av_hr class='default' height='50' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello']
    
    [av_textblock size='' font_color='' color='']
    [av_textblock] <ul> <li>Measures:</li> <li>Materials:</li> <li>Dyes:</li> <li>Condition:</li> </ul>
    [/av_textblock]
    

    This way it’s working fine for me.

    Best regards,
    Andy

    in reply to: Category Image won't update #460014

    Hey!

    please go into your cache plugin and switch off caching. Afterwards deactivate all unnecessary plugins and clear browser cache and refresh website a few times. When you just deactivate your caching plugin, it will still cache.

    Hope this helps.

    Regards,
    Andy

    in reply to: Google Map full width breaks footer socket icons #460012

    Hey!

    screenshots would have helped to make things clear from the beginning. Now I see what you mean. Please try to rebuild your contact page (as it should work when you build a new page). You could try to save your existing contact page as a template. Hope this helps.

    Cheers!
    Andy

    in reply to: Audio player in featured image? #460009

    Hey!

    I think it’s working:

    Looks exactly as you want to me. Please clear browser cache and refresh your website a few times.

    Best regards,
    Andy

    in reply to: Featured image: custom alignment? #460008

    Hey!

    thank you for the links. Try this code in Quick CSS:

    .mejs-container.mejs-audio {
    top: -210px;
    }
    .big-preview.single-big {
    bottom: -50px;
    }
    

    Cheers!
    Andy

    in reply to: LayerSlider: wrong transition! #460006

    Hi Nic_007!

    please try to remove the slide in question and rebuild it again. Clear browser cache and refresh your website a few times.

    Hope this will help.

    Regards,
    Andy

    in reply to: stick only menu on scroll #460003

    Hi!

    sorry, I don’t understand. Can you give us a link to your website? so we can hopefully see what you mean? screenshots showing what you want to achieve would help as well. You can use imgur.com or dropbox.

    Cheers!
    Andy

    in reply to: Layout/ Inhaltselemente… mit Enfold #460000

    Hi!

    ein Tutorial wie du “anker” Links einsetzen kannst, findest du hier:
    http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/

    Gruß,
    Andy

    in reply to: Links do not show alt-text #459999

    Hey!

    not sure how you have done things so far. Admin access to have a look would help I think.
    Have in mind, that you can use html when editing your text block. Just include your title element inside your html code.

    You can use something like this:

    <img src="www.domain.de/folder/bild.jpg"
       width="100" height="150"
         alt="I am an image."
       title="I am an image. [e.g. copyright of the author]" />
    

    Cheers!
    Andy

    in reply to: Woocommerce cart widget not working well #459748

    Hi!

    it looks good to me:

    Could you fix it?

    Cheers!
    Andy

    in reply to: edit margin and with of the sidebar #459743

    Hey erwin_m!

    try this:

    .sidebar {
    right: -20px;
    }
    main.template-page.content.av-content-small.alpha.units {
    margin-right: -3px;
    }
    

    and adjust as needed.

    Cheers!
    Andy

    in reply to: Menu bar in Enfold theme options disapeared #459737

    Hi!

    what about the username for the ftp account?

    Regards,
    Andy

    in reply to: Gridstyle from demo church #459734

    Hey Martin!

    to be honest I have no Idea what you want to achieve. Can you elaborate please? Your image does not work for me, please use imgur.com or a dropbox link to show screenshots.
    You can go to
    Enfold->Demo Import->Import: Church Demo
    to get the style from Church Demo.

    About which gridrow and table are you talking about? please use screenshots to make things clear.

    Cheers!
    Andy

    in reply to: Slide-Show-Volle Breite #459733

    Hey!

    1.) Dieses Hintergrundbild von dem du sprichst, sollte da eigentlich nicht sein. Bitte lade zunächst die neueste Versionen von all deinen Plugins herunter und checke anschließend noch einmal. Wenn das nichts hilft, dann deaktiviere bitte all deine Plugins, um zu schauen, ob eins die Ursache für diesen Konflikt ist.

    2.) Bitte füge immer auch einen Link neben den Screenshots mit bei.
    Bei mir wird es korrekt dargestellt:

    Konntest du es fixen? Wenn nein leere bitte deinen Browser Cache und gehe sicher, dass du immer die neueste Browser Version verwendest.

    3.) PHP Code funktioniert im Textbereich nicht. Du könntest deinen Code entweder im header.php manuell einfügen oder du setzt auf ein Plugin wie dieses hier: http://wordpress.org/plugins/insert-php/

    Grüße!
    Andy

    in reply to: Enfold 3.1.5: Probleme mit den eingestellten Farben #459726

    Hey!

    du verwendest eine veraltete Theme Version. Bitte installiere als erstes die neueste Theme Version von Enfold v3.2. Leere deinen Browser Cache und checke dann nochmals, ob es mit den Farben dann hinhaut. Konntest du bereits deinen Host kontaktieren und erfragen, ob die für deinen Server einen Cache verwenden?

    Gruß,
    Andy

    in reply to: Mouseover Bildwechsel bei Portfolio Thumbnails #459723

    Hi!

    the portfolio grid does not have this function and you would need to hire a freelancer for this job.

    Cheers!
    Andy

Viewing 30 posts - 14,671 through 14,700 (of 17,336 total)