New Landing How can we help? Cardinal Icon Box element not showing icon?

Viewing 15 posts - 1 through 15 (of 28 total)
  • Posted in: Cardinal
  • #139330
    deejayhart
    Member
    Post count: 239

    Hi there – I am puzzled as to why the icons are not showing – I set the icon colour, chose my icon of course, and still nothing. I attach a screenshot. What am I doing wrong?

    Ta,

    Dan

    Attachments:
    You must be logged in to view attached files.
    #139345
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    That’s the back end, does it show on the front end?

    – Kyle

    #139346
    deejayhart
    Member
    Post count: 239

    No – have a look!

    treatments

    #139348
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Can you deactivate the nextgen gallery plugin and let me know if that fixes your issue?

    – Kyle

    #141926
    deejayhart
    Member
    Post count: 239

    Hmm – I have deactivated it and it works… This has happened before with the Nextgen gallery – I fear it might be fundamentally incompatible with Cardinal for some reason which is a real shame as it is by far the most popular gallery plugin – do you have any idea why this is, please?

    Ta!

    #141937
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    I’m not sure, I believe it uses some code which counteracts some of the theme’s code. Did you try enabling the gallery override in Theme Options?

    – Kyle

    #141961
    deejayhart
    Member
    Post count: 239

    I don’t see that option anywhere in Theme Options?

    #141975
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Theme Options > Plugin Options http://d.pr/i/191A3/2EGIQMKN at the bottom

    – Kyle

    #141979
    deejayhart
    Member
    Post count: 239

    Unfortunately that does not fix it. As I say, it is a really popular plugin so I’d be grateful if you could pass this onto Developer for next version…

    #141983
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok no problem

    #141985
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Try this, enable the plugin again, then in your child theme functions.php file add this code:

    function sf_enqueue_styles_new(){
    wp_deregister_style('fontawesome');
    wp_dequeue_style( 'fontawesome' );
    wp_register_style('fontawesomeNew', '//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css', array(), NULL, 'all');
    wp_enqueue_style('fontawesomeNew'); 
    }
    add_action('wp_enqueue_scripts', 'sf_enqueue_styles_new', 111);

    – Kyle

    #141986
    deejayhart
    Member
    Post count: 239

    Thankls for persisting with this – I don’t have a child theme at all – what do I do? This would be the only change I would be making, presumably…

    #141990
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    You’ll need a child theme to run the function, upload this file: https://www.dropbox.com/s/8xgakmlwkga19ih/neighborhood-child.zip?dl=0

    I’ve included the code for you, you’ll just need to activate the child theme

    – Kyle

    #141993
    deejayhart
    Member
    Post count: 239

    Hmm – I uploaded the zip theme but it said –

    The parent theme could not be found. You will need to install the parent theme, neighborhood, before you can use this child theme.

    Theme installed successfully.

    – and the theme is not showing up.

    #141996
    Kyle – SUPPORT
    Moderator
    Post count: 35880
    This reply has been marked as private.
Viewing 15 posts - 1 through 15 (of 28 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register