Viewing 30 results - 7,111 through 7,140 (of 142,938 total)
  • Author
    Search Results
  • #1426361

    It seems weird to me, because when I use the default editor, the table of contents won’t work, but when switching to the advanced layout, it works correctly.

    Something must be creating conflict, obviously, but it’d be hard to know what, since it was after an update that it stopped working, and if you notice, all of our blogs are created using the default editor, with the template created through php.

    Any idea of what could be causing it?

    #1426359
    Tibor
    Participant

    I have a color section with two 1/2 elements next to each other, now they are neatly placed next to each other on a desktop as intended, and on a mobile phone one below the other. On mobile the left 1/2 element is on top and the right 1/2 element is below it, can I reverse this so that on mobile the right 1/2 element is on top and the left 1/2 element is below?

    #1426345
    Christof_Deinhard
    Participant

    On a page, I’m using the Enfold Easy Slider on the top of the page, right below the header. On loading the page, all elements below the slider are animated, they are moving up. I don’t like this effect.

    I analysed the code and the CSS part, I found a code like
    <ul class="avia-slideshow-inner" ....
    and in the correspondending CSS are assignments like ‘transition: all 0.4s cubic-bezier (…)’ and ‘transform: …’ while loading the page. Does that have anything to do with it? I tried to neutralize this with own CSS, without any success.

    I studied also your Enfold Demo https://kriesi.at/themes/enfold/shortcodes/easy-slider/ and there is no CSS like ‘transition’ or ‘transform’ assigned to the “avia-slideshow-inner” class. So what can I do to create a ‘static’ page?

    Best regards, Christof

    Hi,
    I disabled the flex-grow: 1; from this css solution:

    .avia-menu>ul.av-main-nav li {
        display: flex;
        flex-grow: 1;
        justify-content: center;
    }

    and now the maga menu sub-menu seems to work correctly, at all sizes. Please clear your browser cache and check.

    Best regards,
    Mike

    FW
    Participant

    Hi,

    i found this thread to this topic here – https://kriesi.at/support/topic/is-it-possible-to-load-recaptcha-v3-only-on-needed-pages/

    What I need is a snippet that I can integrate into the child theme, in order to be able to define a specific page ID on which the script will then be executed.

    Best Regards

    Thorsten

    #1426334

    In reply to: Updating Enfold 4.5

    Hi Viktória,

    Thanks for reaching out to us. You will need access to the Themforest account which was used in order to update the theme. If you don’t have that, or can’t get it, then I would suggest that you purchase your own license.

    Once you have access to the theme files, then the update to 5.6.8 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 new theme files via Appearance->Themes->Add New, and select to overwrite the old theme files after the upload has finished.

    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

    #1426331

    Hi,

    Great, I’m glad that Ismael could help you out. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1426319

    I did not try to stylize any font :( it is impossible to make a page using the elements from the enfold template/Avia editor.
    Go to contact page, put, put a color section, then put 2 columns of 50%, in the left column put a form and in the right one put a title+a text. Save+publish… and everything seems to be ok.
    Now come the problems: go back to the created page and put any lorem ipsum text, put any title and click on update or publish/update without changing anything in bold or colors….leave it exactly as it is in the template editor . Refresh the page and you will see that everything you did disappears.
    I’m not trying to change anything… it’s simply not possible to create content.
    I found your answer for free on this forum in x topics… that’s why I paid for a few months of technical support, to get something more than a conclusion that has nothing to do with my error :(
    If this error appears (In the Contact page, the error occurs due to these HTML tags, which were either invalid or not properly closed.) it means that enfold has serious problems because it is not even possible to create and update a simple page template. ..everything simply disappears.

    For me it’s serious because I can’t find a solution and that means I have to migrate from enfold to something else.

    #1426316

    In reply to: WooCommerce issues

    Hi,

    Thank you for the update.

    To adjust the style of the elements in the cart dropdown widget, please add this css code.

    #top div ul.product_list_widget li a {
        display: block;
        font-weight: bold;
        font-size: 1.5em;
        line-height: 1.6em !important;
    }
    
    #top .dropdown_widget ul.product_list_widget li .quantity {
        color: #ffffff;
        font-size: 1em;
    }
    
    #top .dropdown_widget .total span.woocommerce-Price-currencySymbol, #top .dropdown_widget .total {
        color: #ffffff;
        font-size: 1em;
    }

    Best regards,
    Ismael

    #1426313

    In reply to: Colors

    Hi,

    Thank you for the clarification.

    Please use this css code to adjust the style of the H1 element in the product category page.

    #top #wrap_all .term-description h1 {
        font-size: 2em;
        color: red;
    }

    Best regards,
    Ismael

    #1426311

    In reply to: Breaking Point

    Hi,

    Thank you for the update.

    We adjusted the css code a bit. Please try it again and temporarily disable the Enfold > Performance > File Compression settings.

    @media only screen and (max-width: 1600px) {
      .responsive #top .av-main-nav .menu-item {
        display: none;
      }
    
      .responsive #top .av-main-nav .menu-item-avia-special {
        display: block;
      }
    }
    

    Best regards,
    Ismael

    #1426309

    In reply to: Error on start

    Hi!

    Thank you for the update.

    We have discovered another thread displaying the same issue, but there is no explanation about the cause of the problem, and no solution was provided. This appears to be a WordPress core issue.

    // https://kriesi.at/support/topic/warning-on-wp-login-page-after-update-4-8/
    // https://core.trac.wordpress.org/ticket/46387#ticket
    // https://core.trac.wordpress.org/ticket/45256

    We recommend disabling the debug mode or setting the WP_DEBUG_DISPLAY to false temporarily in order to get rid of the warning.

    // https://wordpress.org/documentation/article/debugging-in-wordpress/#wp_debug_display

    Best regards,
    Ismael

    #1426277

    In reply to: Upgrade 4.7

    Hey Pasteta,

    Thanks for the login details, though it seems like there something blocking access to the login page:

    Dostop je iz vaše lokacije trenutno zaščiten.
    Dostop do WordPress zaledja je mogoč za IP naslove iz območij: Slovenija, Avstrija, Hrvaška, Italija in Madžarska.

    Are those the countries which are allowed to access the site? Please unlock that if you should need further help.

    If you haven’t registered your theme license, then please refer to this: https://kriesi.at/documentation/enfold/theme-registration/. If the updates should still not come through after that, then please try using this plugin: https://envato.com/market-plugin/

    Best regards,
    Rikard

    #1426252

    Hi Mike,

    Thank you so much! It worked!
    I think I forgot the #top and #main

    This topic can be closed

    #1426224

    Topic: Content slider

    in forum Enfold
    MM
    Participant

    Hi,

    I have a content slider on the page linked in private content. I have one slider for desktop view (with 3 columns) and a duplicate one for mobile view (with 1 column). However, very oddly, the desktop version is breaking the 3 columns over 2 rows, and I can’t figure out why. I assume it’s some custom css I’ve added for other purposes, but I can’t find the offending css, if it is that.

    Are you able to tell me why the 3 columns of the content slider (on desktop) are not appearing in one row, and how I can rectify it please?

    Cheers,
    Matt

    #1426212

    strange, when I am connected as admin (wroldpress) it works automatically with the link https://www.gestit.ch/home when I am disconnected with the admin it no longer finds the complete link but stops a https://www.gestit.ch an idea please.

    before updating the theme it worked correctly

    thanks

    • This reply was modified 2 years, 5 months ago by yvan_rossier.
    • This reply was modified 2 years, 5 months ago by yvan_rossier.
    #1426200

    In reply to: clean up media library

    Hi,

    Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1426197

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

    #top #main .avia-gallery .avia-gallery-thumb a:hover {
        opacity: 1;
    }

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

    Best regards,
    Mike

    #1426194

    In reply to: Colors

    Hi,
    To change the “on sale” badge to another color like red, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

     #top #main .main_color .onsale {
        background-color: red;
    }

    adjust the color to suit and then clear your browser cache, and check.

    Best regards,
    Mike

    #1426193

    Hi,
    The ones that begin with “av_alb_usage_av_” are from the theme, in your screenshot most of yours are from the mailpoet plugins and from the core wordpress, I can’t recommend disabling any of those. When I check my site I only see 110 that start with av_alb_usage_av_ one for each element as in this post.
    To address your 502/504 errors first try to disable all of your plugins and then test them one at a time to find what is causing the errors. I would also recommend improving your server settings and not disabling the autoload options, because doing so will cause your site to increase the number of database queries which will slow that function of your site down.

    Best regards,
    Mike

    #1426186

    This topic can be closed

    #1426177
    This reply has been marked as private.
    #1426173

    In reply to: Lines

    Hi,

    Please try this CSS instead:

    #top .av_header_with_border.av_header_transparency #header_main {
        border: 1px solid #daa520;
    }
    
    #top .av_header_with_border.av_header_transparency .avia-menu.av_menu_icon_beside {
        border-right: 1px solid #daa520;
    }

    Best regards,
    Rikard

    #1426162

    Hi,

    Great, I’m glad to hear that it’s working as it should again. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1426161

    In reply to: Lines

    sorry but no thats not it. I just want the bottom line and the line on the side in gold. Not at the top and on the left of the menu. And also not double the way it appears now. take a look https://shantama.org/

    Also the line below the menu should stay visible in gold upon scrolling. At the moment it disappears.

    #1426151

    In reply to: Colors

    Hi,
    Your first screenshot of the icon boxes on your homepage:
    Enfold_Support_3964.jpeg
    the background color can be set in the element here:
    Enfold_Support_3966.jpeg
    or you can change all of them with this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top.home .iconbox .iconbox_icon {
        background-color: #ebb400;
        border: 1px solid #fff;
        color: #fff;
    }

    this is the expected results:
    Enfold_Support_3968.jpeg
    After applying the css, please clear your browser cache and check.
    To make the special amp symbol black, try this css:

    #top .main_color .special_amp {
    	color: #000;
    }

    adjust the color to suit.
    Is this what you had in mind?

    Best regards,
    Mike

    #1426134

    In reply to: Problem saving changes

    Close the topic, tank’s

    massimo

    ekf_wp
    Participant

    Wie im Topic Title beschrieben gibt es nicht mehr die Möglichkeit mir die Custom Fields anzeigen zu lassen.
    no option for custom fields

    #1426127

    In reply to: Problem saving changes

    Hi,

    Great, I’m glad that Ismael could help you out. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1426125

    In reply to: PHP Update

    Hi,

    Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

Viewing 30 results - 7,111 through 7,140 (of 142,938 total)