Viewing 30 results - 236,011 through 236,040 (of 244,394 total)
  • Author
    Search Results
  • #180667

    Hey ClaireBrummell!

    Please make sure you’re using the latest version of the theme (Enfold 2.4). If the tabs still don’t work please deactivate all plugins and check if this solves the issue. If yes the undefined error is caused by a plugin conflict.

    Best regards,
    Peter

    #180666

    Hi!

    I tried to login but the login credentials don’t work for me (“The username or password you entered is incorrect. Lost your password?”).

    Cheers!
    Peter

    #180664

    Hey Robert!

    You can add following code to Quick CSS in Enfold theme options under Styling tab to remove next/prev navigations on portfolio pages

    #top .avia-post-nav { display: none; }

    Regards,
    Yigit

    #180662

    In reply to: Color section Image

    Hi Shandhamankar!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    @media only screen and (max-width: 1139px) { #av_section_1 { background-image: none; }}

    Regards,
    Yigit

    This reply has been marked as private.

    Hey Morten!

    Can you post a link to your website/sitemap please?

    Cheers!
    Peter

    #180650
    #180649
    EntegraDesign
    Participant

    How to remove “Enfold Theme by Kriesi” in footer?

    Any help with this would be much appreciated!

    ED

    #180648

    I’m also interested in a non-fullwidth masonry grid.

    Also interesting for the fullwidth masonry would be to enter a max width px of the images so they aren’t stretch too much. Right now, in some browser widths my images (thumbs not more than 320 px or so) are stretched to twice the size or even more. This results in a very blurry and ugly presentation, especially since on that same size there could easily be more columns.

    Hi!

    As @semel said, please go to Enfold theme options > Footer > Copyright and add [nolink] http://i.imgur.com/UcRHTgD.jpg

    @semel
    thanks! :)

    Cheers!
    Yigit

    Enfold > Footer > Copyright

    Add [nolink] in the field to remove Enfold Theme by Kriesi

    If you want to remove only the copyright in your footer.

    Enfold > Styling > Quick CSS

    Add this to your Quick CSS.

    #socket .copyright { display: none; }

    • This reply was modified 12 years, 4 months ago by Semel.
    #180633

    Topic: Missing theme.php file

    in forum Enfold
    Palvarini
    Participant

    Hey you, I’ve just bought and downloaded ‘Enfold” from Themeforest but when I tried to install it on my host I had an error message that the file ‘wp-includes/theme.php’ is missed.

    I saw a similar problem on ‘Angular’ theme forum and you suggested to unzip the theme folder and to copy it to wp-content folder, but it seems it won’t solve the problem with a ‘theme.php’ file that it’s not there.

    Can you help me?

    Thanks, Bruno.

    kriru
    Participant

    How to remove © Copyright – Career Guru99 – Enfold Theme by Kriesi from footer?
    After we remove manually all things works fine. But after each time we update the theme this – © Copyright – Career Guru99 – Enfold Theme by Kriesi is displaying at footer

    So is there any way to overcome this issue.

    http://screencast.com/t/QDRrCL0Y

    #180613

    In reply to: wordpress 3.7

    Hi!

    I installed WP3.7 on all of my websites and I didn’t notice any bugs with Enfold 2.4.x yet but I can’t guarantee that everything works. If we find a bug we’ll fix it asap. If yo want to be on the safe side wait some days and monitor the support forum for bug reports regarding wp3.7.

    Regards,
    Peter

    #180610
    adrianwackernah
    Participant

    Hi guys at kriesi.at, I was first impressed by the Enfold theme and it worked fine the first few weeks. Then I had some questions how to solve steps in Enfold, but the docs were not helpful at all, so I asked here at the support. But as I could see, how many posts are coming in – around every few minutes a new one –, I may understand it is not possible for you to answer all questions in a short time. But many of the problems we have are similarly, so it would be fine, if we all can get a short response if it is in progress – you are working on it.

    For me for example, I am waiting for a bugfix over a week and all I got from you was a simple questions if I tried deleting that element, saving the page and putting that buggy element again on page?! I feel in that matter a bit ignored.

    I too have some trouble with Enfold, Woocommerce in its latest release and with Safari on Mac. If you are working on this, please give us a note about and we will wait until it is solved. But now we leaved alone with questions which are overlooked?

    #180604

    In reply to: additional menus

    Hey thanp73!

    Enfold supports up to 3 menus but it depends on the selected header type (Enfold > Header). I.e. here: http://kriesi.at/themes/enfold/homepage/home-v6-classic-4-column/ Kriesi used the “Header with Social Icons and bottom Navigation” which supports a small sub menu, a main menu underneath the logo and a footer menu (socket menu). You can create your menus on the menu page (Appearance > Menus) and assign the menus to the theme locations.

    If you want to display more menus you can use the “Custom menu” widget (Appearance > Menus) to display a menu in the sidebar or to embed it into the content (Widget Layout Element which helps you to embed a custom widget area into the text content).

    Best regards,
    Peter

    #180595

    Hey creative.collab!

    Please try to increase the allocated php memory to 128M: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP

    Regards,
    Peter

    #180593
    gkaran
    Participant

    I use wordpress 3.7 and the latest version of enfold. I use as header type “Header with Social Icons and bottom”. By problem is that the icons do not appear in the position they should be. Actually they do not appear at all. In the html of the resulting page they exist but something in the css is not right. I haven’t messed with the CSS at all.

    This happens for me in the last two versions of Enfold. With the previous ones I had no problem.

    • This topic was modified 12 years, 4 months ago by gkaran.
    #180587
    andybute
    Participant

    Hi,

    I want to style my accommodation listings page like the entries in this image. Can somebody suggest a way to customise the CSS in the blog posts layout to achieve this.
    As a side (but essential) issue I need some of the listings to offer the read more link (a paid upgrade) and some to not.
    All suggestions much appreciated

    Andy
    Screenshot

    • This topic was modified 12 years, 4 months ago by andybute.
    #180577

    In reply to: wpml

    Hi ELEM!

    You can deactivate the flags with this code

    
    add_action('after_setup_theme','remove_avia_flags');
    function remove_avia_flags(){
    remove_action( 'avia_meta_header', 'avia_wpml_language_switch' );
    }
    

    insert the code into the enfold/functions.php file. If you want to display the default language switcher you can use following code

    
    add_action('after_setup_theme','remove_avia_flags');
    function remove_avia_flags(){
    remove_action( 'avia_meta_header', 'avia_wpml_language_switch' );
    }
    
    add_action('avia_meta_header','add_avia_flags');
    function add_avia_flags(){
    do_action('icl_language_selector'); 
    }
    

    Cheers!
    Peter

    #180576

    In reply to: Table bug (Enfold)

    Hi Kriesi,

    Thanks for your answer! Much appreciated! I hope you can fix in the future.
    Maybe a very simple thought, you say it is broken up differently when doing it vertically or horizontally. Can’t you create different CSS for different resolutions, so it breaks up horizontally or vertically depending on the horizontal resolution?

    I have implemented the recommended table plug-in so that will do for now. I like however to have the least plug-ins as absolutely possible :-)

    Thanks again to you and the whole team for a job well done!

    Dave

    #180566

    Hey VelvetStarter!

    1) Ja, schema.org markup ist seit 2.4 fixer Bestandteil des Theme Codes. Es werden keine zusätzlichen plugins benötigt.

    2) Nein, Enfold enthält nicht Gravity Forms. Dieses Plugin muss man hier: http://www.gravityforms.com käuflich erwerben und auch der Support bzgl des Plugins wird nicht von uns geleistet sondern von den Plugin-Entwicklern. Enfold enthält nur spezielle Code Anpassungen, sodass sich Gravity Forms besser in das Theme integriert.

    3) Nein, der Layout Builder ist eine komplette Eigenkreation und basiert nicht auf anderen Plugins wie Visual Composer. Die Funktionsunterschiede kann ich nicht beurteilen, da wir mit den anderen Plugins nicht gearbeitet haben.

    4) Ja, letztendlich muss man sich am Kunden orientieren – wenn der die Kriesi Themes nicht möchte ist er selber schuld :)

    Best regards,
    Peter

    Hey Devin,

    I´ve been using the iPad 2 with the latest iOS 6 (i hope that I don´t need to change to 7, it looks terrible with the childish Icons :) … )

    Another reason to stay at this version is the fact, that a lot of people now using the same configuration… iPad 2 or 4.
    It seems that No. 3 wasn´t sell very often. So I can test all configurations at iPad 2, iPhone 4s, MacBook white (latest), and MacBook Pro 15″ Retina (end 2012)…
    It works fine on iPhone 4s to. I have just to adjust some media queries after I finished the main structure of my site…

    But ok, you say that it works right on your´s. 3 or 4? Faster processor? Can it happens that your device has just the ability to load faster, and on my device it brakes because it load to slow?

    In the next few days I will implement W3TC and CDN and some more technics to make the site faster…

    How does it work with the fixed background pictures on your device please?

    The same on both: Safari and Chrome for iOS…

    Best regards
    Bruno

    #180555

    Hi!

    WordPress doesn’t know which “portfolio grid” is the parent page of a “single portfolio entry” because the portfolio grid is actually just a shortcode which is embedded into the content of a page. Kriesi found a workaround and Enfold stores the id of the portfolio/grid page into a session. If the session data exists the breadcrumb will show the portfolio grid link in the breadcrumb, otherwise not. I.e. if the user first views the grid page (Mobile Apps) the server will save the id into the session and as soon as the user views the single portfolio entry Enfold uses the session data to build the breadcrumb. On the other hand (if the user accesses the portfolio entry directly from the homepage) it won’t save a session/id and the breadcrumb won’t show the portfolio grid link.

    If you don’t want to show the portfolio grid page in the breadcrumb but just the portfolio categories of the current entry you can use the code I posted here https://kriesi.at/support/topic/breadcrumbs-with-portfolio/

    Best regards,
    Peter

    #180549

    In reply to: Contact form issue

    The first and the second form on the entry page (bottom). You could see that the contact form has become a little bit in height.
    Seems like I have a error with the theme because the Mansory Gallery doesn’t work either.
    Is it possible to re-install the theme without having everything deleted?
    Ive tried to install the Enfold theme on another domain and then everything incl mansory gallery works fine.

    #180511
    This reply has been marked as private.
    #180509

    Hi!

    This is useful. Thanks. :)

    Regards,
    Ismael

    #180506

    Hey!

    Can you please upgrade to Enfold 2.4 then post the login details here? Set it as a private reply so that we can check the site. Please deactivate all plugins first. Also, check wp-content/plugins folder and delete unnecessary plugin folders.

    Regards,
    Ismael

    #180505

    Topic: wordpress 3.7

    in forum Enfold
    jackyking
    Participant

    Just got released. For those of us who have enfold 2.4.1 installed, do we have green light to upgrade WP to this version. :)

    thanks,

    #180497

    Hey midischool!

    Can you please post a screenshot of the button that you want? You can style the submit button using this selector on Quick CSS:

    .main_color input[type='submit'] {
    background-color: #c05f5f;
    color: #ffffff;
    border-color: #a03d3d;
    }
    
    .avia_ajax_form .button {
    margin: 0;
    padding: 16px 50px;
    border-radius: 2px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    font-weight: normal;
    font-size: 12px;
    }
    
    input[type="submit"], #submit, .button {
    padding: 9px 22px;
    cursor: pointer;
    border: none;
    -webkit-appearance: none;
    border-radius: 0px;
    }

    Cheers!
    Ismael

Viewing 30 results - 236,011 through 236,040 (of 244,394 total)