Viewing 30 results - 223,531 through 223,560 (of 244,391 total)
  • Author
    Search Results
  • #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, 11 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.

    #252950

    hoping i can get some sort of response, one way or another on this as I really need to find a solution.

    please and thanks.

    #252942
    haeyuonkim
    Participant

    I have designed a table with slices and rollovers (I know, very old-school) that I created in Fireworks. I want to have this appear on one of Enfold WordPress pages, but either WordPress or the theme is breaking my table. I’ve copied and pasted the table code into text editor.

    The way I want it to look is here temporarily: http://www.tobidesigns.com/fireworks5/numbers2.htm
    But, the same code looks terrible here on my wordpress site: http://haasachieves14.com/haas-by-the-numbers/
    FWIW, edit mode looks close to what I want, but the view of finished page is terrible and ignoring table specs, ignoring row spans, etc.

    I imagine there are other better ways to accomplish this… I thought this would be the easiest. Is there a style setting that I can turn off or something like that?

    Thanks for your help. Love the theme!

    #252926
    tetsukage
    Participant

    http://worldwideproperties.com/

    My Main menu isn’t showing when viewing through mobile (using fixed layout not responsive), and when just re-sizing the browser window small enough. I have the latest enfold update from Themeforest as of writing this.

    Im having a similar issue where I cant even use the advanced editor on my pages after the WP/Enfold update. It just kinda sits there loading.

    Everything else works fine as I can tell. Nothing visually has changed on the site. The only issue is when editing in the “Advanced Editor” regarding “Text Blocks”

    1) If I have a text box that was created before the updates(WP & Enfold) and I want to edit it… it shows no content and I cannot add any content… however on the front end of the website it still shows the content.

    2) If I create a new “Text Block” I can not add anything using either “Visual” or “Text” tabs. It just shows a white background. Clicking to add text does nothing.

Viewing 30 results - 223,531 through 223,560 (of 244,391 total)