Viewing 30 results - 79,141 through 79,170 (of 142,885 total)
  • Author
    Search Results
  • #799801

    Hey aossi,

    Please take a look here:

    and here:

    Let us know if there is anything else

    Best regards,
    Basilis

    #799796
    danldurall
    Participant

    I have a table of data that appears fine on desktop. I have the responsive option for this table set to “Scrollable” (versus “Adjust”), however it merely collapses all data on top of itself.

    Desktop: https://i.imgur.com/IsO8Zqf.png
    Mobile (issue): https://i.imgur.com/AywraTd.png

    • This topic was modified 8 years, 10 months ago by danldurall.
    GaWebDev
    Participant

    I am open to a suggestion or two about how to creatively fill the spacing to the left side of the logo which is set obviously to display center. It seems I recall seeing a thread somewhere that alluded to introducing a custom widget to this space (left of logo). I’d obviously want it hidden on mobile but for the larger view-ports I’d love to put something there. Maybe a few fancy icons (white) available in the theme to match the ones to the right of the logo?

    I’m happy with the large logo look utilizing a “big header”… that was my intent. Just looking to bring some balance and symmetry to the empty space to the left on larger Viewports (primarily desktop views). Awesome theme, amazing support, and a beautiful community of Enfold users!

    Site Is Here: Georgia Web Development

    #799785

    In reply to: Remove Logo from menu?

    Hi,

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

    .container.av-logo-container {
        display: none;
    }
    .html_header_top.html_header_topbar_active.html_header_sticky.html_bottom_nav_header #top #main {
        padding-top: 87px;
    }
    

    If that does not help, please post a link to your website as Sarah asked :)

    Best regards,
    Yigit

    #799774

    Hello Yigit,

    Thank you very much for your time and assistance and for letting me know about separately posting my questions in the future. I figured this would make things easier but that’s not the case. I shall do that in the future. In regards to these questions, please see below:

    Question #1 – Will open up and re-post in a new ticket
    Question #2a – Fixed!
    Question #2b – Will open up and re-post in a new ticket
    Question #2c – I had already created a mobile menu just in case, so when I added the code you referenced in the other thread to the child’s function.php file, nothing changed. I still have the desktop menu for mobile. I’m not very proficient with coding so perhaps I need to add something else?
    Questions #2d – Fixed!
    Question #3 – The button does not align to center on mobile. I tried editing the code but that too didn’t work, so I reverted it back to your original code. Any suggestions?

    Thank you again. I look forward to resolving #2c and #3.

    Cheers!

    eski

    #799770

    In reply to: Enfold Showcase

    Lots of great enfold themed sites in this thread. Finally got a little time to begin some new updates to our own site running Enfold Here:
    Georgia Web Development

    Still some refining to do and I know this isn’t the support thread but… ha ha. I am open to a suggestion or two about how to creatively fill the spacing to the left side of the logo which is set obviously to display center. It seems I recall seeing a thread somewhere that alluded to introducing a custom widget to this space (left of logo). I’d obviously want it hidden on mobile but for the larger view-ports I’d love to put something there. Maybe a few fancy icons (white) to match the ones to the right of the logo.

    I’m happy with the large logo look utilizing a “big header”… that was my intent. Just looking to bring some balance and symmetry to the empty space to the left on larger Viewports (primarily desktop views). Awesome theme, amazing support, and a beautiful community of Enfold users!

    #799762

    Hi,

    It’s unnecessary to use all that, and it will affect elements that I don’t think you want to modify.

    Please use the following code to change the color of the phone-info:

    #top #header_meta .phone-info {
    background-color: red !important;
    }

    Please note that that only changes the background color of the phone information. If you want to change the color of the whole top bar, please use this instead:

    #header_meta .container  {
    background-color: red !important;
    }

    Please replace the red with the color you prefer. 

    Best regards,
    Sarah

    #799749

    Topic: Remove Logo from menu?

    in forum Enfold
    Snerp
    Participant

    Hi, I have tried to remove the logo from the “center logo, menu below” configuration without any luck. I looked through the support forum and found different solutions yet none of them work. Here is what I’m currently using:

    .logo img { display: none; }
    #header_main > .container {
    display: none;
    }

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

    Is there a way to remove the logo completely and have the navigation menu centered, tight to the top of the page without a gap?

    #799734

    Ok Sarah. It worked..

    Another question from the same subject.

    Is it okay to use this whole code to control the color of the phone-info header?

    / * COLOR HEADER PHONE-INFO * /
    .current-menu-item, .header_color .widget_nav_menu ul: first-child> .current_page_item, .header_color .widget_nav_menu ul: first-child> .current-menu-ancestor , .header_color .pagination .current, .header_color .pagination a, .header_color.iconbox_top .iconbox_content, .header_color .av_promobox, .header_color .toggle_content, .header_color .toggler: hover, .header_color .related_posts_default_image, .header_color .search- Counter, .header_color .container_wrap_meta, .header_color .avia-content-slider .slide-image, .header_color .avia-slider-testimonials .avia-testimonial-content, .header_color .avia-testimonial-arrow- .header_color .news-thumb, .header_color .portfolio-preview-content, .header_color .portfolio-preview-content .avia-arrow, .header_color .av-magazine .av-magazine-entry-icon, .header_color .related_posts.av -related-style-full a, .header_color .aviaccordion-slide, .header_color.avia-fullwi Dth-portfolio .pagination, .header_color .isotope-item.special_av_fullwidth .av_table_col.portfolio-grid-image, .header_color .av-catalog-list li: hover, .header_color .wp-playlist, .header_color .avia-slideshow-fixed -height> li, .header_color .avia-form-success {
        Background: # 120A2A;
    }

    #799724

    Hi julianyoung,

    If you want to keep the changes made by you, you need to make them in a child theme. Otherwise, you know what happens.

    Could you give this account administrative rights, please.
    Or you could have a look at a solution here https://kriesi.at/support/topic/problems-with-new-tab-section/#post-763510

    Best regards,
    Victoria

    • This reply was modified 8 years, 10 months ago by Victoria.
    #799720

    Hi,

    Can you see if this thread helps you? https://kriesi.at/support/topic/welcome-username-login-logout-in-top-bar/

    Best regards,
    Sarah

    #799695

    Topic: Forms messed up.

    in forum Enfold
    mikkijack
    Participant

    I just got help with this one….

    https://kriesi.at/support/topic/text-widget-in-footer/

    It worked perfectly, but it also messed up my other contact forms.

    How can I fix them back to the way they were?

    #799678

    Hi Steve!

    Oh dear, it seems like what got me in trouble is a missing closing bracket! I’ve edited the code in my previous reply. It should work now! I’m apologize for that.
    Best regards,
    Sarah

    #799671
    add_action( 'admin_bar_menu', 'toolbar_link_to_mypage', 999 );
    
    function toolbar_link_to_mypage( $wp_admin_bar ) {
    	$args = array(
    		'id'    => 'insert-media-button',
    		'title' => 'ADD MEDIA',
    		'href'  => '',
    		'meta'  => array( 'class' => 'insert-media add_media' )
    	);
    	$wp_admin_bar->add_node( $args );
    }

    If it doesn’t work for anyone, reply here and ill sort it, my functions.php is loaded with code and I might of missed something.

    Add that to functions.php in your child theme and a “ADD MEDIA” link appears in the admin bar that appears across the top when logged in.

    • This reply was modified 8 years, 10 months ago by Luke86.
    #799668

    Sarah, thank you for your return. But your code did not allow it to leave the way I showed in the image.

    Changing the padding-top: does not change the way I need it.
    Transform: the same thing.

    Test and see.

    #799661

    1) about the black mobile header

    the following code doesn’t work in my case
    @media only screen and (max-width: 767px) {
    #top #wrap_all .av_header_transparency, .av_header_transparency #advanced_menu_toggle {
    background-color: black !important;
    }
    }

    2) if I inspect the fontello icon doesn’t even have the shopping bag shape but just a cricle

    #799659

    Hey mleite1,

    Please set your Header Phone Number/Extra Info to “Display in top bar at the left”,  then please put this in Quick CSS:

    #top #header_meta .phone-info {
        left: 50%;
        position: relative;
        transform: translateX(-50%);
        line-height: 2.0em;
        padding-top: 5px;
    }

    You may modify the line-height and padding-top to suit your preference.

    Best regards,
    Sarah

    #799649

    I’m not having problems embedding a video using a code block/YouTube embed code. I’m having problems with the way the cell containing the video displays publicly once I’ve done that. The video does embed. But the public appearance of the cell is wrong. Please look at the second grid row on this page:
    https://www.missouriartscouncil.org/homepage-experiments

    I did follow your directions to switch to my default WordPress theme, WordPress 2016. I was initially confused because all I could see in the back end was a bunch of coding, but I was able to figure out where to insert the YouTube embed code. But when I switched back to Enfold, the public appearance of the video cell in the Grid Row was exactly the same.

    Since code block/embed was supposed to be a workaround for the Enfold Video Element, I do need to know how to fix the public appearance of the video cell when using code block/embed, as shown on this page:
    https://www.missouriartscouncil.org/homepage-experiments
    Please advise! :-)

    However, the larger issue is that YouTube/Vimeo links no longer display properly when inserted in the Video Element. That problem is illustrated in the first grid row on the Experiments page.

    I have just now searched “video” and found I’m not the only one who is suddenly having this problem:
    https://kriesi.at/support/topic/video-not-showing-4 – May 18 (I’d seen this post before, and unfortunately the poster has not responded to your last suggestion from May 23)
    https://kriesi.at/support/topic/get-video-to-play-on-site – May 19
    https://kriesi.at/support/topic/removal-of-black-bars-on-vimeo-videos – May 11 (this one unfortunately dead-ends in a request for admin access, so I have no idea if and/or how the issue was resolved)

    The Enfold Video Element had been working perfectly on my site for 10 months. The issue appears to me to be a new bug with the Element.

    #799640

    Hi Laura,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 767px) {
    .responsive #top .logo {
      width: 50%;
    
    }
    .responsive #top .logo img {
        opacity: 1;
    }
    }
    

    This is a bit different solution, but a good one for mobile. Let me know what you think.
    If you need further assistance please let us know.
    Best regards,
    Victoria

    For God Sake, I prefer to keep the former codes and CSS until find the better solution
    as least it didn’t break the site view , no matter in mobile or desktop

    the latest code make Search Icon working separately, it is a good job, but don’t know why both it got 2 search icon in desktop view

    #799634

    Hi w_archer,

    You could copy this file to your child theme and make changes there. You need to preserve the folder structure to make this work (https://kriesi.at/support/topic/modify-table-php-on-a-child-theme/) and then call your plugin in shortcode_handler function.

    Best regards,
    Victoria

    #799622

    Hi,

    We are sorry for the late reply! For future reference, please post each of your questions separately otherwise threads gets really complicated :)

    #2a – Issue is caused by following custom code

    .avia_mega_div {
        border-bottom: 1px solid #6e6e6e;
        border-left: 1px solid #6e6e6e;
        border-right: 1px solid #6e6e6e;
    }

    I changed it to following one

    @media only screen and (min-width: 768px) {
    .avia_mega_div {
       border-bottom:1px solid #6e6e6e;
       border-left:1px solid #6e6e6e;
       border-right:1px solid #6e6e6e;
    }}

    #2c – Please refer to this post – https://kriesi.at/support/topic/change-mobile-menu-2/#post-784018

    #2d – I added following code to Quick CSS

    .avia_transform3d .show_mobile_menu #mobile-advanced {
        min-height: 320px!important;
    }

    #3 – I added following code to Quick CSS

    @media only screen and (max-width: 480px) {
    #footer #text-8 .avia-button-wrap {
        float: none;
        width: 385px;
    }}

    Please check out these and then elaborate on other issues so we can make sure to provide you accurate solutions :)

    Best regards,
    Yigit

    #799621

    Hey Tim,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Can you confirm that the fields are added?
    https://kriesi.at/support/topic/cpt-and-acf/#post-772563

    Best regards,
    Victoria

    sorry, it is not working

    as it display 2 search icon in desktop view

    #799596

    Hey jordibron,

    That is a WooCommerce Layered Nav widget, here is some reading on the topic with a possible way to solve it in the second link:

    Widgets included with WooCommerce

    Hide WooCommerce Layered Nav Filters in Categories & Subcategories

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #799561

    ok that worked.

    another couple of questions regarding this:

    1. can i switch position of the menu toggle and cart icon?
    2. can the menu toggle be replaced by the word ‘menu’?
    3. can the cart icon and counter size be increase on desktop/tablet and mobile?

    thanks

    #799559

    Hi,
    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    @media only screen and (max-width: 1024px) {
    #top .av-subnav-menu {
        display: none;
    }
    
    #top .mobile_menu_toggle {
        display: block;
        text-align: center;
    }
    
    #top .av-menu-mobile-active .av-open-submenu.av-subnav-menu {
        display: block;
    }
    }
    

    Best regards,
    Yigit

    #799557

    In reply to: Random masonry

    Yes:
    “Theme Updates
    No Updates available. You are running the latest version! (4.0.7)”

    I’ve also applied the follow code block and css as suggested here: https://kriesi.at/support/topic/1-column-masonry/
    This all worked until 4.0.7.
    Site details & SFTP ScreenPrint below in private for use on top right layout of the home page.

    • This reply was modified 8 years, 10 months ago by welswebmaster. Reason: additional info
    #799553

    Hi,

    No worries at all, we are always happy to help :)

    Feel free to share your website here – https://kriesi.at/support/topic/enfold-showcase/ when it is finished. I personally really liked it and i am pretty sure fellow Enfold users will like it too :)

    Best regards,
    Yigit

    #799549

    Hi,
    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    #top #header_main > .container .main_menu ul:first-child > li > a {
        line-height: 155px;
    }
    

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

    Best regards,
    Yigit

Viewing 30 results - 79,141 through 79,170 (of 142,885 total)