Viewing 30 results - 2,821 through 2,850 (of 142,850 total)
  • Author
    Search Results
  • #1473846
    beenee
    Participant

    Hi all,
    as the topic suggests: how would I hide the header background image on mobile and show only logo.
    I clicked myself through the forum, but none of the suggestions worked for me.

    Can you help, please?
    txs
    Stefan

    Last thing I tried was:
    `@media only screen and (max-width: 767px) {
    .home #av_section_1 {
    background-image: none;
    }
    }

    #1473843

    Hello again,
    any idea why the fixed top background doens’t work from mobile? example

    If I see it from chrome in smaller version it works, but from mobile it goes on scroll.
    Also the curtain effect on the footer (that works perfectly on other website even from mobile) here it doesn’t work properly and goes on scroll aswell.
    Thanks in advance.

    Pietzaa
    Participant

    Hi Guys,

    I have been working with WP and enfold for a little over 2 years now, but never used the blog side of it.

    I’m currently building a new website combining 4 older websites. It’s almost done now and the thing left to do is to get the “Knowledge Base” (kennisbank) from one of the older websites (https://4windkitesurfles.nl/kennisbank/ – not a wp website) into the new website.

    I imagined this has to be set up as a blog. Since there is nothing else than blogs or pages. No articles or anything.

    I copied all the information in the articles from the older website into seperate new blogs in wordpress (with the intention to style it later). But for now i’m glad i have the actual text copied before the other website is deleted forever.

    What I’m trying to achieve is a layout as close as the old website had it (https://4windkitesurfles.nl/kennisbank/) so there is:
    a title with search option, a breadcrum path to see where you are in the knowledge base and a menu with the different catagories.
    Once you click a catagorie you can simply see the different article titles (nice and small, no page filling photos etc.) and click them. Once you open an article: on the left side of the screen you can see and click (jump to) different places/headings in the article. and below that you can choose related articles/ or articles in the same catagory.

    Is there a way to make this happen on my new website? Is blogs the way to go? Or do I best make pages of the articles?

    I saw a kind of similar working blog here: https://kriesi.at/themes/enfold-2017/blog/

    It has the articles loaded left in the screen. And menu, search options, related articles, catagory menu etc on the right. It looks really nice, and if i can get it to look like this i would be a happy person.

    But… nowhere I can seem to find instructions as how to set this up to look that way. Or do I need a kind of plugin to get closer to a knowledge base?

    I have found some pages on kriesi support helping to setup the blog in the settings/read menu, in the theme options – blog layout, and found an article talking about the different styles of blogs. However i just ended up with a (not so good to look at) page with all of my articles listed one above the other, with huge title, no photo but pencil icon.
    I tried to split it up in different catagories myself by making a page with different color sections and dragging a blogs sections in there (selecting to only show the catagory i want). Now there are a couple of rows showing only three articles. When you click to load the 2nd page of blogs, the page jumps to the top of the screen, and ALL OF THE INSERTED BLOGS go to the second page. So clearly I don’t know what I am doing and I really am butchering this part of my new website.

    I know, I’m not a programmer or professional website builder. But is there anyway where someone can help me set this up? Can I make an appointment with videocall for training or explanation? So someone can guide me through this? I can imagine it is a lot of work typing all this out.
    The professionals helping me building this new website have never worked with wp or enfold (child) before and thus cannot help me a lot guiding me through the theme settings, page builder, exact elements to use etc. So I would highly appreciate if I can get in tough with someone, or if there is a instructional website or video as to how to set all this up. Since I am kind of a newby to website building it is very frustrating not to find any answers/ guidance online or on youtube. And wasting a lot of time while trying to make sense and figuring it out.

    Thanks in advance for reading my inquiry and sorry for the gibberishy non jargon. I am trying to learn, want to understand and get better at this. Cheers!

    • This topic was modified 1 year, 3 months ago by Pietzaa. Reason: spelling issue
    #1473832

    Hi,
    sorry for the late response, yes you can close the topic.
    Thanks and kind regards
    Uli

    #1473826

    well – remove that second color section and put this to your quick css:

    #top.page-id-238 #av_section_1 { 
      background-image: url(https://substratosfera.it/wp-content/uploads/2024/12/substrato_separatore.png), url(https://substratosfera.it/wp-content/uploads/2024/12/substrato_background_top-1.png);
      background-repeat: no-repeat;
      background-position: bottom left, 100% 0%;
      background-size: 130%, contain;
      background-attachment: scroll, fixed;
    }

    but : if i look to your logo – it might be a good idea to transform the upper part and the lower part as svg to a custom divider ;)
    do you have your logo as verctor based file? – post a link please

    #1473811
    Adi jain
    Guest

    Hello,

    I hope you and your loved ones are safe and healthy.

    We are reaching out due to interest in your website https://kriesi.at/

    In short – we want to place an article on your website as a sponsored post (guest post). Could you please provide pricing details?
    Our articles will match your website topics like Travel, Tech, News, Finance, Health, etc., but include a casino-gambling link Is this acceptable?

    We would be excited to explore similar websites if there are any out there.

    Please inform us of any policy changes regarding casino links or pricing at least two weeks in advance for future orders.

    Thanks for your time, Excited to collaborate with you!

    Kind regards,

    #1473801

    Hi,

    Was the main difference adding the #top ?

    Yes, as @Guenni007 mentioned above, we adjusted the selector a bit to make it more specific.

    Best regards,
    Ismael

    #1473798

    In reply to: menu left-aligned

    Hey schweg33,

    Thank you for the inquiry.

    Are you trying to move main menu to the left? If so, please add this css code:

    .html_header_top.html_logo_center #header_main_alternate .main_menu ul:first-child {
        float: left;
    }

    Best regards,
    Ismael

    #1473795
    spokerstradingco
    Participant

    Howdi Enfold :} My Products mega menu is cut off on dekstop. How would I resolve the issue and center it?

    #1473781

    or try instead:

    #top.home #av-layout-grid-1 fieldset {
      display: flex;
      flex-flow: row wrap;
      justify-content: center;
      gap: 5px;
    }
    
    #top.home #av-layout-grid-1 fieldset p {
      width: unset;
    }
    
    #top.home #av-layout-grid-1 fieldset p:first-of-type {
      width: 50%
    }
    
    #top.home #av-layout-grid-1 fieldset p:first-of-type input {
      border: 1px solid #be363c;
      border-radius: 26px 0 0 26px
    }
    
    #top.home #av-layout-grid-1 fieldset p .button {
      border-radius: 0 26px 26px 0;
    }

    and maybe you style that black box a bit too : change background-color and add some css :

    .custom-black-box {
      background-color: rgba(0,0,0,0.3);
      -webkit-backdrop-filter: blur(8px);
      backdrop-filter: blur(8px);
    }
    #1473779

    try:

    #top.home #av-layout-grid-1 fieldset {
      display: flex;
      flex-flow: row wrap;
      justify-content: center;
      gap: 20px;
    }
    
    #top.home #av-layout-grid-1 fieldset p {
      width: unset;
    }
    
    #top.home #av-layout-grid-1 fieldset p:first-of-type {
      width: 50%
    }
    
    #top.home #av-layout-grid-1 fieldset p:first-of-type input {
      border: 1px solid #be363c;
    }
    

    is this an option for that special button:

    #top.home #av-layout-grid-1 fieldset p .button{
      border-radius: 0 26px 26px 0
    }
    #1473778

    i did not compare both css rules , but you should know:
    If there are two or more CSS rules that point to the same element, the selector with the highest specificity will “win”, and its style declaration will be applied to that HTML element. Every CSS selector has a position in the specificity hierarchy.

    the #top selector has a high hierarchy – so that rule wins – and even by this – the ID wins.

    Unfortunately, it is becoming more and more common to set a porperty value to !important in order to enforce a css rule. In many cases, it would only be necessary to adapt the selectors better.

    #1473772

    Thank you. that worked.

    Was the main difference adding the #top ?

    #1473763
    mschwehn
    Participant

    We recently updated our theme from version 4 to 6 on https://www.feg-wetzlar.de/
    It seems that the theme does no load the minified version of some js-files (like greensock.js or isotope.js). If I click on any subpage the error messages in the browser console disappeared and the website seems to work fine there.
    If I`ll do an admin-login at wordpress the homepage also works fine..
    We have no caching plugin active now. Also we cleared the wp- and PHP-cache several times.

    #1473753

    as participant – i do not see your page – so hope Mike has a good idea. But keep in mind: better to place them fixed and to position them all top left.

    #1473751

    Hi. Thanks but I don’t seem to have that same issue as you found in https://kriesi.at/support/topic/adding-google-tag-manager-in-enfold/#post-1473588

    I have 2 single quotes not one double quote

    I still get the ” Unmatched ‘}’ ” error using your code above

    #1473744

    And you only trust Mods ?

    function ava_g_tag_custom_script() { 
    ?>
    <!-- Google Tag Manager -->
    <script>
      (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
      new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
      j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
      'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
      })(window,document,'script','dataLayer','GTM-XXXXX');
    </script>
    <!-- End Google Tag Manager -->  
    
    <!-- Google Tag Manager (noscript) -->
    <noscript>
      <iframe src="https://www.googletagmanager.com/ns.html?id=GTM-XXXXX"
      height="0" width="0" style="display:none;visibility:hidden"></iframe>
    </noscript>
    <!-- End Google Tag Manager (noscript) --> 
    <?php
    }
    add_action('wp_head', 'ava_g_tag_custom_script');

    the reason why this fails – is that a lot of participants do not use the code tag on posting snippets here : https://kriesi.at/support/topic/adding-google-tag-manager-in-enfold/#post-1473588

    #1473740
    #1473726

    Hi,

    To register additional Google Fonts in the theme options, please check this documentation: https://kriesi.at/documentation/enfold/typography/#register-additional-google-fonts-for-theme-options

    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

    #1473718

    Hey yifatcohen,

    Thank you for the inquiry.

    We adjusted the css modification a bit — please try it again:

    #top .avia-button-wrap .avia-button, #top .button {
        background: #990033;
        background-image: -webkit-linear-gradient(top,#990033,#ff924d);
        background-image: -moz-linear-gradient(top,#990033,#ff924d);
        background-image: -ms-linear-gradient(top,#990033,#ff924d);
        background-image: -o-linear-gradient(top,#990033,#ff924d);
        background-image: linear-gradient(to bottom,#990033,#ff924d);
        -webkit-border-radius: 26px;
        -moz-border-radius: 26;
        border-radius: 26px;
        font-family: Arial;
        color: #ffffff;
        font-size: 20px;
        padding: 10px 20px 10px 20px;
        text-decoration: none;
        bottom: 0px;
        border-color: transparent !important;
        border: 0;
    }

    Best regards,
    Ismael

    #1473717
    ivanglaser
    Participant

    Hi there
    I went to edit one of my pages today and I was presnted with a grey screen

    I could not see any layout elements at all

    Playing with teh “drag to resize” bar at the top of teh screen, I have managed to expose the first screen showing some of teh layout elements, but I cannot scroll down any further to get to other design elements

    Not sure what has happened

    #1473716

    Finally I have moved a little forward with this issue spending several hours just trying everything to find where the issue comes from. So here is the case, I have installed new wordpress site with Enfold to the same shared hosting–>Button works properly. I have installed plugins–> Button works properly. Then I have installed the demo and the button stopped working and start to open image instead of downloading. So the issue is coming from demo as I thought from very beginning as this is the only thing that distinguishes 2 sites from each other. Using wordpress reset I have tried several scenarios and I think it will help you in finding the issue. 1) resetting the wordpress with the plugin brings back the correct functionality of the button 2) after demo install when the button is not working I have exported Enfold Temlpate Layout file and Theme setting file. After restarting the wordpress with plugin, I have imported those files but the site still working properly, the issue again starts after demo import. 3) The issue is with certain demos and I was unlucky to import the demo where it crashes the download function. So far I found 2 demos that crash download function: Startup Business Demo, One Page Portfolio Demo. In my case I was using Startup Business Demo. But for example with the demo: Default Demo everything works well. So, by now, what I have discovered that the issue is coming from specific demos, and after demo installment even if you switch the template, the issue will still be there. It somehow brings some function that never goes away until you will reset the wordpress. In my case I can not reset the site because a lot of job has been done and reseting the wordpress will mean losing 2 weeks of my time.
    Having all this information, please try to find the issue so that I can remove that additional scrip or whatever is needed from my existing site. Thank You in advance!

    P.S. It is strange but in media files the download button by default from wordpress is working, but Enfold Download button is opening the file instead (download button is configured properly). In my original site it crashed the enfold download button and also media file section download button.

    #1473715
    yifatcohen
    Participant

    I added this CSS code to change all buttons to gradients:

    .avia-button, .button {
    background: #990033;
    background-image: -webkit-linear-gradient(top, #990033, #ff924d);
    background-image: -moz-linear-gradient(top, #990033, #ff924d);
    background-image: -ms-linear-gradient(top, #990033, #ff924d);
    background-image: -o-linear-gradient(top, #990033, #ff924d);
    background-image: linear-gradient(to bottom, #990033, #ff924d); !important;
    -webkit-border-radius: 26;
    -moz-border-radius: 26;
    border-radius: 26px; !important;
    font-family: Arial;
    color: #ffffff;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    bottom: 0px;
    }

    button

    You’ll notice 2 things:
    1. the main blue color is still showing up there as a shadow
    2. the border-radius seems to be ignored completely.

    How do I fix that?

    Ah, you can see it live here – https://gregward.com/

    #1473684

    Hey schweg33,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 989px) { 
    	#header_main {
    		height: 0;
    	}
    	.logo.avia-standard-logo a {
    		display: none;
    	}
    	#top .av-burger-overlay li li .avia-bullet, #top .av-hamburger-inner,#top .av-hamburger-inner::before, #top .av-hamburger-inner::after {
      background-color: #fff !important; 
      }
       .html_av-overlay-side-classic #top .av-burger-overlay li li .avia-bullet, .html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner, .html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner::before, .html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner::after {
      background-color: #000 !important; 
      }
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1473674

    In reply to: White lines in footer

    Hi,
    Thanks, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .container_wrap.footer_color,
    .container_wrap.socket_color{
        border-top-style: none;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    I note that not all of your pages has the extra meta tag “noindex”
    Your homepage, contact-us, gallery, about-us, don’t either on mobile or desktop
    only the financing and services pages do.
    I see that you are using Google Site Kit, but I can not see the options used, perhaps this is related?

    Best regards,
    Mike

    #1473671

    Better you insert on logo input field the original size! – or at least a file that has a min height of 90px (your header starts at 88px height)
    in this case ( your logo goes right to the outer borders of the png ) only a littel padding is needed:

    .logo a img {
      padding: 2% 0;
    }

    i guess it is because you have inserted a recalculated format (300px x 50px) that is not bigger than the min-height of your setting.
    If you put in a logo img that has a height of 100px – it will be o.k. from the beginning.

    then you do not have to use this:

    .logo a img {
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      padding: 3px 0 
    }

    Hi,

    Please read the documentation that I linked to earlier.

    Best regards,
    Rikard

    #1473650

    You seriously rock!!
    Thank you.

    Can you please help me align the top logo too? You’re a lot better with CSS than I am (lol)

    #1473646

    put this to your quick css – if you do not like to set custom classes or remove min-height option etc.
    i address them by different selectors.
    You can decide when the columns will break on change of that 900px / 899px values

    @media only screen and (min-width: 900px) {
      #top.home #av_section_1 .entry-content-wrapper {
        display: grid !important;
        grid-auto-flow: row;
        grid-template-columns: 1fr 1fr;
      }
    }
    
    @media only screen and (max-width: 899px) {
      #top.home #av_section_1  .entry-content-wrapper {
        grid-template-columns: 1fr;
      }
    }
    
    #top.home #av_section_1  .entry-content-wrapper:before,
    #top.home #av_section_1  .entry-content-wrapper:after {
      display: none;
    }
    
    #top.home #av_section_1  .container {
      height: unset !important;
    }
    
    #top.home #av_section_1  .entry-content-wrapper .flex_column {
      width: unset !important;
      min-height: unset !important;
    }
    
    #top.home #av_section_1  .entry-content-wrapper .flex_column:nth-of-type(2) {
      align-self:  end;
      margin: 30px 0 0 !important;
    }
    
    #top.home #av_section_1  .entry-content-wrapper .flex_column:nth-of-type(1){
      align-self: start;
    }
    
    #top.home #av_section_1 .content {
      padding: 0 !important;
    }
Viewing 30 results - 2,821 through 2,850 (of 142,850 total)