Viewing 30 results - 3,601 through 3,630 (of 11,218 total)
  • Author
    Search Results
  • #1081812
    realisedesign
    Participant

    Hey enfold geniuses,

    I am struggling with the CSS for “big-preview.multi-big”

    Multi author, display gravitar, title and excerpt.

    I’d like the gravitar and title to appear above the image, with the exerpt and read more button to be below the image, a bit like this https://kriesi.at/themes/enfold-2017/blog/blog-multi-author/

    I would also like the image to stretch the full width of the container, if possible.

    And change formatting of titles etc, cant seem to find the CSS references though or how to implement it.

    I’m stuck….help…please….

    #1081673

    Hey WMLewis,

    Thank you for contacting us.

    Your search icon appears black on my end.

    You may not see the changes until the cached files are cleared in your browser.

    Please perform the below steps to clear the browser cache:

    1. Disable “merging and compression” for CSS and JS files from Enfold > Performance.
    2. If a caching plugin is installed check the plugin settings and clear the cache and deactivate the plugins for testing purpose.
    3. Hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload”.

    Best regards,
    Vinay

    #1081402

    Hi Brautgalerie,

    Try adding this css code in Quick CSS, located in Enfold > General Styling:

    #top.home #fullscreen_slider_1 .slideshow_caption a.avia-slideshow-button {
        position: absolute;
        right: 10px;
        bottom: 10px;
    }

    Then just adjust right and bottom values.
    You can also use for example -10px so it goes to the other direction.

    Best regards,
    Nikko

    #1081363
    iris2002
    Participant

    Hello,

    I’m using the fullscreen slider on my website and want to align all text and buttons to the center on all screen sizes. At the moment it’s aligned to the left.
    I’ve selected center without frame, but this didn’t do the trick.

    Any way to get it centered?

    Best regards,

    Iris

    Edit: Found the solution myself! In Enfold > General Layout I had to change Position at the Left to Center Content under Content Alignment.

    • This topic was modified 7 years ago by iris2002. Reason: Found the solution myself
    #1081281
    GrafitecSon
    Participant

    Hello everyone,

    I use the Enfold main menu as button colored menu. Now are the items in the mobile menu also buttons. Can I override this? I wanna use the main menu as mobile menu always as text menu, nog button styled.

    #1081140

    In reply to: Update theme

    Hi Anita,

    There is a big blue button on top of the Enfold subforum, please try to click that or use this link.

    Best regards,
    Rikard

    #1081128

    Hi,

    The credentials you provided are incorrect. Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    /* CSS - */
    
    #av-tab-section-1 .av-tab-section-tab-title-container a:first-child:hover span{
    filter: grayscale(100%);
    }
    #av-tab-section-1 .av-tab-section-tab-title-container a:nth-child(2):hover span{
    filter: grayscale(100%);
    }
    #av-tab-section-1 .av-tab-section-tab-title-container a:nth-child(3):hover span{
    filter: grayscale(100%);
    }
    #av-tab-section-1 .av-tab-section-tab-title-container a:last-child:hover span{
    filter: grayscale(100%);
    }
    
    
    

    You may not see the changes until the cached files are cleared in your browser.

    Please perform the below steps to clear the browser cache:

    1. Disable “merging and compression” for CSS and JS files from Enfold > Performance.
    2. If a caching plugin is installed check the plugin settings and clear the cache and deactivate the plugins for testing purpose.
    3. Hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload”.

    Best regards,
    Vinay

    Hey wlab4,

    Thank you for sharing the details. Sorry for the late reply.

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    /* CSS - */
    
    .wp-playlist-tracks .wp-playlist-item-length {
        float: right;
    }
    
    
    

    The site looks good on my end. You may not see the changes until the cached files are cleared in your browser.

    Please perform the below steps to clear the browser cache:

    1. Disable “merging and compression” for CSS and JS files from Enfold > Performance.
    2. If a caching plugin is installed check the plugin settings and clear the cache and deactivate the plugins for testing purpose.
    3. Hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload”.

    Best regards,
    Vinay

    #1080914

    Hi Mike
    I just updated to Enfold 4.5.5.
    It is not better, now the shortcode generated accordeon is not there anymore, when we remove the manually created accordeon. So the shortcode only works together with the manually created accordeon. So nothing is better ;-(
    Also the other open topic still does not work correct:

    Hope you will fix all the problems with Enfold and WordPress 5.1.x as soon as possible, because we have a lot of Enfold websites productive ;-(
    Regards
    Mike

    #1080746
    ezvisa
    Participant

    Hi there;
    I want to display a specific Social Sharing Icon section in the “Style 3” follow the instruction: https://kriesi.at/documentation/enfold/social-share-buttons/. The section would change is the first one of this post: https://ezvisa.vn/kinh-nghiem-xin-visa-phap/
    But I don’t want to change another Social Sharing Icon sections.
    Can I do this?

    Is there any way to use enfold custom popup or modal?. When customer click on button I want to show custom developed form with submit button?

    mktg_formaspace
    Participant

    Modal shows only 1 sec and closed. I want to keep it until customer close it.

    <button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#myModal">Open Modal</button>
    
    <div class="modal fade" id="myModal" role="dialog">
        <div class="modal-dialog">
            <!-- Modal content-->
            <div class="modal-content">
                <div class="modal-header">
                    <button type="button" class="close" data-dismiss="modal">&times;</button>
                    <h4 class="modal-title">Modal Header</h4>
                </div>
                <div class="modal-body">
                    <p>Some text in the modal.</p>
                </div>
                <div class="modal-footer">
                    <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
                </div>
            </div>
        </div>
    </div>

    I am using Enfold 4.0.4 and lightbox settings are open.

    You can visit the link and click on the any image and click on Open Modal button. after fix it I want to call Modal from Jquery when clicked on Click for pricing.

    Thank you

    #1080510

    In reply to: Cannot Update Enfold

    Hello again,
    I just found that I did get the 4.5.5 version. When I tried to update the theme, again, it crashed the site. I went to ftp and uploaded the new “Enfold” folder, which I assume replaces the outdated files with the newest versions.

    Then I went to try to update from the update themes button and it failed with the following notices:

    The update process is starting. This process may take a while on some hosts, so please be patient.

    Enabling Maintenance mode…

    Updating Theme Enfold (1/1)

    Warning: preg_match() expects parameter 2 to be string, array given in /home/sukhysth/public_html/wp-admin/includes/class-wp-upgrader.php on line 268

    Warning: file_exists() expects parameter 1 to be a valid path, array given in /home/sukhysth/public_html/wp-admin/includes/class-wp-upgrader.php on line 268

    Warning: strip_tags() expects parameter 1 to be string, array given in /home/sukhysth/public_html/wp-admin/includes/class-bulk-upgrader-skin.php on line 63
    Downloading update from …

    Warning: parse_url() expects parameter 1 to be string, array given in /home/sukhysth/public_html/wp-admin/includes/file.php on line 979

    Warning: preg_split() expects parameter 2 to be string, array given in /home/sukhysth/public_html/wp-includes/kses.php on line 1660

    Warning: strtolower() expects parameter 1 to be string, array given in /home/sukhysth/public_html/wp-includes/http.php on line 526
    An error occurred while updating Enfold: Download failed. A valid URL was not provided.

    Disabling Maintenance mode…

    All updates have been completed.

    Thanks again,
    John

    #1080369

    Hey Royden,

    Try adding this css code in Quick CSS, located in Enfold > General Styling:

    #top.home #full_slider_1 a.avia-slideshow-button {
        position: absolute;
        top: 0;
        right: 0;
    }

    Best regards,
    Nikko

    #1080359
    Chrilles
    Participant

    On this page https://colegelidyr.ac.uk/ there are 3 bores containing an image on top and a text-box + CTA button Hald Way Down.

    I have tried to make something similar i in enfold but with little succes. Is there some one who have some good ideers?

    Regards,

    Chrilles

    #1080286

    Hi again
    Hm, It seems at the moment Enfold has a lot of problems ;-(
    So, what you think, when this next release version will come?
    Are you shure, that with the next release version this problem here will be fixed?
    Will also this bug here be fixed?

    Thanks.
    Regards
    Mike

    #1080254

    In reply to: Link Error in Chrome

    Hi crtdude,

    The site looks good on my end. You may not see the changes until the cached files are cleared in your browser.

    Please perform the below steps to clear the browser cache:

    1. Disable “merging and compression” for CSS and JS files from Enfold > Performance.
    2. If a caching plugin is installed check the plugin settings and clear the cache and deactivate the plugins for testing purpose.
    3. Hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload”.

    Best regards,
    Victoria

    #1079984
    CoreyNordwall
    Participant

    Using Enfold, I created a secondary menu with three custom links in it. I need the third one to open in a lightbox. Example:

    Phone number (custom link): links to tel:1234567890
    Apply (custom link): links to external site ex: google.com
    Request (custom link): Links to a page : /request-information?iframe=true

    I’ve then added this to the child-functions file:

    // custom script
    add_action( ‘wp_footer’, ‘ava_custom_script’ );
    function ava_custom_script() {
    ?>
    <script type=”text/javascript”>
    (function($) {
    function b() {
    $(“#header_meta a”).magnificPopup({
    type: ‘iframe’,
    mainClass: ‘avia-popup mfp-zoom-in’,
    });
    }

    $(window).load(function() {
    b();
    });

    })(jQuery);
    </script>
    <?php
    }

    With this functions script added, it opens ALL three links in a lightbox. Without it, doesn’t open the third menu item in a lightbox.

    Question: What is needed to make only the third button open in a lightbox?

    Thanks in advance. You guys are the best.

    #1079980
    maxwelll
    Participant

    Hi
    I am facing a very strange problem. As soon as I add a Color Section to my pages, and hit teh update button. everything wips out form the page. I have inactivated all plugins, and changed child theme back to teh normal Enfold theme ect.

    No success

    Please help

    Anyone?
    I have entered an ID in the popup Slider settings (#test-popup). Slider is included in all pages (setting).
    A button on a page (Enfold theme) is pointing at the popup slider (link; set munally; test-popup).
    But the popup slider does not open. It does show https://toezicht-handhaving.nl/#test-popup in the adress bar, but nothing happens.

    What am I doing wrong?

    Hey tpim3305,

    Thanks for using Enfold and we apologize for the delayed response.
    Go to Enfold > Layout Builder > check Show element options for developers and save.
    On the page itself you can use a button and there should be a Custom Css Class field, anything added there will be set as it’s class attribute.

    Best regards,
    Nikko

    #1079924

    Hey diefleischerei,

    Go to Enfold > Advanced Styling > select Slideshow titles, then click on Edit Element button.
    Select for a new font family in the list which includes a lot of google fonts.
    Hope this helps.

    Best regards,
    Nikko

    Hi,

    If I paste this code in my functions.php in backend I can create a new post of this post type and I have the ALB button available. I do not have any taxonomies – check enfold\includes\admin\register-portfolio.php how we did it.

    Did you remove your other customizations?

    Can you try it on a clean WP install test site please? And check for a possible plugin conflict by deactivating all plugins.

    Best regards,
    Günter

    I have had this issue now too – I updated to the latest enfold and the forms and buttons disappeared. I rolled back to the previous version and they are now working again – so there is something in the most recent update that is breaking this with Events Calendar.

    #1079701

    Topic: CSS not working

    in forum Enfold
    NMDKDesign
    Participant

    Hi,

    i tried to modify avia fullwith button (border radius) but it did not work.

    I activated css class option in “Enfold” -> “Layout Creator” and tried different css code snippets from support forum via Quick CSS and in custom.css file. Both did not work.

    I also tried to modify button with extra plugin “Yellow Pencil Live CSS Editor” but it did not work.
    Can you help me to find a solution?

    Thanks in advance
    Regards
    Nik

    Hi Dear Enfolders
    I use Enfold 4.5.4 and Server PHP 7.2.16 and i have the same issues like above with the modal window not showing. Just a small blank window in a lightbox.
    I have no Cache Tool activ and i use opera / chrome / FF also incognito and also with empty browser cache.
    i tryed also the hack with adding a new button. dont works

    Thank u 4 ur help
    John

    #1079301
    sugadaddy
    Participant

    Hi,

    – i’d like to have mail-chimp form on a single horizontal line, like something in the documentation (https://kriesi.at/documentation/enfold/mailchimp-signup/ ) under ” Playing with columns”. The example there is all HTML and no CSS and in the Mail Chimp element i can’t find a way to assign classes to each element of the form.

    – Also how do i change the text on the submit button?

    Thanks and regards,
    Steffen

    #1079297
    galpinr
    Participant

    The layer slider is unable to render after I added a simple CSS to the Quick CSS box and the page would not even load until I removed the CSS from the QUICK CSS box.

    I think the failure occurred when I hit the UPDATE button in the Enfold editing screen. It updated the site, told me everything was “okay sparky” and then I went to review the site and the layer slider elements are all vertically aligned on the screen – then the rest of the page renders fine. The problem seems to be isolated to the Layer Slider.

    URL: https://www.infostructures.com/

    I replaced all the site files with a backup from yesterday and the problem persists. I am guessing then that it is a database issue?

    I had to replace all my Layersliders with copies that only included one slide and add some CSS to get rid of a blank space above the layerslider in order to get the site to be presentable until I get some help.

    Please help. Thanks!

    • This topic was modified 7 years ago by galpinr.
    #1079209

    @swelzel Thank you very much for the link and I am glad you confirmed the issue :)


    @Ismael
    You wrote ‘Regarding the submit button, I edited a few files to fix it. It should work properly now.’ can I download the files somewhere please? Or what are the snippets please? The site should be in 5 languages and I need to have SUBMIT button renamed/translated.


    @Rikard
    ‘can we see and reproduce the problem?’ Sure, just install latest Enfold please, activate CAPTCHA v2, rename the button and nothing will happen. You can install also WPML to test it. Reproducing this issue is very easy.

    #1079179

    Hi,
    we have the same issue here. As soon as you activate the reCatcha the Send-Button is shown in English instead of the local language and the setting in the Form Module. It seems that this String “Submit” is placed there after the Verfification is passed, no matter what you write in the modul settings.

    Ismael has fixed the problem here:

    https://kriesi.at/support/topic/enfold-contact-form-recaptcha/

    Can we get the solution in the next update and now as a hotfix please?

    Thanks,
    Kai

Viewing 30 results - 3,601 through 3,630 (of 11,218 total)