K A
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Sixteen] Captioned Images Alignment WrongHello nrepair,
It might because the image you have uploaded is smaller in size. Try uploading bigger size image, it will automatically fit into entire post content area.
Forum: Themes and Templates
In reply to: Genesis Mobile Theme CustomizationUn-fortunately, no one can help from end to end. Consider hiring a CSS developer.
Forum: Plugins
In reply to: [Swifty Bar, sticky bar by WPGens] New Feature requestsIf you add all those features, it will no less than a premium plugin 🙂
I give thump up for 1st and 4th feature.Hi Goran,
Found the culprit and solution. Mod_PageSpeed was creating issue because CSS file was not up-to date with latest release.
Solution is here:
1. Disable any Caching Plugin (for me Autoptimize)
2. Turn off Mod_PageSpeed (addingModPageSpeed Offin HTACCESS file)
3. Reload Apache Server via console (sudo service apache2 reload)
4. Restart Apache server (sudo service apache2 restart)
5. RemoveModPageSpeed Offrule from HTACESS file
6. reload and restart Apache
7. Turn on Cache plugin.
Thats it, Now its working fine.Thanks for support.
Ohh ! Okay.
I am using Autoptimize Plugin and Google PageSpeed_Mod for caching. I guess any of one might be culprit. Let me check what can I do for this issue.
Thanks for debugging, I will test with different cache plugin to check how Swifty Bar works.
Cheers !
As requested, this is my site SmartGeekBlog.
Forum: Plugins
In reply to: [Network Latest Posts] How to display title with instead of ?Instead of H2, H3 can would work for me. 🙂
Please help. 🙂
Thanks in Advance.
Forum: Plugins
In reply to: [Network Latest Posts] How to display title with instead of ?Oops ! Title went wrong. Truncated <p> and <h2> tags from title. 🙂
How to display title with <p> instead of <h2> ?
Great! Thanks Stefano 🙂
BR,
KushalForum: Fixing WordPress
In reply to: Thumbnail IssuesAre you using any Auto Featured image plugin ? If yes, then there might be settings to choose default image as first image.
Forum: Fixing WordPress
In reply to: How to make my site appear on Google search engineThis is very big and huge topic to discuss. I would suggest using Google WMT for submitting site to index and learn about SEO and SERP on various online resources site like, MOZ, SEJ, Yoast etc.
Forum: Fixing WordPress
In reply to: Pages too bigSite looks good for me.
For Spam, use Akismet(recommended) or GASP or WP-Recaptcha plugin.
Forum: Fixing WordPress
In reply to: Warning functions_custom.php IssueThis is due to some plugin conflicts. Did you added any plugins recently or made any changes to function.php file ? If yes, then delete that plugin or undo the changes and check again.
Forum: Fixing WordPress
In reply to: Redirection don't work with meTo make Redirection plugin working. Add redirection URL and then go to premalinks and click on Save button.
P.S: For first time, you need to click on Save button to update .htaccess file rules.
Forum: Fixing WordPress
In reply to: HTTP error when uploading new mediaOMG ! That’s very big file size. Recommend to reduce file size and upload. By default, WordPress Max upload size limit is 2MB. And also convert JPG into PNG format.
I hope this will resolve your issue.