Forum Replies Created

Viewing 30 posts - 14,581 through 14,610 (of 14,834 total)
  • Author
    Posts
  • in reply to: Posts – Avia Builder #346895

    Hey!

    I’m not sure what it could be. Send us a login when you go live and we’ll take a look.

    Cheers!
    Elliott

    in reply to: Problems with Layer Slider #346894

    Hey!

    It seems to be saving fine on my end as well. Instead of using the center tag add this to the custom CSS field.

    text-align: center;
    

    That fixed the third layer.

    Regards,
    Elliott

    in reply to: Phone Number in Header Linking on Mobile View #346872

    Hi Studio13SprayTanning!

    Try adding this to the phone number text input.

    <a href="tel:1-847-555-5555">1-847-555-5555</a>
    

    Cheers!
    Elliott

    in reply to: Add flag links / next to copyrights link #346871

    Hey alexoua!

    Your wanting to display it right next to the copyright text on the left side of the footer correct? If so then add this on line 108 in /enfold/footer.php.

    if(function_exists('transposh_widget')) { transposh_widget(array(), array('widget_file' => 'flags/tpw_flags.php')); }
    

    It should be placed right above this,

    echo "<nav class='sub_menu_socket' ".avia_markup_helper(array('context' => 'nav', 'echo' => false)).">";
    

    Best regards,
    Elliott

    in reply to: LayerSlider: Kein Zugriff auf Einstellungen möglich #346866

    Hallo qualitycube !

    Ihr immer ein paar JavaScript-Fehler . Das Problem scheint nur auf den ersten Schieber geschehen obwohl, ” qualitycube Start- Slider” , so wie es scheint, gibt es ein Problem in den Einstellungen irgendwo . Löschen Sie diese spezielle Schieberegler und dann eine neue erstellen und bearbeiten Sie sie , um zu sehen ob es funktioniert.

    Mit freundlichen Grüßen ,
    Elliott

    in reply to: Changing padding in section's LARGE PADDING option #346860

    Hey axelfx07!

    Add this to your custom CSS,

    .avia-section-large .content, .avia-section-large .sidebar {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    Cheers!
    Elliott

    in reply to: Square thumbnail images on blogposts #346858

    Hey kjems!

    It looks like we need a login to view your site. Be sure to mark your reply as private.

    Best regards,
    Elliott

    in reply to: Icon Box Styling anpassen #346847

    Hallo Daniela !

    Senden Sie uns den Link und wir werden einen Blick riskieren. Sie können Ihren Beitrag als privat kennzeichnen , wenn Sie es wünschen.

    Grüße,
    Elliott

    in reply to: Enfold, Woocommerce, WPML & Multi currency #346835

    Hey johniem!

    I would try this plugin out, https://wordpress.org/plugins/woocommerce-currency-switcher/. It looks like it has a shortcode available as well.

    Best regards,
    Elliott

    in reply to: Responsive design on tablet not always working #346834

    Hi cvweb!

    It’s displaying fine on my Nexus 7 tablet. What tablet are you using and what is it’s resolution? If your tablet has a high resolution then there should be enough space for the menu to display as it normally does and it will not change to the responsive menu.

    Go ahead and take some screenshots of what your seeing with the slider so we can get a better idea of what’s going on.

    Regards,
    Elliott

    in reply to: sticky & shrinked header NO transparency #346827

    Hi michaelwalch!

    Try adding this to your custom CSS,

    .header_bg { opacity: 1 !important; }
    

    Best regards,
    Elliott

    in reply to: Create category templates? #346821

    Hey razhimself!

    In your theme folder (or child theme) create a copy of this file, /enfold/archive.php, and rename it to category-slug.php and then edit the file and find line 33 which should look like this.

    $avia_config['blog_style'] = apply_filters('avf_blog_style', avia_get_option('blog_style','multi-big'), 'archive');
    

    Change it to this,

    $avia_config['blog_style'] = 'blog-grid';
    

    This will change the layout for whatever category slug your using in the filename. You can change the layout to any of these.

    blog-grid
    single-big
    single-small
    multi-small
    multi-big

    Cheers!
    Elliott

    • This reply was modified 9 years, 11 months ago by Elliott.
    in reply to: Issues with sidebar #346810

    Hi Kris1711!

    First off go ahead and update Enfold to 3.0.2. Your currently using 3.0. Also double check to see if disabling all plugins fixes it.

    If your still having problems after those two steps then let us know and we’ll take a closer look.

    Cheers!
    Elliott

    in reply to: Mega menu not working properly #346796

    Hi gwyrrdin!

    Try using imgur, http://imgur.com/, to host your screenshots. Go ahead and send us a link and deactivate all plugins and we’ll take a look.

    Cheers!
    Elliott

    in reply to: Update Layer Slider manually? #346794

    Hi TF_Photography!

    You can find the LayerSlider files at /enfold/config-layerslider/LayerSlider/. Just copy over your updated files to overwrite them.

    Regards,
    Elliott

    in reply to: Text added to portfolio shows in footer #346775

    Hi VinzentE!

    Make sure your using the latest version of the theme and deactivate all plugins to see if the problem goes away. If your still seeing it then send us a link and a WordPress login and we’ll take a closer look. Make sure to mark your reply as private when including login information.

    Best regards,
    Elliott

    in reply to: Social share buttons in lightbox / prettyPhoto #346772

    Hey!

    For the latest version of Enfold try this out, https://kriesi.at/support/topic/social-sharing-on-galleries-enfold-v-3-0-2/#post-344775.

    Cheers!
    Elliott

    in reply to: Columns #346769

    Hi smudger1979!

    Try this out,

    [av_two_third first]
    [av_one_half first]first[/av_one_half]
    [av_one_half]second[/av_one_half]
    [/av_two_third]
    
    [av_one_third]third[/av_one_third]

    The important thing to remember is to add “first” to the first column in each set.

    You can do this, http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/, if you wish to edit them in the advanced layout editor.

    Best regards,
    Elliott

    in reply to: banners in header WHAT WORKS? #346766

    Hey jasonwettstein1!

    You can try adding that code on line 13 in /enfold/includes/helper-main-menu.php. Or if you just wanting to add another image to your header then add this in that spot.

    <img src = "URL to your image" />
    

    Regards,
    Elliott

    in reply to: Open Image in Lightbox – Masonry Portfolio #346763

    Hey!

    Yes it sounds like the “Masonry Gallery” element is what your looking for. Let us know if you have any other questions.

    Regards,
    Elliott

    • This reply was modified 9 years, 11 months ago by Elliott.
    in reply to: Updating Theme Layout To Photography Set up #346760

    Hi Gstar72!

    Importing one of the theme demos in Dashboard -> Enfold -> Demo Import will import the demo pages, posts, images as well as theme settings into your site. Basically once you import your site will look like the demo so you would need to reset your menu and other theme settings after the import.

    Your existing content (pages, images, posts, etc etc) will be safe but it would be best to create a backup before the import just in case you do not like all of the extra content added.

    Regards,
    Elliott

    • This reply was modified 9 years, 11 months ago by Elliott.
    in reply to: Login form #346758

    Hi Linux-963!

    Try this plugin out, https://wordpress.org/plugins/wp-login-box/.

    Best regards,
    Elliott

    in reply to: Blurry images in header slider #346757

    Hey AneBang!

    It looks like your images are kind of small in dimensions and are being resized to be bigger. Are you sure you do not have any custom CSS being set on them? Go ahead and send us a WordPress login and we’ll take a closer look. Be sure to mark your reply as private.

    Regards,
    Elliott

    in reply to: Where are all the – Typography shortcodes? #346751

    Hi consult!

    You can find all of our shortcodes in the advanced layout editor but if you do not want to use that then switch to the default editor and you should see a magic wand in the TinyMCE editor which you can click on to insert shortcodes.

    The info box is there and you can use our icon shortcode to display quotes or use our testimonial shortcode for that as well. If you have any other questions then let us know.

    Best regards,
    Elliott

    in reply to: How to change the word "All" on the Portfolio Category #346745

    Hey royaltask!

    Are you talking about the “All” link that get’s displayed with the Masonry element when you enable sorting? If so then try adding this to the bottom of your /enfold/functions.php file.

    add_filter( 'avf_masonry_sort_first_label', 'enfold_customization_change_all_text' );
    function enfold_customization_change_all_text( $text ) {
    	return 'Portfolios:';
    }

    Cheers!
    Elliott

    in reply to: How to Change Row Background #346744

    Hey om_eraydin!

    Have you tried out our “Color Section” element? Switch to the advanced layout editor when editing your page and then drag the color section element down to your content and then drag the slider and other content into the color section. You can then edit the color section to change the color, etc etc.

    Cheers!
    Elliott

    in reply to: Events Calednar Pro formatting… #346740

    Hi maastrichtuniversity!

    Try adding this to the bottom of your /enfold/functions.php file.

    function avia_events_register_assets() { return; }
    

    Regards,
    Elliott

    in reply to: Using 3rd party iLightbox plugin #346737

    Hey Giorgos!

    Try lines 190 and 290 in /enfold/config-templatebuilder/avia-shortcodes/image.php.

    And lines 138 and 219 in /enfold/config-templatebuilder/avia-shortcodes/gallery.php.

    If your still having trouble then send us a link and we’ll take a closer look.

    Regards,
    Elliott

    in reply to: Wrong image article when i share to social #346735

    Hi!

    Try adding this to the bottom of your /enfold/functions.php file,

    add_action( 'wp_head', 'enfold_customization_add_facebook_open_graph_tag' );
    function enfold_customization_add_facebook_open_graph_tag() {
    	global $post;
    	if ( is_single() && has_post_thumbnail() ) { 
    		echo '<meta property = "og:image" content = "'.get_the_post_thumbnail( $post->ID, 'full' ).'" />'; 
    	}
    }

    Cheers!
    Elliott

    in reply to: Nur eine Skin mit Layerslider WP? #346731

    Hallo !

    Gehen Sie weiter und Sie uns den Link und wir werden einen genaueren Blick zu nehmen . Sie können Ihre Antwort als privat kennzeichnen , wenn Sie es wünschen.

    Grüße,
    Elliott

Viewing 30 posts - 14,581 through 14,610 (of 14,834 total)