Ankit Singla
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Sliders problem – images not rotating. Tried two or three sliders.Thanks wpcanyon.
But, I have not added Nivo Slider.
I just installed a plugin “Easy Nivo Slider” – how do I update Nivo slider in it??
Sorry for these basic questions.“I am using thematic, can be it something with adding scripts to child theme??””
Forum: Fixing WordPress
In reply to: Sliders problem – images not rotating. Tried two or three sliders.While Googling for this, I found that “” I may be using double instances of Jquery”” but I don’t know I am using that or not??
I haven’t added anything like that manually.
Forum: Fixing WordPress
In reply to: Links disappear when editing a published post.I am sorry, I can’t help about this issue.
But as an aid, before you publish/edit the post, remember to save the html in a text file.
So, if it removes few tags, you will not have to work again.Forum: Fixing WordPress
In reply to: Blog posts are showing up fully on home page, instead of summarized.Try adding this after the first “” ?> “” after the_excerpt(); statement.
<a href="<?php the_permalink(); ?>" title="Continue Reading">Read article</a>Forum: Fixing WordPress
In reply to: Blog posts are showing up fully on home page, instead of summarized.In your hosting control panel,
wp-content >> themes >> coogee(themenamedirectory) >> index.phpForum: Fixing WordPress
In reply to: How to make my Post Image smaller?Don’t forget to mark it resolved.
Forum: Fixing WordPress
In reply to: How to make my Post Image smaller?Thanks for that. But, I am just beginner trying to help others like me.
–>I have already seen that you have done that.
–>Actually, it will show the featured image you set for the post.
And, that code was forcing to enlarge to hundred % width , and the automatic height.–>For now, it is picking up the post_thumbnail size set 150×150.
You may want to have this size in your main page, and some different size on inner pages.Try this info::
http://codex.wordpress.org/Function_Reference/the_post_thumbnail#Thumbnail_SizesYou may find these codes in your functions.php file.
Forum: Fixing WordPress
In reply to: Blog posts are showing up fully on home page, instead of summarized.You may try searching index.php file for ::
the_content();
and replace it with :
the_excerpt();
Forum: Fixing WordPress
In reply to: How to make my Post Image smaller?Try removing the code at line number 1657 in your style.css
.imgholder img {
height: auto;
width: 100%;
}remove this code.
Forum: Fixing WordPress
In reply to: Blog posts are showing up fully on home page, instead of summarized.It depends upon the theme. Which theme are you using??
Forum: Fixing WordPress
In reply to: How to fix my site?You have your site running??
Forum: Fixing WordPress
In reply to: Troubleshooting paypal sandbox.Yes, friend.
I have tried, at my best. I don’t where I am doing it wrong. I have tried using the video tutorials for Wp-ecommerce setup, but with no success.
Edited: Also have dropped a message using your contact form.
Forum: Fixing WordPress
In reply to: Troubleshooting paypal sandbox.Seeking help on this, meanwhile helping others.
Forum: Fixing WordPress
In reply to: Having Trouble Finding the .htaccessYou don’t need .htaccess to change the site URL.
Try this info::
http://codex.wordpress.org/Changing_The_Site_URLForum: Fixing WordPress
In reply to: Can create page but tag does not accompany itThen most probably he have hard coded the menu, and have not used wordpress page menu function to generate the menu.
Please, wait for suggestions from other forum members, you will get one soon.