ukneeq
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Optimizer] Unable to edit slider on frontpageThat’s the problem I am having. I can not get to the text fields to clear them. When I go to front page and slider, I try to click on the button CTA but nothing happens. I never get a text field to clear it.
Forum: Themes and Templates
In reply to: [Optimizer] Unable to edit slider on frontpageHey…sorry I guess I should have turned it back on. I had it turned off since I couldn’t remove the buttons. I’ll turn it back on. Just please let me know once you have seen it and I can turn it back off.
Forum: Themes and Templates
In reply to: [Optimizer] Unable to edit slider on frontpageSure thing. The site address is https://swiftsource.net/
Forum: Themes and Templates
In reply to: [Optimizer] Unable to edit slider on frontpageI have confirmed it was set to “Your Latest Posts” and also tried re-installing. I get the same problems. I’ve tried in both Safari and Chrome.
Forum: Themes and Templates
In reply to: [Optimizer] Unable to edit slider on frontpageI disabled all plug-ins and still can not edit the slider buttons. Also for the slider, I can’t add a slideshow or video. I’m using WordPress 4.9.1 and your free theme.
Forum: Themes and Templates
In reply to: [Tempera] Tempera 1.0.1.1 update broke a lot of stylesmy site is https://fedil.ukneeq.com
It seems to have resolved itself so I’m not sure if it was some type of cache issue or I also tried going into the settings and just re-applying some. But all appears good now I believe.
Thanks,
I’m also having this same issue. Has anyone found a resolution?
Forum: Plugins
In reply to: Plugin/Widget for displaying Facebook wall in WP siteI wrote some code that will allow you to display your Facebook wall feed from your personal Facebook profile. You can check it out: https://fedil.ukneeq.com/2011/06/23/facebook-wall-feed-for-wordpress-updated/
I just posted it today. I tested it on my own blog and it seemed to work. Any feedback would be appreciated.Forum: Plugins
In reply to: Facebook wall on my blogI also wanted my facebook status updates to be on my blog, but could only find outdated information on it. I started coding my own way to do it and would eventually love to create a wordpress plug-in for it. I just haven’t had time to look into how to do that. If you would like to see how I do it, I have posted a blog entry about it:
https://fedil.ukneeq.com/2011/01/03/facebook-wall-feed-for-wordpress/Hopefully it helps. If you have found a plug-in please let me know.
Forum: Plugins
In reply to: [Plugin: Simple Facebook Connect] User Status not showingYea I tried getting help from the creator but he wasn’t much help. He kept saying it was a privacy setting, but I got the same blank page when I opened up everything to everyone. So I think he just didn’t care to look into it. If someone finds the solution please post it. I’ve since just created my own code, but don’t know how to make it into a plugin.
Forum: Plugins
In reply to: [Plugin: Simple Facebook Connect] User Status not showingI also can’t get the user status to show up. I’m using the widget in a sidebar. When I view source of the page I see the FBML tag but there isn’t any output. Anyone have a resolution?
Forum: Plugins
In reply to: Plugin/Widget for displaying Facebook wall in WP siteI’m looking for the same thing. I have yet to find anything out there. I have started on the code to do it myself, but I’m not really familiar with how to make it a plug-in or widget. Let me know if you find something.
I actually had this same problem. I discovered that the new XFBML FB Like button is incompatible with the old FB Connect javascript. To fix it I had to use the XFBML version of the FB Share button. To do it all I did was edit the plugin and edit the file: facebookshare.php. I removed the following line from the function fb_generate_button():
$button = '<div id="fb_share_1" style="'.get_option('fb_style').'"><a name="fb_share" type="'. get_fb_type() .'" share_url="'.$url.'" href="https://www.facebook.com/sharer.php">Share</a></div><div><script src="https://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script></div>';
and added:
$button = '<div id="fb_share_1" style="'.get_option('fb_style').'"> <fb:share-button href="'.$url.'" type="'. get_fb_type() .'"></fb:share-button></div>';
Forum: Fixing WordPress
In reply to: How can I get the User Profile info onto a static pageI finally got it…Thanks for the replies!
Forum: Fixing WordPress
In reply to: How can I get the User Profile info onto a static pageOk I have seen that, but it doesn’t say how to make that the information in the about page that was created. I have created the author.php file and I see it show up in the theme editor. But when I go to Pages and then edit the about page I don’t see Authors Template showing up as an option in the templates sidebar.