Viewing 30 results - 222,991 through 223,020 (of 243,856 total)
  • Author
    Search Results
  • #253077

    Hey!

    The guideline is that the image must to be bigger than the defined thumbnail size or it must at least equal the thumbnail size. I.e. the portfolio thumbnail size is defined in functions.php with

    
    $avia_config['imgSize']['portfolio'] 		 	= array('width'=>495, 'height'=>400 );						// images for portfolio entries (2,3 column)
    

    The image http://meetthemanufacturer.co.uk/wp-content/uploads/2014/04/logo-1.png is just 551 x 166 and thus wordpress won’t resize it because the height 166 is smaller than the defined height of 400px. WordPress won’t upscale the images but it will only crop/shrink images if they’re bigger than the defined thumbnail dimensions.

    You’ve 3 options:

    1) Upload bigger images with a dimension of at least 495x400px

    2) Change the thumbnail size (especially the height) to a low value and regenerate the thumbnails with: http://wordpress.org/plugins/regenerate-thumbnails/

    Imo this will not produce acceptable results because the height of 166px is simple not enough for portrait or standard images.

    3) Try the “Masonry Grid” instead of the default portfolio element. It supports different image sizes – see: http://kriesi.at/themes/enfold/portfolio/masonry-portfolio/

    Cheers!
    Peter

    #253075

    Hi!


    @Ad-Min747
    : There is an enfold french translation already but there may be strings that needed translation or correction so yes, we’ll greatly appreciate it if you can check the existing fr_FR.po file on the theme’s lang folder. :)

    Cheers!
    Ismael

    #253071

    Hi webdevsd!

    Since Enfold 2.6 Enfold comes with a native Google Maps element. Please update your theme to Enfold 2.6.4. Then go to the page editor, select the “Advanced Layout Editor”, click on “Media Elements” and select the “Google Maps” element.

    Regards,
    Peter

    #253069

    Hey Kozhevnikov!

    Do you use the latest version of Enfold 2.6.4? I can’t reproduce this issue on my test server with the latest theme version. Please try to deactivate all plugins – maybe a plugin causes a conflict with the Fullscreen mode.

    Cheers!
    Peter

    #253068

    Hey!


    @NatachaC
    – Did you update to Enfold 2.6.4? If yes please deactivate all plugins – maybe a plugin is incompatible.


    @fryec1135
    – WP3.9 incorporates a new TinyMCE version. Probably the theme author of the theme must update the code otherwise you can’t use the theme with WP3.9.

    Regards,
    Peter

    #253064

    Hi!

    This sounds like a database issue. If you’ve a database backup I recommend to restore it (just delete the corrupt data in the database and import the backup sql file). If you don’t have a database backup you can solve the issue by resetting the theme options but this also means you must reconfigure the options. Open up a database management tool like and navigate to your wordpress database. Click on “wp_options” and search for the field with the “option_name” value “avia_options_enfold”. Delete this option field and then you should be able to access your website again.

    If you can access the php.ini file open up the file and search for:

    
    memory_limit
    

    Replace the value after the = sign with 128M.

    You can also try to insert this code at the bottom of the theme functions.php file:

    
    @ini_set('memory_limit', '128M');
    

    – however if the host restricts the memory to i.e. 64M this code will not work. To test your memory limit install this plugin: https://wordpress.org/plugins/wp-memory-usage/

    Regards,
    Peter

    #253061

    Hi xcv1001!

    Thank you for using the theme.

    1.) I’m sorry but that is not possible within the theme. Unfortunately, this is beyond the scope of support and is not a theme related issue. You might need to find a plugin or hire a freelance developer to add the feature for you. Please do visit Werkpress for further customization. You can also vote or post the feature on our Feature Requests page.

    2.) Yes, there is an option to select which category or categories you want to show on the Post Slider or Fullwidth masonry. Edit the elements then look for Which Entries? option.

    Cheers!
    Ismael

    Hey!

    Thank you for using the theme and sorry for the delay.

    A lot of users are using Yoast plugin and it works fine on their end. Maybe it is a combination of plugins that is causing the error. Glad you chose to use another plugin for this matter.

    Cheers!
    Ismael

    #253052

    In reply to: Theme Styling

    Hey!

    Maybe Enfold can’t regenerate the dynamic stylesheet. Please use a ftp client and connect to your server. Navigate to wp-content/uploads/dynamic_avia/ and set the folder permission to 777. Then delete the enfold.css file and go to Enfold > Theme Options to regenerate the dynamic stylesheet (hit the green “Save all changes” button).

    Regards,
    Peter

    #253050

    Hi bdm55!

    For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750

    The internal update checks every 12 hours and should tell you of the update at that point.

    Best regards,
    Devin

    #253049

    Hi Devin

    Yes. I could use big image blog layout so the white space would be on top. If I am not mistaken.
    P.S. I wish there was Enfold for Drupal!

    Cheers,

    Elkhan

    #253042
    lombrano
    Participant

    Hi, perhaps I make something wrong, but I created a child theme,imported all settings from the parent theme and some colours are different. Footer is white in the child while was red in the parent. Buttons are green in the child and were red in the parent. The strange thing is that in the enfold settings of the child theme everything apperars imported correctly from the parent’s setting.
    Can you help me ?
    How can I share pictures of the layout to show you the differences ?
    Thanks in advance for your help

    #253040

    Hey Brian!

    I’ll mark this for Kriesi because I’m not sure how much work is required to change the animation. Personally I think it requires some work and is beyond the scope of our free support service but maybe Kriesi can provide some css code to change the animations. You can also suggest an option for additional mobile menu animations here: https://kriesi.at/support/enfold-feature-requests/ – if some other users vote fr it we might add this feature to a theme update.

    Cheers!
    Peter

    #253039

    Hi Isabelle!

    1) Update das Theme auf Enfold 2.6.4 – die Versionen davor sind nicht mit WP3.9 kompatibel.

    2) Falls das Problem noch immer nicht gelöst ist, sind vermutlich ein (oder mehrere) Plugins mit WP3.9 nicht kompatibel. Bitte deaktiviere alle Plugins und siehe nach ob der Fehler noch immer auftritt. Wenn nicht aktiviere die Plugins nacheinander um das inkompatible Plugin zu finden.

    Cheers!
    Peter

    Hey!

    Thanks. I found a logical error in my solution. Please open up wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/productslider.php and replace

    
    			if($orderBY == 'popularity' || $orderBY == 'rating')
    			{
    		    		remove_filter( 'posts_clauses', array( WC()->query, 'order_by_popularity_post_clauses' ) );
    				remove_filter( 'posts_clauses', array( WC()->query, 'order_by_rating_post_clauses' ) );
    			}
    

    with

    
    
    	    	remove_filter( 'posts_clauses', array( $woocommerce->query, 'order_by_popularity_post_clauses' ) );
    			remove_filter( 'posts_clauses', array( $woocommerce->query, 'order_by_rating_post_clauses' ) );
    

    We’ll include this fix in Enfold 2.7.

    Best regards,
    Peter

    #253034

    Hey!

    Ich glaube das Problem liegt an der ordner Struktur am Server – wenn ich mir die Pfade ansehe – zB:
    http://wp.affaronissimo.it/wp-content/themes/enfold/enfold/css/grid.css

    Dann kommt in der URL zwei mal der ordner “Enfold” vor (/themes/enfold/enfold/). Bitte stelle sicher, dass eine Ordnerebene wegfällt und verschiebe den “Enfold” Ordner von http://wp.affaronissimo.it/wp-content/themes/enfold/ in den http://wp.affaronissimo.it/wp-content/themes/ Ordner. Ich empfehle hierfür FTP zu verwenden.

    Best regards,
    Peter

    #253032

    Hey!

    Tbh I’m not sure if it will work with 2.6.4. Personally I merge my code/patches with the developer version of Enfold which is v2.7. We’ll release the new version (with major enhancements) next week. However maybe Kriesi already included my patch into the (minor) v2.6.4 update. I really don’t know it though. If this: https://kriesi.at/support/topic/google-maps-api-multiple-times-on-the-page/#post-251997 code doesn’t work yet please wait for the 2.7 update – then it will work for sure.

    Cheers!
    Peter

    #253031

    Bonjour / hello
    i am the same error after update to wp3.9
    Firebug :
    TypeError: window.tinyMCE.get(…) is null
    xxx/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/js/avia-modal.js?ver=0.6
    Line 414

    Best regards,
    Natacha

    #253021

    Hey!

    Yes, if the icons use the same font family they may overwrite the existing items. If you upload another, different font family Enfold will just add them to the icon list.

    Cheers!
    Peter

    #253018
    cryscryb
    Participant

    This has been a really great theme!

    I just installed the latest theme update and am glad I kept a backup of the older release. I have been browsing the forums for an answer to my regarding why images site-wide (inserted using the editor) are now displaying incorrectly. It looks like the theme makers have decided to override the WP resize tool feature. Now any image inserted in the editor is displaying 100% of the parent container width. While I understand and appreciate that this was an effort to increase responsiveness, for some it can create more problems than it solves. The related thread I was reading is located here:

    https://kriesi.at/support/topic/image-function-still-not-working-correctly/

    I would have responded to this thread, however it has been closed. I just want to mention that this was the first thread I’ve encountered where the solution was less than desirable. I know this is not the norm (the solutions offered here are usually exceedingly helpful, positive and prompt). I thought I’d try to shed some new light on why the answers provided may feel unsatisfactory for some:

    – Not being able to use a new feature of the latest WP 3.9 seems counter-intuitive.

    – This may confuse users when they try to help themselves using the WordPress guides/codex, since everywhere they read will tell them how this feature should work (the first thing I did was go to the WordPress support site and RTFM to see what was up).

    – The fix (although minor for an experienced user) requires a core edit that will be wiped out on the next theme update. This might be easy for me, but not for a client. It means I’m going to get a few calls to fix things that I’d rather not have to fix since I encourage clients and friends to purchase this theme.

    – Being required to upload multiple copies of the same image (just to increase or decrease the image size by 10-50 pixels in my client’s case) is neither efficient nor convenient. Yes, users should ideally use images at the correct size whenever possible. However, expecting everyone should know how to use an image editor is not realistic. Expecting them to be able to mass edit and re-upload is also not realistic.

    – There are plenty of reasons to not use the enfold layout builder image insert (such as the axillary fields/tabs provided on Woocommerce product pages where the layout builder is not available). Graphics inserted here can added up to thousands of images on a single e-commerce site suddenly not working correctly (this will be the case on one of my client sites if he chooses to update). Re-sizing all of these images and re-uploading and re-inserting is not a feasible option for him. Neither is editing the core to have it wiped out next update resulting in frustrated calls to the person who recommended this theme to them (me). Editing 2000+ product pages to assign a css style to re-size each image (slightly) as needed is also unfeasible.

    – WordPress changed/modified the WP resize tool for a reason, because users wanted this to be an easy to use feature.

    Anyway, I do very much appreciate all of the hard work that went into this theme. I don’t like to complain about any feature. I usually just open the child/custom CSS in Dreamweaver and make quick edits there, but it won’t work persistently in this case so I thought I’d post my feedback here.

    Can you please consider making this an option that can be turned on/off so users can use the new feature provided in WP without making core edits?

    Thanks,
    Crys :)

    • This topic was modified 11 years, 9 months ago by cryscryb.
    #253017
    bdm55
    Participant

    Hi ..
    Since I updated WordPress …

    My admin area says I’m running ENFOLD version 2.6.2 but also says that everything is up to date …

    I’ve clicked “check again” several times … flushed the cache and still can’t update through the admin ..

    How can I do this now ..without losing any data.

    Thanks,
    Bill

    #253011
    ciptanegara
    Participant

    Hi,

    I am new user of Enfold, want to ask,

    I follow this thread https://kriesi.at/support/topic/footer-socket-question/#post-193649, and result will be like my WEB . how to move social icons to the right corner ?

    thank you

    #253007
    sky19er
    Participant

    I’ve removed only the titles from the header (leaving the breadcrumbs) for a client via the functions-enfold.php file, but of course every time they update the theme I have to jump back in there and remove the code again. Is there any way you could instruct me on how to handle this via the child theme?

    Thanks so much…

    ex: http://crcamerica.org/education/

    #253006

    yay! thank you :)

    Hey!

    For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750

    I’m closing off this topics since its already a bit too hard to follow :)

    As others have mentioned you need to make sure all plugins are compatible with 3.9 and that you have no cached version of WordPress’s old visual editor on your computer. The new version is included with WordPress 3.9 and any cached files from it can cause issues.

    Regards,
    Devin

    #252995

    Hey Yigit,

    Thanks for the quick response. But… welp, this is embarrassing. I am having this problem, but not on the site that’s using the Enfold theme. It’s another site using another theme. However, (since I’m here) have you had any issues in regards to the new WP update. I was planning to hold off a while until it’s been played with a little. Thanks again for your speedy response!

    Brandon

    #252972

    Hey,

    I started tinkering around on my server and I uploaded via ftp a enfold theme but I renamed the folder on the server to enfold1. Everything seems to be responsive.

    Before renaming the file, I had completely removed enfold from the themes folder but every time i uploaded it would revert back to the settings.

    So the way it is now with an additional enfold on my server named enfold1 works. Is there anything wrong with this or will I have issues in the future updating etc.? Is there a cleaner way to do this?

    #252964

    Hi!

    Please change columns to 1/2 columns firstly. Then change your code to following one

    <!--– Begin MailChimp Signup Form –-->
    <div id="mc_embed_signup"><form class="validate" id="mc-embedded-subscribe-form" action="http://boldtranquility.us3.list-manage1.com/subscribe/post?u=84cec85cd1dd9908d5ddb0151&id=200b43dc9d" method="post" name="mc-embedded-subscribe-form" novalidate="" target="_blank">
    <div class="mc-field-group"><input class="required" id="mce-FNAME" type="text" name="" placeholder="name" value="" /><input class="button" id="mc-embedded-subscribe" type="submit" name="subscribe" value="Yes!" /><input class="required" id="mce-EMAIL" type="email" name="EMAIL" placeholder="email" value="" /></div>
    </form></div>
    <!--–End mc_embed_signup–-->

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

    input#mce-FNAME {
    float: left;
    }

    Best regards,
    Yigit

    #252958
    kenanjohnson
    Participant

    Greetings,

    We need to add to custom tracking code to our Enfold Woocommerce Checkout Thank You Page and the developers said they could not locate it in the themes.php. We need to add the code below this line in the appropriate file:
    do_action( ‘woocommerce_thankyou’, $order->id );

    Where can we find this? I am a novice user so please be specific. Thank you very much for your help!

    #252957
    TextPower
    Participant

    Hi,

    I updated to wordpress 3.9 and am trying to update Enfold 2.6.2 to 2.6.4. But after I put the username and the API key in the Enfold setting menu, it says I’m running the latest version.

    I’m having a real issue with the Visual Editor. All I get is blank space.

    Any help would be appreciated.

    Thanks.

Viewing 30 results - 222,991 through 223,020 (of 243,856 total)