Forum Replies Created

Viewing 30 posts - 48,961 through 48,990 (of 66,092 total)
  • Author
    Posts
  • in reply to: Blog Post Excerpts not working #424421

    Hey!

    The error points to a code in the child theme’s functions.php file. Did you add anything there?

    EDIT: You have this code inside the child theme’s functions.php file:

    add_action('ava_after_main_menu', 'avia_add_woocommerce_cart_dropdown', 10);
    
    function avia_add_woocommerce_cart_dropdown() {
    	global $woocommerce, $avia_config;
    	$cart_subtotal = $woocommerce->cart->get_cart_subtotal();
    	$link = $woocommerce->cart->get_cart_url();
    
    	$output = "";
    	$output .= "<ul class = 'cart_dropdown visible_cart' data-success='".__('was added to the cart', 'avia_framework')."'><li class='cart_dropdown_first'>";
    	$output .= "<a class='cart_dropdown_link' href='".$link."'><span class='avia_hidden_link_text'>".__('Cart','avia_framework')."</span><span ".av_icon_string('cart')."></span></a><!--<span class='cart_subtotal'>".$cart_subtotal."</span>-->";
    	$output .= "<div class='dropdown_widget dropdown_widget_cart'><div class='avia-arrow'></div>";
    	$output .= '<div class="widget_shopping_cart_content"></div>';
    	$output .= "</div>";
    	$output .= "</li></ul>";
    
    	echo $output;
    }

    Best regards,
    Ismael

    in reply to: Fatal error template-builder.php #424415

    Hi!

    Thank you for the info. Please post the login details here so that we can check the site. If possible, please include the ftp login details. We would like to check the child theme directory.

    Cheers!
    Ismael

    in reply to: mega menu postion anpassen #424414

    Hi!

    Thank you for using Enfold.

    I checked the site but I can’t see the mega menu with the issue. Did you remove it?

    Cheers!
    Ismael

    in reply to: Lost my Home Page … #424412

    Hi!

    1.) You can 3 1/3 columns layout with Video elements inside. Add the title using a text block or a special heading element.

    2.) Refer to this link on how to upload your own icon: http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/

    If you’re asking how to create custom icon fonts, you can follow the tutorial here: http://www.hongkiat.com/blog/create-font-icon-set/

    Regards,
    Ismael

    in reply to: Layer Slider Preview Not Working #424409

    Hey!

    So.. you transferred the website using the Duplicator plugin? Or the preview instantly disappeared when you activate the plugin? Try to export the sliders with the correct preview before activating the duplicator plugin. After the export, activate the plugin then import the sliders back.

    Best regards,
    Ismael

    in reply to: Button settings opens table settings? #424403

    Hey!

    Alright. I was able to reproduce the issue on the child theme. For now, you can add the buttons.php file inside the shortcodes folder as well It fixed the issue temporarily and it doesn’t seem to break anything else. We’ll investigate the issue further. Overriding the shortcode templates inside the child theme is not updateproofed. It will break whenever the specific shortcode have been modified or at least miss new add-ons because new scripts are missing.

    Back to the issue at hand, did you try to set the table’s responsive styling to scrollable? It will add scrollbar so the table will retain its layout and will not break on smaller screens.

    Best regards,
    Ismael

    in reply to: Woocommerce single page avia advanced editor #424396

    Hi!

    I don’t see anything wrong iwith the page. Note that the “Product Purchase Button” will only show the “Add to cart” button, not the price or anything else.

    Regards,
    Ismael

    in reply to: item portfolio navigation buttons #424395

    Hi!

    They are sorted that way if you set the order parameter to ASC. Please check it carefully, remove browser cache before loading the page: http://e308031c72c2a40f7804cdf17e3238990a7c8a05.web19.temporaryurl.org/test-portfolio-sorting/

    When set to DESC, they are sorted as: NIELS Bent ABE aage

    Regarding the post nav, it can only filter by date, not alphabetically. You can manually change the date of the portfolio items if you want to display them alphabetically, latest post will always display first.

    Regards,
    Ismael

    in reply to: Lightbox image size and related entries thumbnail size #423898

    Hi!

    I think what Elliot meant is that all masonry size settings will use the same thumbnail but using the perfect grid will stretch the images to fit the container. Looks like you’re using an old version of the theme which is not compatible with WP 4.1.1. Please download version 3.1.3 then test it again.

    Regards,
    Ismael

    in reply to: Events Calendar – Submenu based on location #423897

    Hi!

    Please post the login details here so that we can check the menu items. Did you use another plugin?

    Best regards,
    Ismael

    in reply to: bug on the main navigation menu #423893

    Hey!

    I checked the site then went to the bed bug page. The “Insect” and “Resources” menu items are both highlighted. Please remove browser cache then reload the page.

    Regards,
    Ismael

    • This reply was modified 10 years, 3 months ago by Ismael.
    in reply to: Button settings opens table settings? #423892

    Hi!

    What are the modifications made in the table.php file? Please post the code on pastebin.com.

    Cheers!
    Ismael

    in reply to: Beitrag-Metadaten #423890

    Hey thomasqueck!

    Thank you for using Enfold.

    When you use the advance layout builder for post, all default elements such as featured image, post meta infos, comments etc will be removed. You have to add it using the advance layout builder manually. Basically, you have to start from scratch.

    Regards,
    Ismael

    Hey!

    The blog style inside the blog layout panel was not set to use the advance layout builder. You can check it now. http://ferienhaus-havelhund.de/blog-2/

    Best regards,
    Ismael

    in reply to: search position #423887

    Hi alfaweb2!

    Thank you for using Enfold.

    Move the menu position with this:

    .main_menu {
      position: absolute;
      left: 200px;
    }

    Add this to remove the default search icon:

    li#menu-item-search {
     display: none;
    }

    Add this to the functions.php file to show the default search:

    add_action('ava_inside_main_menu', 'ava_inside_main_menu_mod');
    function ava_inside_main_menu_mod() {
    	get_search_form();
    }

    Cheers!
    Ismael

    in reply to: Vertical padding issue with columns versus blog posts #423886

    Hi DigitalEssence!

    Thank you for using Enfold.

    I checked the site but I can’t find the page described on the first screenshot. Please give us a link to the actual page. Did you use a special heading element for the title?

    EDIT: Found the menu page. Add this to the Quick CSS field:

    .avia_textblock h2 {
      padding-top: 0;
    }

    Cheers!
    Ismael

    in reply to: Installing own fonts #423883

    Hey!

    You can change the pre tag background with this on Quick CSS:

    pre {
      background-image: -webkit-linear-gradient(rgba(255, 5, 8, .05) 50%, transparent 50%, transparent);
      background-image: -moz-linear-gradient(rgba(255, 5, 8, .05) 50%, transparent 50%, transparent);
      background-image: linear-gradient(rgba(255, 5, 8, .05) 50%, transparent 50%, transparent);
      background-size: 100% 4em;
    }

    Adjust the gradient.

    Regards,
    Ismael

    in reply to: filter für portfolio #423881

    Hi alfaweb2!

    Thank you for using Enfold.

    That kind of filter will require major code rewrite that, unfortunately, we can’t help you with. You will need to hire a freelance developer to modify the masonry script. Please contact codeable for further modifications: http://kriesi.at/contact/customization

    Regards,
    Ismael

    in reply to: Next and Previous Portfolio Items #423878

    Hi Jirehly!

    Thank you for using Enfold.

    There is no related posts element by default but you can add a Blog Posts element inside a portfolio item to show other portfolio entries. Set the blog style to grid. Enable the offset settings to prevent the current portfolio item from displaying.

    Regards,
    Ismael

    in reply to: Remove WPML flags in the header #423874

    Hey dentaparks!

    Thank you for using Enfold.

    Add this to the functions.php file:

    add_action('after_setup_theme','avia_remove_main_menu_flags');
    function avia_remove_main_menu_flags(){
            remove_filter( 'wp_nav_menu_items', 'avia_append_lang_flags', 20, 2 );
            remove_filter( 'avf_fallback_menu_items', 'avia_append_lang_flags', 20, 2 );
            remove_action( 'avia_meta_header', 'avia_wpml_language_switch', 10);
    }

    Best regards,
    Ismael

    in reply to: Integrate Skype Status in Extra Elements #423873

    Hey markvanhaze!

    Thank you for using Enfold.

    I’m not sure if the script is fully compatible with Enfold but you can add the skype button code in an action hook in functions.php file. Something like this:

    add_action('avia_meta_header','avia_meta_header_mod');
    function avia_meta_header_mod() { ?>
    <script type="text/javascript" src="http://www.skypeassets.com/i/scom/js/skype-uri.js"></script>
    <div id="SkypeButton_Call_skypeidhere_1">
      <script type="text/javascript">
        Skype.ui({
          "name": "dropdown",
          "element": "SkypeButton_Call_skypeidhere_1",
          "participants": ["skypeidhere"],
          "imageSize": 12
        });
      </script>
    </div>
    <?php }

    Replace the skype button code above.

    Regards,
    Ismael

    in reply to: Mobile menu conflict with woocommerce plugin #423871

    Hey!

    There are 50,000++ enfold users and a big percentage of them are using woocommerce. We should be receiving tons of inquiries by now if this is a common issue but we don’t. The files returned a 406 error on the console:

    http://designabsolu.com/test/wp-content/plugins/woocommerce/assets/js/jquery-cookie/jquery.cookie.min.js?ver=1.4.1 Failed to load resource: the server responded with a status of 406 (Not Acceptable)
    cart-fragments.min.js:1 Uncaught TypeError: undefined is not a function

    This kind of error doesn’t usually happen on websites with woocoommerce so it must be a server configuration issue. If possible, remove all other plugins except woocommerce then test it again. You should contact your hosting provider for more info regarding the issue. According to this article, you should check for the mod_security settings: http://www.inmotionhosting.com/support/website/error-numbers/406-error

    Cheers!
    Ismael

    in reply to: extra widget in Header is moving #423867

    Hey Alex!

    Thank you for using Enfold.

    So you want the top bar to “unstick” when you scroll down? You can enable that on Enfold > Header > Header Behavior > Unstick topbar,

    Best regards,
    Ismael

    in reply to: Posting entries for a category #423866

    Hi bcndisseny!

    Thank you for using Enfold.

    Did you set the blog as blog page on Enfold > Theme Options? Set the Blog Layout > Blog Style to use the advance layout builder.

    Cheers!
    Ismael

    in reply to: Text encoding problems after latest update #423863

    Hi!

    Hmm.. I really thought it worked because I only tested it my installation. I’m really running out of ideas about this so please hire a freelance developer as suggested on the previous post to fix the issue. https://kriesi.at/support/topic/text-encoding-problems-after-latest-update/#post-421871

    Best regards,
    Ismael

    in reply to: Contact Form Hide Form Labels #423815

    Hey!

    Actually, that is the default behaviour of the datepicker element if you hide the labels. It displays the placeholder instead. Add this to the functions.php file if you want to reset the placeholder value of the datepicker element:

    add_action('wp_footer', 'ava_contact_placeholder');
    function ava_contact_placeholder(){
    ?>
    <script>
    (function($){	
    	$('.avia_datepicker').removeAttr('placeholder');
    	$('.avia_datepicker').attr('placeholder', 'Date of Event');
    })(jQuery);
    </script>
    <?php
    }
    

    Cheers!
    Ismael

    in reply to: Remove title for custom post type / custom taxonomy #423814

    Hey!

    This will remove the title of the custom post type “portfolio”:

    add_filter('avf_title_args', 'hide_title_func', 10, 2);
    function hide_title_func($args,$id)
    {
    	if(is_singular('portfolio')){
        	$args['title'] = "";
    	}
        return $args;
    }

    Change the custom post type name in the is_single conditional function.

    Best regards,
    Ismael

    in reply to: Padding between and inside layout elements #423813

    Hey Geoff!

    Thank you for using Enfold.

    Add this to the Quick CSS field:

    .avia-icon-list li:last-child {
      padding: 0;
    }

    Cheers!
    Ismael

    in reply to: Search results preview showing shortcode #423784

    Hi!

    Add this to the functions.php file to strip all shortcodes in the ajax search excerpt:

    add_filter('avf_ajax_search_excerpt', 'avf_ajax_search_excerpt_mod', 10);
    function avf_ajax_search_excerpt_mod($excerpt) {
    	preg_match_all("^\[(.*?)\]^", $excerpt, $matches, PREG_PATTERN_ORDER);
    	$excerpt = str_replace($matches[0], '', $excerpt);
    	return $excerpt;
    }

    Or hide the ajax search excerpt with this on Quick CSS field:

    span.ajax_search_excerpt { display: none !important; }
    

    Cheers!
    Ismael

    in reply to: 3.1 and current Yoast SEO causes Internal Server Error #423770

    Hey!

    We don’t want to do anything to ruin the site so we’ll let you edit the .htaccess file. Delete the .htacess file then regenerate it in the Settings > Permalinks panel. Check if it is using the default settings, without the security add-ons from Bulletproof Security plugin. Activate the yoast plugin after.

    Cheers!
    Ismael

Viewing 30 posts - 48,961 through 48,990 (of 66,092 total)