Viewing 30 results - 243,601 through 243,630 (of 244,466 total)
  • Author
    Search Results
  • #23809
    andypeck
    Participant

    hi there,

    Ive managed to lock the ‘fixed’ menu and stop it from doing the shrink effect when you scroll the page. How do I now reset the drop down menu line spacing to the right line height as the following code fixes the ‘shrink effect’ but messes up the line depth on the rollover drop down (see ‘ABOUT’ on dummy menu)

    the code that locked the menu is….

    strong.logo img, #header_main .container, .main_menu ul:first-child > li a {

    height: 60px !important;

    line-height: 60px !important;

    padding-top:3px !important;

    }

    Cheers

    Andy

    #121182

    Hi there dsgnerfw,

    theres actually a tab in the main dashboard called ‘portfolio’… go there, and make a new portfolio item but make sure you create a ‘featured image’ which is at the bottom right of a NEW page. The featured image is the bit that appears in your portfolio grid. then add sliders, copy and anything else on that page. If you want multiple categories like PHOTOGRAPHY or VIDEO then either create them in the categories bit (still under the portfolio tab) or from within the new portfolio item you are creating (down the right hand side of the interface) Once youve created a few cats then when youve added a few portfolios items you can just tick which cat you want to assign it too. Portfolios can be assigned to multiple cats too

    Hope that helps

    Andy

    #121117

    In reply to: Isotope-gallery

    Tbh we did not test it. There’s a high chance that it will conflict with Enfold because we use the isotope script for the portfolio sorting and if the plugin and the theme load the isotope script you can provoke a js error/conflict easily.

    #121147

    Open up wp-contentthemesenfoldsingle-portfolio.php and replace

    if( get_post_meta(get_the_ID(), 'header', true) != 'no') echo avia_title();

    with

    $terms = get_the_terms( get_the_ID(), 'portfolio_entries' );
    foreach ($terms as $term) {
    $title = $term->name;
    break;
    }
    if( get_post_meta(get_the_ID(), 'header', true) != 'no') echo avia_title( array('title' => $title) );

    #23811

    Topic: Enfold Data file

    in forum Enfold
    emmanueljaquet
    Participant

    Hi Guys. I have installed Enfold but am looking for the data file with all the dummy content. Where would I find this? Cheers

    #23810

    Topic: Enfold Data file

    in forum Enfold
    emmanueljaquet
    Participant

    Hi Guys. I have installed Enfold but am looking for the data file with all the dummy content. Where would I find this? Cheers

    #121089

    You’d need to modify the shortcode file. Open up wp-contentthemesenfoldconfig-templatebuilderavia-shortcodesimage.php and replace

    $output.= "<a href='{$link}' class='avia_image ".$meta['el_class'].$this->class_by_arguments('align' ,$atts, true)."'><img class='avia_image {$class}' src='{$src}' alt='{$alt}' title='{$title}' /></a>";

    with

    $output.= "<a href='{$link}' target='_blank' class='avia_image ".$meta['el_class'].$this->class_by_arguments('align' ,$atts, true)."'><img class='avia_image {$class}' src='{$src}' alt='{$alt}' title='{$title}' /></a>";

    #23757
    area97
    Participant

    hi,

    I’m using justified image grid with enfold.

    I just wish to use justified image grid image overlay features, how I get rid of every enfold native image overlay, both icon and background.

    thanks.

    Yes, you need to use ftp to download/update the file. Connect your ftp client to your server and navigate to wp-content/themes/enfold/js. There you’ll find avia.js. Download the file, edit it and upload it again (overwrite the old file).

    #121181

    Nice one andy , hmmm might want to consider a fixed layout like yours hehe.

    In your portfolio there’s ALL / Photography / Design

    I have a created a gallery using the advance layout editor but it focuses on my logo only. << Made 1 portfolio item.

    So do I have to make 2 ? Then make a page and post it there ?

    #23808
    dsgnerfw
    Participant

    Hi guys , I’m totally clueless with responsive design since I’m more of a fixed width layout kind of a guy. I understand the layout slider uses layers and transparent png files.

    I want to know about

    > In the enfold example, the first slide is this wooden floor , and there’s a monitor, laptop , phone and text .

    This wooden floor << what is the exact size or recommended size for a background in the layout slider ?

    For the transparent png’s , I don’t get it. Do you need to make sure the png’s inside can be contained in a 960 width or lesser layout ?

    Or to sum it up. How do I make the background images , and other images in the slides compatible with most formats ( mobile, pc, etc ) ?

    #120967

    Blog posts don’t support the advanced editor at the moment. You can add this feature by hacking the theme files but we won’t provide support for this customization (i.e. we won’t answer questions like element xy doesn’t work with blg posts, etc.). If you want to add the builder to post pages open up wp-contentthemesenfoldconfig-templatebuilderavia-template-builderconfigmeta.php and replace:

    array( 'title' =>__('Avia Layout Builder','avia_framework' ), 'id'=>'avia_builder', 'page'=>array('portfolio','page'), 'context'=>'normal', 'priority'=>'high', 'expandable'=>true ),

    with

    array( 'title' =>__('Avia Layout Builder','avia_framework' ), 'id'=>'avia_builder', 'page'=>array('portfolio','page','post'), 'context'=>'normal', 'priority'=>'high', 'expandable'=>true ),

    #119918

    Nope, it was a different thread. After testing out the flushing it doesn’t work either. I dunno exactly if this sticks also to wp-cron (because rules a flushed eitherway). When I add a nested category, it seems rules are also flushed driving a page into 404. Deactivating enfold, changing permalinks back and forth and after that, with twentytwelve everything is fine.

    I bought a new dedicated server yesterday and tried it out with a fresh wordpress install, a fresh wpml install and a fresh enfold install. No changes, nothing. Result: 404. I tried several things to both enfold and wpml (activation/deactivation hooks), also disabling the whole wp-cron. 404. If I use just the basic twentytwelve theme, wpml is working fine.

    So I’m sad to tell you that I won’t work with Enfold anymore. It isn’t WPML compatible and does have some other major bugs which won’t be fixed in time. Gonna stick to Typo3 – no mess with languages. ;)

    PS: Tell Chris that I’m not one of those screaming dudes – I’m just pointing out what’s going wrong. Take things more serious and improve your support. I’ve seen better and faster autors (!) taking care of real bugs.

    Nuff said, have fun!

    #23806
    goodplum
    Participant

    I understand that admin-ajax.php is a WordPress file, but loading this for the front-end of Enfold is killing my page load times. I have a 4GB RAM, 2CPU cloud server with Varnish, CloudFlare, Cloudfront, W3 Total Cache and this single file takes a page load from 1 seconds to 4 seconds all by itself.

    There has to either be a way to turn this “feature” off for the theme, or for you to use a better set of AJAX functions from somewhere other than WordPress.

    Please, help. This is killing me.

    #121094

    In reply to: Adding icons to Enfold

    Hi,

    Enfold uses Entypo Fontello fonts to create the icons.

    http://www.entypo.com/characters/

    What icons would you like to add and where?

    Regards,

    Ismael

    Hi,

    It is not possible according to Kriesi.

    https://kriesi.at/support/topic/caption-in-lightbox

    Regards,

    Ismael

    #120742

    Hi there,

    Sorry but I cant get this to work at all. I tried copying the base.css to my own child theme, adding !important as well as trying it in the original base.css file within Enfold. Where am I going wrong?

    Ive ditch my own png image in favour of using a ‘cross’ in entypo. How can I make this work?

    My URL is http://www.andypeck.co.uk

    Cheers as always

    Andy

    #121180

    sorry I meant http://www.andypeck.co.uk

    Cheers

    Andy

    #23804
    #119917

    Hi,

    I remember the support request you are quoting, the plugin was the issue – calendar plugin. Enfold doesn’t use that particular plugin, but it has others. Thanks this is a good start for me to test with WPML.

    But for the second issue , related to the errors in Chrome Dev Tools, please try the two above lines and see if you still have those errors.

    Thanks,

    Nick

    #23799
    cyberena
    Participant

    I have the Enfold theme and was wondering if I wanted to have the site display AS IS on the mobile version, is there a easy way to do it? Like a file to disable or anything?

    #23798
    BWIdaho
    Participant

    Hello!!

    Thank you for all your help so far. I love this theme and am excited to create my best work yet because of all of you.

    I need help with W3 Total Cache. I’ve set it up with minimal settings. I would love to do whatever it is you did to the demo site. When I load my site, in Pingdom Tools all my css files are being loaded separately. If I auto minify all of the css is lost. How would I go about combining all the css. Also, I am using a child theme.

    When I go with the minimal settings for the minify and just have the js on, I loose some functionality. Right now I notice that my blog preview buttons no longer show the next thumbnail. I love this feature and would like to keep it. I think I am having trouble because of how the theme is set up for every possibility but I could also be missing something.

    The browser is also searching for an empty/non-exsistent style.css.

    Here are links to my 3 altered settings on W3 Total Cache and website performance:

    Page

    Minify

    Browser

    Pingdom

    Thank you for your time and knowledge.

    Bethany

    #117625

    Hey!

    Hey!

    Seems to be easily fixable:

    add this to your custom.css stylesheet in folder /css/ or to the quick-css panel located in your wordpress backend at enfold->styling:


    #top{overflow:visible;}

    Best regards,

    Kriesi

    comlor
    Participant

    Hi my client wants the model number listed for each gallery photo. Right now the gallery items just say 1/24, 2/24, etc. What do I need to do to have the file number or description in the lightbox. I told client we could put that in the tool tip but he wants it in the lightbox.

    Thanks much

    #120989

    In reply to: post layout and format

    never mind, i found it. issue solved.

    the option is located in the enfold theme settings > general sytling > blog style > single author big

    thanks

    #121020

    In reply to: Layout builder missing

    I have still the same problem, i uploaded theme also via ftp like daveralph mentioned above. but without any result.

    since one week i desperatly wait for an answer by support how to get to work the “advanced layout editor”!!

    of course i also deactivated plugins, etc. no result. still the same problem: when i klick the button “advanced layout editor” the editor disappears completley.

    please help!

    i use latest versions of wp and enfold. same issue in all browsers (safari, firefox, chrome)

    #23781

    Topic: Isotope-gallery

    in forum Enfold
    artistic24459
    Participant

    http://riaextended.com/isotope-gallery/

    Would this plugin with with enfold? I’m guessing is would not with with the page builder?

    #23780
    Michael Oeser
    Participant

    Hi there,

    first of all I´d like to thank you for such an awesome theme. I was in the middle of creating my own for my new site but then I came accross Enfold ans this is “MY” theme. Perfect!

    Is there a way to export specific page settings (templates) and import them into another site? For example if I create a contact page and save it as a template can I export it and use it on another site without creating it again?

    Does that work with the default WP export/import functionality???

    Cheers

    Michael

    #23777
    andypeck
    Participant

    hi there,

    having worked out how to add space above and under my menu (in fixed mode) as well as knowing how to move my menu. logo around & stopping the shrinking effect… I find myself left with a few small challenges

    a) How to control the transparency of the background underneath the menu?

    b) As ive now created more space under my menu, my slider is too far up and is appearing underneath the partially transparent background under the menu. How can I move the slider down?

    c) How do I reset the drop down menu to the right position, as its now not starting on the line (below menu) and also the depth of each drop category has altered to being too deep. How do I adjust the vertical linespacing in the dropdown menu to reset it. Ive obiously altered something by accident

    Cheers

    Andy

    #116734

    The next update will fix the problem. For now you can download the updated file here: https://gist.github.com/InoPlugs/96aeac2b91db082bb944 and replace the content of wp-contentthemesenfoldconfig-templatebuilderavia-shortcodesgallery.php with the new code.

Viewing 30 results - 243,601 through 243,630 (of 244,466 total)