Viewing 30 results - 6,901 through 6,930 (of 244,419 total)
  • Author
    Search Results
  • #1462556

    Hi,
    Try this HTML:

    <div class="nav-container">
    <div class="navigation">
    <a href="#" class="nav-link left-link"><img src="https://w-bullinger.com/wp-content/uploads/2024/06/WB-Nav-Arrow-Left.svg" alt="Left"></a>
    <a href="#" class="nav-link close-link"><img src="https://w-bullinger.com/wp-content/uploads/2024/06/WB-Nav-X.svg" alt="close"></a>
    <a href="#" class="nav-link right-link"><img src="https://w-bullinger.com/wp-content/uploads/2024/06/WB-Nav-Arrow-Right.svg" alt="Right"></a>
    </div>
    </div>

    and this css:

    .nav-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .navigation {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 300px;
    }
    
    .nav-button, .nav-link {
        display: inline-block;
        padding: 10px;
        text-align: center;
        text-decoration: none;
        border: 1px solid #ccc;
        border-radius: 5px;
        background-color: #f0f0f0;
        color: #333;
    }
    
    .nav-button:hover, .nav-link:hover {
        background-color: #e0e0e0;
    }
    
    .nav-link img {
        width: 20px; /* Adjust the size of the image icon */
        height: 20px;
    }

    For this result
    Enfold Support 6350

    Best regards,
    Mike

    #1462553

    Hi,
    Thank you for the link to your site and the screenshot, I don’t know what the plugin style is meant to look like, but from your screenshot it looks like the border around the elements is the issue. I don’t think that disabling the theme style would be a good solution as I doubt the plugin includes the css required for all of the elements on the checkout page.
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field to remove the borders and slightly adjust a couple of elements for a better view:

    .woocommerce-checkout td,
    .woocommerce-checkout tr th:first-child, 
    .woocommerce-checkout tr td:first-child,
    .woocommerce-checkout tr:first-child th, 
    .woocommerce-checkout tr:first-child td,
    .woocommerce-checkout .flux-checkout__content-right #order_review tr.cart_item td, 
    .woocommerce-checkout .flux-step #order_review tr.cart_item td {
        border: none;
    }
    .woocommerce-checkout div table.shop_table td {
        padding: 0;
    }
    .woocommerce-page .button {
        margin: 0;
    }
    .woocommerce form p.form-row input[type=text]#coupon_code {
    	padding-right: 0;
    }
    .woocommerce-page .coupon-form td .checkout_coupon.woocommerce-form-coupon p.form-row-last {
        width: 41%;
    }
    .woocommerce-page .coupon-form td .checkout_coupon.woocommerce-form-coupon p.form-row-first {
        width: 50%;
    }

    Please see the screenshot in the Private Content area of the expected results.

    Best regards,
    Mike

    #1462550

    In reply to: accessibility

    Hey Advantage09,
    Thank you for your patience and the link to your site, but the W3 Validator is not the same as a WCAG Validator.
    Often when I check the W3 Validator gives false errors, such as Error: No p element in scope but a p end tag seen. when you check the source code the “p” tage is there:
    Enfold Support 6344
    As for the role=tablist issue, when I check your site on a WCAG Validator this is not flaged, as I understand the tab element can be in the tabpanel element.
    On May 7 the Dev Team made some adjustment to this to be compliment with the European Accessibility Act (EAA) documentation, and this is outside my expertise, but since the WCAG Validator is not flaging this it would seem that this is correct.
    If you wish I can ask this on the Dev Team Github thread

    Best regards,
    Mike

    Hi,
    You can replace color: var(–enfold-header_replacement_menu_color); with a color, no problem.
    The word “logo” should be hidden by the css, I would have to see the page.
    There is no animation built in to it, your example menu has no animation.
    Your example menu changes to a different style at smaller screens, I only looked at the desktop version.

    Best regards,
    Mike

    #1462536

    Hey Harry,

    This is likely a plugin conflict, please try to deactivate all plugins to see what happens after that. Also make sure that you are running the latest version of the theme (6.0.2): https://kriesi.at/documentation/enfold/theme-update/

    Best regards,
    Rikard

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    #av-burger-menu-ul .menu-item-2029 {
      margin-bottom: 10px; 
    }
    
    #top .av-menu-button > a .avia-menu-text {
      border-radius: 5px;
    }

    Best regards,
    Rikard

    #1462531

    In reply to: Change of Logo

    This reply has been marked as private.
    #1462526

    In reply to: Change of Logo

    you mean in the logo of the example demo page?
    There are a lot of suitable candidates. One of the better-known commercial fonts is probably: Avenir Next LT Pro
    (In GillSans or Helvetica New, for example, the centre E stroke ends on a line with the other ‘arms’.)
    If you like to know which google font is similar to that – see here f.e.: https://similarfont.io/3-google-fonts-similar-to-avenir-next
    See Prompt: https://fonts.google.com/specimen/Prompt?preview.text=ENFOLD&query=Prompt

    #1462524
    Harry Hitzeman
    Guest

    This is not a keyboard malfunction. Spaced can be typed in the classic editor, but not in the Enfold avia elements. Please provide the fix. If you cannot answer this, please tell me how to post a question in the forum.

    #1462520

    Hey Clemens,

    I see that you are running an old version of the theme, could you try to update to the latest version (6.0.2) to see if that helps please? The update to 6.0.2 has to be done manually from the version you are running, please refer to my replies in this thread: https://kriesi.at/support/topic/enfold-4-5-theme-update-update-failed-download-failed-a-valid-url-was-not-pro/#post-1021541
    You can either update manually via FTP: https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update, or upload the theme as if it was new under Appearance->Themes->Add New Theme.
    If that doesn’t work then please try to delete the whole theme folder, then replace it with the new version. Make sure that you have backups of the site before starting updating.
    Also please read this after you have updated: https://kriesi.at/documentation/enfold/theme-registration/

    Best regards,
    Rikard

    #1462519

    In reply to: New website

    Hey Aidan,

    We are not a web agency, we develop a WordPress theme called Enfold which enables users to create their own sites. You can buy it here: https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990

    Best regards,
    Rikard

    #1462515
    clemenskuenzel
    Participant

    Hi at all,

    I’m using your theme in one of my clients website. I use the version: 4.4.
    I now needed to update PHP to Version 8.3.
    I made a copy on another server to test the upgrade
    the I want to go to the login I receive the following message:

    “Fatal error: Unparenthesized a ? b : c ? d : e is not supported. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e) in /home/.sites/97/site938/web/ksk/wp-content/themes/enfold/functions-enfold.php on line 313″

    I read on an old tread, (https://kriesi.at/support/topic/fatal-error-unparenthesized-a-b-c-d-e/) that a upgrade to v4.8.8 could solve the issue….
    Is there a possibility to get a download link for this version?
    Best regards,
    Clemens

    Thanks for explaining.
    we’re getting close.
    I still have the following struggles

    – I wanted to change the menu text to white, it was grey. I took the code `color: var(–enfold-header_replacement_menu_color);’ out and it’s white. is that a problem?
    – i see see the word ‘logo’ in the logo area, how do i get rid of that?
    – there is no animation (change in colour and underlining) in example of menu links. How to add that?
    – I’d like to increase the width a bit of the menu and decrease the hight. How do i play with that?
    – when i decrease the size the menu gets rather messy. when i make it even smaller no menu shows. How do I activate the hamburger menu from a certain size? perhaps to solve both issues small screen menu issue

    #1462504

    Hi,
    Glad Ismael 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

    Hi,
    Please see our documentation about using a Child Theme, I see that you have three versions of the theme installed, I assume that you added each into a different directory, is that how you did it?
    Updating the theme is not that important right now, we can move forward with just a staging site.

    Best regards,
    Mike

    Hi,
    To add the classes to the menu items, first enable them in the drop down at the top of your menu screen “Screen Options” and checking the CSS Classes box, which will show the classes to the menu items.
    Enfold Support 6340
    I added the shortcode in a code block element, in a color section so the page would have a full image background, but you could add the code block element to the top of your page.
    Enfold Support 6342
    Enfold Support 6317

    Best regards,
    Mike

    #1462499

    Hi Rikard,
    Thanks for your reply.
    Below 2 links:
    1. The adobe link with the design I have to create >> there are multiple lines in the design: 2 black ones, at the top and bottom of the header. 1 orange line above the footer which is, I think, 10px.
    2. The other link is the new page >> The black lines in the header are now part of the photo but I prefer to make them as lines in Enfold.

    #1462498

    Topic: Section toggle

    in forum Enfold
    dweddell
    Participant

    Hi

    I have set up a test section togglle using a button, using instructions from https://kriesi.at/documentation/enfold/button/#toggle-id-7, however I cant get it to work. Can you advise where I have gone wrong please

    test page below

    Kind ergards

    Duncan

    #1462482

    Topic: Change of Logo

    in forum Enfold
    #1462479

    Hello! We have the same issue on iOS devices (iPhone / iPad) in Chrome and Safari browser.
    The issue is not resolved as written in https://kriesi.at/support/topic/accordion-header-issue-since-enfold-6-01/

    Opening a accordeon / toggles causes flickering and a permanent reload of the page.
    I’ve updated the JS files and the theme itself (currently running 6.0.2) and I turned off caching modules, but the issue is not solved.

    I created a simple page to test it (find it in private content)
    Any idea?
    Thanks in advance!
    Nicolas

    Thomas Overberg
    Guest

    Sehr geehrte Damen und Herren, Entschuldigen Sie, dass ich mich über diese Kontaktmöglichkeit melde, aber ich kann mich nicht beim Support anmelden. Mein Chef Frank Beger hat eine Lizenz Enfold gekauft (Purchase Code: 526cea57-bacf-4eof-8de3-66946ed03b16). Er ist aber momentan im Urlaub und ich muss Enfold installieren für die Entwicklung unserer Homepage. Ich habe versucht Enfold über WP zu installieren, bekomme aber immer eine Fehlermeldung, dass die Datei zu groß sei. Wenn ich versuche die Datei per ftp zu installieren (so wie es beschrieben oder im Movie gezeigt ist) funktioniert es nicht, weil die Ordner/Dateien, die ich hochladen soll in der zip Datei nicht vorhanden sind. z.B. gibt es in der themeforest-zip-Datei keinen weitern zip-Ordner. Und ich habe auch keine Child-Ordner, den ich übertragen könnte. Ich würde Ihnen gerne ein Bild vom Inhalt der “themeforest-2cg1j1ax-enfold-responsive-multipurpose-theme-wordpress-theme”-Datei schicken, die mein Chef heruntergeladen hat. Aber das geht hier leider nicht. Ist das überhaupt die richtige Datei?
    Mit freundlichen Grüßen
    Thomas Overberg

    Hey dataminegroup,

    Thank you for the inquiry.

    Did you extract the enfold.zip file from the package before uploading it? Please check the links below for more information on how to properly install and update the theme.

    // https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp
    // https://kriesi.at/documentation/enfold/install-enfold-theme/#back-up-your-work
    // https://kriesi.at/archives/the-complete-guide-to-updating-enfold

    Best regards,
    Ismael

    #1462460

    Hi,

    Thank you for the inquiry.

    The plugin allows you to configure the title and meta for each post type in the Rank Math SEO > Titles & Meta panel. In version 6.0, Enfold added two custom post types called alb_elements and alb_custom_layout. If you want to remove these tabs, you can add the following code to your functions.php file:

    add_filter( 'rank_math/settings/title', function( $tabs) {
        unset($tabs['post-type-alb_elements']);
        unset($tabs['post-type-alb_custom_layout']);
        return $tabs;
    });
    

    Best regards,
    Ismael

    #1462457

    Hey isynergy,

    Thank you for the inquiry.

    This is possible, but you have to directly modify the /enfold/includes/loop-index.php file and add this code around line 504:

    $featured_image = get_the_post_thumbnail($the_id, 'thumbnail', array('class' => 'read-more-thumbnail'));
    		echo '<div class="featured-image-container">' . $featured_image . '</div>';
    

    Above this code:

    echo $close_header;
    

    Then, add this css code to move the image to the right.

    .featured-image-container {
        float: right;
    }
    

    Best regards,
    Ismael3

    #1462455

    In reply to: Custom Main Menu Font

    Hi,

    Thank you for the info.

    Looks like the font is already selected for the main menu in the Enfold > Advanced Styling panel. Is that correct?

    .main_menu .avia-menu-text {
        font-family: 'Seymour One' !important;
    }
    

    Best regards,
    Ismael

    #1462453

    Hey Dameon,

    Thank you for the inquiry.

    You may need to set the Enfold > Shop Options > Product gallery settings to the second option (Woocommerce 3.0 gallery). Let us know if this helps.

    Best regards,
    Ismael

    dataminegroup
    Participant

    I used to have Enfold plug-in installed on WordPress but everything has broken since WordPress upgraded to new version of PHP.

    I have bought the latest version of Enfold them but when I try to upload I get this error.

    Please help! Let me know if you need my WordPress login details.

    Hi,
    I’m glad that you have talked to your developer and learned the placement of the PHP function to execute shortcode like [av_layerslider id=…], but when I checked enfold/config-templatebuilder/avia-template-builder/template-builder.php I didn’t find it, nonetheless this is the type of PHP code that I was talking about.
    It is ok though, I don’t need to see the code used because I would rewrite it to be added to the WP Code plugin, unless you choose to add a Child Theme so the PHP code will be different and you won’t have this issue in the future when you update. There is no additional charge for this, please let us know when the staging site is created.
    Please note that I was recommend that you update the theme to v6.0.2 not updating the LayerSlider plugin, it is bundled into the theme, so you can only update the theme.
    For reference please see our LayerSlider documentation here.

    Best regards,
    Mike

    Hello Mike, thanks for update and explanations about the process. I have tried to udpate to the latest version of Enfold, but it says that the destination folder allready exist. Any suggestions to solve the issue? Regarding the coding PHP, I’ve aksed to the developper who did the coding for the first version of the website including WP Layerslider on top of menu bar ( 5 to 6 years ago) and he found out some trace of “BROZERMO” coding tagged in the following files template-buider.php or search.php to execute shortcode like [av_layerslider id=…]. I’ll set up a staging website. There are 2 yearly licenses plug-ins Ninja Forms and EventOn. WP Layerslider 6.xxx is the last free udpate activated. Last but not least, what would be the cost for the PHP coding part? Best regards Christian

    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

Viewing 30 results - 6,901 through 6,930 (of 244,419 total)