Forum Replies Created

Viewing 30 posts - 2,011 through 2,040 (of 9,352 total)
  • Author
    Posts
  • in reply to: Update WP4.0 and Enfold 2.9.2… Blog doesnt work correctly #317527

    Hi!

    Thank you for your feedback ifranl.

    Regards,
    Peter

    in reply to: Enfold > Font Weight #317525

    Hi David!

    Insert this code into your child theme functions.php file:

    
    add_filter( 'avf_google_heading_font', 'avia_add_heading_font');
    add_filter( 'avf_google_content_font', 'avia_add_heading_font');
    function avia_add_heading_font($fonts)
    {
    $fonts['Open Sans'] = 'Open Sans:400,600,700,800&subset=latin,latin-ext';
    return $fonts;
    }
    

    If you want to add it to enfold/functions.php insert it directly below this code:

    
    <?php
    global $avia_config;
    

    Afterwards go to Enfold > Theme Options and you should be able to use the 600, 700 and 800 weight too.

    Best regards,
    Peter

    in reply to: Masonry Blog in Spanish not the same as in English #317513

    Hi!

    I fixed it – we’ll add this patch to the next update.

    Regards,
    Peter

    in reply to: Enfold and Woocommerce order data #317486

    Hi!

    Ok, great it works now :)

    Cheers!
    Peter

    in reply to: FullScreen Slider + AWS3 Self hosted Video on autoplay #317484

    Hey Antonio!

    Add a fullscreen slider element to the page and click on the element to open the options window. Then click on “Add single image or video” and select “Video Slide”. Insert Amazon S3 cloud url into the field and make sure it points to the mp4 file (self hosted video). The video will start to play automatically if you don’t tick the “Check if you want to disable video autoplay when this slide shows” checkbox.

    Cheers!
    Peter

    Hi chryseis!

    I recommend to create a color section, insert a “Code” element into it and paste the shortcode into the “code” element text area.

    Best regards,
    Peter

    in reply to: Theme loading speed #316767

    Hey!

    Thank you for your input fuenos!

    Regards,
    Peter

    in reply to: Change URL of whole site easily #316763

    Hey!

    I recommend to use WP MigrateDB or WP MigrateDB PRO to batch replace the urls in the database. Use the “domain replacement” feature to replace all occurrences of http://50.87.144.17/~erukus/hammocks with in your database and then export the database sql file. Afterwards make a backup of your old database, delete the database data/tables and import the database file you exported with the migrate plugin.

    Regards,
    Peter

    • This reply was modified 4 years, 5 months ago by Rikard.
    in reply to: Update by FTP #316757

    Hi Erdogan!

    Yes, you just need to update these files if you used Enfold 2.9.1 before. However if possible I recommend to overwrite the entire folder with ftp ( http://vimeo.com/channels/aviathemes/67209750 ) on your server – otherwise there’s always the risk some important files are not updated properly.

    Regards,
    Peter

    in reply to: WordPress 4.0 #316753

    Hey!

    You just need to update the Enfold theme to version 2.9.2. I recommend to use ftp to update the theme: http://vimeo.com/channels/aviathemes/67209750

    Regards,
    Peter

    in reply to: Socket menu centered and ABOVE copyright #316750

    Hey!

    Please try to add this code:

    
    @media only screen 
    and (min-device-width : 768px) 
    and (max-device-width : 1024px) 
    and (orientation : landscape) {
    #socket .sub_menu_socket { right: 22%; }
    }
    
    

    and change the right value if necessary. I.e. decrease it to 20% or increase it to 25%. I used the media query from http://css-tricks.com/snippets/css/media-queries-for-standard-devices/

    Cheers!
    Peter

    in reply to: Remove shortcodes in child theme #316741

    Hey!

    I didn’t test it but you can try to rewrite the remove_accordion_shortcode() function. In wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_accordion.php Kriesi uses a more complex version of this code:

    
    $params = array();
    $params['open_structure'] = false;
    $params['close'] = false;
    				
    $output .=  avia_new_section($params);
    $output .= 	$slide_html;
    $output .= "</div>"; //close section
    

    $slide_html contains the slide/accordion data. $params[‘close’] may contain the value “true” if no fullwidth element is used after the accordion section.

    Best regards,
    Peter

    in reply to: WPML language switcher #316735

    Hi!

    We use the default WPML flags. You can find them in wp-content/plugins/sitepress-multilingual-cms/res/flags/

    Cheers!
    Peter

    in reply to: Seit update auf WP 4.0 wird keine Seite mehr angezeigt #316730

    Hi!

    Sehr gut – schön das es jetzt funktioniert :)

    Best regards,
    Peter

    in reply to: Using WPML with Enfold Child Theme #316726

    Hey Daniela!

    The child theme per se does not affect WPML. WPML will work with Enfold or with a Enfold child theme.

    Regards,
    Peter

    in reply to: Compatibility with Woocommerce 2.2 #316723

    Hey!

    I recommend to activate the Envato update notification. If the theme really needs an update we’ll release it this week or at the beginning of the next week and Envato sends out notification emails as soon as we upload the new theme files.

    Regards,
    Peter

    in reply to: Single product page – image sizes #316020

    Hi oravidor!

    You can resize the image with css – insert this code into the quick css field:

    
    .single-product .container .four.units {
    width: 350px;
    }
    
    .single-product .container .eight.units {
    width: 510px;
    }
    

    You can also change the width of the image (currently set to 350px) but both width values must not exceed the width of 860px. You can i.e. increase 350px to 360px and reduce 510px to 500px, etc.

    Best regards,
    Peter

    in reply to: WT3C Code at the bottom – function.php #316016

    Hi bts-de!

    I’m not sure what causes this issue. You can try to use the “shortcode” version of your code:

    
    add_filter( 'w3tc_can_print_comment', '__return_false', 10, 1);
    

    Regards,
    Peter

    in reply to: Wootickets #316012

    Hi!

    1) Try to add 2px padding to the dt elements – you can insert the code into the child theme style.css or quick css field:

    
    .single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
    clear: left;
    padding-top: 3px;
    

    2) Yes, probably this would be the best styling but it seems like the Events plugin modifies the templates somehow which also breaks the default WooCommerce styling we use for grouped product tables, cart tables, checkout tables, etc.
    We officially don’t support third party plugins and we also can’t help with such styling issues. If you want to change the styling of the tickets table you need to hire a freelancer. Personally I recommend to remove the table borders – then the default styling looks at least better:

    
    table.tribe-events-tickets td, table.tribe-events-tickets tr, table.tribe-events-tickets th, table.tribe-events-tickets{
    border: none !important;
    }
    

    Regards,
    Peter

    in reply to: Variable aus der team.php in anderem shortcode auslesen #315999

    Hi Biggy!

    Die einzige Lösung wäre den $job Wert in das globale $avia_config Array zu speichern und diesen Array-Wert dann im postslider.php auszulesen.

    Best regards,
    Peter

    in reply to: ENFOLD & SSL Breaks woocommerce checkout with mixed content #315997

    Hi!

    1) Do you use the latest version of Enfold (2.9.2)? If not please update.

    2) Please post a link to your checkout page with activated ssl.

    Cheers!
    Peter

    in reply to: Shrink additonal Content in Shrinking Header #315993

    Hey!

    You can try to use the header-scrolled class to hide your element if the header shrinks. Use it like:

    
    #header.header-scrolled .my-css-class{
    display: none !important;
    }
    

    and replace my-css-class with the css class of your html element you want to add to the header.

    Regards,
    Peter

    in reply to: gTranslate into the header #315989

    Hi nicolasweh!

    I’ll mark this thread for Yigit because he helped you the last time and I’m not sure what he did. Basically you need to modify the wp-content/themes/enfold/includes/helper-main-menu.php file and probably replace this code:

    
    						//phone/info text	
    						$phone			= $headerS['header_phone_active'] != "" ? $headerS['phone'] : "";
    						$phone_class 	= !empty($nav) ? "with_nav" : "";
    						if($phone) 		{ echo "<div class='phone-info {$phone_class}'><span>{$phone}</span></div>"; }
    							
    							
    			        ?>
    			      </div>
    

    with

    
    						//phone/info text	
    						$phone			= $headerS['header_phone_active'] != "" ? $headerS['phone'] : "";
    						$phone_class 	= !empty($nav) ? "with_nav" : "";
    						if($phone) 		{ echo "<div class='phone-info {$phone_class}'><span>{$phone}</span></div>"; }
    							
    							
    			        ?>
    			     <div class='GTranslate'><?php echo do_shortcode('[gtranslate]'); ?></div>
    			      </div>
    

    Cheers!
    Peter

    in reply to: Seit update auf WP 4.0 wird keine Seite mehr angezeigt #315983

    Hi BenAndrew!

    1) Versucht dass Theme nochmals von http://themeforest.net herunterzuladen und per ftp zu installieren: https://vimeo.com/channels/aviathemes/67209750 – dies schließt den Fehler aus, dass Theme Dateien beschädtigt sein könnten.

    2) Falls dies nicht hilft versucht auf PHP 5.4 umzusteigen. Es kann sein, dass 5.3.3 nicht mehr ausreicht.

    Regards,
    Peter

    in reply to: Enable Video Controls Pause/Play w/background video #315981

    Hey websitegurus!

    1) You just need to replace it with this code:

    
    'video_controls' => '',
    

    2) No, this is not possible. You can only modify this parameter directly in the php file.

    Cheers!
    Peter

    in reply to: WPML Media Library Issue #315978

    Hi!

    1) Yes, deactivate all plugins and then reactivate just the WPML plugin and WPML extensions. Maybe another plugin conflicts with WPML and you can eliminate this risk if you deactivate all other plugins.

    2) No, the existing data will not be affected if you deactivate WPML. However you must not remove/uninstall it completely.

    Best regards,
    Peter

    in reply to: Trouble with Easy Slider #315975

    Hey!

    1) It’s not possible to hide the captions if the video starts to play. The captions are not meant to be used for videos but only for images. If you don’t want to display the captions over the videos you need to remove them. If you want to add captions to your videos you need to use the vimeo/youtube player – i.e. http://vimeo.com/help/faq/managing-your-videos/captions-and-subtitles

    2) I marked this thread for Kriesi and asked him to test/debug the slider on his iphone/ipad.

    Best regards,
    Peter

    in reply to: Strukturierte Daten Problem mit Portfolio #315966

    Hi adrianwackernah!

    Da Portfolioeinträge als statische Elemente gedacht sind wird auch kein Autor angezeigt. Ich würde daher diese Fehlermeldung ignorieren.

    Cheers!
    Peter

    in reply to: WPML Media Library Issue #315266

    Hey afarahani!

    Please make sure you’re using the lates tversion of WPML and the media libary extension. Update Enfold to the latest version 2.9.2. Then deactivate all plugins and re-activate WPML and all WPML extensions. Then check you galleries and try to set the images on your Farshi website.

    Regards,
    Peter

    in reply to: Reihenfolge Seitenmenü #315263

    Hi dondela!

    Hast du schon probiert dieses Plugin zu installieren: https://wordpress.org/plugins/post-types-order/ und damit die Seiten neu zu ordnen?

    Regards,
    Peter

Viewing 30 posts - 2,011 through 2,040 (of 9,352 total)