Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #34410
    Barry
    Guest

    Hello
    I am using Crio as suggested by Boldgrid. I am still looking for ways to change the theme page features. I may be interested in a paid feature to make editing accessible. For example I cannot change the font size or padding for the widget with Sermon videos / Facebook Page.
    Also I do not want the menu to collapse after the menu link is selected (Menus under About US). So far I can change what I need to on individual pages.
    Do I need Crio premium or boldgrid premium? I would like to limit what I must purchase as this if for a church website so once set it will not change much.
    Thanks Barry

    #34436
    Jesse Owens
    Keymaster

    Hi Barry-

    Thanks for reaching out, it looks like you’ve made a lot of progress on your website!

    First, since you’re using one of our Platinum WordPress Hosting partners, DreamHost, Crio Pro is already included in your hosting subscription. If you don’t have it yet, download and install the Crio Pro extension plugin.

    I cannot change the font size or padding for the widget with Sermon videos / Facebook Page.

    Since you’re only using the Text Widget to show links, you might consider using Custom Link menu items, rather than a widget, to show these. That would make them consistent with the font and padding on the rest of your menu.

    I do not want the menu to collapse after the menu link is selected

    That’s a pretty unique request! We haven’t built controls for this behavior yet, but I’ll be adding it to the feedback for the developers. Here’s how you can accomplish that right now.

    Navigate to Customize > CSS/JS Editor and paste these two lines into your Custom JS Code:

    jQuery('li.current-menu-item').parent().css('display', 'block');
    jQuery('li.current-menu-parent > a').addClass('highlighted');
    

    Make sure that if the JS Code editor adds the two slashes (//) to your first pasted line, you delete those.

    #34499
    Barry
    Guest

    Hello Jesse

    Thank you for the help the menu JS worked. I tried the menu Custom Link before but can not get text after the icon. I put the Custom Link back in the menu, but my users are older and need text to let them know what the ICON means.

    Thank you for informing me about CRIO PRo.

    Best Regards, Barry

    #34527
    Jesse Owens
    Keymaster

    Hi Barry-

    Try adding the following to your JavaScript:

    jQuery('li.menu-item > a > span.sr-only').removeClass('sr-only');
    jQuery('li.menu-item > a > i').remove();
    
    

    Also, make sure that your ‘>’ characters are actually carets, not &gt’s.

    #34539
    Barry
    Guest

    Hello works perfect. Thanks.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Do I need Crio Pro to Change Header Widgets and Menus?’ is closed to new replies.