Viewing 30 results - 22,111 through 22,140 (of 244,518 total)
  • Author
    Search Results
  • #1369136

    Hey Lene,

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

    .iconlist_icon span.iconlist-char {
      font-size: 60px; 
    }

    Best regards,
    Rikard

    #1369133

    Hi,

    Great, I’m glad that you found a solution, and thanks for the update. I’ll close this thread for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    Hi,

    Thanks for the update. I toggled the option to delete the old CSS and JS files under Enfold->Performance, and that seems to have helped. Please check in a private browser window in order to avoid local caching. Also please note that the likely cause is caching, if you are seeing different results depending on weather you are logged in or not.

    Best regards,
    Rikard

    Ohh Hallo Yigit
    Merci vielmals, da muss ich per Zufall draufgekommen sein. Habe das nie bewusst deaktiviert. Vielen Dank. Das Problem ist damit gelöst, muss nur wieder auf ENFOLD Child wechseln.
    Vielen Dank und beste Grüsse aus der Schweiz

    Fred Braune

    #1369114

    In reply to: question

    Hey,

    Thanks for contacting us!

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

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

    If you have any other questions or issues, please register to our support forum – https://kriesi.at/support/register/ using your purchase code and start new threads under Enfold sub forum :)

    Regards,
    Yigit

    #1369112

    Hi,

    I attached the latest Enfold beta in private content field. New version includes LayerSlider 7.5.2. Could you please update the theme and check if that helps?

    LayerSlider team informed us that the issue you reported was fixed in 7.5.1 :)

    Best regards,
    Yigit

    #1369111

    Topic: google fonts

    in forum Enfold
    rixi
    Participant

    hi, i just the plugin disable and remove google fonts but it doesnt work. They wrote that its tested with enfold. thereare still mistakes.
    Normally all fonts should be deleatedt.

    Many greetings rixi

    Hi Fred,

    Sorry for the late reply!

    Responsive Site option was disabled in Enfold theme options > General Layout > Dimensions tab. I enabled it and that helped.

    Please review your website :)

    Best regards,
    Yigit

    #1369095

    In reply to: API key not found

    Angelo
    Guest

    Hi Rikard,
    I updated the theme via FTP and installed the child theme following the procedure in this link: https://kriesi.at/documentation/enfold/child-theme/

    When I activate the child theme it breaks many parts of the website as fonts, sections, maps from google.
    I imported the parent theme options, as explained in the link, but seems something is going wrong.

    Is there a way to manual recall the needed files of the parent theme, in order to avoid breaking design and functionalities?

    Thanks,
    Angelo

    #1369086

    Hi Dieter,

    Could you please disable it in Enfold theme options > Google Services as well?

    Best regards,
    Yigit

    #1369085

    Hi,

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

    
    .html_av-overlay-side .av-burger-overlay-scroll {
    overflow: hidden;
    }
    

    Best regards,
    Yigit

    Hey fkm,

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

    
    #top .active_portfolio_item .grid-entry-title {
      font-weight: bold;
    }
    

    Best regards,
    Yigit

    Hey fkm,

    Thanks for contacting us!

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

    
    @media only screen and (max-width: 480px) { 
    #av-sc-portfolio-1 .grid-content {
      padding: 0 20px 0 20px;
    }
    }
    

    Best regards,
    Yigit

    #1369075
    divedave
    Participant

    Since 2 or 3 weeks I have the problem that all websites I have created with the enfold theme are unbelievable slow.
    The frontend is quiet fast, but the backend doesn’t makes a lot fun to work with.

    Does anybody has an idea?
    I tried a lot of thing like to disable all Plugins, activate php boost at the hosting provider, but nothing helps.

    • This topic was modified 3 years, 5 months ago by divedave.
    • This topic was modified 3 years, 5 months ago by divedave.
    #1369071
    love2web
    Participant

    As per my earlier message today on similar thread, please investigate the very slow loading issues on my client’s site using Enfold.

    I have tried many things (deactivated plugins, cache plugins, changing compression settings in Perfomance tab) and have done tests with gtmetrix.com and get very poor results – sometimes even timeout.

    Hosting company has advised they have done all they can do, including setting the Memory_Limit to 512M and updated the PHP version to 8.1. They
    Client has paid hosting until 2025, so can’t move without losing this investment.

    A developer that I paid to check it out says “there is an issue with High Javasrcipt request. These are core files in the WP theme itself (Enfold) that uses javascript.”
    He has also said we should change themes, but I really don’t want to do that.

    Details for the site are in the private content. Please check and advise what can be done.

    Thanks
    Nicola

    fkm
    Participant

    Hi Enfold team,

    with the following CSS code the grid entry titles get bold on hover (font-weight: 600) as desired:

    .grid-entry-title a:hover {
    font-weight: 600 !important;
    color: #1a1a18!important;
       letter-spacing: 0.00em!important;
    }

    In addition, is there a way to permanently display the respective title in bold as long as the associated preview is open/active?

    Thank you very much for your reply in advance.

    Best regards,
    fkm

    fkm
    Participant

    Hi Enfold team,

    with the following CSS code I was able to reduce the vertical distance between the entry titles of the ajax portfolio preview (and also adjust the left margin and the font size) that I´m using on my page:

    .grid-entry-title {
    font-size: 17px!important;
    margin-top: -14px!important;
    margin-left: -20px!important;
    }

    The settings for the left margin and the font size also affect the smartphone view.
    However, the vertical spacing between the titles in this view remains unchanged.

    I also tried the following one but it doesn´t work:

    @media only screen and (max-width: 767px) {
    .grid-entry-title {
    margin-top: -40px!important;
    }}

    So please let me know how to decrease the vertical distance between the entry titles on mobile view (smartphones).

    Thank you very much in advance.

    Best regards,
    fkm

    #1369065

    Hi,

    Thank you for the inquiry.

    Please try to add this css code to adjust the style of the magazine filter on mobile view.

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      .av-sort-by-term {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
      }
    }
    

    You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.

    Best regards,
    Ismael

    #1369057

    Hi,

    You can upload more icon fonts from Fontello or Flaticon using the Iconfont manager. Please check the documentation below for more info.

    // https://kriesi.at/documentation/enfold/icon/#adding-your-own-fontello-or-flaticon-icons-

    If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Thanks!

    Best regards,
    Ismael

    #1369056

    Hey mediaapps,

    Thank you for the inquiry.

    The Enfold > Blog Layout > Blog Layout is set to “Use the advance layout builder..’, so you have to edit the blog page, switch to the Advance Layout Builder (ALB) and manually insert the Blog Posts element in order to display posts. We already switched the Blog page to ALB and set the page layout to have a right sidebar. Posts are now displaying correctly in the blog page.

    Best regards,
    Ismael

    #1369052

    Hey Chrilles,

    Thank you for the inquiry.

    As of this moment, you can only adjust the layout or design of the portfolio archive by editing the taxonomy-portfolio_entries.php template file or by editing the enfold/config-templatebuilder/avia-shortcodes/portfolio/portfolio.php > avia_post_grid class which is used by the taxonomy template.

    Another solution is to create a custom or an ALB page for a specific archive page and do a 301 redirect. So whenever user access an archive page, they will get redirected to the custom page.

    // https://wordpress.org/plugins/eps-301-redirects/

    Best regards,
    Ismael

    #1369049
    mediaapps
    Participant

    I have set the path in WP Settings and in Enfold Child theme but posts don’t appear at https://xxxxx.com/blog

    Assistance please.

    #1369040

    Hi,
    Glad Nikko was able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    #1369039

    Hi,
    Do you want all H1 & H2 to be changed? You can set this in the Enfold Theme Options ▸ Advanced Styling just choose the font from the drop down menu.

    Best regards,
    Mike

    #1369034

    Hi,
    Thanks for the screenshot, the following script and css will remove the hover effect of the sidebar menu and open and close the submenu items on click below the menu item.
    Add this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function custom_sidebar_menu_open_on_click_script() { ?>
      <script>
    window.addEventListener('DOMContentLoaded', function() {
    (function($){
      $(".menu-item-has-children").click(function() {
      	var clicks = $(this).data('clicks');
      if (clicks) {
      	$(this).removeClass('open');
      } else {
        $(this).addClass('open');
      }
      $(this).data("clicks", !clicks);
      });
    })(jQuery);
    });
    </script>
      <?php
    }
    add_action('wp_footer', 'custom_sidebar_menu_open_on_click_script');

    Add this CSS to Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #avia-menu.av-main-nav .menu-item-has-children:hover ul.sub-menu {
    	opacity: 0 !important;
        visibility: hidden !important;
    }
    #avia-menu.av-main-nav ul.sub-menu {
        top: unset;
        left: unset;
        position: relative;
    }
    #avia-menu.av-main-nav .menu-item-has-children ul.sub-menu li {
    	display: none;
    }
    #avia-menu.av-main-nav .menu-item-has-children.open ul.sub-menu li {
    	display: block;
    }
    #avia-menu.av-main-nav .menu-item-has-children.open ul.sub-menu {
    	opacity: 1 !important;
        visibility: visible !important;
    }
    #avia-menu.av-main-nav .menu-item-has-children.open ul.sub-menu li:last-child {
        padding-bottom: 25px;
    }

    After applying the css, please clear your browser cache and check.
    The expected results:
    2022-10-16_019.png
    Please ensure to copy the code from the forum and not an email notification.

    Best regards,
    Mike

    #1369028

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    Hi,
    Please try this css in Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top.tribe-theme-enfold.single-tribe_events #main .av-single-event-content {
        float: none;
        order: unset;
        margin: auto;
        text-align: center;
    }
    #top.tribe-theme-enfold.single-tribe_events #main .tribe-events-event-image img {
    	margin: auto;
    }
    #top.tribe-theme-enfold.single-tribe_events #main .tribe-events-c-subscribe-dropdown__container,
    #top.tribe-theme-enfold.single-tribe_events #main .tribe-events-schedule{
        justify-content: center;
        margin: auto;
    }

    The expected results: https://savvyify.com/img/image/5mmz

    Best regards,
    Mike

    #1369020
    Chrilles
    Participant

    Is there any way to change the Portfolio archive or a Custom page type Archive page in Enfold?
    Preferably in an “easy” way ( I am not a programmer)

    And what are the future plans for Enfold regarding CPTs and individual Custom Archive page layouts?

    Best,
    Chrilles

    #1369019

    Hi,
    Thanks for the screenshot and the link to your site, for the first request try this css in the Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .page-id-378 #av_section_2 .av_textblock_section p {
    	width: 470px;
        margin: auto;
    }

    For the second request try this css:

    .page-id-378 #av_section_5 .avia_codeblock iframe {
    	width: 100%;
    }

    After applying the css, please clear your browser cache and check.
    Please see the screenshot in the Private Content area.

    Best regards,
    Mike

    #1369015

    Hey Tilman,
    First ensure that you have enabled the custom class option for menu items in the Screen Options
    Then wrap the second word in your menu item with a span and the custom class line-break like this:

    Allgemeinmedizin /<span class="line-break">Naturheilkunde</span>

    and add the custom class line-break-item to the menu item:
    add_custom_class_to_menu_item_for_line_break.png
    Then add this CSS to your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #avia-menu .line-break-item a {
    	line-height: 40px;
    	transform: translateY(18%);
    }
    .line-break-item .line-break {
        display: block;
    	line-height: 0px;
    }
    

    Now the menu item will be two lines and centered:
    2022-10-16_014.png
    I was testing with the default settings for the 2017 Demo, since your settings may be a little different you can adjust the CSS to place the menu text where you wish, if you have trouble link to your page with an admin login so we can assist.

    Best regards,
    Mike

Viewing 30 results - 22,111 through 22,140 (of 244,518 total)