Viewing 30 results - 18,271 through 18,300 (of 244,622 total)
  • Author
    Search Results
  • #1400531

    Topic: Blog image overlay

    in forum Enfold
    dondela
    Participant

    Dear support,
    i would like to have a permanent image overlay on my Blog-header-images like in the layout-screenshot in private section.
    Is this possible with enfold?
    Thanks for any help!

    #1400530

    well – i do not see your page – but on the demo page with left and right list :
    you had to know how you like to have the left right big lists.
    I would bring them all to the left side in responsive case:
    ( maybe some more important settings are neccessary )

    @media only screen and (max-width:989px) {
      .avia-icon-list.avia-icon-list-left.av-iconlist-big .iconlist_icon {
        float: none;
        margin-bottom: 25px;
      }
    
      .avia-icon-list.av-iconlist-big .iconlist-timeline {
        display: none
      }
    
      .avia-icon-list.avia-icon-list-right.av-iconlist-big .iconlist_icon {
        float: none;
        margin-bottom: 25px;
        margin-right: 30px;
        margin-left: 0px !important; 
      }
    
      .avia-icon-list.avia-icon-list-right.av-iconlist-big .article-icon-entry * {
        text-align: left !important
      }
    }
    #1400526
    Jean-Claude Rubin
    Guest

    Good morning

    I have a question regarding the support of Gutenberg Editor. Can I use the G Editor with Enfold or do you have an integrated easy to manage data update?

    #1400521

    In reply to: Saving Corrupts Page

    FYI. I had another thread open – “Can Not Edit a Specific Page” 3/8/23 – which seemed to be resolved once I could get the content from the server to populate into ALB. So, Mike closed that thread. But then I started having the problems stated here.

    I have tried rebuilding the content for this page over and over – I’ve tried to start new pages.
    The last couple of times, I used templates of pieces I was able to salvage from the construction of a previous page. Primarily, the page is composed of just two layout elements over and over again:
    1) 1/1 with a Whitespace and a Special Heading;
    2) Grid rows with 5 columns. Each column has: 1 Image, a Text Box used for an H3 heading, a Whitespace, a Text Box with simple text (description area), and finally a Whitespace. It’s basically a type of catalog.
    (Note: The top of the page has layout that is not as described above. But, I’ve used that same layout in other pages and have had no problem. And, the place the pages break have been with the layout elements below that.)

    On each attempt to rebuild it, I have gone through each text box. I did find questionable html from the first version, because I had copied and pasted descriptions from another of their sites – but I removed it. Then, after each new grid was added and reviewed for bad tags or html, I saved it. For a while it seems to be working. Then suddenly it breaks again. And not at the last point I worked on. It breaks randomly on areas that I previously saved and worked past.

    I have used Enfold for several years and on several different sites. I have had an issue here or there, but never like this. I’m afraid to open any pages that are working correctly because I don’t want to lose them, too. I also am afraid to do any updates to the other sites, because I don’t know what’s happening. Essentially, this is shutting my business down and I am fixing to lose a client over all of this. We’ve missed an important deadline for launching their product.

    Please support this product. Please don’t guess and send me back to try to track it down myself. I need your expertise on how your software is built and functioning. At the very least, an analysis that can – with certainty – point out what is the true cause of the problem. I need solutions, not best guesses.

    **********
    BTW – IS THERE NO BETTER WAY TO GET EMERGENCY SUPPORT THAN THIS FORUM? When something that is time sensitive and critical has happened, is this the only option to post here and hope for a timely reply??? I appreciate the technical support the moderators provide, but the delay and back and forth postings are slow. I really hope there are better support options. *** Is everyone that responds qualified to address the technical issues?

    #1400512
    This reply has been marked as private.
    #1400510

    Hi,
    To use a footer page instead of the default footer and widgets please select your footer page at Enfold Theme Options ▸ Footer ▸ Default Footer & Socket Settings ▸ Select a page to replace footer and keep socket
    To add a footer menu please select one at WordPress ▸ Menus ▸ Manage Locations ▸ Footer Menu

    Best regards,
    Mike

    Hi,
    Thanks for the feedback, I see an error on your site now and based on your last comment I believe that you added the css I posted above to the custom class field, please remove this and add the css to: Enfold Theme Options ▸ General Styling ▸ Quick CSS field, then clear your browser cache and any cache plugin, and check.

    Best regards,
    Mike

    #1400505

    In reply to: Font Issues

    Hi,
    I looked at your advanced styling for the H5 element and while you had left the font-weight set to “default” on the front end it was 600, or semi bold
    I’m not sure why, but setting font-weight set to “400” corrects:
    Enfold_Support_578.jpeg
    please clear your browser cache and check, and apply to other headings as needed.

    Best regards,
    Mike

    What do you mean by “enable recurring events”? Yes, recurring events exist, but not solely recurring events. The countdown feature isn’t working at all, even when no category is selected.

    I can confirm that this is also not working on a dev site – https://devjustin.com/the-events-calendar-events-countdown-enfold-element-test/. I added one, non-recurring event, and the countdown is not displaying.

    What do you need to access the site? Is there a particular email you’d like us to use?

    #1400494

    In reply to: Widget title colors

    Hi,

    Please remove the following code as it is overriding your option in Enfold theme options > Advanced Styling

    
    .widget#recent-posts-5 .widgettitle, .widget#recent-posts-5 .widget-title, .widget#recent-posts-5 h1, .widget#recent-posts-5 h2, .widget#recent-posts-5 h3, .widget#recent-posts-5 h4, .widget#recent-posts-5 h5, .widget#recent-posts-5 h6 {
      color: #ffffff !important;
    }
    

    If you’d like us to look into it, please create temporary admin logins and post them here privately.

    Best regards,
    Yigit

    #1400493
    smlcd
    Participant

    Hello support,

    I am using the ICON-LIST on two pages of my website, and it does look great on computer, but not so much on smartphone.
    On large screen, the icon is on the left side, title is “left” and legend is “justified”.
    On smartphone, it is basically the same, so that the text is concentrated on the right side of the screen in a narrow column.
    The objective would be that on smartphone, the icon is “above” and “center”, the title is “center”, and the legend remains justified, but covering the whole screen width.
    I have been trying to solve this by following a mix of your advices here: https://kriesi.at/support/topic/icon-list-on-mobile-crunched/ and here: https://kriesi.at/documentation/enfold/icon-list/#toggle-id-3
    Therefore, I created a custom css for one of my icon lists, and added in my quick css the following:
    @media only screen and (max-width: 480px) {
    .my-custom-class {
    float: none;
    display: inline-block;
    vertical-align: middle;
    }}
    But… it doesn’t work at all ;)
    Worst, it changed the layout on large screen, but not at all for smartphone.
    Any insights or ideas ?
    Thanks a lot !
    Clément

    #1400491
    Alwin
    Participant

    On one of my Enfold websites (see private content) I have 2 indentical (?) Google fonts loading:

    https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2
    https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.woff2

    I use Open Sans on all my Enfold sites and normally there is just one Open Sans request, not two. I searched all theme options but can not find somethuing that causes this issue.

    Any idea why on this website 2 Open Sans fonts are loading?

    Thanks,
    Alwin

    AnnemarieDoolin
    Participant

    I would like to move my product category menu widget in the sidebar of my SHOP so that that they are displayed as the first item before the products when viewing on a mobile (there is a previous thread below which is now closed).

    LINK TO WEBSITE: Website
    SCREENSHOT OF WIDGET: Shop widget to move

    PREVIOUS THREAD LINKS:
    Previous Topic thread

    Previous Topic thread 2

    Thank you so much for any help.
    Regards
    Annemarie

    #1400485
    studioinktvis
    Participant

    Hi,

    Maintenance mode not working. This is my 10th enfold theme. But now mainetence does not appear when I check on the domein/website.
    But instead a 404 page comes online

    #1400476

    In reply to: Enfold Child

    Hi Sandra,

    Please refer to this post https://kriesi.at/documentation/enfold/import-demos/#how-to-manually-import-a-theme-demo and try manually importing the demo.

    Best regards,
    Yigit

    #1400475

    In reply to: Widget title colors

    Hi,

    You also have the following inline CSS code

    
    .widget#recent-posts-5 .widgettitle, .widget#recent-posts-5 .widget-title, .widget#recent-posts-5 h1, .widget#recent-posts-5 h2, .widget#recent-posts-5 h3, .widget#recent-posts-5 h4, .widget#recent-posts-5 h5, .widget#recent-posts-5 h6 {
      color: #ffffff !important;
    }
    

    You do not need to use a custom CSS code to change the color of widget titles. You can go to Enfold theme options > Advanced Styling, edit the Widget title, and check only the Footer section: https://i.imgur.com/gglSDp9.png

    Regards,
    Yigit

    #1400473

    Hey,

    Masonry and Masonry Gallery elements currently do not support HTML in the copyright field. I’ll forward this to our development team and ask them if it’d be possible to add a filter similar to this one: https://github.com/KriesiMedia/enfold-library/blob/5d9200bb90c5ca918da9b4161cb52483fede380e/actions%20and%20filters/Images%20and%20Lightbox/avf_alb_image_copyright_text.php

    For now, please remove HTML tags from the copyright field.

    Best regards,
    Yigit

    #1400472

    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

    #1400464

    Hi,
    Guenni007 in the child theme since about v5 the Dev Team has referred to it in the PHPDoc headers of the functions.php file:

     * @param array $paths
     * @return array

    I’m referring to the child theme in the full enfold with docs zip, I linked to it above, you don’t need to add it to your child theme and it’s not necessary, I refer to it above to keep the answer consistent with the files that I linked to.

    Best regards,
    Mike

    #1400462

    In reply to: events calendar

    Hey Joost,

    Enfold is compatible with The Events Calendar plugin (https://wordpress.org/plugins/the-events-calendar/). You can see how it looks on our Church demo https://kriesi.at/themes/enfold-church/.

    I hope this helps. Let us know if you have any other questions and enjoy the rest of your day!

    Best regards,
    Yigit

    #1400458

    Hi,

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

    
    #after_layer_slider_1 {
      border: none;
    }
    

    Best regards,
    Yigit

    #1400456
    Sandra E Dalziel
    Guest

    I have tried everything I can think of to upload the page layout theme options, I cannot find the answer in the forum. I installed WordPress Reset also
    Every time I try to upload and attempt to import the demo I get this error message.
    “Download of files for demo Construction Demo didn’t work!
    You might want to try reloading the page and then try again.”

    mooretrees.ca – I am wanting the “Construction Demo”
    sandradalzielministries.com – I am wanting the “Default Demo”

    This really should not be so difficult. Please tell me what I am doing wrong.

    #1400455

    Hi,

    I have created a new site, but I have select the footer and socket will be shown, but it is not working.

    You modified the header.php file on your child theme. Please rename it to “old-header.php”, copy the fresh header.php file from your parent theme to your child theme, and reapply your modifications on the file and check if that helps.

    And another thing is the text of home slide not resize in the mobiles.

    Please edit your slide and go to Styling > Font Sizes, select mobile icon and change the font size: https://i.imgur.com/3JWpxCu.png

    Also, you have the script I shared in the private content field in the style.css file of your child theme. Please refer to this post: https://kriesi.at/documentation/enfold/add-custom-js-or-php-script/#add-a-script-to-head-section and move it to the functions.php file of your child theme.

    Best regards,
    Yigit

    #1400454
    Amrit Joyekurun
    Guest

    Hi Support

    I am looking to have multiple enfold theme on my websites.
    Let me know how do we proceed.

    #1400452

    Topic: PHP 8. on Enfold

    in forum Enfold
    maryenvato
    Participant

    Hi, I can’t upgrade from 7.4 to 8.x, I receive an error.
    how can i fix it?
    Looking forward hearing from you.
    Best regards.
    MS

    #1400443

    just a little off topic Mike – for what is the if clause in the snippet? The docu and the snippet i use always is without that if clause:
    Docu-Link

    #1400440
    Joost van der Linden
    Guest

    Dear,

    I am very interested in buying your theme Enfold.
    Is there also a possibility within your theme to build a calendar with upcoming and also recent events/concerts?
    Kindly regards,

    Joost van der Linden

    #1400435

    In reply to: Widget title colors

    you got on your child-theme – guess quick css a rule concerning to widget with important setting. so you had to be more specific on that new rule:

    #footer .widget .widgettitle {
      color: #0026ff !important;
    }

    BUT: go and have a look to your !important settings – has to be before the ending semicolon !

    your rules :

    #footer .widgettitle {
     color:#def1dc;  !important
    }
    
    #footer .widgetfont {
     color:#def1dc;  !important
    }


    and btw:
    widgetfont is not a used class on enfold

    are not well noted – i do not know if this will destroy some of the following rules – but remember to correct them

    you mean this link. Not for those who are familar with having customised alb elements in child-theme.

    • 1) you must declare a folder where those edited child-theme alb elements will be found
      that is the snippet for child-theme functions.php that i posted on the link – and could also be found on Enfold Docu: Add Elements to ALB
    • 2) oh how nice : all changings are made by another participant to download : Download
    • 3) follow those instructions where to upload via ftp : enfold-child/shortcodes folder
      this does not exist per default – so if not – create one.
    • 4) refresh all merging and caching – test it

    Quit simple as ABC

    #1400429

    In reply to: Theme update

    Hi,

    Did you extract the actual enfold zip from the downloaded package? Please provide the login details in the private field. We may need to access the site in order to check the issue further.

    Best regards,
    Ismael

Viewing 30 results - 18,271 through 18,300 (of 244,622 total)