Viewing 30 results - 89,851 through 89,880 (of 142,836 total)
  • Author
    Search Results
  • #694611
    mischka_b
    Participant

    Hi guys,

    I´m facing some issues with the header and the socket on mobile and wasn´t able to find the answers to fix my problems in the other threads.

    1.) I would like to reduce the height of the dark grey header bar above logo and main menu to a minimum without sacrificing usability
    2.) The search bar / icon doesn´t show on mobile. How can I add it left of the main menu or anywhere visible?
    3.) The footer menu isn´t centered (Über uns, Presse etc.). How can I fix that?

    I´m currently using this code:
    /*Social Icons Menu*/

    #top .social_bookmarks li a {
    width: 55px;
    line-height: 42px;
    margin-top: -5px;
    margin-bottom: 100px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0;
    min-height: 40px;
    font-size: 20px;
    color: #ffffff;
    }

    .av-social-link-mail a:hover {
    background-color: #ff8d3f !important;
    }

    #footer .widget {
    text-align: center;
    }

    #socket .copyright {
    text-align: center;
    display: block;
    width: auto;
    }

    #socket .copyright { width: 100%; text-align: center; }
    #socket .sub_menu_socket { margin-top: -60px;
    margin-right: 400px;
    }

    #socket .copyright { display: none; }

    .post-meta-infos, .news-time{
    display: none;
    }
    .blog span.post-meta-infos * {
    display: none;
    }
    .blog span.post-meta-infos time{
    display: block;
    }
    .news-time {
    display: none;
    }
    .entry-content .post-meta-infos {
    display: none;
    }

    span.av-masonry-date {
    display: none;
    }

    #top .av-main-nav { font-family: Oswald; }

    .logo {
    margin-left: -20px;
    }

    /*Responsiveness*/

    @media only screen and (max-width: 767px) {
    .responsive #socket .sub_menu_socket {
    display: block !important;
    width: 100%; text-align: center; position: relative; top: 15px;
    }}

    @media only screen and (max-width: 480px) {
    #socket .sub_menu_socket li {
    line-height: 1.5em;
    }

    #socket .sub_menu_socket li:first-child {
    border: none;
    padding-left: 40;
    }

    .responsive #socket .sub_menu_socket {
    position: absolute;
    margin-left: 0;
    }

    .responsive #socket .container {
    min-height: 80px;
    }

    #socket .copyright {
    position: absolute;
    left: 0;
    bottom: 0;
    }}

    /*Datum etc. aus Beitrag entfernen*/
    span.post-meta-infos {
    display: none;
    }

    /*Datum aus Suchergebnissen entfernen*/
    .search-results .entry-format,
    .search-results .posted-on,
    .search-results .comments-link,
    .search-results .edit-link {
    display:none;
    }

    Could you help me with any quick css or other tweak that I can use to achieve this?

    Thanks a lot.

    Best regards
    Mischka

    #694571

    Hi!

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

    #top fieldset {
        border: none!important;
    }

    Cheers!
    Yigit

    #694558

    Hi!

    I changed the code to following one

    #work .container { padding-top: 10px !important; }

    Please review your website now

    Cheers!
    Yigit

    #694552

    Hi,

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

    #top .av-subnav-menu > li.current-menu-item a {
        color: #EB6575;
    }
    

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

    Best regards,
    Yigit

    #694547
    kylix28
    Participant

    Is it possible to move images to the very top of the page when they are in placed in color section? I don’t want to use the header logo on my front page and I would like to use a custom background, so that is the reason why I have placed the images in the color section.
    Basically it’s an background image in the color section with two images placed on top of the color section. I want those two images move to the very top of the page instead of the middle. I have no Padding set in the Color Section.

    I was told via the support on ThemeForest Comment section to use this code – #your-unique-id .content { padding-top: 20px !important; }. All it did was move the image up by 5 pixels.

    Here is an image link to the homepage – http://imgur.com/a/BpLIq

    Thanks for any help you guys can send me way!

    #694536

    Hey wurgi,

    I checked your page but it’s not clear what exactly are you trying to align to the top?

    Please be more specific so we can help you better. 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 :)

    or let us know the heading name so we both can be on the same page and resolve it.

    Best regards,
    Vinay

    #694523

    Ok, thanks!
    One more thing, how can I make that text smaller? I tried adding font-size, but nothing happens.

    I tried adding this
    span.subtext {
    position: absolute;
    top: 30px;
    left: 0px;
    color: #000000
    font-size: 14px
    }

    thanks

    #694491

    Hi,

    Please find the Screen options on the top right of the page and enable the Excerpt as shown in the below screenshot.

    Let us know if you have any questions we are happy to help!

    Best regards,
    Vinay

    You can close this topic because the client is happy with the prev/next how it is now :-)

    #694470
    wurgi
    Participant

    Hello there

    I’m trying to align the content of the first column of the table of this page to the top, rather than in the middle, but to no avail.

    As advised in this thread, I’ve tried to add this code to the quick CSS, but it hasn’t worked:

    td, tr {
      background: none repeat scroll 0 0 transparent !important;
      vertical-align: top;
    }

    Any other ideas?
    Thank you very much.

    #694469
    Donkies11
    Participant

    Hello Enfold Support,

    We have a careers section that has link elements on the bottom of the pages.
    We’re using the Grid Row element with four cells.
    Within each cell has an IMAGE element and a Special Heading element – with the Image element linking to the correct pages.

    Mobile behavior for Grid Row element is: “Default: Each cell is displayed on its own”.
    The Mobile Display for each cell is: “Always display”

    However, these elements aren’t appearing on mobile devices.
    The two screenshots below show first the Careers Page on mobile; then the careers page on Desktop.
    Careers Page

    Credentials are in private content area – can you see why these elements aren’t showing?

    Sincerely,
    Greg

    mobile screenshot

    desktop screenshot

    #694457

    Hi,

    Great, glad you came up with a solution and thanks for sharing :-)

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

    Regards,
    Rikard

    #694454

    Hi,

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

    span.subtext {
        position: absolute;
        top: 30px;
        left: 130px;
    }

    Regards,
    Rikard

    #694453

    Hi,

    Great, glad you got it working :-)

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

    Best regards,
    Rikard

    #694450

    That didn’t make a difference.

    My other question was how to get the social media icons to the top of the mobile device?

    Any ideas?

    Thank you.

    #694428

    Hi,

    Please try the following CSS as well:

    
    @media only screen and (max-width: 989px){
    .responsive.html_header_left #main {
        margin-left: 0px;
    }
    
    #header_main, .html_header_sidebar .logo {
        border-bottom-style: none !important;
        border-bottom-width: 0px !important;
    }
    
    #advanced_menu_toggle, #advanced_menu_hide {
        top: 50px;
        left: 700px;
    }
    }

    Best regards,
    Jordan

    #694424

    Hi,

    I’m guessing the differences you are seeing is because you have used the Layout Builder for some posts and not for the others? If you use the builder for posts they will behave like pages instead and you will have to add everything to them manually. You can get around this though by switching to the default editor once you are ready to save. Please send admin login details in private if you should need any more help on the topic.

    Best regards,
    Rikard

    #694405

    In reply to: WPML Style

    Hi,

    We added the following css code in the Quick CSS field.

    #top .sub_menu>ul {
        float: right;
        margin-right: 20px;
    }

    Best regards,
    Ismael

    #694400

    In reply to: related post

    Hi,

    Please post the WP login details and the FTP credentials so that we can apply the modifications. Or you can add the related posts as shortcode. Do the following:

    1.) Go to the Appearance > Editor panel.
    2.) Look for the Theme Functions (functions.php) file.
    3.) Insert the following code at the very bottom of the file.

    add_shortcode('avs_related_entries', 'avs_related_entries_callback');
    function avs_related_entries_callback() {
    	//show related posts based on tags if there are any
    	get_template_part( 'includes/related-posts');
    }

    4.) Edit one of the posts where you want to display the related posts. Insert a text block then add the following shortcode.

    [avs_related_entries]
    

    5.) Make sure that there are posts with the same tags.

    // https://kriesi.at/support/topic/posts-avia-builder/#post-667531

    Best regards,
    Ismael

    #694396

    Hi,

    Please remove the css modification then add this in the functions.php file:

    function add_custom_script(){
    ?>
    <script type="text/javascript">
    (function($){
    	function a() {
            var empty = $('.cart_list .empty').length;
    	    if(empty > 0) $('.cart_dropdown').addClass('hide_cart');
    	}
    
    	setTimeout(function() {
    		a();
    	}, 500);
    
    	function b() {
    	    $('#top .avia_cart_buttons .button').bind('click', function() {
                var empty = $('.cart_list .empty').length;
    		    if(!empty) return;
    
    			$('.cart_dropdown').removeClass('hide_cart');
    		    $('.cart_dropdown').addClass('show_cart');
    	    });
    	}
    
    	b();
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_script');
    

    And the following css code in the Quick CSS field:

    @media only screen and (min-width: 767px) {
        .responsive #top .cart_dropdown {
            opacity: 1;
        }
    
        .responsive #top .cart_dropdown.hide_cart {
            opacity: 0;
        }
    
        .responsive #top .cart_dropdown.show_cart {
            opacity: 1;
        }
    }

    Best regards,
    Ismaelo

    tlchase
    Participant

    Hello Kriesi,

    As always, thanks again for an amazing theme and support!

    1- I am having an issue with the Full Width Easy Slider Slideshow Background Image on the site below in mobile view. It’s only 1 Fullwidth easy slider image with an image behind it (Slideshow Background Image-Center Center, no repeat, fixed). I want the background image to shrink along with the easy slide image to fit in responsive view.
    Please see image link below how the background image is aligned but not in responsive mode.
    I read a few posts (#280778) however they dont seem to fix having the slideshow background image decrease along with the easy slider image.

    2- I’m also trying to have the content font size shrink to a smaller size (9px for example) in responsive mode. I saw this post:
    https://kriesi.at/support/topic/font-size-adjustments-within-responsive-layouts/#post-110360 and tried it but without any luck.

    Thanks in advance for any recommendations!

    #694371
    Tate
    Participant

    Hello, I have been searching threads on this topic but can’t find a solution that seems to work for me. The threads seem to be older. I would like the image links in the masonry portfolio to open to a new tab. Is there some code I could work with to make this happen? I am using version 3.8

    • This topic was modified 9 years, 5 months ago by Tate.
    #694369

    Hey guys,

    Problem solved! I just searched through older posts and found a solution:

    Thanks!
    Chris

    #694365
    eisendan
    Participant

    I find that the three column layout, and even the two column layout do not go down to one column soon enough and the content starts looking very rectangular and well kinda squished and wrong. Is there a snippet or a setting or even documentation on this topic. I can change the css of the div.avia_one_half and also the flex cell inner, but I don’t want to waste time on this. I like the theme and it has few if no options for how it behaves at different screen sizes. I spent half an hour fixing the footer of my last work becuase the columns looked horrible again about 100px before it goes to the one column layout.

    #694352
    winnieandbuzz
    Participant

    I have some CSS in the quick CSS field but since the last update the CSS does not work. I have copy pasted the css below. Why is this not working anymore?

    /* START – do not show logo in desktop design */
    .logo { display: none; }
    /* END */

    /* START – do not show logo in mobile design */
    @media only screen and (max-width: 767px) {
    .responsive .logo { display: none !important; }

    /* div .main_color .tabcontainer .active_tab_content { background-color: #0694D2; }
    */

    div .main_color .tabcontainer .active_tab { background-color: #EF7F1B; color: white;}

    /* START – remove arrows to previous and next gallery */
    #top .avia-post-nav { display: none; }
    /* END */

    /* start – position and thickness line under main menu */
    .avia-menu-fx { bottom: 10px; }
    .avia-menu-fx {
    height: 3px;
    width:74%;
    left:13%;
    }
    /* END */

    #advanced_menu_toggle, #advanced_menu_hide {
    margin-top: 10px;
    }

    #header_main {
    min-height: 82px;
    }
    }
    /* END */

    #694349

    In reply to: Deferring JS

    My goal is to fix this error on our site as pictured in private below

    I found this suggestion too but didnt help https://kriesi.at/support/topic/enfold-theme-implement-deferred-parsing-of-javascript/#post-690356

    #694345
    FreelanceWeb
    Participant

    Hi,

    I’m trying to hide/show the same element with slight modifications for optimisation for large screens, average laptops & mobile devices.

    Basically I need to change the display setting for portrait background images I have on a grid row in order that they display properly on all three device sizes.

    This is the code I’m using in quick CSS.

    @media only screen and (min-width: 990px) {
    .show-on-mobile { display: none !important; }}
    @media only screen and (max-width: 990px) and (min-width: 1500px) {
    .show-on-laptop { display: none !important; }}
    @media only screen and (max-width: 1500px) {
    .show-on-large-screen { display: none !important; }}

    Can you tell me where I’m going wrong?

    K Rgds,
    C

    #694344
    Hokuspokus
    Participant

    Dear Support,

    we have on different pages a “Fullwidth Sub Menu”. It’s not working on different cell phones, if checkbox not selected at:
    “Sticky Submenu – If checked the menu will stick at the top of the page once it touches it”

    If the box not selected, it’s wont open. Only the Hamburger is displayed.

    And Yes: Please test ist at your side. I have all other plugins deactiavted for test.

    And my other bug report, with the unvisible / disappearing field at the partner & Logo slider is also not solved since xx month.

    Cheers

    #694309

    Topic: ALTERNATIVE LOGO

    in forum Enfold
    UNBUENPLAN GROUP
    Participant

    Hello team!

    I wanted to know how I could take the alternate logo on the mobile version, take the main logo on this web http://brickfunding.com/

    In desktop version, the logo is white with glassy background, and on the phone the logo is not white, take the default logo.

    Thank you!

    #694292

    Hi,

    Great, glad we could help :-)

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

    Regards,
    Rikard

Viewing 30 results - 89,851 through 89,880 (of 142,836 total)