nandiniii
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to add page navigation numbers at the bottom of each pageI am using child theme of Fashionista theme and I don’t know where to add code given in the above link because I have just two files in my child theme directory viz. style.css and functions.php. Can you please tell me which code to copy and where?
Forum: Fixing WordPress
In reply to: Post thumbnail size in sidebar widgetSince the issue is resolved now, I am marking this topic closed.
Forum: Fixing WordPress
In reply to: Mkae Social Icon Buttons display their original colour in a BlogSorry, I forgot to mention it earlier. Its https://perkymegs.com
Forum: Fixing WordPress
In reply to: Post thumbnail size in sidebar widgetHi lorro! Thanks a lot for all your help. Everything is working fine now. Thanks again for your prompt replies.
Forum: Fixing WordPress
In reply to: Post thumbnail size in sidebar widgetHi Iorro!! Finally all my post thumbnails are looking fine in sidebar widget. It just happened by itself the day after I again ran the regenerate thumbnails plugin. I think making the 50s to 150s did the work. Thanks a lot for your help. Can you now please tell me what code to copy in functions.php file of my child theme? Whether the code you mentioned above will work or something else?
Forum: Fixing WordPress
In reply to: Post thumbnail size in sidebar widgetI did change from 50 to 150 before 6th March. I had run again the regenerate thumbnails plugin after making this change in my functions.php file. May be what you are saying is right. But the problem persists with my older posts. I have also posted another post today which is also fine. Please suggest something to rectify this problem with my older posts.
Forum: Fixing WordPress
In reply to: Post thumbnail size in sidebar widgetI couldn’t find these line in functions.php file of my child theme. Just these lines are present similar to what you said:
add_image_size(‘yarpp-thumbnail’, 180, 120, true)
But these are for yarpp thumbnails at the bottom of the page and not for sidebar widget.
Moreover, I have observed that sometimes all by itself, it shows correct pictures in chrome browser but not in IE but most of the times its all blurred. The latest one is fine which I posted two days ago but most of all other are blurry. Could there be some solution for it?
Forum: Fixing WordPress
In reply to: Post thumbnail size in sidebar widget@ravipatel
I couldn’t understand which code to copy and where. Can you please elaborate? Do I have to copy in the parent theme or child theme?Forum: Fixing WordPress
In reply to: Post thumbnail size in sidebar widget@Iorro, I have made the change in my parent theme functions.php file however, its still the same. The images are still blurry.
Forum: Fixing WordPress
In reply to: Post thumbnail size in sidebar widgetHi! I am not sure whether changing anything in the parent theme would be appropriate as I have read at many places that parent theme should not be touched at all. After updation of the parent theme, all the changes will be lost! Rather I would be happy to insert some code in my child theme. Is that possible?
Forum: Fixing WordPress
In reply to: Post text to be aligned centerThanks for the reply but its not working. The thin line is still there on all my earlier posts.
Forum: Fixing WordPress
In reply to: Post thumbnail size in sidebar widgetI am using child theme in which functions.php contains some coding for YARPP and nothing else. Moreover, I have already written this code in CSS file:
/* Image Styles */
.entry-thumbnail img {
width: auto;
height: auto;
}Does this code effects the code you mentioned above. I cant figure out how to copy above code in functions.php file?
Forum: Fixing WordPress
In reply to: Post thumbnail size in sidebar widgetYes I have run it again using the Plugin ‘Regenerate Thumbnails’ ,however, that doesn’t make any difference. The thumbnails are still blurred for the new posts on WordPress. Please suggest a resolution.
Forum: Fixing WordPress
In reply to: Mobile site is left alignedHi. It works for me. Now my mobile site is also perfectly aligned. Thanks a lot Mike for your prompt help. Thanks again!!
Forum: Themes and Templates
In reply to: How to justify textHi. Thank you so much. It worked perfectly for me. Now all my posts are aligned justify. Thanks again for your help!