Forum Replies Created

Viewing 30 posts - 4,531 through 4,560 (of 9,352 total)
  • Author
    Posts
  • in reply to: Enfold theme not working with Yoast SEO plugin #239903

    Hey!

    Your website shows the meta description in the source code. I.e. on the homepage it’s:

    
    <meta name="description" content="Bierproeverij en bier & spijs events. Spéciale verzorgt Bierproeverijen en bier & spijs events op locatie. Ook voor Horeca, Retailers & events."/>
    

    Note that you can’t force google to use the meta description. It will generate the preview content based on the search term of the user and the relevance of your content. This is not a bug of the theme or Yoast SEO but it’s how google works….

    Cheers!
    Peter

    Hey!

    While I debugged the code I provoke a php error. Please replace the functions.php file (wp-content/themes/enfold/functions.php) with the original functions.php file to get rid of the error. You can use ftp to replace the file. Please also create me an ftp account because I must modify a file I can’t access with the default theme editor ( wp-content/themes/enfold/framework/php/class-framework-widgets.php ) and I don’t want to break your website while I debug the code.

    Cheers!
    Peter

    Hey!

    The default responsive layout will hide some data fields. If you want to show the entire table please use the “Make entire table scrollable” option: http://www.clipular.com/c/5393582290632704.png?k=b4ogTQH8nnEnef5DdPb23p2UtUw

    Regards,
    Peter

    in reply to: Woocommerce checkout not working #239895

    Hey!

    Yes, sounds like the ajax api needs more memory. Try to increase the allocated memory to 128M: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP

    Regards,
    Peter

    Hi!

    I fixed it. The W3TC plugin breaks the prettyphoto script and in return our menu script breaks because of a global js error. I activated the “manual” minify mode for now and the menu started to work.

    Cheers!
    Peter

    in reply to: WPML language switcher disappeared after upgrading Enfold #239253

    Hey!

    Yes we’ll see. If more user request advanced options we’ll look into it. However we didn’t get a lot of customization requests for the WPML language switcher in the past (maybe 5-10 overall) and I think the majority is happy with the default design. We must find a compromise between flexibility, usability and performance and imo adding these options will have a negative impact on the usability and performance and thus I’d like to go with my solution for now.

    Regards,
    Peter

    in reply to: Small jitter bug (not Wham!) #239244

    Hey!

    You can test the boxed layout here: http://kriesi.at/themes/enfold/?skin=Boxed%20Orange or here: http://kriesi.at/themes/enfold/?skin=Boxed%20Wood – personally I didn’t notice this jitter with Chrome or Firefox on Win8.1.

    Regards,
    Peter

    in reply to: social icons – custom fontello #239242

    Hey wtflovelife!

    Go to the theme options page (Enfold > Import/Export). Click on the Upload button underneath the “Iconfont Manager” headline to upload your custom icon set.

    Cheers!
    Peter

    in reply to: How to create transition from splash screen in php file #239240

    Hi Jane!

    Imo this is not easily possible. You would need to place the splash screen as layer over the homepage content and then write a jQuery effect to fade out the splash screen layer when the user clicks on it. Then you must implement a cookie or localStorage script which saves the click event – otherwise the splash screen pops up every time the user navigates back to the homepage which is not very user friendly. Depending on your coding skills I recommend to hire a freelancer for this customization.

    Best regards,
    Peter

    Hi!

    You can use the current-page-ancestor class to highlight it:

    
    #header .sub_menu ul:first-child > li.current-page-ancestor > a {
    color: red !important;
    }
    

    Best regards,
    Peter

    in reply to: Enfold & Woocommerce Fail/Error #239232

    Hey!

    Ok, I’ll leave this thread open.

    Best regards,
    Peter

    in reply to: Remove date in the source #239231

    Hi!

    Copy includes/loop-index.php to your child theme folder (also put it into an includes folder – enfold-child/includes/loop-index.php) and delete this code:

    
                    $markup = avia_markup_helper(array('context' => 'entry_time','echo'=>false));
                    echo "<time class='date-container minor-meta updated' $markup>".get_the_time(get_option('date_format'))."</time>";
                    echo "<span class='text-sep text-sep-date'>/</span>";
    

    If you want to remove the date from the widget insert following code into your child theme functions.php:

    
    function change_avia_date_format($date, $function) {
      return false;
    }
    add_filter('avia_widget_time', 'change_avia_date_format', 10, 2);
    

    Regards,
    Peter

    Hi!

    I chose an automatic solution. If the top bar is activated (i.e. because of the phone number option, social icons or secondary menu) the flags will be displayed in the top bar. If the top bar is not activated the flags will be displayed on the right side if the main menu. If an user wants to display the flags in the main menu although the top bar is activated this filter code (insert it into your child theme functions.php):

    
    
    add_filter('avf_wpml_language_switcher_position', 'avia_change_lang_switcher_position', 10, 1);
    function avia_change_lang_switcher_position($position)
    {
        return 'main_menu';
    }
    

    allows him to change the position from the top bar to the main menu.

    Best regards,
    Peter

    in reply to: Removing Entypo font version string #239223

    Hey!

    Please insert this code into your child theme functions.php or into enfold/functions.php (at the very bottom of the file):

    
    add_filter('avf_default_iconfont','avia_change_default_icon_font_para', 10, 1);
    function avia_change_default_icon_font_para($fonts)
    {
    $fonts['entypo-fontello']['append'] = '';
    return $fonts;
    }
    

    Regards,
    Peter

    Hi hyperstream!

    Not sure if you provided the right link but this video doesn’t help me to find a bug. Please post a link to your website where the portfolio doesn’t work and we’ll look into it. I created a test page on my test servers with two portfolios: http://test.inoplugs.com/contact/ and the pagination seems to work for me. Note that the pagination value is always the same and you can’t set different pages for different portfolios. I.e. if you visit this page: http://test.inoplugs.com/contact/page/7/ the second portfolio will be hidden because it just supports 6 pages and only the first portfolio supports 11 pages. You can’t i.e. set the pagination of the second portfolio to 6 and the first portfolio to 11. That’s unfortunately not possible because of wordpress core limitations.

    Best regards,
    Peter

    in reply to: Drop down menu not working in mobile or ipad #239220

    Hi!

    Please try to use a standard menu instead. Afaik this category dropdown menu is not part of the standard theme files and we can’t provide support for customized code.

    Regards,
    Peter

    Hi!

    Please make sure that the header settings are saved properly for all languages. Go to Enfold > Theme Options > Header and check the settings. Then click the “Save Changes” button. Afterwards select another language from the language switcher (can be found in the admin toolbar at the top) and then check the Enfold > Theme Options > Header and check the settings of the translated website. Probably the settings are a bit different and you need to re-configure them. Afterwards hit the “Save Changes” button again. If this doesn’t help please create me an admin account and post the login credentials as private reply.

    Cheers!
    Peter

    Hey!

    Please create me an admin account – I’ll look into it.

    Cheers!
    Peter

    in reply to: Woocommerce Shop Page Sidebar and Sharing Issues #239216

    Hey Jeff!

    1) Go to the theme options page (Enfold > Sidebar) and tick the “Sidebar on Smartphones” checkbox.

    2) Can you post a link to the page please – maybe we can hide them with css. The theme does not add any sharing buttons to the content and thus a plugin must cause this issue…

    Best regards,
    Peter

    Hey!

    I think the preview adjustment does not have any effect on the image size. If you just want to display images I recommend to use the default slideshow (Easy Slider and Fullwidth Easy Slider) because they can handle different image sizes better than LayerSlider can. You can also try to set the images as background images for the slides: http://www.clipular.com/c/6568594074763264.png?k=N3uYwDSasZrWujCSZymRdWcbHFg

    2) Can I set a default page that always link with category like travel on the home page – yes you can i.e. use the “post slider element”: http://www.clipular.com/c/5614905176621056.png?k=r2ZfLBGp-FXJ2Pi1dLUy7NRhZpA to display posts of a certain category on your homepage.

    3) You can install bbpress by using the wordpress plugin installer (just search for bbpress) or download it here: https://wordpress.org/plugins/bbpress/ and upload the zip file.

    Regards,
    Peter

    in reply to: Portfolio items all 404's Rewrite rules missing? #239201

    Hi!

    You can remove the feed links. Just insert this code:

    
    remove_action( 'wp_head', 'feed_links', 2 );
    

    at the very bottom of your child theme functions.php or enfold/functions.php

    Regards,
    Peter

    in reply to: Portfolio Size #239197

    Hey rickytherhino!

    The size is calculated automatically and using a fixed height will probably break the content. If you still want to try it use this css code (insert it into the quick css field):

    
    #top .ajax_slide {
    height: 346px;
    }
    

    and insert any custom value instead of 346px.

    Best regards,
    Peter

    in reply to: Slider Responsiveness problems #239195

    Hey addwebtoday!

    I’m not sure but did you try to contact the Revolution Slider plugin author? If it crashes on iOS it might be a slider script bug. Another solution would be to hide the slider on IOs devices. You can use the avia-iphone and avia-ipad class to hide the slider on IOs devices.

    Regards,
    Peter

    in reply to: Portfolio images and configuring portfolio entries. #239193

    Hi!

    1) Go to Enfold > Theme Options and select the front page from the “Frontpage Settings” dropdown. If this doesn’t work go to Settings > Reading and select the same page as “Static” page (make sure that the “A static page (select below)” option is selected.

    2) You can hide the “you are here…” menu. Enfold 2.6.1 even introduced some new options to customize the header. Edit the page you want to use as the front page and on the right side in the “Layout” field search for the “Title Bar Settings” options. There you can select if the breadcrumb should be visible or not.

    3) Use the Advanced Layout Builder on a page (just click the blue button) and then insert it as a media element: http://www.clipular.com/c/4764931148742656.png?k=AdR5mNJ-KIQbO9uxzsHpcX9Fqbg – note that Kriesi does not use a LayerSlider but a “Fullscreen Slider” element on the demo page. Afaik the LayerSlider does not support a fullscreen layout (covers entire screen siie) but it just supports the fullwidth layout (covers 100% of the screen width but you must set a fixed height).

    4) You can change the menu width with this css code:

    
    @media only screen and (min-width: 1140px){
    .responsive .container .avia_mega_div.twelve.units {
    width: 1000px;
    }
    }
    

    Replace 1000px with your custom value.

    Cheers!
    Peter

    in reply to: Google Maps marker auto popup? #239173

    Hey!

    Oh, the google maps widget does not support this option. However you can use this code to open the tooltip automatically:

    
    add_filter('avia_google_maps_widget_config','avia_google_maps_change_widget_config', 10, 1);
    function avia_google_maps_change_widget_config($config){
    $config = str_replace('google.maps.event.addListener','infowindow.open(map,marker); google.maps.event.addListener',$config);
    return $config;
    }
    

    Insert the code at the bottom of enfold/functions.php or place it into your child theme functions.php file.

    Cheers!
    Peter

    in reply to: Insert Partner/Logo Element? #239165

    Hey!

    I added the code to the config.php file. The next version will include the code and you don’t need to modify the theme.

    Cheers!
    Peter

    in reply to: Enfold .zip file not not uploading in wordpress. #239164

    Hey Bodymindlinks!

    This seems to be a server configuration issue – maybe the Enfold zip file size is too big. If you want to use the wordpress installer please contact the host support staff and ask them how you can increase the file size limit. I recommend to install the theme with ftp: https://vimeo.com/64927356 for now.

    Cheers!
    Peter

    in reply to: Logo support for SVG #238617

    Hi!

    I’m sorry but I won’t follow these instructions. If you need help please make sure we can access the website without special tools. Give us an url and the login credentials and we’ll help you. We don’t have time to set up “host profiles”, etc.

    Regards,
    Peter

    in reply to: JUSTIFY TEXT #238614

    Hey!

    Yes, or into your child theme style.css or into the quick css field (Enfold > Styling).

    Regards,
    Peter

    in reply to: Multilingual Press Pro + Enfold + Multisite #238613

    Hi!

    Versuche einmal folgenden Code am Ende von enfold/functions.php oder in deine Child Theme functions.php einzufügen:

    
    add_action( 'avia_meta_header', 'avia_mlp_language_switch', 10);
    function avia_mlp_language_switch()
    {
    if(function_exists( 'mlp_show_linked_elements' )) mlp_show_linked_elements( array( 'link_text' => 'flag', 'show_current_blog' => FALSE ) );
    }
    

    Regards,
    Peter

Viewing 30 posts - 4,531 through 4,560 (of 9,352 total)