Forum Replies Created

Viewing 30 posts - 1,771 through 1,800 (of 34,546 total)
  • Author
    Posts
  • in reply to: Changes to right sidebar header #1464837

    Hi,
    I added this css for the search icon to show:

    #top #content1 .av-main-nav > li.menu-item#menu-item-search {
    	display: block!important;
    }
    #top #content1 .av-main-nav > li.menu-item#menu-item-search a {
    	color: #92B743;
    	text-align: left;
    }
    #top #content1 .main_menu .menu li#menu-item-search {
    	float:none;
    }

    Best regards,
    Mike

    Hi,
    Sorry, I miss read this, try adding this css:

    #menu-test-menu-with-logo {
    	width: 100%;
    	display: flex;
      justify-content: space-between;
    }

    Best regards,
    Mike

    in reply to: Fetch to JSON field path #1464834

    Hi,
    As I understand your test site outer box shadow works good:
    Screen Shot 2024 08 17 at 12.54.28 PM
    but your live site is not:
    Screen Shot 2024 08 17 at 12.55.52 PM
    I first note that in your code block you have HEAD & BODY tags please don’t add these, I also note that your page is not published, the WordPress preview will not always display the page correctly, I also see that your HTML in the code block adds css for “.container” & “body” that targets the page and not just the code block element.
    So I remove the HEAD & BODY tags, change “.container” to “.zip-container” and publish, and now it is mostly correct:
    Screen Shot 2024 08 17 at 1.27.39 PM
    the corrected code:

    <script>
    var gform;gform||(document.addEventListener("gform_main_scripts_loaded",function(){gform.scriptsLoaded=!0}),window.addEventListener("DOMContentLoaded",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,initializeOnLoaded:function(o){gform.domLoaded&&gform.scriptsLoaded?o():!gform.domLoaded&&gform.scriptsLoaded?window.addEventListener("DOMContentLoaded",o):document.addEventListener("gform_main_scripts_loaded",o)},hooks:{action:{},filter:{}},addAction:function(o,n,r,t){gform.addHook("action",o,n,r,t)},addFilter:function(o,n,r,t){gform.addHook("filter",o,n,r,t)},doAction:function(o){gform.doHook("action",o,arguments)},applyFilters:function(o){return gform.doHook("filter",o,arguments)},removeAction:function(o,n){gform.removeHook("action",o,n)},removeFilter:function(o,n,r){gform.removeHook("filter",o,n,r)},addHook:function(o,n,r,t,i){null==gform.hooks[o][n]&&(gform.hooks[o][n]=[]);var e=gform.hooks[o][n];null==i&&(i=n+"_"+e.length),gform.hooks[o][n].push({tag:i,callable:r,priority:t=null==t?10:t})},doHook:function(n,o,r){var t;if(r=Array.prototype.slice.call(r,1),null!=gform.hooks[n][o]&&((o=gform.hooks[n][o]).sort(function(o,n){return o.priority-n.priority}),o.forEach(function(o){"function"!=typeof(t=o.callable)&&(t=window[t]),"action"==n?t.apply(null,r):r[0]=t.apply(null,r)})),"filter"==n)return r[0]},removeHook:function(o,n,t,i){var r;null!=gform.hooks[o][n]&&(r=(r=gform.hooks[o][n]).filter(function(o,n,r){return!!(null!=i&&i!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][n]=r)}});
    
    document.addEventListener('DOMContentLoaded', () => {
        const form = document.getElementById('zipcodeForm');
        const input = document.getElementById('zipcodeInput');
        const errorMessage = document.getElementById('errorMessage');
    
        fetch('https://welsbpo.net/wp-content/uploads/zipcodes.json')
            .then(response => response.json())
            .then(zipcodeData => {
                form.addEventListener('submit', (e) => {
                    e.preventDefault();
                    const zipcode = input.value.trim();
    
                    if (zipcodeData[zipcode]) {
                        window.location.href = zipcodeData[zipcode];
                    } else {
                        errorMessage.textContent = 'Zipcode not found. Please try again.';
                    }
                });
            })
            .catch(error => {
                console.error('Error fetching zipcode data:', error);
                errorMessage.textContent = 'An error occurred. Please try again later.';
            });
    });
    </script>
        <style>
            body {
                font-family: Arial, sans-serif;
                display: flex;
                justify-content: center;
                align-items: center;
                margin: 0;
                background-color: #f0f0f0;
            }
    
            .zip-container {
                background-color: white;
                padding: 2rem !important;
                border-radius: 8px;
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
                text-align: center;
            }
    
            h3 {
                margin-bottom: 1rem;
            }
    
            form {
                display: flex;
                justify-content: center;
                margin-bottom: 1rem;
            }
    
            input {
                padding: 0.5rem;
                font-size: 1rem;
                border: 1px solid #ccc;
                border-radius: 4px 0 0 4px;
            }
    
            button {
                padding: 0.5rem 1rem;
                font-size: 1rem;
                background-color: #007bff;
                color: white;
                border: none;
                border-radius: 0 4px 4px 0;
                cursor: pointer;
            }
    
            button:hover {
                background-color: #0056b3;
            }
    
            .error {
                color: red;
            }
        </style>
        <div class="zip-container">
            <h3>Zipcode Redirect</h3>
            <form id="zipcodeForm">
                <input type="text" id="zipcodeInput" placeholder="Enter zipcode" required>
                <button type="submit">Go</button>
            </form>
            <p id="errorMessage" class="error"></p>
        </div>

    Best regards,
    Mike

    in reply to: Change scroll down arrow for ONE color section only #1464829

    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

    in reply to: Display sku, EAN #1464827

    Hi,
    No, updating will not cause you to lose your child theme setting, you probably updated and then activated your parent theme, instead of leaving your child theme activated.
    Try updating this way:
    To update your version of Enfold you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
    WordPress_Appearance_Themes_Add-Themes_Add-New.jpg
    after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
    Installing_theme_from_uploaded_file_This_theme_is_already_installed.jpg
    then you will see the Theme updated successfully message.
    Theme_updated_successfully.jpg

    Best regards,
    Mike

    in reply to: Change scroll down arrow for ONE color section only #1464826

    Hi,
    Thanks, this page has a page ID class of: page-id-17847 and since there is only one scroll-down-link you can just use this:

    #top.page-id-17847 .scroll-down-link {
    color: red !important;
    font-size: 150px !important;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4) !important;
    }

    Best regards,
    Mike

    in reply to: Display sku, EAN #1464820

    Hi,
    I activate your child theme and your site looks goo, please check.

    Best regards,
    Mike

    in reply to: Display sku, EAN #1464819

    Hi,
    When I check your site your child theme is not active, so perhaps your customizations are only in your parent theme.
    After you update do you active your child theme or your patent theme?

    Best regards,
    Mike

    in reply to: Site Health issue after recent update version 6.0.2 #1464818

    Hi,
    Glad to hear that you have sorted this out, I’m not seeing this on my install, but I have linked to a /themes/enfold/config-layerslider/LayerSlider/assets/static/layerslider/skins/noskin/shadow.png
    image for you. Unless there is anything else we can assist with on this issue, shall we close this thread then?

    Best regards,
    Mike

    in reply to: Change scroll down arrow for ONE color section only #1464814

    Hey goldengate415,
    If you have found a css solution that works to change color / size or the scroll down arrow the way you want, you can add a page ID to the beginning of the css so it only works on one page. You can also add the section ID so it works on only one section on that page.
    If you have trouble finding the page & section IDs, post the css that you found works and the link to your page and section, and we can review the page and tell you the page and section IDs

    Best regards,
    Mike

    in reply to: Content column cut off Mobile version #1464813

    Hi,
    Glad Rikard could 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

    in reply to: header bg in a transparent header #1464812

    Hi,
    To change the color of the white border below the header on scroll with transparency try this css and adjust to suit:

    #header_main {
      border-color: rgba(85, 85, 85, .8);
    }

    Best regards,
    Mike

    in reply to: Footer Widgets disappeared #1464811

    Hi,
    Typically when elements are outside of the wrap_all div, this points to an unclosed HTML tag, either in your widget, of the element above the footer, or since you are using a custom footer.php to create this, you will need to rewrite this with the new footer.php, not copy & paste the custom code.
    Glad that you have contacted your developer, I recommend creating a solution that doesn’t use a custom footer.php or header.php so you won’t have this issue again in the future. Let us know if we shall close this for now, you can always open a new thread in the future if you need further help.

    Best regards,
    Mike

    in reply to: Different logo on different page Id’s #1464810

    Hi,
    You will want to change the page ID in the code above: if(is_page(206)
    so change “206” to your page ID

    Best regards,
    Mike

    in reply to: Register Process #1464788

    Hey gocmenmustafa,
    You will need to create a “Token” on your Envato Theme Forest account and add that to your Enfold theme panel at Enfold > Theme Update > Enter a valid Envato private token.
    Please see our documentation here.

    Best regards,
    Mike

    in reply to: Different logo on pages and posts (transparent header) #1464787

    Hey Richard,
    You will need to use two filters, one for the standard logo and one for the transparent logo, please see this post.

    Best regards,
    Mike

    in reply to: events calendar “previous events” text? #1464786

    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,
    This is only for items in the /avia-shortcodes/ directory and you must add the code to your child theme and add a /shortcodes/ directory to your child theme, please see our documentation here. If the page doesn’t scroll automatically, scroll to Add Elements to ALB

    Best regards,
    Mike

    Hi,
    Thanks, I have not seen this before, it looks like a plugin conflict, I see an error at the top of your page:

    It looks like there may be a problem with the dsIDXpress that’s installed on this blog. Please take a look at the dsIDXpress diagnostics area to find out more about any potential issues

    and an on “dsIDXpress diagnostics” page it says that the plugin is not active
    Screen Shot 2024 08 15 at 7.17.05 PM
    so try deactivating your plugins, them build your menu, and if that works activate your plugins again.

    Best regards,
    Mike

    in reply to: enfold fullwidth easy slider caption text move on mobile #1464733

    Hi,
    Sorry try this:

    @media only screen and (max-width: 990px) { 
    .logo.avia-standard-logo img {
    	max-height: 180px;
    }
    }

    Best regards,
    Mike

    in reply to: header bg in a transparent header #1464732

    Hi,
    Can you make the overall image smaller, your logo is in the center, but the image has a lot of empty space.
    Screen Shot 2024 08 15 at 6.27.40 PM
    perhaps removing the space and make the overall size smaller like the logo should be on your site will help.
    Have you tried a plain PNG image for your logo?

    Best regards,
    Mike

    in reply to: enfold fullwidth easy slider caption text move on mobile #1464730

    Hi,
    This css doubles it, try adjusting to suit:

    .av-hamburger-box {
    	width: 70px;
    	height: 16px;
    }

    Best regards,
    Mike

    in reply to: Icon and text style, with 2 columns #1464729

    Hi,
    You can use css to replace it, see this thread for examples

    Best regards,
    Mike

    in reply to: Developer has discovered errors in Enfold #1464727

    Hi,
    Thanks, but I can not reproduce, I add this:
    Screen Shot 2024 08 15 at 5.17.02 PM
    and see this:
    Screen Shot 2024 08 15 at 5.16.05 PM
    Have you tried to disable all of your plugins?

    Best regards,
    Mike

    Hi,
    The width of the burger menu is set at Enfold Theme Options ▸ Main Menu ▸ Burger/Mobile Menu Styling ▸ Flyout Width
    The default is 500px:
    Screen Shot 2024 08 14 at 4.36.41 PM
    which is like this at 768px:
    Screen Shot 2024 08 15 at 5.04.41 PM
    so you can change it to something else like a percentage, I test 90%:
    Screen Shot 2024 08 15 at 5.07.00 PM
    try to adjust to suit with a percentage that matches your content width percentage.

    Best regards,
    Mike

    in reply to: Site Health issue after recent update version 6.0.2 #1464724

    Hi,
    This looks like a caching problem with clouldflare or litespeed. clouldflare challenges me with every click, when I first view your site I saw a burger menu, but after the challenges I saw the error.
    I don’t know what “optimised DB” is but deleting the plugin would not cause this.
    Right now you can restore your site with your server backup and clear the clouldflare or litespeed caches, and then once your live site is back to normal create a staging clone to do these changes/tests.
    Or you can clear the clouldflare or litespeed caches and then disable both, and wait 12 hours for the site to catchup and check again. Like I said I don’t know what “optimised DB” is so I don’t know if caused the issue, I would restore my site and create a staging clone.

    Best regards,
    Mike

    in reply to: header bg in a transparent header #1464645

    Hi,
    Sorry I have not used Figma, and I don’t make SVG’s, hopefully @Guenni007 will have a solution.
    I tried to adjust your logo with css but each letter is a element, so it didn’t work.

    Best regards,
    Mike

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

    #top .inner-container {
      display: flex !important; 
      flex-wrap: wrap !important; 
      }
      #top .logo.avia-standard-logo {
          order: 1 !important; 
      }
      #top .av-sidebar-social-container {
          order: 2 !important; 
          border-bottom: 1px solid #e1e1e1;
          border-right: 1px solid #e1e1e1;
      }
      #top nav.main_menu {
          order: 3 !important; 
      }

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

    Best regards,
    Mike

    in reply to: logo on top menu sizing #1464643

    Hey MysticMimi,
    Thanks for the link to your page, but we could not login without a user name, nonetheless try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (min-width: 1024px) { 
    .logo.avia-standard-logo {
    	height: 200px;
      top: -49px;
    }
    }

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

    Best regards,
    Mike

    in reply to: WordPress Website mit Enfold #1464642

    Hey Kay Seemann,
    Thank you for your interest in Enfold, unfortunately Enfold is not compatible with Elementor, so you will need to build the site from scratch with Enfold.
    You probably should set a temp site to build on and leave your live site up while you work on it.
    Unfortunately we can not donate the theme to you, we have a strict contract with Theme Forest and it is the only place that a license can be created.
    Hopefully this helps and thank you.

    Best regards,
    Mike

Viewing 30 posts - 1,771 through 1,800 (of 34,546 total)