Forum Replies Created

Viewing 30 posts - 2,461 through 2,490 (of 3,695 total)
  • Author
    Posts
  • in reply to: How can I add custom id to images? #603823

    Hey!

    Thank you for coming back.

    Out of the box this is not possible.

    You have to change the core file enfold\config-templatebuilder\avia-shortcodes\helper-masonry.php line 248:

    Look for

    
    $img_html  = '<img src="'.$attachment[0].'" title="'.$title.'" alt="'.$alt.'" />';
    

    and replace with

    
    $img_html  = '<img src="'.$attachment[0].'" title="'.$title.'" alt="'.$alt.'" id="image_' . $thumb_ID . '" />';
    

    Remember to apply this change after every update.

    Cheers!
    Günter

    Hey!

    Glad you found a solution

    Enjoy the theme and feel free to come back with further questions and/or problems you have. Simply open a new thread.

    Cheers!
    Günter

    in reply to: Blog Category Page #603652

    Hi!

    Thank you for coming back and sorry for the delay.

    The blog page follows the WP standard to show a list of posts.

    Of course, everything is possible. You can change the template behaviour by writing your own code.

    What about: Consider using the template builder and create a page.

    Regards,
    Günter

    in reply to: Problems with Categories #603651

    Hi!

    Thank you for coming back and sorry for the late answer.

    Do you mean using the filter function?

    This is the behaviour of the grid: It loads “All” elements and the filter only filters these portfolio loaded – it does not make a call to the server to load more.

    Hope, this answers your question.

    Best regards,
    Günter

    in reply to: Choice theme blog layout #603648

    Hey!

    Glad we could help you. Enjoy the theme and feel free to come back with further questions and/or problems you have. Simply open a new thread.

    Best regards,
    Günter

    in reply to: Remove categories on blog headline #603630

    Hey!

    Thank you for coming back.

    Could you send us a link to the page please to see, what you want to achieve?
    Thanks.

    You can post it in the private content.

    Regards,
    Günter

    in reply to: Plugin addition for pricing missing #603629

    Hey martindabro!

    Thank you for using our theme.

    Currently not.

    You can post a feature request on https://kriesi.at/support/enfold-feature-requests/. Kriesi looks at these reguarly and decides, what to implement or develop.

    Regards,
    Günter

    in reply to: aligning color sections content #603627

    Hey muuclemens!

    Danke dass Du unser Theme verwendest.

    Habe mir Deine Seite angeschaut – verstehe aber nicht das Problem.

    Könntest Du es genauer beschreiben – ein screenshot , wo Du die Änderung markierst, wäre sehr hilfreich.
    Danke.

    Best regards,
    Günter

    in reply to: Color Section Height #603625

    Hi!

    Thank you for using our theme.

    Glad you found a solution and thank you for posting it in the forum.

    Enjoy the theme and feel free to come back with further questions and/or problems you have. Simply open a new thread.

    Best regards,
    Günter

    in reply to: conflict with Events Calender Pro #603624

    Hi!

    Thank you for using our theme.

    I tried it on my installation and it worked:

    In functions.php line 425:

    
    if(!current_theme_supports('deactivate_tribe_events_calendar'))
    {
    	require_once( 'config-events-calendar/config.php' );		//compatibility with the Events Calendar plugin
    }
    

    if you remove these lines (do not forget to save when doing it from WP Dashboard editor) and reload the page the design changes.

    Can you create us a temporary admin account please? Then we can check your code and help you. You can post it here as a private reply.

    Best regards,
    Günter

    in reply to: Problem with child theme #603616

    Hey!

    Glad we could help you. Enjoy the theme and feel free to come back with further questions and/or problems you have. Simply open a new thread.

    Best regards,
    Günter

    Hi!

    The problem is fixed in version 3.5.1.

    Cheers!
    Günter

    in reply to: Enfold-Update hat meine ganze Seite zerschossen! #603607

    Hey!

    Danke dass Du unser Theme verwendest.

    Vermutlich ist wie oben angeführt da etwas beim Upload der files passiert.

    Versuche mit ftp das theme neu hochzuladen.

    Falls das nichts hilft, fallback auf eine Sicherung die funktioniert hat (beim hoster anfragen) und das update mit ftp hochladen.

    Cheers!
    Günter

    in reply to: arrange stars #603603

    Hi!

    Glad we could help you.

    Can we close this thread or is there anything left concerning this thread?

    You can open a new thread for other questions.

    Regards,
    Günter

    in reply to: Infinite scroll when using product grid #603602

    Hi smartretail!

    Thank you for using our theme.

    This cannot be done out of the box.

    You need to make heavy changes in code to files and unfortunately that kind of customisation would be out of the scope of our forum and needs to be done by a freelance developer.

    Cheers!
    Günter

    Hi Selsi21!

    Thank you for using our theme.

    Probably your old theme had defined other image sizes,

    Try to regenerate thumbnails of the images with a plugin like

    https://de.wordpress.org/plugins/regenerate-thumbnails/

    Best regards,
    Günter

    in reply to: Email Subject from Contact Form Subject #603597

    Hi!

    Glad we could help you. Enjoy the theme and feel free to come back with further questions and/or problems you have. Simply open a new thread.

    Cheers!
    Günter

    Hi!

    Thank you for coming back.

    I’ll take care of this problem and try to find a fix.

    Enjoy the theme and feel free to come back with further questions and/or problems you have. Simply open a new thread.

    Cheers!
    Günter

    in reply to: Content not fitting in Twitter Feed Box #603291

    Hey!

    I’m afraid, this seems to be a problem with the twitter feed widget:

    Cheers!
    Günter

    Hey netztaucher!

    Danke dass Du unser Theme verwendest.

    Offensichtlich verwendet Ihr eine Vielzahl von Plugins.

    Könnt Ihr einmal versuchen, alle plugins zu deaktivieren bis auf WooCommerce und einzeln zu aktivieren und zu prüfen, wann der Fehler auftritt?

    Anders haben wir da keine Chance weiterzukommen.

    Enfold und WC funktioniert bei mir einwandfrei.

    In jedem Fall wäre es hilfreich, einen Link zu der Seite zu haben.

    Cheers!
    Günter

    in reply to: product single page and bar loading UNDER content #603270

    Hey!

    Thank you for coming back.

    It looks like that the HTML structure is broken.

    I see a class yit-wcan-container – seems to be from a plugin – possible plugin conflict..

    Try to deactivate all plugins except WooCommerce and reactivate one by one and check.

    Cheers!
    Günter

    in reply to: Any Option to show a "post view counter" in enfold? #603254

    Hey!

    Thank you for coming back.

    Relations are defined by tags: if post tags match, the post will be displayed as related

    Cheers!
    Günter

    in reply to: Square button instead of rounded button? #603247

    Hey!

    Glad we could help you. Enjoy the theme and feel free to come back with further questions and/or problems you have. Simply open a new thread.

    Cheers!
    Günter

    in reply to: Tab font weight changing on site #603213

    Hi!

    Thank you for coming back.

    I checked your page on FF and Chrome – the only thing I see is that scrollbars are shown on portfolio/about and not on Homeopage and that narrows the screen and moves the tabs.

    You cannot do anything against that.

    Regards,
    Günter

    in reply to: Masonry Grid category filters #603194

    Hey!

    The login does not work – can you check pls.

    Tu update helper-masonry.php I need an ftp access – cannot reach that file from the admin panel.

    If you are using a child theme – you only have to add the “add_filter” section once, unless you update the child theme.

    If you use a parent theme, you have to add it after every update.

    The changes to helper-masonry.php have to be done after every update ( until Kriesi adds it to the core – which he did not do until now ).

    Cheers!
    Günter

    in reply to: Masonry Grid category filters #603041

    Hey!

    Thank you for coming back.

    Sorry for the late reply, but we have a lot to do in the moment.

    Currently it is not intended to add this as an option to the admin.
    You can post a feature request on https://kriesi.at/support/enfold-feature-requests/. Kriesi looks at these reguarly and decides, what to implement or develop.

    Back to your problem:

    I can help you to add the filter and the code to functions.php – I need ftp access and a temporary admin account. You can post it here safely in private content.

    Concerning Subcategories – currently not possible but you can post a feature request.

    Cheers!
    Günter

    in reply to: Mailchimp DatePicker Format #602574

    Hey jgdoyle1!

    Thank you for using our theme.

    Currently “DatePicker” field is not supported by this element.

    For me the subscriber e-mail from mailchimp has a date format of “Mar 23, 2016 09:57 am”.

    You can post a feature request for this field on https://kriesi.at/support/enfold-feature-requests/. Kriesi looks at these reguarly and decides, what to implement or develop.

    Best regards,
    Günter

    in reply to: Change Position of "price per unit" in shop #602539

    Hi!

    Glad we could help you. Enjoy the theme and feel free to come back with further questions and/or problems you have. Simply open a new thread.

    I will close this one.

    Best regards,
    Günter

    in reply to: Woocommerce language #602537

    Hi tcoach84!

    Thank you for using our theme.

    Did you contact WooThemes already for a translation file?

    https://docs.woothemes.com/document/woocommerce-localization/

    If they do not have one, the only way for you will be to translate it by yourself.

    Sorry, but we do not have a language file.

    Best regards,
    Günter

    in reply to: Masonry title from h3 to h2 #602533

    Hey ailaroz!

    Thank you for using our theme.

    You find it in enfold\config-templatebuilder\avia-shortcodes\helper-masonry.php line 307:

    
    $items .=	"<h3 class='av-masonry-entry-title entry-title' {$markup}>{$the_title}</h3>";
    

    Best regards,
    Günter

Viewing 30 posts - 2,461 through 2,490 (of 3,695 total)