Viewing 30 results - 6,571 through 6,600 (of 11,218 total)
  • Author
    Search Results
  • hi Yigit
    I already had it set in my theme options as in the screenshot
    http://screencast.com/t/bFss35STj

    The settings>reading has a radio button left on “show latest posts” – I didn’t change it when I set up the site – so I guess its always overriden by Enfold anyway?

    Even with my Enfold settings as Hompage = Home it still shows the “HOME” in the browser tab which is what I want to avoid.

    Compare with my other website which doesn’t show “Home” In Browser tab even though the page title is also “home”
    http://www.pete-edmunds.com (Not an enfold site)

    Any thoughts?

    thanks
    Pete

    • This reply was modified 9 years, 5 months ago by premedia.
    #711654

    No luck. Deactivate all plugins. Cleared cache, refreshed. I had already increased the memory limit in order to do the theme install and I confirmed that it is at 256M. Still no save button. I am using iOS and don’t have access to a computer with a harddrive. Could that be it? The save button appears and works for all element EXCEPT any that have the visual text editor. As a workaround for the meeting, I’m switching to the Twenty Sixteen theme to make my edits, then switching back to Enfold to see what it looks like, but that’s a royal pain.

    #711582

    Hey M|C,

    Please try adding a widget area to the header: http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/. You can add your button into it after that.

    Best regards,
    Rikard

    ahmed_shawan
    Participant

    Hello

    I have installed a Pinterest Pin It image hover plugin on my WordPress site with Enfold theme enabled

    Everything looks good but when I put cursor on any image and scroll down the page a bit the Pin It button scrolls over the Menu Bar

    You can see the error on below screenshot

    Pin it button error

    I need assistance to resolve this issue across my website

    Example URL: http://www.freefonts.io/zag-font-free-download/

    Best Regards,
    Ahmed

    #711366

    Hey Nikko,

    The function adds the code in the toggle on mobile screen width but the new menu is not clickable. The old menu is still appearing when tapping on the new icon. It is impossible to activate and open the new burger-menu. When clicking on the button Enfold mobile menu opens instead of new burger menu.

    Screenshot when not hovered:
    Not hovered

    Screenshot when hovered:
    Hovered

    Unfortunately I cannot demonstrate the behaviour to you, because it is not hosted on a public server. I have tried your suggested code on a basic http://kriesi.at/themes/enfold-lifestyle-blog/ with header menu below logo.

    Can you please try this on your test environment to better understand?

    Regards

    #711120
    sgwifi
    Participant

    Hi,

    How do I create the newsletter sign up with inline button, e.g. http://kriesi.at/themes/enfold-startup/ ?

    Am I able to use Contact Form 7 for above as well?

    Regards,
    Simon

    #710853

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top #wrap_all #header .av-menu-button:hover > a .avia-menu-fx {
        opacity: 1;
        display: block;
        visibility: visible;
    }
    

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Best regards,
    Yigit

    #710819
    pimroll
    Participant

    Hello,

    I know, that Enfold has the social sharing built in buttons but what is the easiest solution to add social share counter so the visitors would know how much this post has been shared.

    Best Regards,

    #710814

    Topic: Blog preview issues

    in forum Enfold
    eKMUch
    Participant

    Dear Enfold Team

    I have to issues regarding the blog overview, where I would be glad if you could help us:

    1) We would like to slightly reduce the space between the text excerpt and title of blog preview (see attachment a)) How to do this?

    2) On the blog page (/blog) the “read more” buttons aren’t showing correctly (see attachment b)

    Thank you,
    R

    #710670

    In reply to: information disappears

    Hello,

    We have bought the ENFOLD template and we have wordpress to the latest version, the problem we have is that when we are editing a page, when we give the update button, the information disappears and there is no way to create the page.

    Could you help us on this? Thank you very much and greetings.

    #710664

    Topic: information disappears

    in forum Enfold
    carmor24
    Participant

    Hello,

    We have bought the ENFOLD template and we have wordpress to the latest version, the problem we have is that when we are editing a page, when we give the update button, the information disappears and there is no way to create the page.

    Could you help us on this? Thank you very much and greetings.

    #710572

    Hi Elena,

    I checked the code you used and I replaced it with this one:

    add_action('woocommerce_before_main_content', 'ava_woocommerce_before_main_content', 5);
    function ava_woocommerce_before_main_content() {
    	if(!is_tax('product_cat')) return;
    	$resources = "<link rel='stylesheet' id='layerslider-css'  href='" . get_template_directory_uri() . "/config-layerslider/LayerSlider/static/css/layerslider.css?ver=5.6.2' type='text/css' media='all' />
    	<script type='text/javascript' src='" . get_template_directory_uri() . "/config-layerslider/LayerSlider/static/js/greensock.js?ver=1.11.8'></script>
    	<script type='text/javascript' src='" . get_template_directory_uri() . "/config-layerslider/LayerSlider/static/js/layerslider.kreaturamedia.jquery.js?ver=5.6.2'></script>
    	<script type='text/javascript' src='" . get_template_directory_uri() . "/config-layerslider/LayerSlider/static/js/layerslider.transitions.js?ver=5.6.2'></script>";
    
    	$script = "<script data-cfasync=\"false\" type=\"text/javascript\">var lsjQuery = jQuery;</script><script data-cfasync=\"false\" type=\"text/javascript\"> lsjQuery(document).ready(function() { if(typeof lsjQuery.fn.layerSlider == \"undefined\") { lsShowNotice('layerslider_6','jquery'); } else { lsjQuery(\"#layerslider_6\").layerSlider({responsiveUnder: 1140, layersContainer: 1140, autoStart: false, startInViewport: false, pauseOnHover: false, twoWaySlideshow: true, loops: 1, keybNav: false, touchNav: false, skin: 'fullwidth', globalBGColor: 'rgba(255, 255, 255, 0.45)', navPrevNext: false, hoverPrevNext: false, navStartStop: false, navButtons: false, showCircleTimer: false, thumbnailNavigation: 'disabled', lazyLoad: false, yourLogoStyle: 'left: 10px; top: 10px;', cbInit: function(element) { }, cbStart: function(data) { }, cbStop: function(data) { }, cbPause: function(data) { }, cbAnimStart: function(data) { }, cbAnimStop: function(data) { }, cbPrev: function(data) { }, cbNext: function(data) { }, skinsPath: 'http://www.saldaturacontrollo.it/wp/wp-content/themes/enfold/config-layerslider/LayerSlider/static/skins/'}) } }); </script>";
    
    	$output = $resources . $script;
    
    	echo $output;
    
    	echo do_shortcode("[ av_layerslider id='6']");
    
    ?>
    	<div id="av_section_1" class="avia-section main_color avia-section-default avia-no-shadow avia-bg-style-scroll  avia-section av-minimum-height av-minimum-height-25 container_wrap sidebar_left" style="background-color: #ec9b84; background-color: #ec9b84; ">
    		<div class="container">
    			<div class="template-page content  av-content-small units">
    				<div class="post-entry post-entry-type-page post-entry-417">
    					<div class="entry-content-wrapper clearfix">
    						<?php
    							echo do_shortcode("[ av_one_fifth first min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display=''][ av_font_icon icon='ue806' font='entypo-fontello' style='border' caption='Lista dei desideri <br/> WISHLIST' link='manually,http://' linktarget='' size='40px' position='center' color='#b02b2c' custom_class=''][/av_font_icon][/av_one_fifth]
    [ av_one_fifth min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display=''][ av_font_icon icon='ue859' font='entypo-fontello' style='border' caption='ACQUISTO <br/> facile e veloce' link='manually,http://' linktarget='' size='40px' position='center' color='#b02b2c' custom_class=''][/av_font_icon][/av_one_fifth]
    [ av_one_fifth min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display=''][ av_font_icon icon='ue802' font='fontello' style='border' caption='PAGAMENTO SICURO <br/> con Bonifico e PAYPAL' link='manually,http://' linktarget='' size='40px' position='center' color='#b02b2c' custom_class=''][/av_font_icon][/av_one_fifth]
    [ av_one_fifth min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display=''][ av_font_icon icon='ue804' font='fontello' style='border' caption='SPEDIZIONE <br/>24/48 ore' link='manually,http://' linktarget='' size='40px' position='center' color='#b02b2c' custom_class=''][/av_font_icon][/av_one_fifth]
    [ av_one_fifth min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display=''][ av_font_icon icon='ue803' font='fontello' style='border' caption='Rimborso di denaro ad ogni acquisto' link='manually,http://' linktarget='' size='40px' position='center' color='#b02b2c' custom_class=''][/av_font_icon][/av_one_fifth]");
    						?>
    					</div>
    				</div>
    			</div>
    		</div>
    	</div>
    <?php 
    }

    Color Section shortcode causes it to break, so I created the
    <div>s, as for the layerslider, it doesn’t seem to work, I even fixed the script code and changed localhost which causes 404 error, for the layerslider part, can you use image instead? as I really tried to make the layerslider work but unfortunately I already spent a lot of time. Hope this helps :)

    Best regards,
    Nikko

    #710560

    Hey!

    We added a “dirty” solution in the functions.php file:

    add_action('woocommerce_before_main_content', 'ava_woocommerce_before_main_content');
    function ava_woocommerce_before_main_content() {
    	if(!is_tax('product_cat')) return;
    	$resources = '<link rel="stylesheet" id="layerslider-css" href="http://www.vincenzaboutique.it/wp-content/themes/enfold/config-layerslider/LayerSlider/static/css/layerslider.css?ver=5.6.8" type="text/css" media="all">
    	<script type="text/javascript" src="http://www.vincenzaboutique.it/wp-content/themes/enfold/config-layerslider/LayerSlider/static/js/greensock.js?ver=1.11.8"></script>
    	<script type="text/javascript" src="http://www.vincenzaboutique.it/wp-content/themes/enfold/config-layerslider/LayerSlider/static/js/layerslider.transitions.js"></script>
    	<script type="text/javascript" src="http://www.vincenzaboutique.it/wp-content/themes/enfold/config-layerslider/LayerSlider/static/js/layerslider.kreaturamedia.jquery.js?ver=5.6.8"></script>';
    
    	$script = "<script data-cfasync=\"false\" type=\"text/javascript\">
    	lsjQuery(document).ready(function() {
    	if(typeof lsjQuery.fn.layerSlider == \"undefined\") { lsShowNotice('layerslider_6','jquery'); }
    	else {
    	lsjQuery(\"#layerslider_6\").layerSlider({responsiveUnder: 1140, layersContainer: 1140, autoStart: false, startInViewport: false, pauseOnHover: false, firstSlide: 'random', twoWaySlideshow: true, loops: 1, keybNav: false, touchNav: false, skin: 'fullwidth', navPrevNext: false, hoverPrevNext: false, navStartStop: false, navButtons: false, showCircleTimer: false, thumbnailNavigation: 'disabled', lazyLoad: false, yourLogoStyle: 'left: 10px; top: 10px;', cbInit: function(element) { }, cbStart: function(data) { }, cbStop: function(data) { }, cbPause: function(data) { }, cbAnimStart: function(data) { }, cbAnimStop: function(data) { }, cbPrev: function(data) { }, cbNext: function(data) { }, skinsPath: 'http://www.vincenzaboutique.it/wp-content/themes/enfold/config-layerslider/LayerSlider/static/skins/'})
    	}
    	});
    	</script>";
    	$output = $resources . '<div id="layer_slider_1" class="avia-layerslider main_color avia-shadow  avia-builder-el-0  el_before_av_section  avia-builder-el-first  container_wrap sidebar_left" style="height: auto;">'.$script.'<div class="ls-wp-fullwidth-container" style="height: 282px;"><div class="ls-wp-fullwidth-helper" style="width: 919px; height: 282px; left: 0px;"><div id="layerslider_6" class="ls-wp-container ls-container ls-fullwidth" style="width: 919px; height: 282.149px; margin: 0px auto; visibility: visible;"><div class="ls-inner" style="background-color: transparent; width: 919px; height: 282px;"><div class="ls-slide ls-slide-1" data-ls=" transition2d: all;" style="width: 919px; height: 282px;"><img src="http://www.vincenzaboutique.it/wp-content/uploads/2016/11/slider-vincenza-boutique-wishlist.jpg" class="ls-bg" alt="slider-vincenza-boutique-wishlist"><div class="ls-gpuhack"></div></div><div class="ls-slide ls-slide-2" data-ls=" transition2d: all;" style="width: 919px; height: 282px;"><img src="http://www.vincenzaboutique.it/wp-content/uploads/2016/11/slider-vincenza-boutique-shop.jpg" class="ls-bg" alt="slider-vincenza-boutique-shop"><div class="ls-gpuhack"></div></div><div class="ls-slide ls-slide-3" data-ls=" transition2d: all;" style="width: 919px; height: 282px;"><img src="http://www.vincenzaboutique.it/wp-content/uploads/2016/11/slider-vincenza-boutique-3.jpg" class="ls-bg" alt="slider-vincenza-boutique-3"><div class="ls-gpuhack"></div></div><div class="ls-slide ls-slide-4" data-ls=" transition2d: all;" style="width: 919px; height: 282px; left: 0px; right: auto; top: 0px; bottom: auto;"><img src="http://www.vincenzaboutique.it/wp-content/uploads/2016/11/slider-vincenza-boutique-4.jpg" class="ls-bg" alt="slider-vincenza-boutique-4"><div class="ls-gpuhack"></div></div><div class="ls-slide ls-slide-5 ls-active" data-ls=" transition2d: all;" style="width: 919px; height: 282px; visibility: visible; display: none; left: auto; right: 0px; top: 0px; bottom: auto;"><img src="http://www.vincenzaboutique.it/wp-content/uploads/2016/11/slider-vincenza-boutique-5.jpg" class="ls-bg ls-preloaded" alt="slider-vincenza-boutique-5" style="padding: 0px; border-width: 0px; width: 806.14px; height: 174.932px; margin-left: 56.4298px; margin-top: 53.5338px;"><div class="ls-gpuhack" style="width: auto; height: auto; padding: 0px; border-width: 0px; left: 0px; top: 0px;"></div></div><div class="ls-slide ls-slide-6" data-ls=" transition2d: all;" style="width: 919px; height: 282px;"><img src="http://www.vincenzaboutique.it/wp-content/uploads/2016/11/slider-vincenza-boutique-6.jpg" class="ls-bg" alt="slider-vincenza-boutique-6"><div class="ls-gpuhack"></div></div></div><div class="ls-loading-container" style="z-index: -1; display: none;"><div class="ls-loading-indicator"></div></div><div class="ls-shadow"></div></div></div></div></div>';
    
    	echo $output;
    	$columns = do_shortcode("[av_one_fifth first min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display='']
    
    [av_font_icon icon='ue806' font='entypo-fontello' style='border' caption='Lista dei desideri <br/> WISHLIST' link='manually,http://' linktarget='' size='40px' position='center' color='#b02b2c' custom_class=''][/av_font_icon]
    
    [/av_one_fifth][av_one_fifth min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display='']
    
    [av_font_icon icon='ue859' font='entypo-fontello' style='border' caption='ACQUISTO <br/> facile e veloce' link='manually,http://' linktarget='' size='40px' position='center' color='#b02b2c' custom_class=''][/av_font_icon]
    
    [/av_one_fifth][av_one_fifth min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display='']
    
    [av_font_icon icon='ue802' font='fontello' style='border' caption='PAGAMENTO SICURO <br/> con Bonifico e PAYPAL' link='manually,http://' linktarget='' size='40px' position='center' color='#b02b2c' custom_class=''][/av_font_icon]
    
    [/av_one_fifth][av_one_fifth min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display='']
    
    [av_font_icon icon='ue804' font='fontello' style='border' caption='SPEDIZIONE <br/>24/48 ore' link='manually,http://' linktarget='' size='40px' position='center' color='#b02b2c' custom_class=''][/av_font_icon]
    
    [/av_one_fifth][av_one_fifth min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display='']
    
    [av_font_icon icon='ue803' font='fontello' style='border' caption='Rimborso di denaro ad ogni acquisto' link='manually,http://' linktarget='' size='40px' position='center' color='#b02b2c' custom_class=''][/av_font_icon]
    
    [/av_one_fifth]");
    
    	echo '<div id="av_section_1" class="avia-section main_color avia-section-default avia-no-shadow avia-bg-style-scroll  avia-builder-el-1  el_after_av_layerslider  el_before_av_productgrid   av-minimum-height av-minimum-height-25 container_wrap sidebar_left" style="background-color: #ec9b84; background-color: #ec9b84; "><div class="container"><div class="template-page content  av-content-small units"><div class="post-entry post-entry-type-page post-entry-16"><div class="entry-content-wrapper clearfix">'.$columns.'</div><!-- close content main div --></div></div></div></div>';
    }

    // http://www.vincenzaboutique.it/categoria-prodotto/abbigliamento/collezione/

    Cheers!
    Ismael

    #710510

    Hey corneliaboehm,

    Try to add this code in your QUick CSS (located in Enfold > General Styling):

    .home #fullscreen_slider_0 a.avia-slideshow-button:nth-child(3) {
        color: #fff !important;
        background: #ff1100 !important;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #710416

    Topic: information disappears

    in forum Enfold
    carmor24
    Participant

    We have a problem, we have the latest version of WordPress and the latest version of the ENFOLD template. The problem we have, is that when creating a page, and giving the button update, suddenly everything disappears or much of the content.

    They can help us? thanks to all.

    #710324

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    a.quick-view-button.button {
        top: 0;
        opacity: 0;
        position: absolute;
        width: 100%;
        height: 100%;
    }

    Regards,
    Yigit

    #710183
    betti
    Participant

    Hi there,
    I’m using Polylang to translate my website. I’m trying to get a button in above the nomal header (subheader) where the language can be chosen. So far I’m not able to add the widget “header” as explained in http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/. I was able to add the code and the widget but I’m not able to make it appear in my header by itself (without adding an other menu).
    I’d really appreciate your help! :)
    Cheers

    #710156

    Hey Casualmonkey!

    Thank you for using Enfold.

    Is it just me or the screenshots are the same? Have you tried the following plugin?

    // https://wordpress.org/plugins/wc-variations-radio-buttons/

    And a premium one.

    // https://woocommerce.com/products/variation-swatches-and-photos/

    Please ask the woocommerce team for more info.

    Regards,
    Ismael

    #710150
    L
    Participant

    Hi,

    There are visual issues with Enfold medical appearance on phone and tablet portrait resolution:
    Screenshot

    The problem is that the DEPARTMENTS MEDICAL SERVICES and RESEARCH block is placed in front of the slider and covers the slider content The secondary text and buttons cannot be seen or showing partly.

    Website link for reference – http://kriesi.at/themes/enfold-medical/

    How do we fix these? I want to move the blocks a bit down.

    #710075

    Hey AmyBuild,

    Thanks for using Enfold :)

    1. Please add this code in your Quick CSS (located in Enfold > General Styling):

    #top .av-menu-button > a .avia-menu-text {
        border: 0;
    }

    2. Try to upload a landscape oriented image, try this image size 1600px(width) x 1067px(height).

    Let us know if this helps :)

    Best regards,
    Nikko

    #710017
    ZhangYang
    Participant

    Hi,

    I am sorry if this is a very junior question but I am really stuck with this.

    I bought and installed the Enfold theme on my WordPress site and I installed the demo. I have changed the image, now I am trying to change the words that appears together with the picture and the two buttons. How do I change that?

    #709770
    Casualmonkey
    Participant

    Hello Enfold,

    I have a question about the buy button area and how to customise it. I hope you can help me.

    I have products with variations, which right now are displayed with a drop down menu. (see attached photonull)
    I would love to have boxes instead of the drop down menu (see attached photo)

    Is that possible? Would I need to hire a freelancer, or is it simple coding?

    I’m looking forward to read you answer,
    Kind regards,
    Gustav

    #709496

    Hi,

    You can refer to this post – http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/ and add a widget area to your header and position it as needed using custom CSS. For print button, please refer to my post here – https://kriesi.at/support/topic/print-page-from-fullwidth-button-to-replace-ctrlp/#post-685112

    Best regards,
    Yigit

    #709330

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top .avia-slideshow-button {
        font-size: 20px;
    }
    

    Best regards,
    Yigit

    Hey nirazo!

    Please refer to this post – http://kriesi.at/documentation/enfold/add-onclick-event-to-the-contact-form-submit-button/

    Best regards,
    Yigit

    #709014

    Hey tebane,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (min-width: 768px) and (max-width: 1024px) {
    #top .avia-button-fullwidth {
        font-size: 1.2em !important;
    }
    }

    Best regards,
    Rikard

    #709007

    Hi,

    Thank you for using Enfold.

    Could you please provide a screenshot of the social icon layout that you have in mind? In the text widget, you can use the button shortcode with an icon or the icon shortcode. Generate the shortcode using the “Insert Theme Shortcode” button from a temporary post or page.

    Best regards,
    Ismael

    #708897

    Hey Crossfitbsa,

    The button couldn’t be clicked because the arrow down icon blocks it, to fix this issue on that page, kindly add this code in Quick CSS (located in Enfold > General Styling):

    .page-id-509 #av_section_1 .avia-button-right {
        position: relative;
        z-index: 999;
    }

    Let us know if it works :)

    Best regards,
    Nikko

    Hi!

    Have you added any custom CSS that mess with those buttons at all?
    Same action does not exist on default Enfold

    Best regards,
    Basilis

    Hi Rikard,
    have you checked iPhone and iPad?

    https://www.dropbox.com/s/9efuj1qgvp48ptj/enfold%20buttons%20ipad%20iphone.jpg?dl=0
    Buttons are aligned far off right as you can see in the screenshot. On Android it’s all working fine.

    Thx a lot for your help.

    Timo

Viewing 30 results - 6,571 through 6,600 (of 11,218 total)