anshul1304
Forum Replies Created
-
Thanks Cais! Your diagonsis was partly correct.
The problem was of height but not of thumbnail height. The height of band where I have hyperlinks below the thumbnail was more than the height of band where I had plain text.
I have fixed that now.
Thank you for your direction.
Best,
AnshulForum: Plugins
In reply to: [Image Gallery - Responsive Photo Gallery] Multiple Justified GalleriesI figured out that multiple justified galleries are working but one gallery which has around 190 images is not getting saved in Justified view.
Any ideas? Is there a restriction on the number of images?
Forum: Plugins
In reply to: [Benchmark Email Lite] SFTP instead of FTPHi Randy,
Thank you for getting back to me on this.
I was able to install the plugin by downloading the zip file and transferring the folder on the server through SFTP.
To answer your question, I am using WordPress 4.2.1 and other plugins are installing without asking for FTP permission.
Best,
AnshulForum: Fixing WordPress
In reply to: Archive shows same posts on all pagesThanks for your help Alchymyth!
Much appreciated.
Forum: Fixing WordPress
In reply to: Archive shows same posts on all pagesHello Alchymyth,
Ok, I removed the query and it seems to be working fine.
Do I need to add the sorting function in functions.php file?
Please advise.
Regards,
AnshulForum: Fixing WordPress
In reply to: Archive shows same posts on all pagesAlso, as of now, my functions.php file just has this code:
<?php
if ( function_exists(‘register_sidebars’) )
register_sidebars(1);
?>Forum: Fixing WordPress
In reply to: Archive shows same posts on all pagesHello Alchymyth,
No, I did not do that. What do I put there in place of the above query?
Sorry for the trouble, but am more towards designing and less towards programming.
Regards,
AnshulForum: Fixing WordPress
In reply to: Archive shows same posts on all pagesHello Alchymyth,
Thanks for your message.
This however did not solve the issue. I added the function in the php file but there was no effect.
I still get same posts on the next page.
Regards,
AnshulForum: Fixing WordPress
In reply to: Archive shows same posts on all pagesOk Andrew, I will take care of this.
Forum: Fixing WordPress
In reply to: Archive shows same posts on all pagesMy archive.php page has this code:
<?php if (have_posts()) : query_posts(“cat=” . $cat . “&orderby=menu_order&order=ASC”); while (have_posts()) : the_post(); ?>Is this an issue related to archive page or is it related to query.php page? Any ideas.