Viewing 30 results - 224,851 through 224,880 (of 244,526 total)
  • Author
    Search Results
  • #246555
    This reply has been marked as private.
    #246548

    Hi Animationink!

    It is not very reliable but you can try adding following code to Quick CSS in Enfold theme options under Styling tab

    #main > div > div > main > div > div > div.flex_column.av_one_full.first.avia-builder-el-7.el_after_av_one_half.el_before_av_one_full.column-top-margin > div > div:nth-child(2) > ul > li.avia-pricing-row {
    background-color: red;
    color: white;
    border-color: red;
    }
    #main > div > div > main > div > div > div.flex_column.av_one_full.first.avia-builder-el-7.el_after_av_one_half.el_before_av_one_full.column-top-margin > div > div:nth-child(2) > ul > li:nth-child(2) {
    background-color: yellow;
    color: blue;
    border-color: yellow;
    }
    #main > div > div > main > div > div > div.flex_column.av_one_full.first.avia-builder-el-7.el_after_av_one_half.el_before_av_one_full.column-top-margin > div > div:nth-child(2) > ul > li:nth-child(4) {
    background-color: green;
    color: orange;
    border-color: green;
    }
    #main > div > div > main > div > div > div.flex_column.av_one_full.first.avia-builder-el-7.el_after_av_one_half.el_before_av_one_full.column-top-margin > div > div:nth-child(2) > ul > li:nth-child(6) {
    background-color: orange;
    color: black;
    border-color: orange;
    }

    Regards,
    Yigit

    #246544

    Hi,
    Fehlerhafte Darstellung des Fotos (400x270px)
    Anzeige Server1

    korrekte Darstellung des Fotos (400x600px)
    Anzeige Server2

    Grundsätzliche Frage: welches Foto wird auf der Single-Portfolio Seite angezeigt. Ich gehe davon aus, dass es das “Originalbild” ist, wie in Abbildung 2.

    Warum wird auf Server 1 das Bild in einer kleineren Auflösung angezeigt, ich verstehe das nicht.

    Auf beiden Servern läuft eine identische Einrichtung von WordPress und Enfold, sowie die gleichen Plugins.

    • This reply was modified 12 years ago by kochtussi.
    #246533

    In reply to: Mobile Menu

    Hi HiDrew!

    It was removed with the latest versions of Enfold. Only available mobile menu is Slideout menu

    Regards,
    Yigit

    Hi Peter,

    Sorry, I’m confused. Ideally, I don’t want to replace the default avia.js file in its entirety for a single line of commented out code. I’d rather just use Ismael’s solution if it’s just going to append the single line of code.

    That said, my child theme folder is not named as the default. Is that why the modifications are not taking effect? How would I go about this keeping the child theme folder the same if that’s the case?

    #246527

    In reply to: Enfold Showcase

    Hi there,

    Here we are working on our new responsive website with this theme.
    http://www.dreamlab.nl/new/

    We had a custom design which we wanted to work out in custom coding. But then we saw this theme and wanted to try and create our design with it. Worked out fine, final adjustments are just a little more complex.

    We are now working out some mobile css on logo, header, menu, images and font-sizes.
    When that is done we start filling the rest of the pages and go live!

    It’s in Dutch, maybe in the future we’ll translate the website.

    Got any critism, remarks, suggestions, improvements or complaints? Please let us know!

    Kind regards, Wouter.

    #246523

    In reply to: Black Bar

    Hi Stigan!

    Please try updating Enfold to the latest version 2.6.2 via FTP and check if that helps. You can also add following code to Quick CSS in Enfold theme options under Styling tab to move the page layout up to cover it

    #wrap_all { margin-top: -21px; }

    Regards,
    Yigit

    #246521

    Hi!

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

    #top textarea { line-height: 10px; }

    Cheers!
    Yigit

    #246517

    Hey!

    Please go to Enfold theme options > General Settings and choose “Use the advance layout editor to build your own blog layout (simply edit the page you have chosen in Enfold->Theme Options as a blog page)”.
    Please add widgets you would like to display on forum page to Forum widget area in Appearance > Widgets

    Regards,
    Yigit

    This reply has been marked as private.
    #246507

    In reply to: Change Header Font

    Hey Fudge!

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

    .av-main-nav > li > a { font-family: 'Averia Sans Libre', cursive; }

    2- Please see - http://vimeo.com/channels/aviathemes/67651241

    Cheers!
    Yigit

    #246505

    In reply to: Help changing sub-menu

    Hey!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed

    #top #header .mega_menu_title a:hover { color: red; }
    #top #header .mega_menu_title a { color: blue; }
    .header_color .main_menu .menu ul li a:hover {
    background-color: orange;
    }
    #top .header_color .main_menu .menu ul li>a:hover {
    color: green;
    }
    #top .header_color .main_menu .menu ul li>a { color: yellow; }

    Regards,
    Yigit

    #246503

    In reply to: Line lenght

    Hi Mono14!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed

    #top .fullsize .template-blog .post .entry-content-wrapper > * { font-size: 20px; }

    Cheers!
    Yigit

    Hey jansthh!

    1- Please try adding following code to Quick CSS in Enfold theme options under Styling tab

    .avia_mobile #top .av-parallax-section { z-index: 0; }

    2- I checked your website on my iphone and transitions are animated in both portrait and landscape mode on my end. Please edit your slider and in Global Settings > Layout > Responsive under, insert 1140
    3- No, it does work when it is activated as well. But it will not be transparent when scrolled down

    Cheers!
    Yigit

    #246496

    Hey agarkitekter!

    Dropdown menu was removed with the latest version of Enfold, you can only use Slide out menu. Please try updating Enfold to the latest version 2.6.2 via FTP, you are currently using version 2.6.1.

    Regards,
    Yigit

    #246491

    Hey GoodGame!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed

    .main_color .av_promobox { background: red; }

    Best regards,
    Yigit

    #246490

    Hi,

    Following on this post, is there any way to replace “Theme Name: Enfold” after the theme has been uploaded? I tried editing the style.css file as you suggested however when I did it replaced my clients logo on the front-end website with the Enfold logo and knocked out the header styling.

    Thanks in advance,
    Johnny

    #246480
    IndikatorDesign
    Participant

    Hey there!

    Wanna use the Datepicker in a Form, but it isn´t translate complete. For placeholder “DD / MM / YY”, I found a solution. I changed:

    enfold/framework/php/class-form-generator.php
    262:	 $placeholder =  apply_filters('avf_datepicker_date_placeholder', 'Tag / Monat / Jahr');

    and it works..

    But it doesn´t work for “Prev” and “Next”:

    enfold/framework/php/class-form-generator.php
    295:	'nextText'			=> __( 'Weiter', 'avia_framework' ),
    296:	'prevText'			=> __( 'Zurück', 'avia_framework' ),

    Screenshot

    Can´t send you a link, I´m on MAMP..

    Any idea how to change this? This 3 values doesn´t appear in the po-file..

    #246479
    agarkitekter
    Participant

    Hi!

    I have chosen the “Display as drop down menu” for smartphones and tablets, but it seems to have stoped working (don’t know exactly when but my guess is one of the last Enfold updates). Now it just displays the menu as text on the right side of the page. Im using Chrome and Safari on an iPhone 5 with the latest iOS.

    Adress:

    Best regards,
    Tomas

    To Kriesi Support and Legal Department

    My name is Johan Sjöholm and I have previously purchased a license of the Enfold Theme

    Some background info:
    The theme was originally used by me on a organizations website.
    I am now being sued in court due to the fact that I upon my resignation from the organisatina, within WordPress deactivated Enfold in order to not allow for any copyright infrigmentation toward Kriesi or license infrigmentation toward Envator. Everything else, such as the data in the MySQL DB as well as files on server was stored intact.

    I have contacted Envator Legal department and would like your opinion as experts on the Enfold wordpress theme.

    – Instantly after a license has been purchased from Envator, it can be downloaded, is that correct?
    – Is it your opinion that installing a WordPress theme such as Enfold, usually can be done with no or very little previous knowledge and that, depending of the internet speed, choosing the zip file and installing the theme will usually not take more then a few minutes give or take?

    Thank you for Excellent Support of an Excellent Theme and for taking the time to read through my letter. I believe the lawsuit is wrong and I now wants to clear my name once for all.

    Your Sincerely
    Johan

    #246444

    Hi!

    The problem is caused by the hidden __MacOSX folder which is visible to PC users: http://old.floatingsun.net/2007/02/07/whats-with-__macosx-in-zip-files/

    Unfortunately the envato staff uses MacOS to zip the files and the PC then shows this “hidden” folder like a standard data folder. If you upload the theme files make sure that only the “enfold” theme folder is uploaded via ftp. If the wp-content/themes directory on your server contains a __MacOSX folder please delete it.

    Cheers!
    Peter

    #246442

    Hey GoodGame!

    Thank you for using the theme!

    First, go to Enfold > Styling > Use stretched or boxed layout?, select the Boxed Layout. A new option will appear that will let you specify the Background Image.

    Best regards,
    Ismael

    Hi!

    The code Ismael posted will not replace the default avia.js file but it just loads a custom avia.js file in addition to the default file. If you want to replace the default avia.js file with a custom version insert this code:

    
    if(!is_admin()) add_action('wp_enqueue_scripts', 'avia_register_child_frontend_scripts', 100);
    function avia_register_child_frontend_scripts()
    {
    	$child_theme_url = get_stylesheet_directory_uri();
    	wp_dequeue_script('avia-default');
    
    	//register js
    	wp_register_script( 'avia-default-child', $child_theme_url.'/js/avia.js', array('jquery'), 1, true);
    	wp_enqueue_script( 'avia-default-child' );
    }
    

    into your child theme functions,php file and then place the custom avia.js file into your child theme folder (url path must be wp-content/themes/enfold-child/js/avia.js ).

    Cheers!
    Peter

    #246427

    Hi chartier!

    You can try to use a media query to hide the featured image for iphone users. By default Enfold will hide it for screens smaller than 768px (width) but iphones with retina displays, etc. maybe require a higher screen size value. Try to insert this code into the quick css field:

    
    @media only screen and (max-width: 767px){
    .responsive .template-blog .blog-meta, .responsive .post_author_timeline, .responsive #top #main .sidebar {
    display: none;
    }
    }
    

    and try to replace 767px with a value like 900px or 1024px – it depends on the screen resolution of your iphone.

    Regards,
    Peter

    This reply has been marked as private.
    Frostholm
    Participant

    Hello,

    Currently I’m trying to setup the Enfold theme and it’s functionality on this website: http://www.collingeantiques.com
    I have stumbled into a few problems with displaying images from the gallery function/feature. This is happening to both blog and portfolio gallery images.

    Blog & Portfolio
    For both the blog and the portfolio I would love to have it displaying as gallery, but when it’s cropping/stretching/zooming the images it doesn’t look as amazing as it should.
    Here are some examples of it either stretching, zooming, minimizing of the images inside a gallery:
    1. http://www.collingeantiques.com/unruly-punters/
    2. http://www.collingeantiques.com/antiques-item/club-fender-c-1950
    As you can see this isn’t acceptable to display. How can I fix this problem? It’s basically the same it does to the portfolio, because it also uses the gallery function/feature.

    What would make it all appear delicious and beautiful with the rest of the theme would be if the image didn’t lock it’s heights to the first added image. It appears that the first image added locks the height of the remaining images instead of height being automatic/fluently moving with the image to match the box’s area/settings.

    This is the best result I have been able to create so far, but I still don’t find this acceptable either:
    http://www.collingeantiques.com/antiques-item/late-19th-c-brass-fender/

    Blog
    For the blog I have actually considered that it might just be easier to edit it’s structure as currently displayed to. (Problem is if the gallery would only work then I wouldn’t even consider this, because I need this to work even if I have to break it all down code by code.)
    1. Title.
    2. Author info/date, etc.
    3. Featured image.
    4./5. Either thumbnails first then excerpt or the other way around.

    Looked at some posts related to this issue. Tried them, but none of them works. Maybe because I’m misunderstanding it, but looks so simple that it can’t be misunderstood.
    https://kriesi.at/support/topic/move-featured-image-below-post-title-date-etc/
    https://kriesi.at/support/topic/how-can-i-make-the-post-title-appear-above-the-featured-images-on-the-blog-page/

    Both basically explains the same, but neither of them works or they both need a better description of “how to do it?” and in which file to insert it into.

    Looking forward to your reply, please make it detailed. :)

    Kind regards,
    Toke.

    #246413

    Hi Peter,

    Thanks.

    I’m using a child theme, so i need to deactivate the Child theme instead of Enfold i guess?

    Regards,

    Robbert

    Hi bitsoul!

    Thanks – another user already reported this bug and Kriesi will fix it with the next update: https://kriesi.at/support/topic/custom-css-class-not-saving-2-6-1/

    Best regards,
    Peter

    #246408

    Hi!

    If you want to use the [layerslider] shortcode you must activate the slider as a plugin. Copy the wp-content/themes/enfold/config-layerslider/LayerSlider/ folder to wp-content/plugins and then deactivate Enfold. Afterwards activate the LayerSlider plugin and then re-activate Enfold.

    Best regards,
    Peter

    #246396

    In reply to: Enfold Showcase

    fantastic!! like the transparent header!

Viewing 30 results - 224,851 through 224,880 (of 244,526 total)