Viewing 30 results - 242,491 through 242,520 (of 244,221 total)
  • Author
    Search Results
  • #25236
    hugoborjesson
    Participant

    I read the conversation in: https://kriesi.at/support/topic/issue-with-child-theme and it really helped me to find a solution.

    But since we had some old customizations done in the enfold admin settings, those css changes were overriding the child theme css file as well.

    I think it would make child theme customization a lot easier if the “style.css” from the child theme is registered last of all css files, ie if you could update functions.php so that:

    if($child_theme_url != $template_url)

    {

    wp_enqueue_style( ‘avia-style’);

    }

    is placed after

    wp_enqueue_style( ‘avia-dynamic’);

    wp_enqueue_style( ‘avia-custom’);

    since the child theme file “style.css” sort of does what “custom.css” does in the main theme…

    BR /Hugo

    #126072

    In reply to: Enfold installation

    thank you, Dude.

    #126047

    Hey! if you install woocommerce the plugin asks you to create the default woocommerce pages, like shop, checkout etc, thats why its not included in the dummy data. SImply install and activate the plugin, then add some products ;)

    #25234

    Topic: Visual Editor

    in forum Enfold
    awilson3rd
    Participant

    Hello,

    Can anyone recommend a good visual text editor for Enfold. I have tried CKeditor but it is a bit hit and miss. Sometimes the html editor side won’t work.

    Thanks

    Andrew

    #123901

    Hi,

    If you are interested I wrote yesterday some deep stuff about css media queries and the cascade .. counterfeiting and the cascade. https://kriesi.at/support/topic/responsive-problem#post-120098

    You can have, and if gallery has a unique id assigned to it as some advanced elements do, then its a piece of cake, if it doesn’t than it takes a bit more trickery to target them. Basically you will need to look at each one in relation to the html tags in front of each of them, and see if there is any differentiation you grasp and use. You can always go into the code and manually add an extra css tag via php. However if in some situations its almost impossible to do, there are really complex css selector targeting like .. target 3rd paragraph after 2nd div that comes after an image class for which you have a class name. stuff like…ul li:nth-child(3) { }

    You can examine some low level advances targeting here http://devsnippets.com/article/5-advanced-css-pseudo-class.html

    The page is called like that because you took too long to give it a title, so since wordpress auto-saves revisions, it saved itself under that name so when you added a title the slug itself remained the page ID. To change it , you need to change the slug since there is no law that your page slugs must match page titles. To turn on slugs, http://www.clipular.com/c?8102009=detVhaytfA8MCcl1vMBSHRGYFek&f=.png just open the top panel in pages and posts and portfolio items and click the slug check box. Just remember rules of slugs: no spaces, only small letters, and can use minus sign – and underscore _ (minus sign is standard in place of spaces). And slug should not be more than 60 characters long. 0-9 a-z _ + only.

    —-

    Damnn. I think u can win best enfold site , i know best one i seen, and I look at em all day and twice on Sunday (thats today). I should have copied your css from your previous attempts, what a waste.

    —-

    any reason you got a white vertical line separating the sidebar i guess on the page you linked from last post?

    I don’t think the calendar works. Somethings wrong with it.

    I just looked and you are in luck. avia-gallery-1 and avia-gallery-2 are in play. Here is css for avia gallery 1 already changed and an identical set would be needed for gallery to so just change 1 to 2 in each selector. You may have some selectors from avia-gallery though that you wont be able to kill since their specificity may be higher, so those will require aditional css, though try this.

    #top div .avia-gallery-1 {
    overflow: hidden;
    padding-bottom: 2px;
    clear: both;
    }
    #top .avia-gallery-1 .avia-gallery-thumb a {
    float: left;
    width: 20%;
    opacity: 1;
    display: block;
    }
    .main_color .avia-gallery-1 img {
    background-color: #24444E;
    color: #E6D9CF;
    }
    #top div .avia-gallery-1 img {
    float: left;
    border-style: solid;
    border-width: 1px;
    padding: 7px;
    width: 100%;
    border-radius: 0;
    }
    #top .avia-gallery-1 .avia-gallery-thumb a:hover {
    opacity: 0.5;
    }
    .avia_transform .avia-gallery-1 img.avia_start_animation {
    -webkit-animation: avia_appear 0.9s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -moz-animation: avia_appear 0.9s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -o-animation: avia_appear 0.9s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    animation: avia_appear 0.9s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    opacity: 1;
    }
    .alternate_color .avia-gallery-1 img{
    background-color: #305F72;
    color: #E6D9CF;
    }

    don’t forget, make 2nd copy with -2 instead of -1 if you want the 2 gallerys different.

    i thought before u wrote u are in late 60s , u 3 years older than me and not 70.

    Nick

    #126046

    Hello,

    Thanks – I need to demo this to a client on Tuesday ‘with’ the shop element.

    Andrew

    #126045

    Hey!

    I tagged this thread for Kriesi.

    Regards,

    Peter

    #125549

    In reply to: Undoing Quick CSS

    Anything you add to the quick CSS stays in the quick CSS box, under Enfold (or Theme Options)>>Styling. If you added something to the quick CSS it won’t have overwritten the theme CSS, it only supercedes it. So if you definitely have no styling in the quick CSS box and you HAVEN’T changed the actual CSS files themselves (using a text editor, or web design package or your cpanel file manager etc), then everything should be as it was originally.

    If you really do have a blank quick CSS but your logo is still messed up, first ensure you’ve reloaded the page (ctrl + F5) and/or cleared the browser cache. If it still isn’t correct, and you haven’t made any other changes to the CSS files themselves, you could just reupload the theme CSS folder to your wordpress installation using FTP.

    #124656

    In reply to: Button Inconsistencies

    Hi,

    Please edit the text widget that contains that form and change the line that says

    <input type="submit" value="Login" name="LOGIN" onclick="submitForm(this); return true;">

    to look like this

    <input class="avia-button avia-icon_select-no avia-color-theme-color avia-size-large avia-position-center  avia-button-wrap avia-button-center  avia-builder-el-6  avia-builder-el-no-sibling" type="submit" value="Login" name="LOGIN" onclick="submitForm(this); return true;">

    Now add the css below to your /css/custom.css OR to quick css located in Enfold > Styling Layout to the text box at the bottom of the page

    .main_color .button:hover, .main_color .ajax_controlls a:hover, .main_color #submit:hover, .main_color .big_button:hover, .main_color .contentSlideControlls a:hover, .main_color #submit:hover, .main_color input[type='submit']:hover {
    background-color: #073E8A;
    border-color: #073E8A;
    }

    Thanks,

    Nick

    #125680

    In reply to: Few Questions

    Hi,

    Here are the font color, background color, and border color for the left icon box. You can take out the things you dont care about, and ofcourse change the colors.

    /*---background color, font color, border color of the icon---*/
    .iconbox_left .avia-font-entypo-fontello {
    background-color: #00F;
    color: #FFC0CB;
    border-color: #FFF;
    border-style: solid;
    border-width: 1px;
    }
    /*background color, font color, border color of the icon box*/
    .iconbox_left .iconbox_content {
    background-color: #3F0;
    color: #000;
    border-color: #383731;
    border-style: solid;
    border-width: 1px;
    }
    /*title font color in icon box*/
    .iconbox_left .iconbox_content_title {
    color: #FFF;
    }

    2. Please provide a url to your website in order to remove that space. An image will not help. Need to see code. If it exists on the demo please provide url kriesi.at/themes/enfold the page url where this takes palce.

    3. Please watch video https://vimeo.com/64927356 on how to update. If you customized your templates, you should use http://www.winmerge.org to compare the update to your current modified theme on a line by line basis to see the differences and update the parts you want. then use ftp .

    Thanks,

    Nick

    #126143

    Hey Jeff,

    Can we see the site live? I’ve not had a lot of experience setting up a one page site with Enfold yet so seeing how you have it set up and then replicating the layout and bug testing from there will be the best route for us to help :)

    Regards,

    Devin

    #125274

    If you are interested in me personally just mention me in your task description on Codeable. My profile is here: https://app.codeable.io/profile/661.

    Regards,

    Devin

    #125734

    In reply to: Enfold Theme

    Hi Shaz,

    We have a number of videos here: https://vimeo.com/channels/aviathemes

    I’d suggest starting with: https://vimeo.com/channels/aviathemes/64927356 and then https://vimeo.com/channels/aviathemes/64927358

    There is also documentation in the documentation folder if you download the entire package and not just the wordpress files from your downloads on Themeforest.

    Regards,

    Devin

    #125872

    Hi George,

    Which slider is it? In what kind of layout as well? If you can provide a link and a bit more detail we can move forward with some possible fixes.

    Regards,

    Devin

    #125815

    In reply to: Enfold custom.css

    Hi cajam,

    My guess is that you are just not using the correct css. If you can paste what css you are using now as well as link to a page or two showing which h1,h2 items you want to change we can assist.

    Regards,

    Devin

    #114682

    Request:

    Colored Section Fixed Image to have parallax behavior like the slider in your demo.

    http://kriesi.at/themes/enfold/homepage/home-v7-one-page-portfolio/

    It’s a bit easier to drag and drop content in the same page layout builder for quick page building, when more features from the advanced slider aren’t needed.

    #125273

    Thanks for your feedback!

    #125487

    Hi,

    please open up functions-enfold.php in the main folder of the theme and go to line 251 that looks like

    'html'			=> "<div class='{class} title_container'><div class='container'><{heading} class='main-title'>{title}</{heading}>{additions}</div></div>",

    This is the line that creates that whole segment, and as you can see the {title} is the title, and {additions} are the bread crumbs.

    You can just delete {title} from there.

    If you want that grey band that used to contain title be completely gone you can just change the first part of this above to the code below instead of replacing just {title}

    'html'			=> " ";


    And in page.php you can add the following to line 16 of page.php

    <?php echo "<div class='title_container'><h1>".get_the_title(get_the_ID())."</h1></div>"; ?>

    You will need to add that same code on the above line to the following files, it all goes to the same location pretty much , just look for a div with a class=”container” and paste it under it.

    http://i.imgur.com/JRKHOQi.png <— all these files are in the main theme folder.

    404.php


    line 17

    archive.php


    line 25

    forum.php


    line 31

    index.php


    line 32

    page.php


    line 16

    search.php


    line 17

    single-portfolio.php


    line 16

    single.php


    line 28

    taxonomy-portfolio-entries.php


    line 16

    template-archives.php


    line 22

    template-builder.php


    line 33

    config-woocommerce/config.php


    line 528

    Thanks,

    Nick

    #25222

    Topic: FULLSCREEN SLIDER 

    in forum Enfold
    azabusan08
    Participant

    Hi,

    How can I make FULLSCREEN SLIDER like this page.

    http://kriesi.at/themes/enfold/homepage/home-v7-one-page-portfolio/

    I want use slider with color section like that page.

    Regards,

    azabu.

    #125272

    LOL!!!

    #125271

    Hear hear! I’ll drink to that.

    A real test is asking for a photo of a developer’s work area.

    #25179
    awilson3rd
    Participant

    Hello,

    I have just purchased and installed Enfold. Clicked on the option to import the dummy data which will allow me to get a feel for the structure but there is no ‘shop’ page as in the example on themeforest? am I missing something?

    Thanks

    Andrew

    #125284

    PERFECT ! That works like a charm! Awesome support ;) Awesome Theme !

    #25203

    Topic: Form unfillable?

    in forum Enfold
    abortolotti
    Participant

    I just found out that a pretty important form I made for an important client stopped working.

    When I did it 10 days ago it worked just fine, I tested it and sent it over to my client. Today he says he sent it yet I don’t receive anything.

    So I go check the page to make a new test and see if it’s working and to my surprise I can’t fill in anything in any field.

    I hope it has to do with the latest release of Enfold, which may have broken something, although my other forms on the site, i.e. the contact form in the contact page seems to work fine.

    Any clue?

    here is the page:

    http://www.vacationrentalsecrets.com/la-foce

    Thanks for your help!

    #25201
    frawer
    Participant

    Hi,

    I want to build a picture and video portfolio Site with WordPress and enfold.

    I want to organize about 30.000-50.000 pictures in Sets of 20-200 pictures.

    If I add a page with a Gallery WordPress asks me to save the files in the media library where they are all in one big place. I read that I can organize the images in folder by date. But I am looking for a possibility to organize my pictures in Folders with speaking names.

    How can/ should I do this so that enfold has no problems?

    2. Same goes for videos. I have lots of videos with File sizes in the range of 100MB to 1.2 GB. How do I organize them properly? The media library has a mx file size of 32MB. I am sure I can change this (where?).

    3. The images are stored regularly on the harddisk not in a database I hope?, Why then WordPress needs so long to import the files (I am on my local machine with a MAMP install)

    Thanks

    Frank

    #114946

    Hey!

    @fotomaster – Try to deactivate the Enfold theme (switch to another theme), then activate the layerSlider plugin and then activate Enfold again – this should do the trick.

    Regards,

    Peter

    Hi!

    Currently posts do not support the advanced layout editor and based on Kriesi’s comment here: http://themeforest.net/item/enfold-responsive-multipurpose-theme/discussion/4519990?page=34#comment_4148581 I don’t expect ALE support for posts in the near future…

    Regards,

    Peter

    #125691

    Hi!

    Please provide a link to the Enfold website – it seems like http://lowsfurniture.com/w/ uses another theme.

    Regards,

    Peter

    #125270

    Hey!

    Tbh the most important reference is that Devin is part of our support team since 2012 and he’s still with us – obviously he does a good job :)

    Regards,

    Peter

    Yes, the dummy data can be found in wp-contentthemesenfoldincludesadmindummy.xml – however the main problem is that you’ll maybe overwrite existing content when you hit the green “dummy data” import button.

Viewing 30 results - 242,491 through 242,520 (of 244,221 total)