Jump to content
jbrouwer

Bootstrap icons not showing on https pages in FF and IE

Recommended Posts

Danny

Hi,

Where are the icons supposed to be, can you reply providing an image please.


Please search our forums, before posting!

Share this post


Link to post
Share on other sites
jbrouwer

Hi,

The icons are in the admin bar:

screenshot-icons.jpg

It doesn't always happen. First I thought it had to do with SSL, but it happens on http pages as well. Strange thing is that when I copy paste a screenshot when the icons are missing, they do appear in photoshop! So I cannot provide a pic when the icons are missing. When you browse around on my website it happens after a couple of clicks.

Share this post


Link to post
Share on other sites
Danny

AH OK, I see the issue.

Can you try adding this to either your child themes functions.php file or if you're using the PageLines Customisation plugin, add the below code to the plugins functions.php file.

add_action( 'pl_force_ssl', '__return_true' );[/CODE]

Let us know if this resolves your issue.


Please search our forums, before posting!

Share this post


Link to post
Share on other sites
Danny

Can you provide the code you're using for you icons, as well as the code used to add the icons to your Wordpress admin bar please so I can take a closer look.


Please search our forums, before posting!

Share this post


Link to post
Share on other sites
jbrouwer

function add_sumtips_admin_bar_link() {

global $wp_admin_bar;

    global $bp;

    if(!is_user_logged_in()){

$wp_admin_bar->add_menu( array(

	    'id' => 'home',

	    'title' => __( '<i class="icon-home"></i>'),

	    'href' => __(home_url()),

) );

    $wp_admin_bar->add_menu( array(

	    'id' => 'inloggen',

	    'title' => __( '<i class="icon-signin"></i> Inloggen'),

	    'href' => __(home_url('/inloggen')),

) );

    $wp_admin_bar->add_menu( array(

	    'id' => 'registreren',

	    'title' => __( '<i class="icon-pencil"></i> Registreren'),

	    'href' => __(home_url('/registreren')),

) );

    }

$wp_admin_bar->add_menu( array(

  'parent' => 'my-account-buddypress',

  'id'	 => 'abonnement',

  'title' => __( 'Abonnement'),

  'href' => __( home_url('/mijn-pepperbase')),

	    'meta'   => array(

   'class' => 'menupop',),

));

    $wp_admin_bar->add_menu( array(

  'parent' => 'my-account-settings',

  'id'	 => 'sociale_netwerken',

  'title' => __( 'Sociale netwerken'),

  'href' => __( bp_core_get_user_domain($bp->loggedin_user->id) . 'settings/buddystream-networks/'),

));

}

add_action('admin_bar_menu', 'add_sumtips_admin_bar_link',10);

Share this post


Link to post
Share on other sites
jbrouwer

IE console messages on https pages:

SEC7111: HTTPS security is compromised by http://www.pepperbase.com/wp-content/themes/pagelines/fonts/plfont-regular.eot?#iefix

SEC7111: HTTPS security is compromised by http://www.pepperbase.com/wp-content/themes/pagelines/fonts/plfont-regular.woff

SEC7111: HTTPS security is compromised by http://www.pepperbase.com/wp-content/themes/pagelines/fonts/plfont-regular.ttf

Share this post


Link to post
Share on other sites
jbrouwer

Yes I know I have only a couple of pages in SSL.

I have added this code:


add_filter( 'pless_vars', 'make_ssl_vars' );


	    function make_ssl_vars( $vars ) {


			    $vars['plSectionsRoot'] = str_replace( 'http://', 'https://', $vars['plSectionsRoot'] );

					    $vars['plRoot'] = str_replace( 'http://', 'https://', $vars['plRoot'] );

			    return $vars;

	    }

to my child themes function.php file. The icons are still not being displayed and I get the following messages in the IE console: screenshot-console.jpg Next I added an if (is_ssl()) statement:

add_filter( 'pless_vars', 'make_ssl_vars' );

function make_ssl_vars( $vars ) {

if (is_ssl()) {

  $vars['plSectionsRoot'] = str_replace( 'http://', 'https://', $vars['plSectionsRoot'] );

    $vars['plRoot'] = str_replace( 'http://', 'https://', $vars['plRoot'] );

  return $vars;

}

}

but then this error appears in the admin bar: Error in core Less code: expected color value: failed at `color: fadeout(@pl-footer, 40%);` line: 1156

In this post http://www.ubelly.com/2011/06/taking-our-own-advice-fixing-css3117/ I found another solution, but I am not sure how to implement or if it would work at all.

Any ideas?

Share this post


Link to post
Share on other sites
jbrouwer

Ok, I removed the if is ssl again. The icons are showing up on ssl pages, but not on http pages...

That is why I tried the if is ssl statement.

Share this post


Link to post
Share on other sites
Simon

Looks to me like this is some sort of browser security issue. It wont let you include fonts cross domain or cross protocol.

I would just adjust your menu filter to not include them on the pages they dont work on. Or make your blog ssl.

Share this post


Link to post
Share on other sites
Simon

Google suggested answer:


<FilesMatch "\.(ttf|otf)$">
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
[/CODE]

  • Like 1

Share this post


Link to post
Share on other sites
jbrouwer

Yes. I would like to make my blog SSL, but Amazon Cloudfront does not support SSL with CNAMES, so doing that will seriously slow down my site.

Thank you for the answer. Where should I put this piece of code?

Share this post


Link to post
Share on other sites
Simon

.htaccess apparently it allows browsers to load fonts cross domain.

Share this post


Link to post
Share on other sites
Rob

Well, that confirms Simon's suspicion that this is a browser issue.


Former PageLines Moderator, Food Expert and Raconteur

Share this post


Link to post
Share on other sites
jbrouwer

Yes it is a browser issue. I activated W3TC again and now it is working in IE9 as well. Thank you for all your help.

Share this post


Link to post
Share on other sites
Danny

The topic was marked as resolved.


Please search our forums, before posting!

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Similar Content

    • janpeeters
      By janpeeters
      Over the last month I had extensive communications with the developer of the (premium) Anything Boxes section (in Pagelines store) (Adam Munns) and the developer of the WP Polylang Multilingual plugin (Frederic Demarle).
       
      This was because the following problem occurred:
      Anything Boxes showed all posts of two languages (Dutch and English) on the respective static frontpages for each language. It should of course have filtered posts for Dutch language on the Dutch frontpage and English on the English frontpage.
       
      The solution to this problem was simple in the end. When duplicating a page for use in another language the settings for Anything Boxes were not copied to the new page and I should have set these settings manually again on the new page. I wasn't aware of this, but it makes sense. Because of this the pages didn't know how to differentiate between posts from different languages.
       
      The dev of Polylang told me that Polylang is currently smart enough to synchronize metas like Featured images and page templates but it does not work out of the box with metas created by plugins and themes but (according to Frederic) it is rather easy to add them in the list using the filter 'pll_copy_post_metas'.
      He mentions that he is not sure that these 'PageLines Meta Settings' are stored in post meta but that would make sense according to him. He asks if the Pagelines dev team will be interested to support this feature in the future.
       
      I'm also wondering if you will consider adding Polylang translation support for manually editable strings like the 'Read more…' strings in Pagelines Settings.
       
      Well that's of course up to you but I thought to let you know to be able to take this into consideration. I also post this for other users in case they experience the same kind of trouble and are looking for an answer.
       
      Best regards,
      Jan Peeters
    • bankrollbuilder
      By bankrollbuilder
      I used a custom hook to put a banner ad in my header. It works but its not in the right position. it is centered and above my logo and I would like to float it to the right of my logo in the header. heres the link: http://shaboopie.com/shaboopie-wp/free-logos-pg1/

      thanks.

      Dan B.
    • starlit
      By starlit
      Can one have two hero sections on one page?

      I want a landing page which leads/advertises two subpages.

      Or is there another option?

      Please help.

      THANK YOU
    • hutruk
      By hutruk
      Hi!

      I am using the shortcodes for tabs, as described in the documentation.

      When I insert the following code:


      [pl_tabs][pl_tabtitlesection type="tabs"] [pl_tabtitle number="1"]Title 1[/pl_tabtitle] [pl_tabtitle number="2"]Title 2[/pl_tabtitle] [/pl_tabtitlesection] [pl_tabcontentsection] [pl_tabcontent active="yes" number="1"] Lorem ipsum dolor sit amet, consectetur adipiscing elit [/pl_tabcontent] [pl_tabcontent number="2"] Lorem ipsum dolor sit amet, consectetur adipiscing elit [/pl_tabcontent] [/pl_tabcontentsection] [/pl_tabs]

      I get a strange output (in the attachment).

      Any ideas?

      Thanks in advance!

    • MooiWeb
      By MooiWeb
      Hello,

      I would like to align my qtranslate with my breadcrumb so that the flags are on the same hight.
      I'm aware of putting a code in the custom css and tryed severall codes from your site but for now, no succes

      The site i'm working on is http://nieuw.vazdias.nl

      Thx,
      Edwin



×