abbey82
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Instant Feeds] WP Instant feeds not loading my IGHi Sally ??
It’s definitely not CSS code. It is a different kind of code called PHP.
The section you added this to was called “WP customise additional css tab”?
That’s a good place to start, but it’s most definitely not the place to be putting this code. It needs to be placed in the template page you’re trying to edit. This template page is a file with an extension of .php (for example page-home.php). You’ll find this in your theme’s folder directory.
I think there’s a way to access these files through the WP admin, but if you’re unfamiliar with code (just an inference I made from reading your CSS comment) it may not be the best idea to edit any of these files. Nevertheless, you can probably find it here: https://inspireyourownstory.com/wp-admin/theme-editor.php
ps. and yes the __YOUR_NAME_HERE__ is indeed your IG url username: https://www.instagram.com/abbeyeverson/
if( function_exists( 'wp_my_instagram') ) wp_my_instagram( array( 'username' => 'abbeyeverson', 'limit' => 9, layout => '3' ) );
Forum: Plugins
In reply to: [WP Instant Feeds] WP Instant feeds not loading my IGHeya, I can’t see your page. Its admin lock is on.
I had a problem getting this working on a client’s site here recently. I finally got it working on the newest version (1.3.3). I know you’ve already done that, but here’s my php code:
if( function_exists( 'wp_my_instagram') ) wp_my_instagram( array( 'username' => '___USERNAME_IN_URL___', 'limit' => 9, layout => '3' ) );
I’m not too sure how the elementor builder works but if you can get this code into your php template, it should work… ??
Forum: Plugins
In reply to: [WP Instant Feeds] images dont loadhmm… what does this even mean specifically? How does one “enable” this file?
I’m having the same problem… the images showed up the first time and then after that:
<li class="wpmi-item"> <a href="" target="_blank"> <img src="" alt="" title=""> </a> </li>
Forum: Plugins
In reply to: [HTML5 jQuery Audio Player] Can't get player to work in Google Chrome browserForum: Plugins
In reply to: [HTML5 jQuery Audio Player] Can't get player to work in Google Chrome browserI can’t get it to work for me in this browser either…. firefox works fine however…