Viewing 30 results - 78,181 through 78,210 (of 142,926 total)
  • Author
    Search Results
  • #809166

    Hey classywebsites,

    Apparently the plugin can still be accessed via the author GitHub repository. Please see this thread:

    https://wordpress.org/support/topic/is-cfdb-gone/

    Best regards,
    Jordan Shannon

    Hey Inspigate,

    You can add Code Block element to your page and add following HTML code in it

    <div class="my-custom-img">
    <img src="https://kriesi.at/wp-content/themes/kriesi/images/logo.png" />
    </div>

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

    .my-custom-img { position: fixed; left: 0; top: 10%; }

    Of course the positioning would have to be adjusted to your liking.

    Best regards,
    Jordan Shannon

    Thanks for all the suggestions.
    I have successfully applied most of the recommendations. Have an average score of 90.
    However, I havING A flash of unstyled content after using inline and defer CSS in Autoptimize.
    A unstyled menu shows up before page loads completely. Sometimes, content occupies just a segment of the entire width before finally occupying the whole screen size.
    Had to turn on the page preloader to hide this error.
    So, my question is this;
    What CSS file should I exclude to prevent this FOUC from popping up?
    You can navigate to have a glimpse of the problems.
    Thanks..

    Hi,

    Was the css I gave you removed? The image seems to be cropped on the desktop.

    Best regards,
    Jordan Shannon

    swalley
    Participant

    Hello.
    Can you tell me how to remove/hide the top navigation bar on a single page? It’s where the social media icons go. Also, can you tell me if I can remove it from specific pages I choose?

    #809118
    aku-terapi
    Participant

    Hey…

    I just bought the enfold theme today, but i cant figure out how to change the language to Danish.
    I have tried to read different topics about the subject but havent found any answers yet.
    Is there something else besides setting my wordpress language to Danish i can do??

    hope u can help me out with this…

    best regards
    Christian

    Another problem showed up my purchase code wont work so cant get going with layerslider…
    any idea why it doesnt work??

    • This topic was modified 8 years, 10 months ago by aku-terapi.
    GWS
    Participant

    Hi,
    I would like to have the Enfold porfolio grid images appear as black and white and then become color on hover. I followed instructions on another thread (https://kriesi.at/support/topic/grayscale-hover-effect-on-portfolio-items/) but it is not working. The custom css I’m using is shown below. What am I missing? Thanks for your help.

    .image-overlay .image-overlay-inside::before {
    background: none!important;} /*removes arrow on hover*/

    img.attachment-portfolio.size-portfolio.wp-post-image {
    -webkit-filter: greyscale(100%);
    }
    img.attachment-portfolio.size-portfolio.wp-post-image:hover {
    -webkit-filter: none !important;
    }
    .grid-image img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    }
    .active_portfolio_item .grid-image img, .grid-image img:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: none;
    }

    #809110
    atwalsh12
    Participant

    I have a navigation bar below logo and centered. but now i have a space that appears between the nav bar and my slider. It disappears on mobile but comes back on desktop. Do you know How can I fix this?

    #809104

    In reply to: pop up

    Hey troupdim,

    You can try to open an inline content in a lightbox. Follow the instructions here:

    https://kriesi.at/support/topic/inline-content-in-magnific-popup/#post-289356
    https://kriesi.at/support/topic/open-form-in-a-lightbox-popup/#post-378103

    Best regards,
    Jordan Shannon

    #809085

    In reply to: Full Size Logo

    Hi,

    Add the following to quick css to adjust to the menu being on top:

    .av-section-bottom-logo.header_color{
    padding-top: 50px!important;
    }

    Best regards,
    Jordan Shannon

    Inspigate
    Participant

    If you scroll down a larger page a layer appears with the semi-transparent button “go to top” in the lower right corner of your screen. This button has a fixed position even if you scroll down more. This behaviour is enfold standard.

    I now want to add two more buttons to this layer. telefone and mail. As the “go to top” button their position should be fixed in the lower left corner of the screen. You can see this on klink-am-pelikanplatz.de working (when you scroll down) but I could not find out how they made it.
    This seems to be a good way to raise the usability of a site an to increase your conversion rate.
    Can you help me to get this working?

    #809071

    Topic: woocommerce

    in forum Enfold
    scaienvato
    Participant

    Today I install the new 4.2 version of WooCommerce. previously we got 3.0 . After installing, we have some problems that we can’t solve:
    1) The images of single products are not visible in the detail page, but if you drag on desktop, you can see the image.
    2) The textes on the home page in the widget “Product gallery” are bigger and we can’t do it smaller
    3) We try with another theme and it’s all ok, but with enfold no!

    • This topic was modified 8 years, 10 months ago by scaienvato.
    #809070

    In reply to: Full Size Logo

    If I put the menu above it does show full size logo – however the top is cut off – I assume some padding is missing or a container size needs to be adjusted?
    I would like to see what it looks like full width if possible.
    I appreciate your assistance
    Great theme.
    CJ

    #809069

    In reply to: Footer height

    Hi,

    Add the following to quick css:

    #footer .widget{
    margin-top:0px!important;
    margin-bottom:0px!important;
    }

    Best regards,
    Jordan Shannon

    #809055
    zimbo
    Participant

    The LayerSlider on this page has a Canvas Width of 700px specified but Enfold is ignoring this and displaying the slider in a container 864px wide (the width of flex_column.av_one_full, the outer container), expanding and enlarging the slider images (which are all actually 700px wide) to fill this container.

    I do not want this to happen. I want the slider images to show as 700px wide, which is what I specified in LayerSlider.

    How do I stop Enfold doing this and get the images to display at the size I want?

    #809042

    Topic: Full Size Logo

    in forum Enfold
    AlpineWeb
    Participant

    I am trying to use a logo that is 1000 x 200px – I want it full width with the menu below or above doesn’t matter
    I have searched these forums to no solution.
    Please provide the code to customize this option.

    This is the post most like what I want but the solution is not posted
    https://kriesi.at/support/topic/full-width-logo-image-and-size-issue/

    #809031

    I have inserted this code, but the full menu is still showing on a laptop sized screen (see attached screen shot).

    @media only screen and (min-width: 768px) and (max-width: 1180px) {
    .container.av-logo-container {
    padding: 0px;
    margin: 0px 30px;
    max-width: 95%;

    }
    #top .av-menu-button > a .avia-menu-text {
    padding: 5px;
    }

    .av-main-nav > li > a {
    padding: 0px 11px;
    }
    .logo img {
    padding: 55px 0;
    width: 50%;
    }

    #809026
    #809025

    Hi,

    That is not possible without significant header customization that goes beyond what can be done here in the forums. However perhaps you can create a second menu with those top links included with the normal links, and use a plugin such as this to show on mobile https://wordpress.org/plugins/zen-menu-logic/.

    Best regards,
    Jordan Shannon

    #809015
    Sergey
    Guest

    Hello

    I’ve purchased Enfold theme and have a serious problem with my website now. This is the only means I’ve found to contact Enfold team. I can’t start a topic at forums and don’t see any other means to address the problem. Please kindly help me to restore my website.
    I’ve set up a website using Enfold theme on WordPress. Having contact form not working (not sending e-mails as it supposed to do) I’ve referred to forums and tried the following solutions suggested by a moderator:
    1. Installed Contact Form 7 Plugin
    2. Updated functions.php file with the following data:

    function change_cf_from() {
    return “wordpress@YOURWEBSITE.com”;
    }
    add_filter(‘avf_form_from’, ‘change_cf_from’, 10)

    The result is that I have a permanent Http 500 ERROR and can’t have access either to the website itself or wp-admin panel. Please help to restore the website asap and to get the contact form working properly.

    Sorry for not choosing a correct form of support but I don’t see any other way now.
    Thanks a lot!

    Regards
    Sergey

    #809006
    Nathan
    Participant

    hello

    the site I’m working on is bodytalkminneapolis.com

    on the home page

    I’m trying to learn how to center the image so it covers the white space on the left and the picture is right below the logo at the top

    can I get your support on how to do this please?

    thank you

    Hi Ismael, I provided a link in my post. This is actual. Well, I selected a top product category. Then I selected show titles as caption always.

    Screenshot 1

    Screenshot 2

    Beware: Site language is german

    If I did not select Show Title always but instead Hide Both, then Product Add-on did not show in Masonry!

    #808989
    tl_s180
    Participant

    Hi,
    ich möchte auf einer Seite das Fullwidth Sub Menu und mehrere Fullscreen Slider untereinader kombinieren.
    Die Fullscreen-Slider sollen alle eine ID bekommen, damit ich im Fullwidth Sub Menu Anker vergeben kann.
    Habe dazu diesen Eintrag gefunden
    https://kriesi.at/support/topic/create-custom-div-id-field-for-all-avia-layout-builder-elements/#post-584257

    Das hier macht ungewollte Abstände zwischen den Slidern
    <div id="my-custom-id"></div>

    Und das hier hat irgendwie keine Auswirkungen.

    function avia_custom_element_id(){
    ?>
     <script>
    jQuery(window).load(function(){
    jQuery('.your-custom-class').attr('id','your-custom-id');
    });
     </script>
    <?php
    }
    add_action('wp_footer', 'avia_custom_element_id');

    Also ein Feld für Custom CSS Class wird angezeigt, aber kein neues Feld Custom CSS ID
    Hier man komplette functions.php. Ist da alles richtig?

    <?php
    
    /*
    * Add your own functions here. You can also copy some of the theme functions into this file. 
    * WordPress will use those functions instead of the original functions then.
    */
    
    //add custom class for alb
    add_theme_support('avia_template_builder_custom_css');
    
    function avia_custom_element_id(){
    ?>
     <script>
    jQuery(window).load(function(){
    jQuery('.your-custom-class').attr('id','your-custom-id');
    });
     </script>
    <?php
    }
    add_action('wp_footer', 'avia_custom_element_id');
    • This topic was modified 8 years, 10 months ago by tl_s180.
    #808988
    BeeCee
    Participant

    How can I change the search form box in the menu to a full-screen overlay search form when a user clicks on the loupe icon?

    Example:
    https://allfacebook.de/ when you click on the loupe icon on the very top

    Thanks.

    #808986

    Hi Sara,
    I have the same problem with Great Vibes Font with desktop: all titles are uppercase and unreadable.
    Can you help me to fix it please?

    Looking forward hearing from you.
    best regards
    M.

    #808973

    In reply to: Use SVG as the logo…

    Thank you for the “svg as logo bg” code. Works (almost) perfect. Except on mobile. Here the enfold logo still appears when you remove the logo. So I placed a transparant png instead. That seemed to work, but in my mobile browser (safari, iPhone) the name of my site is previewed in the logo area, on top of my background svg logo. How can I make the sitename dissapear? Thanks in advance…

    #808961
    mleite1
    Participant

    Hello, I use this code below to control the phone bar and address of my website. But I change the alignment of the text to left and it did not work. Can you help me? Something wrong with the code?

    ANOTHER THING
    I would also like to change the color of social media icons.

    CODE
    .header_color .phone-info {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12px !important;
    text-align: left !important;
    letter-spacing: 0.6px;
    font-weight: 400;
    font-family:’Roboto’, Arial, sans-serif;
    color:#fff !important;
    }
    #top #header_meta .phone-info {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    line-height: 2.0em;
    padding-top: 5px;
    }
    .header_color .container_wrap_meta {
    background-color: #a8a8a1 !important;
    }

    #808952
    giaco_he
    Participant

    Hey team,

    I made a few changes to my WooCommerce product pages as suggested by an moderator in this forum. For example, take a look at: https://edley.de/produkt/digitales-marketing/

    I changed the product description box to full size using the following CSS Code in my Quick-CSS:

    /*Produktbeschreibung full width*/
    .single-product-summary {
    overflow: visible;
    }
    .template-shop div.product div.summary {
    width: 60%;
    float: left;
    }
    
    .single .woocommerce-tabs {
        position: relative;
        top: -75px;
    }
    
    /*Thumbnails Product Page in 1x6 anordnen*/
    #top .single-product-main-image .thumbnails a{
    width:15.3%!important;
    }
    

    It looks fine on the desktop version.
    However, the product pages look weird on mobile devices and in responsive mode. In the mobile version, the description is just displayed on one half of the page and the button ‘In den Warenkorb’ is not clickable anymore. Also, the different tabs (Beschreibung, Lernplan, Bewertungen) do look weird on devices that are smaller than an iPhone 6s Plus..
    Please take a look at the site on your mobile device or in responsive mode, you’ll see what I mean.
    Do you have any ideas on how to fix that?

    Thanks,

    Giaco

    • This topic was modified 8 years, 10 months ago by giaco_he.
    #808947
    156aw45f
    Participant

    Hi,
    I have a menu overlapping the logo on 1024 x 768 large tablet (landscape).
    I tried this:
    @media only screen and (max-width: 1119px) and (min-width: 990px) {
    .logo a {
    max-width: 35%;
    top: 10px;
    }}
    It works but when scrolling down on the page, the overlapping reappears. What would you suggest?
    Thanks,

    #808941

    Hey Yigit,

    Thanks for getting back to me and apologize for my late response as well. In the meantime i got a bit further with the css, but I am still struggling with a tiny little thing. It’s the headline of the product attributes. To make things clear i’ve added to screenshots to this post (see privat content section).

    The first screenshot shows you how site looks before i’ve adding my custom css and the second screenshot what happened after i’ve added the following css code:

    div .ivpa_attribute, .ivpa_text, .ivpa_border, .ivpa_activated {
    padding-top: 20px;
      display: flex;
      text-align: none !important;
      align-items: center;
      justify-content: center;
    }

    Thanks for your help!

Viewing 30 results - 78,181 through 78,210 (of 142,926 total)