tckrockz
Forum Replies Created
-
Thanks Stas for the quick reply. I just figured things out by reading the handbook. I noticed the new project at coursewa.re. From the first glance I am guessing its a paid service right?
Okay Great! Thank you John. I just noticed that it has meta tags. I will edit it out to suit my needs.
Forum: Plugins
In reply to: Cover-flow type gallery?Found a plugin.
I fixed the issue. I altered the default dimensions of the plugin. You need to make some adjustments to your installation guide buddy.
// Set thumbnail width (default 100) 'thumbnail_width' => digit // Set thumbnail height (default 100) 'thumbnail_height' => digit
When I tried to use the above code in a PHP file I got the above error. When I looked in the plugin php it looks like this;
// Set thumbnail width (default 100) 'thumbnail_width' => 100<strong>,</strong> // Set thumbnail height (default 100) 'thumbnail_height' => 100<strong>,</strong>
That , seems to have caused the above problem for me it seems.
If I may bring this topic up how did the OP resolve this issue? I have been faced with the same error as well. I’d like to know how to get around this rather than manually moving the website. I am not using Godaddy hosting I am using a linux server.
Thanks.
Forum: Plugins
In reply to: [Facebook] [Plugin: Facebook] Re position the comments boxMatt: Most of the plugins provide a method to implement the comments box using a shortcode which is highly preferred by the developers as it gives the ability to include the box where we want. I am currently using the https://www.ads-software.com/extend/plugins/facebook-awd/ plugin which provides the ability to add the comment box using a shortcode. I am sure the rest will prefer the same way as well.
B: Thank you for the method. I will give it a shot when I get some time and will let you know how it works out. That is the most important point I decided to use the official plugin as well so that it doesnt interfere with anything and works as it should. A non touched plugin.
Forum: Plugins
In reply to: [Facebook] [Plugin: Facebook] Steps to Reproduce Your Action.. BUG Open GraphActually the process is quite easy. You just have to give the way to re produce the actions stepwise.
1. The user can register with the wordpress site using their facebook account (via connect) or wordpress.
2. When a user publishes a post in the website the facebook plugin(official wordpress plugin) will automatically publish the action saying he published the article to his profile as well as the mentioned friends and fan pages.
I think the plugin developers should include in the documentation about the approval process as well.
Forum: Plugins
In reply to: [Facebook] [Plugin: Facebook] Moderating tool not visible?Here you go.
https://musicarecleverwords.info/2012/06/testing/First of all you are not alone I am having the same problem as well. Its not just the official facebook plugin its going on with the other plugins such as Facebook AWD as well. A quick Google search revealed that its because of the interference of og tags but I am still stuck trying to figure out a way.
I tried the plugin in a fresh installation as well the moderating tool nor the comments are showing up.
I managed to fix the whole issue I placed the code to load along with the <head> of the website and it fixed everything.
Will it work if I edit and add the code to the CSS of the Events Manager(not sure if it has one though) instead of the theme CSS?
Forum: Fixing WordPress
In reply to: Moving domains? (links)I tried moving although I got the blog to work I cant seem to get the old url’s to redirect to my new blog.
as in the above situation if I visit test.com/2011/12/test I am not redirected to testing.com/2011/12/test
Any idea on how do this?
Forum: Fixing WordPress
In reply to: Moving domains? (links)Okay great. Thanks for helping out.
Forum: Fixing WordPress
In reply to: Moving domains?Sorry!!!
Forum: Fixing WordPress
In reply to: Moving domains?Oh that explains. Thank you.
One quick question if I move let’s say I have a post on
Test.com/2011/12/test if I move to testing.com. If someone visits the link Test.com/2011/12/test will he be redirected to the same post on testing.com/2011/12/test