Viewing 30 results - 95,461 through 95,490 (of 142,851 total)
  • Author
    Search Results
  • #635851

    so, now my confusion is perfect ….. now it works as expected.

    Topic can be closed. Thank you

    #635835
    mawebdesign
    Participant

    Hi
    Can you please help me with the Header socket background colour.

    When i view on a desktop/lapton its is black (how i want it)

    But when i view on a tablet/mobile it goes white? (but would like it black)

    See screen shots

    Thank you
    Mark

    #635831

    :) I am sorry for this but I resolved so…can you delete this topic … does not help anybody.
    Thank you

    #635807

    Topic: change of header

    in forum Enfold
    domvitz
    Participant

    Is it possible to have the header so that I have the top bar and then then menu only? I have seen other support tickets which has help with this but when I have tried it has removed the icon for the mobile menu which doesn’t help.

    I have use the following css to try and get it to work but it still doesn’t show the mobile menu option.

    .logo { display: none !important; }
    #header_main > .container {
    display: none;
    }
    .html_header_top.html_header_sticky #top.page-id-38 #wrap_all #main {
    padding-top: 53px;
    }

    You can see the image here:

    https://www.dropbox.com/s/2xlvjaxxvmlojom/Screen-Shot-2016-05-20-at-08.20.28.jpg?dl=0

    Mobile version: https://www.dropbox.com/s/xx4c6xcj6d4bfxs/mobile-version.jpg?dl=0

    Any ideas?
    Thanks

    #635788

    Hi,

    Please sue the below CSS to move the image all the way to the top

    .av_minimal_header #header_main .container {
        height: 0px!important;    
    }
    
    main.content {
    	padding-top: 0 !important;
    }

    Best regards,
    Vinay

    #635776

    Thank you it’s moved it up slightly but I want the image to sit flush to the top of the page if possible?

    #635772

    Hi I’ll Ask MMSdev to stop bumping

    Just enter the site without the https or click advanced and then proceed. It’s just a self-cert ssl. We’ve not added to the site as we’re on a demo until we sort the issues with enfold.

    Thanks

    Greg

    #635763

    In reply to: PDF Embedder

    Hi,

    We saw these errors in the console:

    JQMIGRATE: Migrate is installed, version 1.4.0
    timeline.js:12627 Uncaught TypeError: Cannot read property 'offsetHeight' of nullTL.Timeline.TL.Class.extend.initialize @ timeline.js:12627NewClass @ timeline.js:2399(anonymous function) @ (index):519
    avia.js?ver=3:893 [body#top.single.single-post.postid-1.single-format-standard.stretched.open_sans, selector: "body", prevObject: n.fn.init[1], context: document]
    jquery.js?ver=1.12.3:2 Uncaught Error: Syntax error, unrecognized expression: .main_menu .menu li > a[href*=#]
    

    What is timeline.js for? Please update the theme to version 3.5.4.

    Best regards,
    Ismael

    #635760
    ShortieD
    Participant

    Hi team – we’re using the grid columns to layout the testimonials and the slider at the top of this page

    when the page width drops below 1533px wide – you’ll notice that due to the height of the testimonials – the cell height leaves a gap between the bottom of the cell and the slider.

    See screenshot

    http://www.awesomescreenshot.com/image/1263887/488886c0777557b93a414fdb90dc89db

    Is there a way to force the height of the slider cell so that the slider always matches the height of the testimonial cell? I don’t want to see that white gap.

    Cheers

    Hi

    Yes, it hapens on every page… I like to use Text Bloc because then i have control of video parameters… ie. autoplay, showinfo, etc…

    Other installations are working well… and this page has also worked well. Something has happend durin WP / Enfold / Plugin / ….. update?

    Can i reinstal some PHP files or …

    Regards Timo

    #635758

    Hi,

    Glad we could help, please let us know if you should need any more help on the topic.

    Best regards,
    Rikard

    #635755

    Hi,

    Not sure if Vinay misunderstood your request but there is nothing live about the number after jobs, it’s hard coded. If you inspect it with your browser you will find this CSS:

    span.avia-menu-text:after {
        content: "4";
        font-size: 9px;
        color: #FFF;
        background: #42A0BD;
        line-height: 17px;
        width: 17px;
        display: inline-block;
        text-align: center;
        border-radius: 100px;
        position: relative;
        top: -9px;
        left: 2px;
    }

    Best regards,
    Rikard

    #635734

    I finally came up with the following pieces of codes and put in in code block. it worked perfectly except for the mobile version:

    1) The contact form distance from the top of the page is set for desktop and don’t know how to adjust it in mobile version so whole contact form can be seen in mobile version

    2) the contact form goes behind texts and pictures.

    Can you solve those issues for me?

    Thanks.

    Code Block #1

    <!-- include Google hosted jQuery Library -->
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
    
    <script type="text/javascript">
    $(document).ready(function(){ 
    
    	var _scroll = true, _timer = false, _floatbox = $("#contact_form"), _floatbox_opener = $(".contact-opener") ;
    	_floatbox.css("right", "-300px"); //initial contact form position
    	
    	//Contact form Opener button
    	_floatbox_opener.click(function(){
    		if (_floatbox.hasClass('visiable')){
                _floatbox.animate({"right":"-300px"}, {duration: 300}).removeClass('visiable');
            }else{
               _floatbox.animate({"right":"0px"},  {duration: 300}).addClass('visiable');
            }
    	});
    	
    	//Effect on Scroll
    
    	$(window).scroll(function(){
    		if(_scroll){
    			_floatbox.animate({"top": "130px"},{duration: 300});
    			_scroll = false;
    		}
    		if(_timer !== false){ clearTimeout(_timer); }           
    			_timer = setTimeout(function(){_scroll = true; 
    			_floatbox.animate({"top": "110px"},{easing: "linear"}, {duration: 500});}, 400); 
    	});
    
    	
    	
        //reset previously set border colors and hide all message on .keyup()
        $("#contact_form  input[required=true], #contact_form textarea[required=true]").keyup(function() { 
            $(this).css('border-color',''); 
            $("#result").slideUp();
        });
    	
    });
    </script>
    

    Code Block #2

    <!-- contact form start -->
    <div class="floating-form" id="contact_form">
    <div class="contact-opener">Open Contact Form</div>
        <div class="floating-form-heading">Request Information</div>
        <div id="contact_results"></div>
        <div id="contact_body">
             [av_contact email=' (Email address hidden if logged out) ' title='' button='Submit' on_send='' sent='Your message has been sent!' link='manually,http://' subject='' autorespond='' captcha='active' hide_labels='aviaTBhide_labels' form_align='' color='']
    [av_contact_field label='Name' type='text' options='' multi_select='' check='is_empty' width=''][/av_contact_field]
    [av_contact_field label='Last Name' type='text' options='' check='is_empty' width=''][/av_contact_field]
    [av_contact_field label='E-Mail' type='text' options='' multi_select='' check='is_email' width=''][/av_contact_field]
    [av_contact_field label='phone' type='text' options='' check='is_phone' width=''][/av_contact_field]
    [av_contact_field label='Your Available Cash Is:' type='select' options=', $200.000-$500.000, $500.000-1.000.000,' check='is_empty' width=''][/av_contact_field]
    [av_contact_field label='Your Approx. Networth is:' type='select' options=',$00000,0000' check='is_empty' width=''][/av_contact_field]
    [av_contact_field label='What is your timeline to invest?' type='select' options=',60 days, 90 days, 120 days, over 120 days' check='' width=''][/av_contact_field]
    [/av_contact]
        </div>
    </div>
    <!-- contact form end -->
    

    Code Block #3

    /* floating box style */
    .floating-form {
        max-width: 300px;
        padding: 30px 30px 10px 30px;
        font: 13px Roboto;
        background: #F9F9F9;
        border: 1px solid #ddd;
        right: 10px;
        z-index: 1000;
        position: fixed;
        box-shadow: -2px -0px 8px rgba(43, 33, 33, 0.06);
        -moz-box-shadow: -2px -0px 8px rgba(43, 33, 33, 0.06);
        -webkit-box-shadow:  -2px -0px 8px rgba(43, 33, 33, 0.06);
    	}
    .contact-opener {
        position: absolute;
        left: -88px;
        transform: rotate(-90deg);
        top: 80px;
        z-index: 1000;
        background-color: #a01818;
        padding: 9px;
        color: #ffffff;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.43);
        cursor: pointer;
        border-radius: 5px 5px 0px 0px;
        -webkit-border-radius: 5px 5px 0px 0px;
        -moz-border-radius: 5px 5px 0px 0px;
        box-shadow: -2px -0px 8px rgba(43, 33, 33, 0.06);
        -moz-box-shadow: -2px -0px 8px rgba(43, 33, 33, 0.06);
        -webkit-box-shadow:  -2px -0px 8px rgba(43, 33, 33, 0.06);
    
    }

    .floating-form-heading{
    font-weight: bold;
    color: Black;
    font-family: Roboto;
    border-bottom: 2px solid #ddd;
    margin-bottom: 10px;
    font-size: 22px;
    padding-bottom: 3px;
    }

    • This reply was modified 9 years, 10 months ago by afarahani.
    #635711

    Hey!

    Please install the plugin here
    https://github.com/Basbee/wordpress-extended-content-analysis-yoast

    that does bring compatibility with Yoast SEO Plugin and ALB.
    The second topic is about that.

    Let us know if we can do anything else

    Cheers!
    Basilis

    #635672

    Hey stewroids,

    Thank you for using Enfold.

    Note that the plugin’s content analysis panel is not compatible with the dvance layout builder but the keywords or important info in the page should still be available for SEO purposes. Related link: https://kriesi.at/support/topic/yoast-plugin-3-0-seems-to-be-not-compatible-with-avia/

    You might want to read this too but use the plugin at your own risk: https://kriesi.at/support/topic/yoast-seo-content-analysis-for-avia-layout-builder/

    Best regards,
    Ismael

    #635663

    Hey Ralf,

    We have added this code to the Quick CSS section under Enfold > General Styling to fix the issue

    /* menu highlight*/
    .main_menu ul:first-child > li.current-menu-ancestor > a, .main_menu ul:first-child > li.current-menu-ancestor > a, #top #wrap_all .current-menu-ancestor>a{
    border-bottom: red 2px solid;
    }
    

    Best regards,
    Vinay

    #635657

    Hey FJH-WEB,

    Please try this solution https://kriesi.at/support/topic/colour-section-background-video-safari-does-not-work/#post-305604

    If you still have any issue please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • the URL to the login screen
    • a valid username (with full administration capabilities)
    • as well as a password for that username

    Best regards,
    Vinay

    #635646

    Hey!

    The image and site infos like title, date etc are set via opengraph meta. Facebook and other social media sites or tools use this info in their platforms when sharing posts from a site. However, we’re not sure if this info is used by skype. Could you please provide a link to the post seen in the screenshot? Post the login details here so that we can check the markup. Related topic: http://stackoverflow.com/questions/35588360/how-to-make-skype-friendly-links-preview-image-tags

    Regards,
    Ismael

    #635642

    Hey Anon_Designers,

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

    .html_header_top.html_header_sticky.html_bottom_nav_header #main {
        padding-top: 0px!important;
    }
    

    Best regards,
    Vinay

    #635641

    Hi,

    Replace the selector with the following:

    #top .gbutton .avia-button.avia-size-large {
        border-radius: 20px !important;
        font-size: 13px;
        min-width: 139px;
        padding: 15px 30px 13px;
    }

    This article might help: http://kriesi.at/archives/wordpress-developers-your-complete-guide-to-conquering-css-in-2016

    Best regards,
    Ismael

    #635640

    Hi,

    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: 767px) {
    .html_header_top.html_header_sticky #header {
    position: fixed !important;
    }
    
    .responsive #main {
    margin-top: 148px !important;
    }
    }

    Best regards,
    Vinay

    #635632

    In reply to: Comments

    Hi,

    Please refer to this post https://kriesi.at/support/topic/alb-and-the-comment-box/#post-468780

    Should you have any question let us know and we will gladly help.

    Best regards,
    Vinay

    #635624

    In reply to: Main Menu font size

    Hey Bendydad,

    If you already tried to change the font size from Enfold > Advanced Styling > Select > Main Menu Links

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

    #top #header .av-main-nav > li > a {
        font-size: 16px!important;
    }
    

    Would you mind providing a precise link showing the bar on main page? We need to be able to inspect them in order to help :)

    Best regards,
    Vinay

    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???

    #635615

    I worked it out – the code needed more specificity,

    #top #header .av-main-nav > li > a{
    padding-left: 5px;
    padding-right: 5px;
    }

    #635612

    Hi This doesn’t solve the issue at all – the code is almost exactly the same as yours, sorry. The navigation is is overlapping on desktop browsers _not_ ipad’s I’ve fixed that already – this was never the issue.

    I just want to reduce the left and right space between all the nav items.

    See screenshot

    https://www.dropbox.com/s/f2nuovcpssroagk/Screen%20Shot%202016-05-20%20at%208.26.30%20am.png?dl=0

    #635611

    Hi, thanks! But is not that I want.
    I want a sticky menu on top.
    The same responsive menu (with the logo) of Enfold theme, but sticky in Mobiles devices on 320×480 resolution.
    Always present. My client need that behavoir. Thank you, very much.

    Jorge L .Navarro

    Hi,

    Thank you for the video of the issue. The purpose of posting the code was i think the code will help others who are looking for solution :)

    I checked the issue and as mentioned earlier it is wordpress filtering the extra br and p tags automatically. i would go ahead and install this plugin but i need your permission .

    You can try and install this plugin https://wordpress.org/plugins/tinymce-advanced/ and in Settings > advance

    There should be an option to stop wordpress auto remove the tags.

    Best regards,
    Vinay

    #635585

    Hi,

    Please remove any custom css added to change the background color of the table head and use the below CSS code to change the background color of the table head.

    body table.booked-calendar thead, #top .main_color tr, #top .booked-calendar  tr {
        background: #03A9F4!important;
    
    }
    

    Best regards,
    Vinay

    #635573

    Hi,

    It’s not clear but as i understand you like the desktop menu to be visible in mobile devices correct ?

    If so 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: 767px) {
    nav.main_menu {display:block !important;}
    #advanced_menu_toggle, #advanced_menu_hide {display:none !important; }
    }
    

    If this is not what you want to do would you mind posting us a screenshot/mockup of what you would like to achieve? You can upload the screenshot to imgur.com or dropbox and share the link here :)

    Best regards,
    Vinay

Viewing 30 results - 95,461 through 95,490 (of 142,851 total)