Forum Replies Created

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • in reply to: desktop 3 columns > tablet 2 columns > mobile 1 column #1172792
    This reply has been marked as private.

    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.

    Hey 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!!

    Further info… (see private reply)

    in reply to: Magazine Element – Add orderby function #320029

    Thanks guys – will that modification be pushed out with next update?

    Josue – 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!

    This reply has been marked as private.
    in reply to: Sticky Posts not working #184266

    Nice one Peter – that worked for me!

    Regards – Jeeves

    in reply to: Sticky Posts not working #183080

    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.

    in reply to: Conflict with a form plugin #171611

    Dude – many thanks for the code – that worked!

    in reply to: Conflict with a form plugin #171533

    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

    in reply to: Slidetabs Broken by 2.3 Upgrade #170827

    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.

    in reply to: Custom CSS not working correctly following update #162241

    Hello 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; }

    Hi 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…

    in reply to: Dashboard filter of posts, pages is broken, unusable #129205

    Dude & Devin – Many thanks for the fix and support. It works.

    Topic closed as far as we are concerned.

    Best Regards.

Viewing 15 posts - 1 through 15 (of 15 total)