Viewing 30 results - 211,321 through 211,350 (of 244,548 total)
  • Author
    Search Results
  • #329450

    I’m sure that would work for me too, but for some reason I can’t see the Enfold theme in my downloads on themeforest anymore. Why was that removed? I have my receipt and everything.

    #329448

    In reply to: Button Link

    Hi Cloudspace!

    Thank you for using Enfold.

    Please refer to this link: http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/

    Regards,
    Ismael

    #329446

    Hi xavigo!

    Thank you for using Enfold.

    Which video are you referring to? If possible, please provide a screenshot.

    Regards,
    Ismael

    Hi Antonio!

    Thank you for using Enfold.

    You can add a unique selector to any elements on the advance layout builder except for column layouts. Refer to this link for more info:
    http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Use “animated-block” on the Custom CSS field for example then add this on Quick CSS:

    .animated-block {
    padding: 20px;
    background-color: rgba(0,0,0,0.5);
    }

    Best regards,
    Ismael

    #329430

    Hey!

    Please update the theme to the latest version of Enfold (3.0), and updated version of LS was included in this release.

    Best regards,
    Josue

    #329418
    Monsoon
    Participant

    I have my fixed background color header in blue but I need the mega menu background color to be white and not the same color.
    Can you help with that?
    Thanks in advance

    #329415
    gabytivi
    Participant

    Hola amigos, instalé una vez más Enfold y todo estuvo bien, pero no se porque razón, de un momento a otro, ya no se miran los iconos sociales, aparecen cuadritos, al igual que las flechas de navegación de los sliders…..alguna razón? alguna solución? ya que yo no he instalado nada fuera de lugar, el único tema es Enfold y el único detalle es que wordpress está en español pero no creo que ese sea el problema….!! gracias por adelantado a una respuesta aclaratoria!!!

    Yes, the menu is set as Enfold Main Menu on Appearance > Menus panel. The underline is only broken on the links I hacked aka the “Log in / Register” button where I used the code from https://kriesi.at/support/topic/woocommerce-account-loginlogout-not-wp-account/?login_error

    For instance, try doing this to duplicate what I’m seeing:
    1. Click “Log in / Register.”
    2. When the page loads, you’ll note that the blue underline is missing under “Log in / Register.”
    3. Click “Browse meals.”
    4. When the page loads, you’ll note that there is a blue underline under “Browse meals.” This is my desired behavior for all menu items.

    Hope that helps clarify the problem. Appreciate the help!

    #329401

    Hi!

    I’ve uploaded the newer version of Enfold to your installation, your current theme has not been replaced, it’s a new theme called “Enfold Test”, you can toggle it to see if your issues get fixed.

    Cheers!
    Josue

    #329400

    Hi!

    It’s in /enfold/config-layerslider/LayerSlider/includes/slider_markup_init.php, line 36:

    $slides['properties']['attrs']['skinsPath'] = dirname(LS_Sources::urlForSkin($skin)) . '/';
    

    Try changing that to:

    $slides['properties']['attrs']['skinsPath'] = 'http://beta.geology.utah.gov/wp-content/themes/enfold/config-layerslider/LayerSlider/static/skins/';
    

    Regards,
    Josue

    #329398
    This reply has been marked as private.
    #329395

    Hey!

    Add this too:

    .comment_meta_container, .comment_container {
    	max-width: 1130px !important;
    	margin: 0 auto;
    	padding: 0 20px;
    }

    Feel free to request this as a new feature here:
    https://kriesi.at/support/enfold-feature-requests/

    Best regards,
    Josue

    #329388
    janetgot
    Participant

    Hi, I was trying to add a body onload snippet into my header.php file and got this error: Warning: strpos() expects parameter 1 to be string, array given in /home/malbone4/public_html/wp-content/themes/enfold/header.php on line 101). I replaced my header.php file with the original but still have the error even after clearing the front end and back end caches… this was just prior to your update showing up in my Enfold section in the admin… I ran a backup, and then clicked on the Update Enfold but that caused me to have several minutes of the backend and front-end in maintenance mode and finally it said the update failed. My site is showing again, but still have the errors showing, and my menu is gone. I will send the credentials in the private content section and would love some fast help!

    Thanks,
    Janet

    Not sure if this is what you’re talking about or if it’s related, but on the mobile phone size both portrait and landscape, there is a huge blank space where the woo commerce product page w/ description and “add to cart” should be. I can also see this in action when I reduce my desktop browser width down to mobile phone size.

    About 75% of my users are on mobile phones and cannot purchase products. Is there a fix in the mix or a temporary work around? I can’t skip the product page and link directly to check-out since the description has a long list of important venue info.

    Running the latest: WP 4.0, Enfold 3.0, Woo Commerce 2.2.4.

    Thanks!

    • This reply was modified 11 years, 6 months ago by codemode.
    #329380

    I’m not able to log in to your site but take a look at this video: http://kriesi.at/documentation/enfold/portfolio-item/intro-to-the-advanced-layout-editor/

    It looks like the default comment output might have been removed at some point so for the short term you’ll need to switch to the Avia Layout Builder by clicking on the Advanced Layout Builder button on that page. Then go to the Content Elements tab and drag the Comments element down below your text element to add it to the page layout.

    #329375

    Yigit:

    I traced the error to line 2098 of the mapbox.js file:

    this._map._container.focus(), t.scrollTo(s, o)

    Unfortunately the file is minified so I’m not certain what’s going on. I irc’d with their support person, and they (Mapbox) said they would look into it, although they don’t seem to be in any hurry. I forked Mapbox’s source files from GitHub but discovered it was more or less useless without the map image tiles from their website. I then moved on to something else. Although I prefer the look of mapbox maps, they probably aren’t worth messing with at this point so perhaps I should shift over to Google Maps API v3 for the time being.

    Now that I’m thinking about it, perhaps I could identify the Enfold div that is scrolling up and then add an event listener to the Enfold div that is responding to the event bubble started by Mapbox’s scrollTo(s,o) directive & cancel it before it executes.

    Any thoughts you might have on this are welcome. If you still want to look at the page, let me know & I will open a pinhole on the firewall for you to get through.

    • This reply was modified 11 years, 6 months ago by technorodent.
    #329373

    Disabling plugins didn’t help either unfortunately. I would love to continue using the layer slider. Do you know where in the code the skinspath declaration is being constructed (I haven’t been able to find it)? There wasn’t a problem with the most recent version of Enfold.

    #329370

    Hey connect4consulting!

    Try deactivating all active plugins and then updating over FTP following the steps in this video: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    It sounds like there may have been an issue when updating or maybe a conflict with a plugin caused it not to fully unpack the update.

    Regards,
    Devin

    #329368
    ayanasoul
    Participant

    Hi,

    I’ve just updated to the new Enfold 3.

    There seems to be an issue with the header. It extends down a further 1.7cm, so that now a white transparent layer appears over the Homepage Featured Slider (and same across the whole site).

    Also, on our homepage, down at the bottom above the footer, the purple custom font colour in the ‘Special Heading’ won’t appear purple anymore. It will only appear as grey – so now it is blending into the same grey colour in the ‘Colour Section’.

    Thank you in advance for your help!

    #329366
    Micheal0424
    Participant

    I updated WP to 4.0 and Enfold to 2.9.2

    After the updates the LayerSlider WP is not functioning properly. The layers are not being seen when they slide over, I can see a few little dots where they are but that is it.

    I tried to update the LayerSlider WP itself with the auto update function because I have a purchase code from where I purchased it before, it is not accepting the code.

    What is the easiest way for me to fix this issue?

    Thanks.

    http://maximwebsites.com/

    #329362
    Luc
    Participant

    hello,
    I think find what i was looking for for scrolling text in https://kriesi.at/support/topic/need-section-of-text-to-scroll/
    but i can’t do it.
    there is something i don’t do well can you please correct me ?

    if i follow http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
    all is ok, working well.

    if I take your exemple :
    div.avia_textblock.scrolling {
    height: 340px;
    overflow: hidden;
    overflow-y: visible;
    }

    I first give a name to element : lfk-textblock

    then doesn’t work if I put in quick css
    div.avia_lfk-textblock.scrolling {
    height: 340px;
    overflow: hidden;
    overflow-y: visible;
    }

    try lot of combinaison but can’t find solution…
    thanks in advance for help !

    • This topic was modified 11 years, 6 months ago by Luc.
    #329352

    Just to discard, have you tried disabling all third-party plugins to see if it gets fixed?

    The root of the issue is indeed the \u thing in the skinsPath declaration but it is weird that your site builds the URL like that:

    beta.geology.utah.gov/wp-contentE:\www\ugsweb\wp-content\themes\enfold\config-layerslider\LayerSlider/static/skins/

    It should be just:

    beta.geology.utah.gov/wp-content/themes/enfold/config-layerslider/LayerSlider/static/skins/

    Regards,
    Josue

    • This reply was modified 11 years, 6 months ago by Josue.
    #329342
    leadmagz
    Participant

    https://kriesi.at/support/topic/yoast-seo-1-5-5-3-bug-may-affect-your-seo-please-downgrade-to-1-5-5/

    With the latest version of Enfold and Yoast SEO, the homepage permalink is still getting changed to that of a blog post. Has there been an actual fix for this yet? I’m about to downgrade from 1.6.1 back to 1.5.5 and hope it fixes it for now. Any help would be greatly appreciated!

    #329338
    rgruber
    Participant

    Just started using Enfold and am working on getting the transparent header to work properly. Right now when it the alternative logo shrinks down it is still visible behind the regular logo.

    #329328
    connect4consulting
    Participant

    Hi,

    Love the stuff you guys do, but I updated the theme to Enfold 3 and now have this error message on my site.

    Fatal error: Call to undefined method AviaHelper::list_menus() in /home/jrkasman/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/menu.php on line 49

    Can you assist immediately?

    Thanks,
    Gabe

    #329324

    HI,

    The code is there: autoRewind: false,

    It’s on line 445 of /wp-content/themes/enfold/js/avia.js
    Is this not the correct file?

    The video keep looping.

    • This reply was modified 11 years, 6 months ago by jorgepavajeau.
    #329314

    In reply to: PC & Mobile Site Sync

    Hi!

    You are not using the same version of Enfold on both sites, one is using 3.0 and the other 2.9.2, that’s why they look different and yes, there is a new element (3.0) that allows you to insert a fullwidth menu wherever you want.

    Regards,
    Josue

    #329311

    In reply to: Text Framed Option

    Hey!

    The Quick CSS (which you will find in your WordPress backend->Enfold->General Styling) will style the text block you asked for. I think it is exactly what you need. Did you try it?

    Regards,
    Andy

    #329297

    Hey!

    The missing css file error happens when you don’t unzip the initial download you get from ThemeForest. If you have any issues uploading from the WordPress admin you can install over FTP in just a few minutes by following along with this step by step video: http://kriesi.at/documentation/enfold/install-enfold-over-ftp/

    Cheers!
    Devin

    #329296

    no actually it doesnt even say that im trying it manually now but basically the latest version of enfold didnt install through the ‘add theme’ upload feature it just didnt work??? I hope this isnt a sign of things to come. I have used this theme before and im not doing anything complicated it just simply doesnt install when u click ‘install’

Viewing 30 results - 211,321 through 211,350 (of 244,548 total)