Viewing 30 results - 96,421 through 96,450 (of 142,828 total)
  • Author
    Search Results
  • Hi,

    try this code inside of Quick CSS field:

    div#header_meta {
    top: 130px;
    }
    

    and adjust as needed.

    Best regards,
    Andy

    richardhofer83
    Participant

    hi guys

    I inserted a code to underline all links in the text

    #main .content a { text-decoration: underline; }

    but now also the text below the products in the shop overview is underlined, see screenshot here. i want to change that.
    https://www.dropbox.com/s/645ii8f8xrvz0qz/text%20underlined.JPG?dl=0
    “Bio Kakaobohnen Rohkost „Peru“ 150g 7,50 € (50,00 € / kg)“ should not be underlined; „Versandkosten“ should stay underlined

    the code you gave me in another topic didnt work:

    .inner_product_header_cell h3 {
    text-decoration:none !important;
    }

    i tried this code and added color: red !important; to see if the right part is targeted, and the text got red, but only the “Bio Kakaobohnen Rohkost „Peru“ 150g” changed red not the price below (7,50 € (50,00 € / kg)

    thank you!
    greetings

    #625740

    Hey!

    Please add following code to Quick CSS

    #scroll-top-link {
        right: 48.3%;
    }
    
    .container_wrap_first  {
    min-height: 500px;
    }

    Regards,
    Yigit

    #625731

    To 1)
    i used

    #top .main_color.container_wrap.fullsize{
    min-height: 300px;
    }

    and it worked for pages, but doesn´t work for my blog.
    css code suggestion?

    #625730

    hi ok i think its easier if i open new topics to the remaining questions, its getting to confusing here :)
    can close here

    C2S16
    Participant

    Hey,
    I made a color section, with a Background Image and set size to minimum 100%.
    Now when scrolling down the page, it annoys me, that the color section is never really shown in total. It is always either a some space at the top or the bottom.
    So my question is how can I make the website automatically scroll that way, that the color section is at least onetime shown in fullscreen? Is that even possible with a color section or should I rather take a Fullscreen slider?

    Thank you,
    Gerke

    Hey Nicoletta_DUS,

    Replied you here – https://kriesi.at/support/topic/sidebar-problem-menu-wird-nicht-rechts-in-der-sidebar-gezeigt/. Please do not create duplicated topics.

    Best regards,
    Yigit

    #625627
    Zaccc
    Participant

    Hello,

    I have latest version Enfold and WordPress. I want to import Consulting Demo. I have try to click several times import is started and after some time it stops.
    Can you help me with import?

    Regards

    #625622

    Hello Ruggiero,

    you mention in the comments that ENFOLD doesn´t support the Newsletter form widget in the footer, but I can see in the dekstop menu sidebar under Widgets, the ENFOLD MAILCHIMP NEWSLETTER. But when I try to load it to the footer nothing happenes. Why?

    What can I do to make able using a Mailchimp Newsletter form?

    Best Regards,

    Angel Ortiz

    #625620

    Hey rwwood,

    You can try adding following code to Quick CSS in Enfold theme options under General Styling tab

    #header.header-scrolled {
        top: 0;
    }

    But in my opinion, best option would be disabling “sticky header” option in Enfold theme options > Header > Header Behaviour.

    Best regards,
    Yigit

    #625557
    MarieAn
    Participant

    Hi
    I am having issues with the Yoast SEO Premium and Enfold, especially so regarding the Media Editor.

    I have deactivated all plugins etc and also made a testsite with the 2015-theme instead of Enfold, Yoast SEO has been installed as only plugin.

    With 2015 the media editor/Yoast SEO works fine. When switching to Enfold, the Media Editor/yoast SEO get the same problems as my real site.
    I thus think this must be related to Enfold!

    You have a thread on top of the support forum with some code to add to the functions.php-file. I have tried to do this, but appearently I must make the file writable first. I ask you to help me with the fix. I don’t know any code and don’ want to mess up.

    Or – maybe you suggest some other fix, I don’t know:)

    Thank you, Marie

    #625544

    In reply to: Social Media Icons

    Hi,

    Thank you for using Enfold.

    1.) Looks like you managed to remove the social icons.

    2 ) The video on https://www.enomis.london/services/ when on mobile it doesn’t play on auto which I know won’t for mobiles but the youtube button isn’t clickable.

    Autoplay are disabled on mobile devices by default. We also disabled video backgrounds on mobile for various reasons. You need to add a fall back image.

    2 ) I like using the font Josefin Sans however can’t get for the body… I still want to keep the menu bar standard text as shown.

    Add this in the functions.php file to register the font for the body content font dropdown:

    add_filter( 'avf_google_content_font', 'avia_add_content_font');
    function avia_add_content_font($fonts) {
        $fonts['Josefin Sans'] = 'Josefin Sans:400,700,400italic,700italic';
        return $fonts;
    }

    3 ) https://www.enomis.london/social/ click on blogging https://www.enomis.london/blogging/ how do I change layout to grid format or masonry like the link social page?

    Go to the Blog Layout and set the Blog Layout to Grid. Or set it to use the advancel layout builder then edit the blog page. Insert the blog post element then configure the options.

    4 ) Breadcrumbs I can’t seem to get it on the About page? https://www.enomis.london/about/ UNDER CONSTRUCTION

    Breadcrumbs are disabled for transparent headers.

    Best regards,
    Ismael

    #625533
    potentialindia
    Participant

    hey guys,

    i updated the theme and wordpress version and suddenly contact form 7 has stopped working all over the website. The client is getting very impatient. We have implemented the form on all pages.

    We get a spinning icon and nothing else happens.

    Kindly check the issue and help us out.

    Website url – http://envecon.com/contact-us/

    have shared my login. let me know if you need anything more.

    #625530

    Hi,

    Sorry for the delay. Please remove the widget then use this in the functions.php file instead:

    add_action( 'ava_after_main_menu', 'enfold_customization_header_widget_area', 1);
    function enfold_customization_header_widget_area() {
    	$output = '
    <div class="header_widget"></div>
    ';
        echo $output;
    }
    
    add_action('wp_footer', 'ava_custom_script_hwidget', 1);
    function ava_custom_script_hwidget() {
    ?>
    		<script>
            (function($){
                $('.header_widget').append('<a href="http://kdmstaging.com/stahl/wp-content/uploads/2016/03/phone..png" class="custom-widget">Click here to contact us.<img src="http://kdmstaging.com/stahl/wp-content/uploads/2016/03/phone..png"></a>');
    
                $(window).load(function() {
            		$('.custom-widget').magnificPopup({
            			type: 'image'
            		});
            	});
            })(jQuery);
            </script>
    <?php
    }

    After that, use the following to style the widget:

    .header_widget {
        position: absolute;
        z-index: 10000;
        right: 20px;
        top: 20px;
    }
    
    .mfp-ready .mfp-figure {
        opacity: 1;
    }

    Best regards,
    Ismael

    #625526

    Hi,

    When using the builder for posts you will need to set the excerpt manually, if you can’t see the field for it then please select to show it under Screen Options on the top right hand corner of the screen.

    Regards,
    Rikard

    #625489

    Hi,

    I’m not sure why the css animations are not working on your installation so I created a test page. The animations on our installation is working even on IE. This is probably cause by a plugin or a custom script. Please try to deactivate all plugins and remove all custom modifications then check the page again. Don’t forget to hard refresh the page. For a temporary fix, add this in the Quick CSS field:

    /*media all*/
    .avia_transform .avia_animated_image, .avia_desktop.avia_transform .av-animated-generic {
        opacity: 1;
    }
    

    Best regards,
    Ismael

    #625481

    In reply to: Animation Bug

    Hi,

    I don’t see any reason why it will “jump” on firefox because the “avia-btt” css transition is set to only move from bottom to top and fade in from 0 opacity to 1.

    @-webkit-keyframes avia-btt {
      0%   { -webkit-transform:translate(0,50%); opacity: 0;  }
      100% { -webkit-transform:translate(0,0); opacity: 1; }
    }
    @keyframes avia-btt {
      0%   { transform:translate(0,50%); opacity: 0;  }
      100% { transform:translate(0,0); opacity: 1; }
    }

    Will you consider disabling the animation only on firefox? Add this in the Quick CSS field:

    .avia-mozilla.avia_transform .avia_start_delayed_animation.bottom-to-top {
        -webkit-animation: none !important;
        animation: none !important;
    }

    Best regards,
    Ismael

    #625479

    Hi Tim,

    Great, glad you found the problem. Let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #625466

    In reply to: blog mobile side bar

    Hi,

    The blog posts are center aligned. Was that intentional? You can try this:

    .html_elegant-blog #top .post-entry .post-title, .html_elegant-blog .avia-content-slider .slide-entry-title, .html_elegant-blog #top .post-entry .blog-categories {
        text-align: right;
    }
    
    .html_elegant-blog .more-link {
        text-align: center;
        margin: 10px 0;
    }

    Best regards,
    Ismael

    #625457

    Hi,

    Great! We’ll leave the thread open in case someone should need more help on the topic.

    Regards,
    Rikard

    #625448
    tdproperty
    Participant

    On my web site listed in private content. You will notice that when you complete the custom property search and click next that the AJAX completes an auto scroll to top of the form however it does not take into consideration the header. Is their a way to add say 100 pixels to the top for auto scroll in enfold? I found the following kb #post-171923 however am not sure how to edit the code to include the header space. Your help is greatly appreciated

    #625445

    Hi,

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

    Regards,
    Rikard

    #625435

    Hi!

    To reduce breadcrumbs height please use the below code in functions.php

    function breadcrumb_height(){
    ?>
    <script>
      jQuery( document ).ready(function() {
        
    jQuery( ".breadcrumbs" ).closest( ".container" ).css({
       'min-height' : '10px',
       'padding' : '0px'
    });
    
    });
    </script>
    
    <?php
    }
    add_action('wp_footer', 'breadcrumb_height');

    To align the breadcrumbs vertically in mobile add this in Quick CSS

    @media only screen and (max-width: 767px) {
    .responsive .title_container .breadcrumb {
         top: 0px!important; 
    }}

    To move the checkbox to the left please use the below code in Enfold > General Styling > Quick CSS

    .single-product .cart input {
        width: auto!important;
        margin-right: 10px!important;
    }

    In the slider options please check for any paddings or min-height values if you still need any help setting it’s height we need to take a closer look at the banner setup please share admin details to login to backend in private content.

    Best regards,
    Vinay

    Hello,

    I found this code very helpful, however, I’m finding the problem still exists on Firefox. Here’s a screen shot of the same logo file being used on a “Boxed Layout”. https://www.dropbox.com/s/i8wjaakbf3svbyh/Logo%20not%20sized%20correctly.pdf?dl=0
    The top screen shot shows the menu below the logo but the logo is NOT the full height of the header area.
    The bottom screen shot show the menu above the logo and it is sized correctly.

    I’ve added the code you suggested above to my Quick CSS:
    .html_header_top.html_logo_center.avia-webkit .logo {
    left: 0%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    }

    Let me know if you have a correction for Firefox browser and why it would show correctly when menu is above but not when menu is below.

    Thank you,
    Olivia

    ShortieD
    Participant

    Hi Team – i’m hoping you can help me..

    I’ve gone and created a blog page using the page layout builder to make it look like the default view with a blog and sidebar…see here

    I did this becuase the title area needs to be centred above the content and sidebar areas…by default the theme has it to the left.

    I need to add a divider line between the content and sidebar to this page so it looks like this (see the screenshot here)

    http://www.awesomescreenshot.com/image/1213522/9a3f2a02ed4c1f7025166c94e7682aed

    However it looks pretty tricky using the layout builder….

    sooooo, I’m wondering
    a) is there anyway to resolve this with the layout builder as it is
    b) if not – is there a way I can change the blog theme template to have the title and the text under it display as it currently is – being at the top centred and with some text under it?

    I feel like approach b) above is probably the best? What do you think?
    I’m using a child theme so I can change template files or functions files…let me know…

    cheers

    #625380

    In reply to: adding typekit fonts

    Hi,

    For further references, please take a look here:

    let us know if we can do anything else for u.

    Best regards,
    Basilis

    #625370

    In reply to: 3 Questions

    Hi, here the screenshot links :
    (nota: i use the last version of both navigator)
    Safari : https://www.dropbox.com/s/w38gqkn6wguhdp8/Safari.png?dl=0
    Fierfox : https://www.dropbox.com/s/orultoflnb94fht/Fierfox.png?dl=0

    Another things…Regarding the answer of Basilis about the question # 1…
    The info about the link in the answer, i dont think its the good one anymore, cause i cant find the reference that Joshu give there ie line 441

    Here’s Basilis answer :
    Regarding one, take a look here
    https://kriesi.at/support/topic/header-logo-url-change/

    Thanks

    #625333

    Topic: ISSUES WITH PORTFOLIO

    in forum Enfold
    FedeMITIC
    Participant

    Hi,

    I would like to address an issue with the portfolio function included in the “Enfold” theme. While the portoflio images works perfectly on mobile and desktop, on my two ipad some images appears with a rotation of +/- 90° and I really can’t figure out why!
    I tried to reproduce the issue described above using the Chrome developer console (emulating the ipad), but i wasn’t able to do so.

    I will provide admin access for you and all the links and screenshots in the private section,

    Thank you for your attention,

    Federico

    #625318

    In reply to: Sidebar color

    Hi,

    No bother at all, just change the whole code to this:

    @media only screen and (min-width: 767px) {
    	#top .container_wrap.sidebar_right {
    		background: #d6d6d6;   
    	}
    	#top .container_wrap.sidebar_right .sidebar{
    		background: transparent;
    	}
    	#top .container_wrap.sidebar_right .sidebar .inner_sidebar  {
    		padding-right: 50px;
    	}
    
    	#top .container_wrap.sidebar_right .container {
    		padding: 0;
    	}
    
    	#top .container_wrap.sidebar_right  .entry-content-wrapper {
    		padding-left: 50px;
    
    	}
    	#top .container_wrap.sidebar_right .content{
    		background: white;
    		min-height: 600px;
    	}
    }
    

    As you’re hiding the sidebar on mobile we can set these changes to apply only on desktop.

Viewing 30 results - 96,421 through 96,450 (of 142,828 total)