Forum Replies Created
-
AuthorPosts
-
January 13, 2020 at 2:25 pm in reply to: desktop 3 columns > tablet 2 columns > mobile 1 column #1172792This reply has been marked as private.December 14, 2015 at 12:43 pm in reply to: Remove Theme Options from WP-admin toolbar not just on the front end. #552158
Thanks Basilis ,
(apologies mercury9), I should’ve put that code in a code block!!! This code for functions file is all you need in this case – you don’t need any css ‘display:none’ attributes as Ismael was suggesting as they don’t affect the backend view.
You can place that code at the bottom of your core Enfold functions file here…
wp-content/themes/enfold/functions.php
PS – I highly recommend you convert your site to using a child theme. You can create a basic child theme, switch to it and then use the facility in Enfold Theme options under ‘Import/Export’ to import your Parent Theme Settings. I’ve not done it for a long time, but it brings pretty much everything over, You may have to reconfigure your widgets and a few other settings, but the pay off is a small amount of pain now, for ease of updating later on. Obviously, make a restorable backup of the site before doing any of this – even if it’s to simply have a version you can copy your site settings from.December 13, 2015 at 6:11 pm in reply to: Remove Theme Options from WP-admin toolbar not just on the front end. #551746Hey mercury9 – Hopefully this is a solution for you…
I wanted to achieve the same thing and added this to my child function file:function remove_my_nodes( $wp_admin_bar ) {
$wp_admin_bar->remove_node( ‘avia’ );
}Best of luck!!
October 1, 2015 at 1:08 pm in reply to: Events Calendar Pro – Blog Posts Element Orderby conflict #512124Further info… (see private reply)
Thanks guys – will that modification be pushed out with next update?
September 12, 2014 at 1:44 pm in reply to: WordPress Social Stream Plugin by DesignChemical broken since Enfold v2.8.1 #318079Josue – I meant to come back to you on this issue. Design Chemical provided me with 2 replacement .js files that corrected the problem in late July. I don’t know what the fix was in terms of the updated code, so @dsharpe or any other users with same problem will need to contact Design Chemical directly for the same files.
I guess you can close this thread.
Many thanks!June 17, 2014 at 11:40 pm in reply to: WordPress Social Stream Plugin by DesignChemical broken since Enfold v2.8.1 #280269This reply has been marked as private.Nice one Peter – that worked for me!
Regards – Jeeves
Hello!
I concur with flylanddesigns, that sticky posts aren’t sticking to the top. I have a blog posts element on a page, pulling in selected categories. I want 2 posts to stay at top. Selecting ‘sticky’ in wordpress on those posts has no effect. I am using Enfold v2.4 / WP 3.6.1.
Thanks.
Dude – many thanks for the code – that worked!
Hi Dude – any chance you could give us the line of code you amended in avia_google_maps_widget.js as I had to disable that file in order to get jquery used by a plugin (Sabai Directory) to work?
Also another user who was having difficulty (Michael1) with a well known commercial slider plugin was having the same sort of conflict until he too disabled that file.
Ideally I’d like to not have it disabled! :)
Regards – Jeeves
Hi Michael1,
I’ve had a conflict between that js file and another plugin called Sabai Directory (sold on themeforest) – whereby none of the plugin’s settings buttons were working (they use jquery too). I renamed the file “avia_google_maps_widget.js” to “avia_google_maps_widget1.js” – literally to disable it as a test and my plugin is now working. I don’t need the avia google map widget for my site, so it’s not a huge issue – but in saying that I hope it gets resolved. I’ve reported the issue to the dev of Sabai Directory and also I hope Kriesi can look into from his end.
Anyway – I hope this ‘quick fix’ helps you out of your ‘hole’ this weekend.
Regards – Jeeves.
September 17, 2013 at 12:50 pm in reply to: Custom CSS not working correctly following update #162241Hello stevewhite06 – I had the same issue. .entry-content looks to have been changed to .entry-content-wrapper. I don’t think this was mentioned in the changelog but Kriesi explains the change here…
https://kriesi.at/support/topic/changed-and-added-classnames/
btw… This should work for you…
Change: #top .entry-content h1 { color: #58585a; }
to
#top .entry-content-wrapper h1 { color: #58585a; }July 20, 2013 at 1:18 pm in reply to: Change default blog title on multiple pages containing 'Blog Post' Element #130361Hi Devin,
Thanks for the solution. It’s not a bad solution in that it now gives me the repeated title of the single post instead of the ‘section’ title e.g. News, Knowledge Base or Case Studies. For now though, it’s better than the catch-all ‘Blog – Latest News’.
If you were able to improve on this I’d be most happy!
Best wishes…
Dude & Devin – Many thanks for the fix and support. It works.
Topic closed as far as we are concerned.
Best Regards.
-
AuthorPosts