Viewing 30 results - 87,511 through 87,540 (of 142,855 total)
  • Author
    Search Results
  • #717389

    Hi,

    Looks like you managed to put the facebook widget inside the top bar. Did you replace it with the “avia_meta_header” filter?

    Best regards,
    Ismael

    #717388

    Hey witschurke,

    Thank you for using Enfold.

    1.) Disable the masonry’s loading animation with the following css code.

    .avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry {
        -webkit-animation: none;
        animation: none;
    }
    

    2.) Edit the masonry element, go to the Element Captions panel then set the “Element Title and Excerpt Styling” to the second option. And the “Element Title and Excerpt display settings” to “Display on mouse hover”.

    Best regards,
    Ismael

    Hi,

    Glad we could help :-)

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

    Best regards,
    Rikard

    #717383

    In reply to: no result landing page

    Hi,

    I’m sorry about that. I thought it’s the search template. Please modify the includes > error404.php file instead. Look for this code.

    <section class="404_recommendation"><?php _e('For best search results, mind the following suggestions:', 'avia_framework'); ?>
    <ul class='borderlist-not'>
     	<li><?php _e('Always double check your spelling.', 'avia_framework'); ?></li>
     	<li><?php _e('Try similar keywords, for example: tablet instead of laptop.', 'avia_framework'); ?></li>
     	<li><?php _e('Try using more than one keyword.', 'avia_framework'); ?></li>
    </ul>
    <div class='hr_invisible'></div>
    <h3 class=''><?php _e('Feel like browsing some posts instead?', 'avia_framework'); ?></h3>
    <?php
        the_widget('avia_combo_widget', 'error404widget', array('widget_id'=>'404',
                'before_widget' => '
    <div class="widget avia_combo_widget">',
                'after_widget' => '</div>
    ',
                'before_title' => '
    <h3 class="widgettitle">',
                'after_title' => '</h3>
    '
            ));
    
        do_action('ava_after_content', '', 'error404');
        ?>
    </section>
    
    

    and last question how to set the woo product search widget in menu insteed of the post seach?

    Please try the solution in this thread. https://kriesi.at/support/topic/replace-standard-search-with-woocommerce-product-search/

    Best regards,
    Ismael

    #717382

    Hi,

    Is the site subscribed to a cdn provider? Please refer to this thread for a possible solution.

    // https://kriesi.at/support/topic/contact-form-resetting-to-defaults/#post-391712

    Best regards,
    Ismael

    #717381

    Hi,

    Thank you for the update. Please add the following code in the Quick CSS field.

    #top .av-fixed-size .av-masonry-entry.av-masonry-item-no-image .av-inner-masonry-content-pos, #top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content-pos {
        vertical-align: bottom;
    }

    Best regards,
    Ismael

    #717352

    Hi Nikko!

    Thank you again, you’re amazing! However, we just wanted to put back the script you had added a few days ago so the author’s name would appear on top but it crashed again.

    I will never touch the php code again without your help, I promise :)

    Cheers!

    Rachel

    #717350

    Topic: Heading letter spacing

    in forum Enfold
    Byrne
    Participant

    Hi There,

    I am trying to change the letter spacing of my headings h1, h2, h3, h4. Below is the code I have so far. This works on the desktop but not on the ipad. Is there something else I need to add?

    .template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {letter-spacing: 0px !important; }
    h3 {letter-spacing: 0 !important; }
    h4 {letter-spacing: 0 !important; }

    #717347

    Hi!

    I have added the code and it works just fine. I added this since there is 1px thin line above after adding the code above:

    #top.page-id-1837 #main .container_wrap_first {
       border: 0 !important;
    }

    Let us know if it’s good on your end. :)

    Cheers!
    Nikko

    #717346

    Hey!

    To answer this question: “Is there still no option to make the top level menu item not a link, showing only dropdown when mouse over?” this is actually not an Enfold issue but wordpress itself, you can check that this is true for other themes available include the default wordpress themes. As for “I was trying to make a disclaimer page not visible in the main nav”, can you post a link to your page? so we can check and give you a css code specific to do this, you can post it in the “private content” section so only moderators can see.

    Best regards,
    Nikko

    #717343

    In reply to: Login with password

    Hey framowijb,

    It seems the plugin you are looking for is a membership plugin, try checking for membership plugins that is listed in here: https://kriesi.at/support/topic/recommended-plugins/

    Best regards,
    Nikko

    #717340

    Hi,

    Try adding this code in Quick CSS (located in Enfold > General Styling):

    #header_main {
        border: 0 !important;
    }
    
    #top .header_bg {
        background: transparent !important;
    }

    Let us know if it works :)

    Best regards,
    Nikko

    #717337
    RachelFleury
    Participant

    Hi,

    My friend thought he could help me modify my web site and added some php code in the functions.php file he found on the web (https://jetpack.com/support/related-posts/customize-related-posts/#nocontext). The code he added made my website crashed. He tried to take off the code he added and to reload the file with FTP but it doesn’t work. He’s also deleted the jetpack extension I wanted to modify but it doesn’t work either.

    The script at the end should be working. It’s supposed to place the author’s name on top of our articles.

    I would REALLY appreciate if you could help me find and patch the error.

    Thank you very, very much!

    Best regards,

    #717324

    Hi,

    Try adding this css code:

    #top .av-submenu-container {
        height: auto !important;
    }

    Let us know if it helps.

    Best regards,
    Nikko

    #717305

    Hey tiomkin,

    Try adding this code in Quick CSS:

    #top.page-id-1837 #main .container_wrap_first .content {
        padding-top: 0 !important;
    }

    Let us know if it works :)

    Best regards,
    Nikko

    FreelanceWeb
    Participant

    Hi,

    I’m trying to make my menu looking like this: https://www.afistfullofbolts.com/

    This is how far I’ve gotten: http://109.73.237.182/~forrodub/danielegemmiti.ie/

    It doesn’t have to be exact, but there are a few obvious issues for a starter.

    (A note, the Quick CSS function seems to be broken for me as I can modify the child theme style.css file but the quick CSS changes seem to get over-written)

    1) I have added the same custom font but it seems to be slimmer on that site. I tried adding some addition CSS from that site but it doesn’t take
    2) I can’t figure out how to make the menu items black on hover
    3) The spacing between the items is tricky. Padding left means the dropdown menu is aligned off to the left under the top-level item, but padding right adds a lot of space on the right of the last menu item

    Thanks & Regards,
    C

    #717302
    norbou
    Participant

    Hei Kriesi team,
    I would like to ask, how to optimize image upload. Upload itself is very fast, but processing is very slow. I think it may be caused by many sizes of images defined in the template. Is possible reduce image variants on only really necessary in my design? How to recognize sizes mandatory for me? How to stop generating useless variants? How to optimize image processing on my hosting?
    I have dedicated 1 GB of RAM on this domain.

    #717298

    Hey Christian,

    Try to check the solution in this thread: https://kriesi.at/support/topic/accordion-opening-closing-animation-effect/

    Best regards,
    Nikko

    Hi,

    I tried checking on your the link you have given but it only returns:

    This site can’t be reached

    As for How can I reduce this so he only shows 1 article at the same time and then scrolls to the next one, it’s not possible just by using css to show 1 article at a time (well it’s possible but the 2 others will be hidden), what I suggest as a solution is to create 2 post sliders, 1 for desktop and tablet (3 columns) and 1 for mobile (1 column), for this to be possible you need to create another post slider for mobile (same setup only 1 column) then enable Custom Css Class ( instructions here: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) then for the 3 column post slider add this class show-desktop and this class show-mobile on 1 column post slider. Finally add this code to Quick CSS:

    .show-mobile {
      display: none !important;
    }
    
    @media only screen and (max-width:767px) {
      .show-mobile {
        display: block !important;
      }
    
      .show-desktop {
        display: none !important;
      }
    }

    Let us know if it works, if it doesn’t we would like to request for a temporary admin access so we can check the backend.

    Best regards,
    Nikko

    #717292

    Hey Sadegh,

    I haven’t tried that plugin before and just knew it today, seems like it’s not compatible based on this thread: https://kriesi.at/support/topic/enfold-blocking-add-to-cart-function-on-foodpress-plugin/

    Best regards,
    Nikko

    #717288

    Hi,

    Try adding this code to Quick CSS:

    @media only screen and (max-width:767px) {
      .responsive #top #main .avia-bg-style-fixed {
        background-size: 100% auto !important;
      }
    }

    Let us know if it helps.

    Best regards,
    Nikko

    #717283

    Hi,

    Seems like you want to do something like in this thread: https://kriesi.at/support/topic/move-meta-data-above-post-contact/#post-706053
    Try to add this code to functions.php:

    function move_postmeta(){
    ?>
    <script>
    jQuery(window).load(function(){
    jQuery( ".page .template-blog header.entry-content-header, .single-post .template-blog header.entry-content-header" ).each(function() {
    jQuery( this ).find( ".post-meta-infos" ).insertBefore( jQuery(this).find('.big-preview') );
    });
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'move_postmeta');

    And add this code to Quick CSS (located in Enfold > General Styling):

    .html_elegant-blog #top .post-entry .post-meta-infos {
        float: none;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #717282
    tiomkin
    Participant

    Hello,
    I got problem with Revolution slider, i got white gap
    i tried fix it with style.css
    .content {
    padding-top: 0px !important;
    }

    but it didnt fix the problem.
    Help please :)

    #717267

    In reply to: E Mail Issues

    Hi,

    The login details doesn’t work, please check. For the meantime can you use contact form 7 while we are still trying to fix the issue? you might be experiencing same as this https://kriesi.at/support/topic/contact-form-is-not-sending-emails/

    Let us know if using contact form 7 works for you, also allow us to have permission to deactivate any/all plugins necessary so we can isolate the issue.

    Best regards,
    Nikko

    • This reply was modified 9 years, 4 months ago by Nikko.
    #717242
    brettb112
    Participant

    How do I align all the full width buttons to the top of my grid row? On my home page I have 4 buttons in each picture on my grid row.

    The first button has the right alignment, but the other 3 are somewhat in the middle.

    I wish there was an option to change the position.

    Thanks
    Brett

    To add some useful information to this thread: I am using the above-the-fold-optimization plugin in WordPress. At the moment I have succeeded to get all critical-css into html-inline css, and am nearly done with the javascript.
    To get a non-blocking html-page you need to have all critical css and js to be inline in your html page (thus not to be called from an external .css or .js file) and have the inline javascript call the remainder of the css and js. This can all be done by the plugin I mentioned.
    Right now I have 79/100 on desktop and 69/100 on mobile, and hope to have a better score when I find the blocking javascript function.
    I keep you posted with my progress.
    BR, Arnold

    #717232
    graphicsplus
    Participant

    Hi,
    I would like to make an anchor link that brings a full width Easy Slider to the top of the page, but I can’t seem to add a section ID to an Easy Slider and I can’t place a full width Easy Slider inside a Content Section. How can I achieve this?

    • This topic was modified 9 years, 4 months ago by graphicsplus.
    #717222

    hello. can you check it again with your mobile device. or a desktop browser with minimzed screen size. ?

    you will the the 7/24 badge on top of the scrreen. when you minimize the browser window it all the way up.

    #717216

    Hi, I have changed my css to #top .gallery .gallery-item { width: auto; height: auto; } in order to being able to use the standard wordpress gallery without having the images resized to tiny 80px images even if you choose medium size images. So you won’t see the effect on my site any more.

    You can easily check it by placing a gallery inside a post using enfold theme with the standard wordpress editor. I trust you will have a demo version running with enfold?

    I don’t think that a theme should disable default wordpress features such as choosing image size of gallery photos.

    • This reply was modified 9 years, 4 months ago by bluecafe.
    #717201

    In reply to: sidebar logo icons

    Hey!

    Thanks for providing the link. I have replaced this code:

    
    .sidebar_left .menu li a {
      border: 1px solid #e1e1e1;
      border-right: 0;
      border-left: 0;
      margin: 0 0 -1px;
      padding: 12px 16px !important;
      text-align: left;
    }
    
    .sidebar_left .menu li:first-child a {
      border-top: 0;
    }

    to this one:

    
    .sidebar_left .widget_nav_menu ul li a {
      border: 1px solid #e1e1e1;
      border-right: 0;
      border-left: 0;
      margin: 0 0 -1px;
      padding: 12px 16px !important;
      text-align: left;
    }
    
    .sidebar_left .widget_nav_menu ul li:first-child a {
      border-top: 0;
    }

    This should be good now. Let us know your feedback :)

    Best regards,
    Nikko

Viewing 30 results - 87,511 through 87,540 (of 142,855 total)