Viewing 30 results - 84,721 through 84,750 (of 142,732 total)
  • Author
    Search Results
  • #742754

    Hi,

    I think this is a duplicate thread to this one: https://kriesi.at/support/topic/top-button/

    Best regards,
    Nikko

    #742752

    Hey!

    I was able to reproduce the problem but I can’t find the cause of the issue. Are you planning to have the same prices for all variable products? Please try this in the functions.php file:

    function ava_get_woocommerce_currency_callback() {
    	$symbol = get_woocommerce_currency_symbol();
    	echo "<script type='text/javascript'>";
    	echo "var avia_framework_globals_mod = avia_framework_globals_mod || {};";
    	echo " avia_framework_globals_mod.woocommerceCurrency = '".$symbol."';";
    	echo "</script>";
    }
    add_action('wp_footer', 'ava_get_woocommerce_currency_callback', 10, 1);
    
    // custom script
    function ava_custom_script() {
    ?>
    	<script type="text/javascript">
    	(function($) {
    		function a() {
    			$('.av-woo-purchase-button').each(function() {
    				var form = $(this).find('.variations_form'),
    					pc   = $(this).find('.woocommerce-variation-price'),
    					product_variations = form.data('product_variations'),
    					symbol = avia_framework_globals_mod.woocommerceCurrency,
    					currency = "<span class='woocommerce-Price-currencySymbol'>"+symbol+"</span>",
    					price = '',
    					check = pc.find('.woocommerce-Price-currencySymbol').length !== 0;
    
    					$(product_variations).each(function() {
    						var vaddcart  = $('.woocommerce-variation-add-to-cart').find('.variation_id'),
    							varID    = $(this).variation_id;
    
    							if(varID == vaddcart) {
    								price = $(this).display_price;
    							}
    					});
    					//console.log(check);
    					if(check) return;
    
    					pc.append("<span class='price'><span class='woocommerce-Price-amount amount'>"+ currency + price +"</span></span>");
    			});
    		}
    
    		$("#top .variations select").on('click', function() {
    			setTimeout(function() {
    				a();
    			}, 1000);
    		});
    	})(jQuery);
    	</script>
    <?php
    }
    add_action('wp_footer', 'ava_custom_script', 10, 2);

    Best regards,
    Ismael

    #742737

    Hi,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top.home #wrap_all #av_section_1 .av-special-heading {
        max-width: 800px;
        margin: 0 auto;
    }
    
    #top.home #wrap_all #av_section_1 .av-special-heading-tag, #top.home #wrap_all #av_section_1 .av-subheading {
        display: inline-block;
        padding: 8px 16px;
        background: rgba(0,0,0,0.5);
    }

    Let us know if this helps. :)

    Best regards,
    Nikko

    #742736

    In reply to: sticky mobile menu

    Hi,

    Try adding this css code in Quick CSS:

    .responsive #top #wrap_all #header {
        position: fixed !important;
    }

    Hope this helps.

    Best regards,
    Nikko

    #742714

    In reply to: responsive behaviour

    Hi!

    The actual device width of the Samsung Galaxy Tab S2 is 768x1024px because its css pixel ratio is 2 (http://www.canbike.org/CSSpixels/). Please adjust your css media queries for the sliders.

    @media only screen and (min-width: 1024px) {
         .mobile-slider {
             display: none !important;
         }
    }
    
    @media only screen and (max-width: 767px) {
         .mobile-slider {
             display: block !important;
         }
     
         .desktop-slider {
             display: none !important;
         }
    }

    Best regards,
    Ismael

    #742701

    Hey Chris,

    You can refer to this thread: https://kriesi.at/support/topic/theme-update-rollback/

    Best regards,
    Nikko

    #742695

    Hi,

    I’m sure there is some kind of way to do it, but I think it will take you a lot of time and effort to do so. Please read through this thread first: https://kriesi.at/support/topic/seo-google-page-insights-blocking-rendering-ressources-above-the-fold/

    Best regards,
    Rikard

    #742693

    Hi,

    Ok, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #742692

    Hi,

    Great, glad you found that plugin and thanks for sharing :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #742679

    Hi,

    Great, glad you found the problem and thanks for the feedback. Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #742670

    Hey jenzai,

    Yes it is possible, Just add your phone info text normally from Enfold > Header > Extra Elements

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

    #top .phone-info {
        float: none!important;
        text-align: center;
    }

    Best regards,
    Vinay

    #742657

    Hi,

    I have adjusted it in Enfold (TOP – Theme) > Header > Header Settings:
    changed header size to custom pixel size and set Custom header height to 75px.
    Hope the changes is cool :)

    Best regards,
    Nikko

    #742656

    Hi,

    I have adjusted it in Enfold (TOP – Theme) > Header > Header Settings:
    changed header size to custom pixel size and set Custom header height to 75px.
    Hope the changes is cool :)

    Best regards,
    Nikko

    #742652

    Hi,

    You can change it in enfold\config-templatebuilder\avia-shortcodes\portfolio.php and find this code (line 513):
    $output .= "<h3 class='grid-entry-title entry-title' $markup>";
    and this code (line 524):
    $output .= '</h3></header>';
    Just change h3 to h4. Then finally add this css code in Quick CSS (located in Enfold > General Styling):

    #top #wrap_all .main_color .grid-entry-title {
        font-style: normal;
        text-align: left;
    }

    Best regards,
    Nikko

    #742628

    Topic: submenu "you are here"

    in forum Enfold
    hochzeitspunkte
    Participant

    = on the top right corner it is written: “You are here:Home/Downloads”
    = how can I create this kind of (automatic?) submenu?

    #742627

    Hi,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top .button.disabled {
        opacity: 0.4;
        cursor: not-allowed;
        pointer-events: none;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #742623

    Hi Justin,

    I checked Quick CSS but it was empty, I think the reason any css code you add doesn’t reflect in the frontend is because of caching issue caused by either w3 total cache or autoptimize, you might need to flush cache on both plugins or disable them temporarily when making changes. What style did you add for the homepage slideshow? can you post the code in http://pastebin.com/ and put the link here.

    Best regards,
    Nikko

    • This reply was modified 9 years ago by Nikko.
    #742621

    No problem! I appreciate the response. I figured if there was some CSS for that, awesome… If not, I’ll move on :)

    Have a good one!

    Quick edit: I disabled the sticky header for the homepage only by applying this:
    .html_header_top.html_header_sticky .home #header {
    position: absolute !important;
    }

    But when I scroll down there is a space above the sub menu. Any ideas on how to get rid of that space? Picture below.

    View post on imgur.com

    • This reply was modified 9 years ago by GregDunn.
    #742617
    jenzai
    Participant

    Hi. Is it possible to have the top bar with a Phone Number and Email aligned in the center, so there is no right and left column.

    Regards

    Jenzai

    #742601
    Mark Hancock
    Guest

    Think I already posted this, but don’t see it on the string in the last link you sent. I have updated to 3.8.5 and it is confirmed in the Theme Update page of WordPress. I did the refresh on my website home page on both Chrome and IE, did both the CTRL F5 and CTRL refresh button and the menus did not change their appearance or operation at all. Before I go through and deactivate all the other plug ins I have, as I don’t think that is the problem – I believe it is the Enfold theme – I would appreciate it if you would do the following:

    Go to my website pointarenalighthouse.com and see how the menus appear on your browser. If they are as I have described in previous posts, then I think the problem is with the settings in the Enfold theme. If they are NOT as I describe, then I am completely at a loss to explain what is going on. The menus are messed up on Chrome and IE on my work PC, my bookkeeper’s work PC, the PC in our museum, on my personal laptop at home, on my wife’s laptop at home, and on my Samsung Galaxy S5 Android phone.
    If the problem is evident when you log in, please do what is necessary to fix it in WordPress/Enfold. I know this has been a problem before because I had to report it after an update about a year ago, but since I can’t log into the Kriesi support site and look at my previous issues and their resolution I can’t go back and see how you fixed it.

    I also MUST be able to log into the Kriesi Support portal. I understand that you can log in and I see your image that proves you could do it, but since I have done everything you have told me to do on multiple devices and I am not allowed to login, and I get no type of error message telling me why, I have to believe that it is an issue within your system that is not allowing me in. PLEASE refer this to someone that can resolve it, since I paid for the Enfold Theme and the support that goes with it, and without being able to log in I can’t get that support.

    #742593
    VM
    Participant

    Hi.

    You close my last 2 open issues related with this problem:

    https://kriesi.at/support/topic/post-comments-2/
    https://kriesi.at/support/topic/post-comments-misaligned/

    Please I need responses aligned more to the right than original comments (how is working in all the webs).

    Help please, this is the third issue I open with this problem.

    Thank you.

    xuamox
    Participant

    Hi,

    On a few of my enfold sites, I notice that the web page shifts whenever I am filling out a contact form. This leaves a big gap on the right edge, and the whole page out of alignment. I have to go to a different page to reset the proper alignment and display of the website on a mobile device.

    What causes this shift?

    I am using wpforms so not sure if that is something caused by their plugin or not.

    But any information that you could provide would be very helpful.

    None of this happens on the desktop

    #742561

    Hi,

    try this:

    #top .sub_menu>ul>li>a {
        pointer-events: none;
    } 

    Best regards,
    Andy

    #742553

    Hey Susanne,

    you can move it up using this code inside Quick CSS field:

    .slideshow_align_caption {
    top: -250px;
    }

    adjust as needed.

    Best regards,
    Andy

    #742545

    Topic: WP login issue

    in forum Enfold
    Lukas
    Participant

    Hi again,
    Im sorry I didn’t check everything when you finished your modifications. Website is running perfectly, but I cannot log into WP.
    When I use the URL for log into WP account, the page is white and empty.

    Old topic with all information – https://kriesi.at/support/topic/functions-php-issue-3/

    Thank you for the help.
    Lukas

    #742542

    Thanks Andy, it’s almost perfect. Only thing I’d still like to address is that the User ID field appears to have an outline while the password field does not. Any way to make the password field look the same, so it matches the styling of the User id field?

    Once this is finished I should be able to stop pestering you. :) Thank you so much.
    -Chris

    #742539

    Does’s work…this mess up the whole site including the desktop version with all images aligning itself to above size. need a fi very specific to banner image and specific to mobile… desktop is all fine. Thanks.

    #742533

    Hi,

    use this code:

    #top .header_color input[type='password'] {
    width: 22%;
    }
    input#Text1 {
    width: 20%;
    background-color: #f8f8f8;
    height: 32px;
    }

    Best regards,
    Andy

    #742530
    tiefenschaerfe
    Participant

    Hi,
    please help me!

    on: http://mdag-wasser.de/
    is a slidehow and my customer like to have the text in the top of the slides.
    But with the avia editor i can only choose between left, right and bottom.
    But we need “top”

    Do you have an idea?

    regards, Susanne

    #742486
    darryllevine
    Participant

    Hi all,
    I selected some icons from fontello.com, downloaded the zip to my desktop.
    However, when I try to import them I cannot “import this file type”.
    Any clues?
    Thank you

Viewing 30 results - 84,721 through 84,750 (of 142,732 total)