Viewing 30 results - 7,171 through 7,200 (of 11,220 total)
  • Author
    Search Results
  • #639118

    Hi Chris_85!

    Please take a look at the post here:

    and let us know if it is helpful at all.

    Thanks a lot for your patience

    Cheers!
    Basilis

    #639034

    Ahh, i think the issue comes when you use the arrows, i’ve been writing the number and pressing enter the whole time. Try the following, open /enfold/config-woocommerce/woocommerce-mod.js and remove/comment this block:

    jQuery(".quantity input[type=number]").each(function() {
    	var number = $(this),
    			max = parseFloat( number.attr( 'max' ) ),
    			min = parseFloat( number.attr( 'min' ) ),
    			step = parseInt( number.attr( 'step' ), 10 ),
    			newNum = jQuery(jQuery('
    <div />').append(number.clone(true)).html().replace('number','text')).insertAfter(number);
    			number.remove();
    
    		setTimeout(function(){
    			if(newNum.next('.plus').length == 0) {
    				var minus = jQuery('<input type="button" value="-" class="minus">').insertBefore(newNum),
    						plus    = jQuery('<input type="button" value="+" class="plus">').insertAfter(newNum);
    
    				minus.on('click', function(){
    					var the_val = parseInt( newNum.val(), 10 ) - step;
    					the_val = the_val < 0 ? 0 : the_val;
    					the_val = the_val < min ? min : the_val;
    					newNum.val(the_val);
    				});
    				plus.on('click', function(){
    					var the_val = parseInt( newNum.val(), 10 ) + step;
    					the_val = the_val > max ? max : the_val;
    					newNum.val(the_val);
    
    				});
    			}
    		},10);
    
    	});
    #638738

    In reply to: I need Blog guidance

    Hey KK,

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

    h3.slide-entry-title.entry-title {
        margin-bottom: 0!important;
        padding-bottom: 0!important;
    }
    .slide-meta { display: none !important; }
    

    Please add following code to Functions.php file in Appearance > Editor

    add_filter('avf_postgrid_excerpt_length','avia_change_postgrid_excerpt_length', 10, 1);
    function avia_change_postgrid_excerpt_length($length)
    {
       $length = 100;
       return $length;
    }

    Please edit your blog post and add your social share buttons and comments element into a color section element with custom background color #e3ded5

    Please add your custom font by referring to this post – http://kriesi.at/documentation/enfold/register-additional-google-fonts-for-theme-options/

    Best regards,
    Yigit

    #638564

    In reply to: Web Page gone blank

    Hi,

    The site looks good on my end. You may not see the changes until the cached files are cleared in your browser.

    Please try to hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload” and review the site again.

    The login details are not working.

    To update to the latest version follow the simple instructions here. (Or if you want the super detailed explanation you can read this blog post)

    If that does not help, feel free to reply here and we will take a closer look at the issue. In that case please also add your WordPress login credentials (in the “private data” field) so we can take a look at your admin area

    Best regards,
    Vinay

    #638339

    Topic: Socket Menu on Mobile

    in forum Enfold
    webprodigy
    Participant

    Hi there,

    I can’t seem to get the footer/socket menu to show up on mobile.
    I tried this with no success: http://kriesi.at/documentation/enfold/display-footer-menu-scroll-to-top-button-on-mobile/

    Here’s a link to the site: http://soulbursts.com/soulbursts/

    Thank you!

    yankeesierra
    Participant

    Hello there, first post here, loving Enfold Theme, great job, is there a way to achieve the bottom red notification that you can see at hivelocity.com ?

    #638135

    In reply to: Footer Menu In Socket

    Hey hdpcr!

    1- Please refer to this post – http://kriesi.at/documentation/enfold/display-footer-menu-scroll-to-top-button-on-mobile/
    2- Please elaborate :)

    Best regards,
    Yigit

    #637990

    Topic: Print Version + Button

    in forum Enfold
    bur2000
    Participant

    Hallo,
    mein Kunde möchte gern eine Druckenfunktion + Button auf einigen Seiten integriert haben.
    Gibt es ein empfohlenes Plugin für Enfold, das auch die Seiten printoptimiert?

    Gruß
    Markus

    • This topic was modified 9 years, 11 months ago by bur2000.

    1. Thank you! But when i paste the code into the functions.php the website turns all white?

    The quick CSS worked, but the cart is still partly showing as an animation when you take your browser on full with to the smallest responsive mode. How can i change that?

    2. I am going to need help with the secondary menu. It doesn’t work when i modify it in the enfold dashboard. Can you please take a look at what is wrong and fix it? I think it is a problem with the theme?

    3. It worked!

    4. This is way too advanced for me – Can you please make the buttons responsive in the layer slider? Is there not a function in the enfold theme to add buttons in the layer slider? Or in any other slider?

    #637340

    Hey mcraig77,

    It should be available in the edit options of the button element if not enable Custom CSS Class Name support for Advanced Layout builder elements and add this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .custom-font {
    	    font-size: 20px!important;
    }

    then use the class name “custom-font” on the buttons custom css class name.

    Best regards,
    Vinay

    #637181

    Hey buddyq,

    Once you enable debug mode as mentioned here http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    Go ahead and add any element from advanced layout builder to see it’s shortcode in the area below as shown in the below screenshot.

    Below is the shortcode for pricing table you can copy and paste it in the debug area and save the page to view the pricing table.

    
    [av_section color='alternate_color' custom_bg='' src='' position='top left' repeat='no-repeat' attach='scroll' padding='default' shadow='no-shadow']
    [av_table purpose='pricing' caption='']
    [av_row row_style='avia-heading-row'][av_cell col_style='']Private Plan[/av_cell][av_cell col_style='avia-highlight-col']Business Plan[/av_cell][av_cell col_style='']Mega Plan[/av_cell][/av_row]
    [av_row row_style='avia-pricing-row'][av_cell col_style='']10$
    <small>per month</small>[/av_cell][av_cell col_style='avia-highlight-col']20$
    <small>per month</small>[/av_cell][av_cell col_style='']50$
    <small>per month</small>[/av_cell][/av_row]
    [av_row row_style=''][av_cell col_style='']1 GB Bandwidth[/av_cell][av_cell col_style='avia-highlight-col']10 GB Bandwidth[/av_cell][av_cell col_style='']Unlimited Bandwidth[/av_cell][/av_row]
    [av_row row_style=''][av_cell col_style='']10 MB Max File Size[/av_cell][av_cell col_style='avia-highlight-col']50 MB Max File Size[/av_cell][av_cell col_style='']No Maximum File Size[/av_cell][/av_row]
    [av_row row_style=''][av_cell col_style='']3 GHZ CPU[/av_cell][av_cell col_style='avia-highlight-col']5 GHZ CPU[/av_cell][av_cell col_style='']5 GHZ CPU[/av_cell][/av_row]
    [av_row row_style=''][av_cell col_style='']256 MB Memory[/av_cell][av_cell col_style='avia-highlight-col']1024 MB Memory[/av_cell][av_cell col_style='']4 GB Memory[/av_cell][/av_row]
    [av_row row_style='avia-button-row'][av_cell col_style=''][av_button label='Get Private Plan' link='manually,http://' link_target='' color='theme-color-subtle' custom_bg='#444444' custom_font='#ffffff' size='medium' position='center' icon_select='yes' icon='25']
    
    [/av_cell][av_cell col_style='avia-highlight-col'][av_button label='Get Business Plan' link='manually,http://' link_target='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' size='medium' position='center' icon_select='yes' icon='29']
    
    [/av_cell][av_cell col_style=''][av_button label='Get Mega Plan' link='manually,http://' link_target='' color='theme-color-subtle' custom_bg='#444444' custom_font='#ffffff' size='medium' position='center' icon_select='yes' icon='44']
    
    [/av_cell][/av_row]
    [/av_table]
    [/av_section]
    
    

    Best regards,
    Vinay

    #636632

    Topic: Mobile Menu

    in forum Enfold
    Marsha
    Participant

    Hi,

    I’ve been reading through the forum and many threads about the pros and cons of having a Sticky Mobile (and Tablet) Menu. I can see there’s more cons than pros however I was hopeful of achieving a menu effect similar to what occurs on this site (http://www.mamamia.com.au/). The menu disappears from view when you are scrolling down to read a page, but if you scroll back up it re-appears. I think this provides a great UI and would love to achieve this using Enfold.

    Can you help? In my case I don’t want the top bar, only our logo and the ‘hamburger’ to show (though I am also about to try this to add search (https://kriesi.at/support/topic/search-button-for-mobile/) but I think this is added to the menu, not to the header itself.

    Cheers,
    Marsha

    #636542
    iNGENUiTY
    Participant

    Hi,

    I would like to use a icon for the ‘Login’ button on the top right hand corner of my website.

    It is currently the Pencil, but I would like it to be U+E800.

    I have already tried so many different things with the css, please help.

    Thank you

    Obviously we must use Socket, since social media icons do not work if nested in sidebar menu. Just checked you enfold photography example, it has the very same strange behaviour. So my question is still if this can be fixed and one more.
    1. How can one adjust the socket so it moves with the page. Right now it is sticky, and when you have load more button it overlaps with it?

    #636155

    In reply to: Photos are gone

    Hi,

    You can also access theme options by Clicking the cog icon with Enfold or your site name on it on the left sidebar.

    If you see that there is no update button. Please try this plugin to clear WordPress transients if you do not receive auto updates and make sure your API key is correct: https://wordpress.org/plugins/artiss-transient-cleaner/.

    If it does not help, I am afraid you might need to update the theme manually – http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Unfortunately not all Server environments are able to make use of the auto update feature provided by ThemeForest :/

    Best regards,
    Vinay

    Hi,

    The “sent message” displayed immediately after we click the send button but I’m not sure if you received it. Have you tried the troubleshooting instructions that we provided here? http://kriesi.at/documentation/enfold/my-contact-form-is-not-sending-emails/

    Best regards,
    Ismael

    #635873
    None
    Participant

    Hello,

    For a particular gallery I would like to disable the lazyload feature and just have the thumbnails shown right away.
    How can this be done?

    Simply removing “avia_lazyload avia_animate_when_visible” from my code does not work, as it shows the ‘greyed’ out thumbnail:

    <div class='avia-gallery avia-gallery-3 avia_lazyload avia_animate_when_visible  avia-builder-el-12  el_after_av_textblock  avia-builder-el-last '  itemscope="itemscope" itemtype="https://schema.org/ImageObject" ></a>
                       <div class='avia-gallery-thumb'> 
                      <a href='http://kriesi.at/themes/enfold/files/2011/12/dash_bb_superbig-1030x579.jpg' data-rel='gallery-3' data-prev-img='http://kriesi.at/themes/enfold/files/2011/12/dash_bb_superbig-710x270.jpg' class='first_thumb lightbox ' data-onclick='1' title=''  itemprop="contentURL" ><img  src='http://kriesi.at/themes/enfold/files/2011/12/dash_bb_superbig-80x80.jpg' width='80' height='80'  title='dash_bb_superbig' alt='' /></a> 
                      <a href='http://kriesi.at/themes/enfold/files/2011/12/dash_ball.jpg' data-rel='gallery-3' data-prev-img='http://kriesi.at/themes/enfold/files/2011/12/dash_ball-710x270.jpg' class='lightbox ' data-onclick='2' title=''  itemprop="contentURL" ><img  src='http://kriesi.at/themes/enfold/files/2011/12/dash_ball-80x80.jpg' width='80' height='80'  title='dash_ball' alt='' /></a> 
                      <a href='http://kriesi.at/themes/enfold/files/2011/12/dash_shoe.jpg' data-rel='gallery-3' data-prev-img='http://kriesi.at/themes/enfold/files/2011/12/dash_shoe-710x270.jpg' class='lightbox ' data-onclick='3' title=''  itemprop="contentURL" ><img  src='http://kriesi.at/themes/enfold/files/2011/12/dash_shoe-80x80.jpg' width='80' height='80'  title='dash_shoe' alt='' /></a> 
                      <a href='http://kriesi.at/themes/enfold/files/2011/12/dash_start.jpg' data-rel='gallery-3' data-prev-img='http://kriesi.at/themes/enfold/files/2011/12/dash_start-710x270.jpg' class='lightbox ' data-onclick='4' title='This was a cool Startbutton for a recent Project'  itemprop="contentURL" ><img data-avia-tooltip='This was a cool Startbutton for a recent Project' src='http://kriesi.at/themes/enfold/files/2011/12/dash_start-80x80.jpg' width='80' height='80'  title='dash_start' alt='' /></a> 
                      <a href='http://kriesi.at/themes/enfold/files/2011/12/dash_tresor.jpg' data-rel='gallery-3' data-prev-img='http://kriesi.at/themes/enfold/files/2011/12/dash_tresor-710x270.jpg' class='lightbox ' data-onclick='5' title=''  itemprop="contentURL" ><img  src='http://kriesi.at/themes/enfold/files/2011/12/dash_tresor-80x80.jpg' width='80' height='80'  title='dash_tresor' alt='' /></a> 
                      <a href='http://kriesi.at/themes/enfold/files/2011/12/dash_tresor_concept.jpg' data-rel='gallery-3' data-prev-img='http://kriesi.at/themes/enfold/files/2011/12/dash_tresor_concept-710x270.jpg' class='lightbox ' data-onclick='6' title=''  itemprop="contentURL" ><img  src='http://kriesi.at/themes/enfold/files/2011/12/dash_tresor_concept-80x80.jpg' width='80' height='80'  title='dash_tresor_concept' alt='' /></a> 
                      <a href='http://kriesi.at/themes/enfold/files/2011/12/dash_glass.jpg' data-rel='gallery-3' data-prev-img='http://kriesi.at/themes/enfold/files/2011/12/dash_glass-710x270.jpg' class='lightbox ' data-onclick='7' title=''  itemprop="contentURL" ><img  src='http://kriesi.at/themes/enfold/files/2011/12/dash_glass-80x80.jpg' width='80' height='80'  title='dash_glass' alt='' /></a> 
                      <a href='http://kriesi.at/themes/enfold/files/2011/12/dash_glass2.jpg' data-rel='gallery-3' data-prev-img='http://kriesi.at/themes/enfold/files/2011/12/dash_glass2-710x270.jpg' class='lightbox ' data-onclick='8' title=''  itemprop="contentURL" ><img  src='http://kriesi.at/themes/enfold/files/2011/12/dash_glass2-80x80.jpg' width='80' height='80'  title='dash_glass2' alt='' /></a> 
                      <a href='http://kriesi.at/themes/enfold/files/2011/12/dash_monitor.jpg' data-rel='gallery-3' data-prev-img='http://kriesi.at/themes/enfold/files/2011/12/dash_monitor-710x270.jpg' class='lightbox ' data-onclick='9' title=''  itemprop="contentURL" ><img  src='http://kriesi.at/themes/enfold/files/2011/12/dash_monitor-80x80.jpg' width='80' height='80'  title='dash_monitor' alt='' /></a> 
                      <a href='http://kriesi.at/themes/enfold/files/2011/12/dash_wallpaper.jpg' data-rel='gallery-3' data-prev-img='http://kriesi.at/themes/enfold/files/2011/12/dash_wallpaper-710x270.jpg' class='lightbox ' data-onclick='10' title=''  itemprop="contentURL" ><img  src='http://kriesi.at/themes/enfold/files/2011/12/dash_wallpaper-80x80.jpg' width='80' height='80'  title='dash_wallpaper' alt='' /></a> 
                      <a href='http://kriesi.at/themes/enfold/files/2011/12/superbig_dash_shoe-1030x772.png' data-rel='gallery-3' data-prev-img='http://kriesi.at/themes/enfold/files/2011/12/superbig_dash_shoe-710x270.png' class='lightbox ' data-onclick='11' title=''  itemprop="contentURL" ><img  src='http://kriesi.at/themes/enfold/files/2011/12/superbig_dash_shoe-80x80.png' width='80' height='80'  title='superbig_dash_shoe' alt='' /></a>
                      <a href='http://kriesi.at/themes/enfold/files/2011/12/superbig_dash_shoe-1030x772.png' data-rel='gallery-3' data-prev-img='http://kriesi.at/themes/enfold/files/2011/12/superbig_dash_shoe-710x270.png' class='lightbox ' data-onclick='11' title=''  itemprop="contentURL" ><img  src='http://kriesi.at/themes/enfold/files/2011/12/superbig_dash_shoe-80x80.png' width='80' height='80'  title='superbig_dash_shoe' alt='' /></a>
                      <a href='http://kriesi.at/themes/enfold/files/2011/12/superbig_dash_shoe-1030x772.png' data-rel='gallery-3' data-prev-img='http://kriesi.at/themes/enfold/files/2011/12/superbig_dash_shoe-710x270.png' class='lightbox ' data-onclick='11' title=''  itemprop="contentURL" ><img  src='http://kriesi.at/themes/enfold/files/2011/12/superbig_dash_shoe-80x80.png' width='80' height='80'  title='superbig_dash_shoe' alt='' /></a>
                      <a href='http://kriesi.at/themes/enfold/files/2011/12/superbig_dash_shoe-1030x772.png' data-rel='gallery-3' data-prev-img='http://kriesi.at/themes/enfold/files/2011/12/superbig_dash_shoe-710x270.png' class='lightbox ' data-onclick='11' title=''  itemprop="contentURL" ><img  src='http://kriesi.at/themes/enfold/files/2011/12/superbig_dash_shoe-80x80.png' width='80' height='80'  title='superbig_dash_shoe' alt='' /></a> 
                      <a href='http://kriesi.at/themes/enfold/files/2012/04/013.jpg' data-rel='gallery-3' data-prev-img='http://kriesi.at/themes/enfold/files/2012/04/013-710x270.jpg' class='lightbox ' data-onclick='12' title=''  itemprop="contentURL" ><img  src='http://kriesi.at/themes/enfold/files/2012/04/013-80x80.jpg' width='80' height='80'  title='' alt='' /></a>
                      <a href='http://kriesi.at/themes/enfold/files/2011/12/dash_glass2.jpg' data-rel='gallery-3' data-prev-img='http://kriesi.at/themes/enfold/files/2011/12/dash_glass2-710x270.jpg' class='lightbox ' data-onclick='8' title=''  itemprop="contentURL" ><img  src='http://kriesi.at/themes/enfold/files/2011/12/dash_glass2-80x80.jpg' width='80' height='80'  title='dash_glass2' alt='' /></a> 
                      <a href='http://kriesi.at/themes/enfold/files/2011/12/dash_monitor.jpg' data-rel='gallery-3' data-prev-img='http://kriesi.at/themes/enfold/files/2011/12/dash_monitor-710x270.jpg' class='lightbox ' data-onclick='9' title=''  itemprop="contentURL" ><img  src='http://kriesi.at/themes/enfold/files/2011/12/dash_monitor-80x80.jpg' width='80' height='80'  title='dash_monitor' alt='' /></a> 
                      <a href='http://kriesi.at/themes/enfold/files/2011/12/dash_wallpaper.jpg' data-rel='gallery-3' data-prev-img='http://kriesi.at/themes/enfold/files/2011/12/dash_wallpaper-710x270.jpg' class='lightbox ' data-onclick='10' title=''  itemprop="contentURL" ><img  src='http://kriesi.at/themes/enfold/files/2011/12/dash_wallpaper-80x80.jpg' width='80' height='80'  title='dash_wallpaper' alt='' /></a> 
                      <a href='http://kriesi.at/themes/enfold/files/2011/12/superbig_dash_shoe-1030x772.png' data-rel='gallery-3' data-prev-img='http://kriesi.at/themes/enfold/files/2011/12/superbig_dash_shoe-710x270.png' class='lightbox ' data-onclick='11' title=''  itemprop="contentURL" ><img  src='http://kriesi.at/themes/enfold/files/2011/12/superbig_dash_shoe-80x80.png' width='80' height='80'  title='superbig_dash_shoe' alt='' /></a>
                      <a href='http://kriesi.at/themes/enfold/files/2011/12/superbig_dash_shoe-1030x772.png' data-rel='gallery-3' data-prev-img='http://kriesi.at/themes/enfold/files/2011/12/superbig_dash_shoe-710x270.png' class='lightbox ' data-onclick='11' title=''  itemprop="contentURL" ><img  src='http://kriesi.at/themes/enfold/files/2011/12/superbig_dash_shoe-80x80.png' width='80' height='80'  title='superbig_dash_shoe' alt='' /></a>
                      </div>
                    </div>
    #635826

    Hi Rikard,
    It was AFTER creating an Editor user that I made my original post! When the editor user is logged in the Advanced Layout Builder selection button is NOT available on our implementation of WordPress with the Enfold Theme. WordPress 4.5.2 and Enfold 3.5.4.

    Regards

    Philip

    madisonstudios1
    Participant

    I have a design with logo left, Tagline/phone middle and social right
    Enfold has nice header options. I tried going to Appearance – Widgets – and typed in “header” and clicked the green button called ADD WIDGET AREA. I see the “header” now in the widget page… added a text box and put this in it…
    <p align=”center” class=”mid-header-top”> SHANNON CONSTRUCTION<br>
    & REMODELING, LLC. </p>
    <p align=”center” class=”mid-header-bottom”>Atlanta, Georgia | 678-409-2132 </p>

    I ftp’d to custom.css in the theme folder and added:

    .mid-header-bottom
    {
    font-family : Open Sans;
    font-weight : bold;
    font-size : 18px;
    line-height : 27px;
    color : #000000;
    color : rgb(0, 0, 0);
    }
    .mid-header-top
    {
    font-family : Josefin Slab;
    font-size : 22px;
    line-height : 23px;
    color : #000000;
    color : rgb(0, 0, 0);
    }
    _________

    I do not see the text in the header…
    I tried adding some code on the custom.css I found on your forum:
    #header .widget {
    left: 50%;
    padding-top: 0;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    z-index: 999;
    }
    ______

    still don’t see the tagline in the header.

    I see articles about adding lines to the functions.php – but thought the “ADD WIDGET AREA” put it in functions.php

    The site in development is in private

    Anyone have ideas/help???

    #635604
    advteksol
    Participant

    I am trying to add two buttons above my header. I tried adding a widget in the secondary menu which didn’t work that well. I also tried using the Phone Number option, but could only get one link, not a button. Then I came across this coding in one of your posts for the functions.php:

    /* Add button to above header */
    add_action( ‘ava_main_header’, ‘enfold_customization_add_to_header’ );
    function enfold_customization_add_to_header() {
    echo do_shortcode(“[av_button label='Client Login' link='manually,http://www.google.com' link_target='' size='small' position='left' icon_select='no' icon='ue800' font='entypo-fontello' color='custom' custom_bg='#ff6000' custom_font='#ffffff' custom_class='']“);
    }

    This seems to work, but when I add a second button, it pushes it down to the next line. I need them both to be on the same line.

    Also, this button is way to the left. I would like to have one just over the left of my main menu and one in the middle.

    Can you please help with these issues. Thanks.

    #635405
    studiopolak2
    Participant

    Hi Kriesi Team

    I want to add a custum code to a button, I did find some usefull information about it (http://kriesi.at/documentation/enfold/add-onclick-event-to-the-contact-form-submit-button/)

    I have a simple question, where exactly in the functions.php file do I add that code?

    Thanx
    Dylan

    #635355
    elbdesigner
    Participant

    Hi,
    I have the following issue with all websites I do with the Enfold theme as following.

    If I open the website on the iPad and wipe with the finger to the left than the menu appear. But I have already the Toggl Menu Button so this is not necessary and also appears sometimes when I want to scroll down. Please see this picture: http://www.elbdesigner.de/enfold/02.jpg

    Thank you for help!

    #634968

    UPD: “Reset settings” button seemed to work bringing back factory settings, but I still cannot save any single change in Enfold Theme Options. That’s a way to finish one’s day :(

    • This reply was modified 9 years, 11 months ago by Alex.
    #634831

    Topic: shopping cart in menu

    in forum Enfold
    claraelisa
    Participant

    Hi!

    I’m working with enfold (vacations template) and i’m triying to create a button in the menu with the shopping cart icon on it. How can i acomplish this?

    Thanks in advance

    #634813
    debacqua19
    Participant

    Hello,

    I’d like to create a static front page upon which will add a few buttons to link to internal pages. I have read support threads which seem to indicate to go to Enfold > Theme Options > Frontpage Settings. Clear. But what I do not see is how to make that page static. (home)

    I am sure it is something simple I am missing. Using Enfold v.3.5.4. Please help!

    Thank you very much.
    Deb

    hugaud
    Participant

    Hi,
    I am having difficulty figuring out why the easy slider full width is cutting off the caption content / button on mobiles AND the image reduces to a very very thin format on this page of my website: http://e-ha.co.uk/stewkley/
    I have a 1500 x 630 image set to display at 1500 x 430 but i get the same problem if I display it as 1500 x 630

    What I don’t understand is how to achieve what is achieved the rivo software website below – also based on Enfold theme – where the caption resizes nicely and stays visible on mobiles whilst the slider image grows taller NOT thinner.
    From the inspector I can see they use a 1500 x 630 image.

    This is what I am trying to achieve on my slider in terms of image height behaviour on mobiles and having the caption and buttons display properly on mobiles: http://www.rivosoftware.com/

    Thanks in advance for you assistance
    Hugues

    Hello Yigit,

    Thank you for taking the time to look at the site. I see that you added the share buttons to the page successfully. I hadn’t tried wrapping them in a color section. I think I just put them in a single column. I did some troubleshooting yesterday and found that the color section directly above where I was adding the social share buttons was the source of the problem. The combination of that color section, along with my trying to put social share buttons in a column beneath it would cause the footer and socket content to move to the left.

    I kept trying to check my custom css styling for the text inside that problematic color section and couldn’t get anything to work. I ultimately ended up causing a database connection error, which I had to fix before finally giving up on trying to add the sharing buttons.

    Thanks again, and I appreciate the kind words on the website. I have used all kinds of WordPress themes in the last five years and Enfold is far and away the best of them all. It is really excellent work. Thanks to you for making such a great product.

    Best regards,

    promosapien

    #634492

    Hey hylandgraphics,

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

    @media only screen and (max-width: 768px) {
    .slideshow_caption { padding: 5px; }
    h2.avia-caption-title {
        font-size: 20px;
    }
    #top .avia-slideshow-button { margin-top: 5px; }}
    @media only screen and (max-width: 480px) {
    .slideshow_caption {
        display: none;
    }}
    

    This will remove captions on mobile since there is not enough space to properly display them. You can also refer to this post to remove the slider on mobile – http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/

    Best regards,
    Yigit

    #634404

    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-button-fullwidth {
        font-family: "proxima-nova",sans-serif;
    }
    

    Best regards,
    Yigit

    #634266

    Hi,

    Open /enfold/config-woocommerce/woocommerce-mod.js and remove the following:

    	
    	jQuery(".quantity input[type=number]").each(function() {
    	var number = $(this),
    			max = parseFloat( number.attr( 'max' ) ),
    			min = parseFloat( number.attr( 'min' ) ),
    			step = parseInt( number.attr( 'step' ), 10 ),
    			newNum = jQuery(jQuery('
    <div />').append(number.clone(true)).html().replace('number','text')).insertAfter(number);
    			number.remove();
    
    		setTimeout(function(){
    			if(newNum.next('.plus').length == 0) {
    				var minus = jQuery('<input type="button" value="-" class="minus">').insertBefore(newNum),
    						plus    = jQuery('<input type="button" value="+" class="plus">').insertAfter(newNum);
    
    				minus.on('click', function(){
    					var the_val = parseInt( newNum.val(), 10 ) - step;
    					the_val = the_val < 0 ? 0 : the_val;
    					the_val = the_val < min ? min : the_val;
    					newNum.val(the_val);
    				});
    				plus.on('click', function(){
    					var the_val = parseInt( newNum.val(), 10 ) + step;
    					the_val = the_val > max ? max : the_val;
    					newNum.val(the_val);
    
    				});
    			}
    		},10);
    
    	});

    Regards,
    Josue

Viewing 30 results - 7,171 through 7,200 (of 11,220 total)