Viewing 30 results - 212,461 through 212,490 (of 244,517 total)
  • Author
    Search Results
  • #322937

    Hey!

    Unfortunately it is not possible. However, as a workaround, you can create another slider to be displayed on mobile and place right under your current slider and add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 768px) {
    div#layerslider_3 { display: none; }}
    @media only screen and (min-width: 769px) {
    div#layerslider_4 { display: none; }}

    Cheers!
    Yigit

    #322934

    Hi wigldesign!

    That is expected behaviour. However you can turn on debugging mode on and see the shortcodes of the elements you have created on default editor – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    Best regards,
    Yigit

    Hi Ismael,

    It looks like I’ve finally got things working again.
    Your mention of ‘modifications directly on theme files’ tipped me off:

    The only two theme files I’ve modified are the custom.css (for my own font) & the functions.php with the provided code for adding custom classes. However, instead of re-adding this code to the newly provided functions.php file, I copied over the old one…

    Lesson learned, Child Theme from here on out.

    Thanks again to everyone for your constant help, for Enfold, which is such a great theme & for constantly updating it with new features!

    J

    #322922

    I’m using the most recent version of Enfold with the Layer Slider WP included. The slider can be seen on the site’s home page here:

    http://saltworksdigital.com

    Doug

    Yes, I have tried disabling all plugins, and it’ still the same problem. So for a short while it was only Enfold 2.9.2 and WordPress 4.0.

    #322904
    trianglehomeware_
    Participant

    Hi,

    After I upgraded the enfold theme, I can’t find the “sheet insert” in the TAB CONTENT EDIT, as you can see below, how could I add a sheet in the content??

    #322902
    undervised
    Participant

    Hey, Im trying to add the Enfold google maps widget onto the footer of my site but when I do its displaying the following:

    Warning: mysql_real_escape_string(): No such file or directory in /homepages/14/d386892311/htdocs/UkHairTransplant/wp-content/themes/enfold/framework/php/class-framework-widgets.php on line 1318

    Warning: mysql_real_escape_string(): A link to the server could not be established in /homepages/14/d386892311/htdocs/UkHairTransplant/wp-content/themes/enfold/framework/php/class-framework-widgets.php on line 1318

    Why is it doing this?

    Also how come there is a orange street view man on my widget map but i can’t seem to get one on my big map built on the page here: http://ukhairtransplant.co.uk/contact/

    Thank you,
    Aaron

    #322900
    macatokio
    Participant

    Hi, good morning.

    Ii this a normal behaviour or me doing something wrong ?

    Enfold

    Might you please suggest how to avoid so many similar sized files being uploaded ?

    Thank you.

    #322897
    nnn666nnn
    Participant

    Hi,
    Once again, i’d like to thank Kriesi’s team for always being so reactive !

    I have a little problem, I don’t know if it caused by using Enfold with WP 4.0.
    I have created a one page website with parallax effect and when I click on each button in the navigation bar ( linked to each section of the page with links of this type : http://www.mywebsite.com/#section ), it works but the “smooth” scroll down effect is not working : it goes straight to the section as if it was gong to a new page instead of “moving ” down to the section ( if that makes sense ? ).
    It was working perfectly with the old version of WP / Enfold.
    Is there any solution to fix that ?

    Thank you for your help.

    #322891

    Hi Kai!

    Thank you for using Enfold.

    Please use this to add bullet points:

    #top div div.product .woocommerce-tabs .panel ul li,  #top div div.product .woocommerce-tabs .panel ul {
    list-style: disc outside;
    margin-left: 10px;
    }

    Regards,
    Ismael

    Hi webWahine!

    Thank you for using Enfold.

    Yes, it has to do with WP 4.0. Please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Looks like you didn’t update the theme for quite a long while now. The update might break a few configuration that you have. You might need to edit the theme options again and create some other elements from scratch.

    Cheers!
    Ismael

    #322885

    Hi, same problem,
    We updated the theme through the WordPress interface. When trying to bring layerslider back to life it throws the following message:

    “It seems you’ve received LayerSlider by a theme. Please note that the auto-update feature only works if you’ve purchased the plugin directly from us on CodeCanyon.”

    Does this mean Enfold is no longer including updates for this slider, do we need to purchase it as a separate feature?

    Best regards,
    JT

    #322879

    Topic: Update problems

    in forum Enfold
    geostru
    Participant

    Hi,

    We are having troubles with our wordpress site after updating to version 4.0
    We also got the last update for Enfold theme (that we are using), but there are several problems.
    For example we can’t add links for text, we can’t see the advanced layout editor, (we click on related buttons and nothing happens), content elements don’t work etc.
    You had a changelog that the theme is working with WordPress 4.0 and so we updated wordpress, but now we find ourself in real trouble as we can’t manage our website content anymore.

    Please let us know when you can fix this as we are in urgent need to work on content.

    #322877

    In reply to: header does not resize

    Hey ayanasoul!

    Thank you for using Enfold.

    Please use this on Quick CSS or custom.css to fix the size of the logo:

    @media only screen and (max-width: 767px) {
    .responsive .logo a, .responsive .logo img {
    margin: 0 auto;
    max-width: 100%;
    height: 60px !important;
    max-height: 60px !important;
    top: 5px;
    }
    }
    
    @media only screen and (max-width: 480px) {
    .responsive .logo a, .responsive .logo img {
    margin: 0 auto;
    max-width: 100%;
    height: 55px !important;
    max-height: 55px !important;
    top: 5px;
    }
    }

    Can you please revert the menu back to its original size? Try using this to adjust the width of the menu container:

    @media only screen and (min-width: 1140px) {
    .responsive #header_main_alternate .container {
    width: 1200px;
    }
    }

    Cheers!
    Ismael

    #322876

    Topic: MEGAMENU and UPPERCASE

    in forum Enfold
    _fizz
    Participant

    Hi,
    My problem :
    When I updated Enfold, the menu is shifted to the right (under the menu title).
    I solve this problem when I delete this :

    .main_menu ul:first-child>li a {text-transform: uppercase;}

    But my customer want it in uppercase …

    I try to delete my theme child and I have the same problem.
    I try to wright directly in uppercase in my menu, …I have the same problem.
    I try to shift to the left with css but I have a different result with firefox PC and Firefox MAC …
    Please help me.
    Thanks

    #322875

    Hey!

    Thank you for using Enfold.

    You can use this to adjust the size of the logo on iPad view:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive .mobile_slide_out .logo img {
    margin: 0;
    max-height: 80px !important;
    top: 2px;
    }
    }
    

    Changing the max-height will automatically adjust the width of the logo. Yes, you can add icons on the extra elements field. Generate the icon shortcode on a temporary post or page using the shortcode wand then place it on the Phone Number or small info text field.

    Cheers!
    Ismael

    pennylee525
    Participant

    Hello,

    I use your sample layerslider. and change to my images. but the Images are all change shape on the homepage show.

    Please check my hompage–licper.com

    Is my Images size wrong? How is the size for background? What I can do? It is good on the wordpress layerslider.

    #322870

    Hi dianasuen!

    Thank you for using Enfold.

    Did you add any modifications on the theme? Please double check the contact form field settings. Maybe you accidentally fill up the E-Mail Subject field with the Message Sent label value.

    Regards,
    Ismael

    #322865

    Hi rpl_admin!

    Thank you for using the Enfold theme.

    Please add this on Quick CSS or custom.css:

    .inner_product .rating_container {
    opacity: 1 !important;
    }

    Best regards,
    Ismael

    #322863

    Hi maxosbon!

    Thank you for using Enfold.

    What do you mean by “response text”? A screenshot of the page with the centered contact form will help.

    Regards,
    Ismael

    #322861

    Hi GooseRay!

    Thank you for using Enfold.

    Did the actual alternate content font color change to violet after you save the changes? You can test this by adding a color section then set the Section Colors to Alternate Content. Add a text block. Make sure that you’re running Enfold 2.9.2 on WordPress 4.0.

    Regards,
    Ismael

    #322860

    Hi Justin!

    Thank you for using Enfold.

    Please use this:

    nav.sub_menu {
    position: absolute;
    top: 55px;
    right: 10px;
    }
    
    .av_phone_active_right .phone-info {
    float: none;
    text-align: center;
    }

    Cheers!
    Ismael

    #322855

    Hey!

    Thank you for using Enfold.

    Open the google map element then edit the map locations. Add your own text on Marker Tooltip field.

    Cheers!
    Ismael

    Hi!

    Thank you for using Enfold.

    I’m sorry but we didn’t get any inquiries about this plugin before. You can try searching the forum but I don’t think you will find any. I’m really sorry but we can’t provide support for third party plugins as stated on our support policy. Your best bet is to contact the plugin author specially when you’re using the premium version of the plugin.

    Regards,
    Ismael

    #322849
    Marie
    Participant

    Hello everyone,
    I’m doing some tests on a site made with Enfold, before buying the license again for a new project (see link in private content).
    I’d like to use the layerslider but not fullwidth. It works apparently except that there are top & bottom borders I’d like to remove.
    I’ve been reading all threads regarding this topic but none of them worked for me. Or sometimes it did partially, for example the layerslider border bottom would be removed but then at the same time the border bottom of the title & breadcrumb container would also disappear… Why is that ? Are these styles “linked” ? Is there a way to remove those layer slider borders (and shadow) without having any impact on other elements ? Thank you very much for your help !
    Kind regards,
    Marie

    PS : When is the next huge update announced ?? ;) Can’t wait… Especially as I am going to build a new site with Enfold and I would prefer to directly start the project with this new update…

    #322847

    Hey dburton77!

    Thank you for using Enfold.

    Which type of slider are you using right now? A link to the actual page with the slider will help.

    Best regards,
    Ismael

    #322846

    Hi!

    Thank you for the info.

    I tested this code on my installation and it automatically add the current-menu-item class whenever I clicked the links. Did you set the menu as Enfold Main Menu on Appearance > Menus panel?

    Regards,
    Ismael

    #322834

    Hey gb!

    Thank you for using Enfold.

    You can remove the masonry content on iPad. This will also answer your other inquiry (https://kriesi.at/support/topic/images-not-showing-up-with-masonry-grid-on-iphone-5s/). Add this on Quick CSS or custom.css:

    @media only screen and (max-width: 989px) {
    figcaption.av-inner-masonry-content {
    display: none !important;
    }
    }

    Regards,
    Ismael

    #322831

    Hi martin_loosli!

    Thank you for using Enfold.

    Do you want the background inside the box? You can use the Color Section element. Apply a background image on the color section.

    Best regards,
    Ismael

    #322815
    stefaniesomers
    Participant

    This has popped up again. I haven’t touched the backend of my front page, but I have been working on the footer. The background:

    I have an Instagram widget and a Twitter widget side by side near the bottom of my front page. When I upgraded to Enfold 3.9.2, I began having trouble keeping them in place. See the original thread for details. I thought I had this fixed. Tonight I was working on the footer – I changed it from 4 columns to 3, and now my social icons have moved up from my footer to where my Instagram widget was, Instagram is where Twitter was, Twitter has disappeared, and the footer is not displaying the correct content. Take a look:
    dev.stefaniesomers.com
    The social icons are supposed to be in the right-most column of the footer (where there is a long default menu), Instagram should be on the left, above the footer, and Twitter should be where Instagram is. ALL I did was change the footer from a four-column to a three-column layout, That’s it. Nothing else. Really very frustrated right now. Stopped cold to post this, not touching anything else til I hear back.

    Thanks!

    Stefanie

Viewing 30 results - 212,461 through 212,490 (of 244,517 total)