Viewing 30 results - 236,611 through 236,640 (of 243,378 total)
  • Author
    Search Results
  • #170942

    In reply to: Layer Slider Problem

    Hi LincolnMarketing!

    104 sliders? Is this correct? You’re using a very old version of the theme. Please download Enfold 2.3 then try again.

    Cheers!
    Ismael

    #170937

    Hey!

    1.) You can add this on your custom.css or Quick CSS to create a space on top of the “About” image.

    .flex_column.av_one_half.avia-builder-el-29.el_after_av_one_half {
    margin-top: 20px;
    }

    2.) There are drastic differences from browser to browser on how the actual rendered text looks. No matter how much control you try to exert over text, in the end, you don’t get much of what you expect. Not to mention most browsers are able to let users re-size and override font settings on the fly.

    Cheers!
    Ismael

    #170935

    Topic: Problem with icons

    in forum Enfold
    webmaster-123
    Participant

    Hi,

    I’ve just installed the enfold theme but after a few moment, the icons has disappeared.

    When i want to publish a post, a lot of icons are missing. When I want to update the enfold theme, all icons are missing.

    Do you have a solution for me

    Thanks

    Hey Seth!

    We need a link of your website to better assist you with this issue, the IP you provided is displaying defaultwebpage.cgi.

    Regards,
    Josue

    #170907

    Hi Eli!

    1. Add this CSS to the Quick CSS (Enfold > Styling):

    .fixed_header #main {
    padding-top: 70px;
    }
    #header_main .container, .main_menu ul:first-child > li a {
    height: 70px !important;
    line-height: 70px !important;
    }
    .header-scrolled #header_main .container, .header-scrolled .main_menu ul:first-child > li a {
    height: 45px !important;
    line-height: 45px !important;
    }

    2. This will remove the box-shadow, and will make the border red (change red for the desired color):

    .avia-section{
    border-color: red;
    box-shadow: none;
    }

    3. It is possible, but that would require a deeper customization, and that’s out of the scope of this support forum, if you really need it, try hiring a freelancer for the job.

    4. Your logo is an image, you can’t ‘change’ the color of an image.

    Cheers!
    Josue

    #170891

    In reply to: menu items

    Hi drewski1k!

    1) You should go to Appearance > Menus and create a new menu. Add menu items to your menu and check “Enfold secondary menu” in Menu Settings http://i.imgur.com/UNVTPiU.jpg

    2) Please add following code to Quick CSS in Enfold theme options

    .social_header .phone-info { color: red!important; }

    3) Is this not visible on your end? http://i.imgur.com/NdtQGGD.jpg

    Cheers!
    Yigit

    #170882
    davidabaileyjr
    Participant

    I’m switching over from another theme and have a bunch of youtube videos to my blog…
    but they are way to ‘tall’ and both sides of the video get chopped off.

    http://xokenglish.com.br/musica-em-ingles-its-a-beautiful-day-michel-buble/

    Is there a way to change the default youtube size in Enfold
    without having to add height and width shortcode (
    so I don’t have to change every individual video size?)

    #170881

    Hi!

    Yeah apparently i gave you css code for iconlist instead of iconbox. Here are correct codes;

    .iconbox_top .iconbox_icon { font-size: 50px!important; height: 90px; width: 90px; line-height: 84px; top: -64px; }
    .iconbox .iconbox_content .iconbox_content_title { margin: 30px 0 16px 0; }
    .iconbox_top .iconbox_content { margin-top: 80px; }

    You may need to adjust margin values depending on icon size. If you need to, feel free to let us know :)

    Regards,
    Yigit

    #170879

    In reply to: Enfold footer options

    Hello Niels!

    You should go to Appearance > Menus and check “Enfold Footer Menu” under menu settings http://i.imgur.com/YdnaSfA.jpg :)

    Cheers!
    Yigit

    #170873

    In reply to: Logo size animation

    Hey Fabienml!

    You can choose to display one of fixed header types in Enfold theme options > Header > Header Type

    Cheers!
    Yigit

    #170864

    Glad you got it working, Let us know if you have any other questions or issues :)

    Regards,
    Josue

    #170859
    This reply has been marked as private.
    #170845
    Michae1
    Participant

    Fellow Enfold friends (BretherEnfold?) I recently had a maddening issue with a great plugin https://www.slidetabs.com/

    After contacting the author (who was VERY helpful and quick to respond, BTW) he showed me this error

    TypeError: settings.data is
    . . . /wp-content/themes/enfold/framework/js/conditional_load/avia_google_maps_widget.js?ver=1.0.0
    Line 27

    I posted the details of the issue here : https://kriesi.at/support/topic/slidetabs-broken-by-2-3-upgrade/

    A fellow user (jeeves) suggested disabling the offending “google maps widget” .js include file by renaming it, as he had the same issue with a different plugin.

    Lesson being :

    If your plugin uses jQuery in it’s interface, it may be incompatible with the .js included in Enfold 2.3

    Hope this helps some of my other BretherEnfold (<- really like this word, but I’m just punning around :)

    • This topic was modified 12 years ago by Ismael.
    #170843

    jeeves!!!

    Now I know why everyone is always telling people to “Ask Jeeves” :) Thank you!!!! This worked a treat as a good workaround. I hope Kriesi can fix this issue, or offer a “toggle” in the Enfold options for this .js include next version. But until then, this is a great workaround.

    Good to keep this in mind for any similar future issues that might pop up too.

    I’ll throw you a fiver for beer if you have a PayPal account. Thanx again.

    Thank you!
    – Michael

    #170840

    Enfold Templates
    Import / Export feature that supports images

    #170839

    +1 for FitText.js or something similar

    #170826

    Topic: Logo size animation

    in forum Enfold
    #170823

    I was finally able to make this work but only after deleting the Default Header Background color under styles.

    #170813
    macrunner
    Participant

    Hi,

    If I create a new Post “Video”, with featured image, you see broken.

    If I create a new Post “Standard”, or “Image” or “Quote” etc … everything is ok.

    I tried many combinations, with sidebar, without sidebar.

    Please see at this screenshot: http://i.imgur.com/kfhBrU5.jpg

    Enfold 2.3.1 – WordPress 3.6.1

    Thanks

    #170807

    Please insert FitText.js or some other great “inflatable” text system. :)

    #170798

    Hey!

    Please add following code to Quick CSS in Enfold theme options

    li#menu-item-1462 .avia-menu-fx { background-color: green; }
    li#menu-item-1461 .avia-menu-fx { background-color: purple; }
    li#menu-item-1459 .avia-menu-fx { background-color: orange; }
    li#menu-item-1460 .avia-menu-fx { background-color: blue; }

    Regards,
    Yigit

    #170796

    use that video http://vimeo.com/67221517
    also the downloadlink to enfoldchildtheme

    you only must use a childtheme, when you mak some customsettings in your css, when you only use the originaltheme you don`t need the childtheme not really, but shure is shure.

    are you using a localinstallation or just a publicsite with your wordpress and enfold?

    #170790

    Hey subevent,

    on first, witch version of enfold you are using right now?

    since the version, i think it starts on 2.2.0 you can make the themeupdate only by klick a button in the themeoptions.

    but make shure, that you create always a childtheme of your enfoldtheme before, where you make your customsettings on your template.

    you want make a transfer from your localsite to your publicsite, you can use for example the plugin “dublicator”, also it works in the other dircetion.

    these are simple updateways…

    nice weekend

    #170785

    Topic: Enfold footer options

    in forum Enfold
    Niels
    Participant

    I am trying to find how I can define and order the content in the footer and socket areas.

    I have a four column arrangement and would like to show 1: Latest news, 2: Contact details, 3: Business hours, 4: Social media links.

    I would also like to repeat the main navigation menu/links in the ‘socket’, ranged right after the copyright notice (as on the Enfold demo area).

    I just can’t see how/where I can make these changes – can anyone point me in the right direction?

    Thanks.

    ———–

    Update – I’ve worked out how to define content for the footers using widgets.

    I haven’t worked out out how to edit the ‘socket’ to include the (shortened) main navigation menu/links in the ‘socket’, ranged right after the copyright notice (as on the Enfold demo area).

    • This topic was modified 12 years ago by Niels. Reason: I've discovered part of the answer, but still need advice of the other part
    #170784

    I would like to see some more features for woocommerce:
    1. Ajax Filter
    2. Custom product tabs
    3. Hover Zoom feature on product details page
    4. List view on category pages
    ————————————–
    Rel-Author and Rel-Publisher feature for google.

    #170779
    manueldes
    Participant

    The check box field “I have read and understood your reasonable terms *” on Enfold forms is not “checkable” on IPAD after update to 2.3. Please correct this.

    Thanks

    http://kriesi.at/themes/enfold/shortcodes/contact-forms/

    #170778
    Niels
    Participant

    Is it possible for either of these to happen in Enfold:

    1
    To have the pop-up search box appear in the header as the default, rather than having to click the search magnifying glass icon first?

    2
    Alternatively, to label the search magnifying glass icon with the word ‘Search’ next to it?

    Thanks.

    #170777

    Hi Dude,

    is there a possibility to have the language 2 letter acronym instead of the flags (at the same place) ?

    For instance, have EN for english, DE for german ?

    Thanks

    john

    #170774

    In reply to: Transparent home page

    Hi Josue,
    The website is not online yet. I want the content container and header and homepage slider to be transparent on the home page only – which has the class .page-id-1040. I tried adding it to the css you gave below but cant get it to work.:

    #top #main,#top .html_stretched #wrap_all,#top .alternate_color,#top .header_color,#top .main_color,#top .header_color div,#top #header,#top .header_color .container_wrap_meta,#top .header_color .header_bg,#top .footer_color,#top .footer_color,#top .socket_color {
    background-color:rgba(255,255,255,0) !important;
    }
    #top .container_wrap {
    border-top-width:0px !important;
    }
    #top #header_main {
    border-bottom-width: 0px !important;
    }
    Just please make sure that you add a background in Enfold > Styling > General. and remove the color from ‘Body Background color’ input box right above where you will upload the image on that page.

    #170772
    Pedro
    Participant

    Hello, I’m trying to import some custom LayerSlider Slides and with the new version return me this error. I’m using the lastest version from Enfold and WordPress.

    Fatal error: Cannot use string offset as an array in –/wp-content/themes/enfold/config-layerslider/LayerSlider/layerslider.php on line 835

    What should I do? Thanks.

    • This topic was modified 12 years ago by Pedro.
Viewing 30 results - 236,611 through 236,640 (of 243,378 total)