Forum Replies Created

Viewing 30 posts - 2,551 through 2,580 (of 3,706 total)
  • Author
    Posts
  • in reply to: enfold template for the events calendar plugin ? #600682

    Hey!

    Thank you for coming back.

    Yes, Enfold is overriding some Events Calender behaviour using templates and CSS.

    All that stuff you find in enfold\config-events-calendar.

    The basic config file is enfold\config-events-calendar\config.php.

    You can try to remove the whole folder or modify whatever you like.

    Cheers!
    Günter

    Hi L0g333!

    Thank you for using our theme.

    You can change

    
    top: -42px;
    

    to move the span.

    On FF it works also for a small screen.

    Regards,
    Günter

    in reply to: How to disable AVIA Layout Elements? #600671

    Hi buhlig!

    Thank you for using our theme.

    You can simply remove the files not needed in the folder enfold\config-templatebuilder\avia-shortcodes.

    Regards,
    Günter

    in reply to: Receiving Server PHP Errors #600669

    Hi soundstrat!

    Thank you for using our theme.

    Can you please check:

    – using latest WP Version (4.4.2)
    – using latest Enfold Version (3.4.7, 3.5 coming)
    – check php versions of your hoster and minimum php needed for WP and Enfold

    Deactivate all plugins and check, if the errors still occur, then activate one plugin after the other

    Try to increase php memory (128 MB recommended, 256MB would be better) with your hoster and WP:

    You can try adding following line to wp-config.php file which is in the root of your WordPress installation via FTP

    
    define( 'WP_MEMORY_LIMIT', '256M' );
    

    Best regards,
    Günter

    in reply to: Read More #600662

    Hey _riccardo_!

    Thank you for using our theme.

    I’m not sure about your question.

    The read more is intended for blog posts, where you have many posts on a page. For a single page content it does not make sense to cut the content.

    Can you send us a link to the page and point out more closely your problem.

    Cheers!
    Günter

    in reply to: Add button – back to shop #600661

    Hi!

    Thank you for coming back.

    Please add following code to Functions.php file of your child theme (or parent theme, if not using a child theme)- you can use Dashboard -> Appearance > Editor:

    
    add_filter( 'wc_add_to_cart_message', 'my_wc_add_to_cart_message', 10, 2);
    
    function my_wc_add_to_cart_message( $message, $product_id )
    {
    	
    	$message .= sprintf( '<a href="%s" class="button wc-forward my-button">%s</a>', esc_url( wc_get_page_permalink( 'shop' ) ), esc_html__( 'Back to shop', 'woocommerce' ) );
    	return $message;
    }
    

    In custom.css or Enfold -> General Styling -> Quick CSS field (or when using a child theme: in styles.css of the child theme or Enfold-Child -> General Styling -> Quick CSS field) put the following and adjust the values as needed:

    
    a.my-button{
    	right: 250px !important;
    }
    

    Regards,
    Günter

    in reply to: footer widget contact form short code #600659

    Hey AirstreamCoach!

    Thank you for using our theme.

    Did you enter the e-mails seperated with “,” in the e-mail parameter like:

    
    [av_contact email=' (Email address hidden if logged out) ,  (Email address hidden if logged out) ' ....
    

    and did you integrate

    
    [av_contact_field label='E-Mail' type='text' check='is_email' options='' multi_select='' width=''][/av_contact_field]
    

    If you want to the customer to recieve an E-Mail you have to set the Autorespond Text.

    Cheers!
    Günter

    in reply to: AJAX-Portfolio change image size #600383

    Hi!

    Thank you for coming back.

    As far as I see you are using the Avia Layout Builder and a Portfolio Grid 3 colums.

    When editing the grid (in the popup) you have a selectbox “Portfolio Grid Image Size”.
    Select “Choose the Portfolio Grid image size manually (select thumbnail size)” opens a selectbox below with all available sizes.

    If you need additional image sizes you can add/modify them using the following filter found in \enfold\functions.php line 129:

    
    $avia_config['imgSize'] = apply_filters('avf_modify_thumb_size', $avia_config['imgSize']);
    

    If you have problems using a filter give us a feedback and we provide you with the code.

    Hope, this solves your problem.

    Regards,
    Günter

    in reply to: Inserting javascript code into code block #600228

    Hi!

    Thank you for coming back.

    You have to replace ‘ with “, see private content.

    Put it in a codeblock and it should work.

    Cheers!
    Günter

    • This reply was modified 8 years, 10 months ago by Günter. Reason: Move link to private content
    in reply to: Portfolio Grid Special 1 column layout #600204

    Hi Richard!

    Thank you for using our theme.

    Out of the box – no.

    You can try to do it with CSS and/or you will have to modify the core:

    C:\xampp\htdocs\wp_kriesi\wp-content\themes\enfold\config-templatebuilder\avia-shortcodes\portfolio.php line 450ff

    But this is customization and beyond the scope of support.

    Best regards,
    Günter

    in reply to: Portfolio Grid loading large number of posts #600195

    Hi Richard!

    Thank you for using our theme.

    This is a default and intended behaviour of the grid, that only the loaded posts on the page are filtered. It is not intendend and possible to reload filtered posts.

    There is a plugin “infinite scroll” that continues to load posts when scrolling down, but this is not supported by the portfolio grid and needs some heavy customisation in the core, also the other idea with preloading.

    It is also not possible to filter on the first load, because “all” would then be the filtered posts.

    Cheers!
    Günter

    in reply to: portfolio items navigation (next / prev) is suddenly gone #600192

    Hey!

    Thank you for coming back.

    I had a look on your project base in FF and Chrome.
    The 2 navigation links in the full screen slider work for me fine and are visible (although a bit hard to see on the black white background).

    Can you send us a screenshot and point out the problem more closley?

    Regards,
    Günter

    in reply to: Add button – back to shop #599830

    Hey Elsa!

    Thank you for using our theme.

    In the file plugins\woocommerce\includes\wc-cart-functions.php line 66 – 88 you find the function wc_add_to_cart_message.

    At the end you find a call to the filter ‘wc_add_to_cart_message’:

    
    wc_add_notice( apply_filters( 'wc_add_to_cart_message', $message, $product_id ) );
    

    Use this filter to add your button in $message.

    Cheers!
    Günter

    in reply to: Search Icon – Advanced Styling (color problem) #599815

    Hi Tobias!

    Thank you for using our theme.

    I cannot figure out, what you really want to do. Can you provide us with some screenshots to clarify your intents pls?

    If there are only small changes, it’s better to make them with CSS and not via the options.

    Best regards,
    Günter

    in reply to: Contact form Problem #599791

    Hi Cesar!

    Thank you for using our theme.

    Our theme is using the standard WP wp_mail function unless you use the filter avf_form_use_wpmail and return false (leads to using the default php mail function).

    Normally you do not need ‘avf_form_from’ filter unless you want to change from to a different value.

    Check your settings of the WP Mail SMTP plugin.

    Regards,
    Günter

    in reply to: Activating WooCommerce Error Message #599757

    Hi!

    Glad we could help you.

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

    I will close this one.

    Cheers!
    Günter

    in reply to: Plugin "hello dolly" löschen … #599748

    Hi Nicoletta_DUS!

    Danke dass Du unser Theme verwendest.

    Dieses plugin wird von WordPress automatisch mitinstalliert und hat mit unserem Theme nichts zu tun.

    Du kannst es einfach mit ftp vom Server aus dem plugin directory löschen. WP erkennt dann, dass es nicht mehr da ist und entfernt es aus der plugin Liste.

    Cheers!
    Günter

    Hey mailworm!

    Thank you for using our theme.

    I checked the php code. In the latest version this should not happen.

    Can you kindly wait for the update to 3.5.

    Regards,
    Günter

    in reply to: Activating WooCommerce Error Message #599651

    Hey!

    Thank you for coming back.

    Sorry for the troubles you have. This seems to be a WooCommerce and WC Booking problem.

    Before you proceed:

    Check that your hoster supports the minimum php versions of the plugins

    Deactivate all plugins.

    Please make sure the following things:
    1) WordPress is the latest version 4.4.2
    2) Enfold is the latest version 3.4.7
    3) WooCommerce is the latest version 2.5.5 (uninstall the existing version, download and make a new installation – maybe some file got corrupted)
    4) Booking plugin is the latest version (uninstall and make a new installation)

    Activate WC and then the booking plugin.

    if the error still exists – check the available php memory limit of your hoster and increase WP Memory limit (128 MB or higher)
    see https://docs.woothemes.com/document/increasing-the-wordpress-memory-limit/

    The problem is definitly a WC and a booking plugin problem, because our theme does not use the WC_Payment_Gateway class.

    Best regards,
    Günter

    in reply to: Post Slider Titles #599621

    Hi!

    Thank you for coming back.

    Currently this is not possible.

    I added 2 filter hooks to the core – hope, kriesi will integrate in the next update.

    To use the hooks add following code to Functions.php file of your child theme (or parent theme, if not using a child theme)- you can use Dashboard -> Appearance > Editor:

    
    add_filter( 'avf_postslider_title', 'my_postslider_title', 10, 2 );
    add_filter( 'avf_magazine_title', 'my_magazine_title', 10, 2 );
    
    function my_postslider_title( $title, $entry )
    		{
    			$title = substr( $title, 0, 15 );      // change 15 to desired length
    			return $title;
    		}
    
    function my_magazine_title( $title, $entry )
    		{
    			$title = substr( $title, 0, 15 );
    			return $title;
    		}
    

    You have to modify core files:

    In enfold\config-templatebuilder\avia-shortcodes\postslider.php line 374 you find:

    
    if($loop_counter == 1) $output .= "<div class='slide-entry-wrap'>";
    

    Replace with:

    
    $title = apply_filters( 'avf_postslider_title', $title, $entry );
    
    if($loop_counter == 1) $output .= "<div class='slide-entry-wrap'>";
    

    In enfold\config-templatebuilder\avia-shortcodes\magazine.php line 529:

    
    $title	 		= "<a href='{$link}' {$titleAttr}>". get_the_title( $entry->ID ) ."</a>";
    

    replace with:

    
    $title	 		= "<a href='{$link}' {$titleAttr}>". apply_filters( 'avf_magazine_title', get_the_title( $entry->ID ), $entry ) ."</a>";
    
    

    Cheers!
    Günter

    Hey bresta!

    Thank you for using our theme.

    Did you try to use the “String Translation” of WPML ?

    I think, this should solve the problem, because “Home” is hardcoded in the breadcrumb function.

    Cheers!
    Günter

    in reply to: reduce high of color section #599592

    Hey!

    Thank you for coming back.

    You can either use a custom css class (e.g. my-section-class) and/or a unique custom id (e.g. my-section-1) for each of the color sections:

    Try the following code and adjust the values e.g.:

    
    #my-section-1 {
        min-height: auto !important;
    }
    
    #my-section-1 .template-page{
        height: auto !important;
        min-height: auto !important;
        padding: 0 !important;
    }
    

    As selectors you can use:

    
    #my-section-1
    #my-section-1.my-section-class
    .my-section-class
    

    Hope this helps you.

    Come back, if you need further assistance (add the ID’s and CSS classes and point out, where you need help.

    Regards,
    Günter

    in reply to: Extra footer widget in footer for child theme #599581

    Hi!

    Thank you for coming back.

    Also the modifications sound to be easy, the changes you want to make need changes how theme files are loaded.
    This is beyond the scope of the support forum.

    Regards,
    Günter

    in reply to: Strange Header Behavior #599575

    Hey!

    Thank you for coming back.

    I had a look at your site – is the problem still existing?

    I did not recognize anything on FF – can you point out the problem more closely pls? Maybe with a screenshot.

    Best regards,
    Günter

    in reply to: confirmation mail #599549

    Hey!

    Thank you for coming back.

    When adding a contact form with the ALB you have a field “Autorespond Text”. This text is sent to the user as an answer when you recieve the E-Mail.

    Regards,
    Günter

    in reply to: woocommerce change price position #599546

    Hi!

    Thank you for coming back.

    Please add following code to Functions.php file of your child theme (or parent theme, if not using a child theme)- you can use Dashboard -> Appearance > Editor:

    
    remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_price', 10 );
    add_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_price', 29 );
    

    This should move the price above the “Add to Cart” aerea.

    In custom.css or Enfold -> General Styling -> Quick CSS field (or when using a child theme: in styles.css of the child theme or Enfold-Child -> General Styling -> Quick CSS field) put the following and adjust the value as needed:

    
    .single-product .single-product-summary .price span {
        font-size: 25px !important;
    }
    

    Best regards,
    Günter

    in reply to: Enable plugins only on some pages #599106

    Hi vossenm!

    Thank you for using our theme.

    In custom.css or Enfold -> General Styling -> Quick CSS field (or when using a child theme: in styles.css of the child theme or Enfold-Child -> General Styling -> Quick CSS field) try to put the following in this sequence:

    
    .parent-pageid-3983 .scrol-top-advanced {
        display: block;
    }
    .scrol-top-advanced {
        display: none;
    }
    

    Cheers!
    Günter

    Hi tlchase!

    Thank you for using our theme.

    This looks like a problem with the character set in your new database, which is different from the old one.

    Maybe you can check with your old hoster which set he was using and ask the new hoster to setup the new database to this set and reimport all the data.

    Alternatively you can replace the wrong characters in the database with an SQL Query.

    Hope, this will help you.

    Best regards,
    Günter

    in reply to: Blog Pages show always the same articles #599054

    Hey!

    Thank you for coming back.

    Yes, this will be the fastest way.
    After that you can enter your Themeforest User Name and API Key in Enfold Options-> Theme Update for auto update.

    Cheers!
    Günter

    in reply to: define a template for portfolio items? #599048

    Hi!

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

    Cheers!
    Günter

Viewing 30 posts - 2,551 through 2,580 (of 3,706 total)