Yogesh Kumar
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Post Title Division in 2 PartsEverything is fine Buddy!
The point is only, How I would put
<span class="subheadline">How an irreverent sports site made the big leagues.</span>
from wordpress admin panel. If I would place <span>…</span> in the title box, it will appear like this
<h1 class="xyz">some text <span class="subheadline>some text </span></h1>
but I want this to be appear like this:
<h1 class="xyz">some text </h1><span class="subheadline>some text </span>
Thanks,
Forum: Themes and Templates
In reply to: Post Title Division in 2 PartsLets give it a try.
I want to change the color of half post title. Half title color should be #333 and half should be #808080.
This is the port URL – https://www.techsnapr.com/2013/01/25/chrome-browser-for-android-updated-brings-support-to-toggle-hidden-elements/
Forum: Themes and Templates
In reply to: Post Title Division in 2 PartsOkay! Great,
But, I am still not clear. If I will put
Test title <span class="mycolor">color</span>
subheadline would be displayed in <h1>…</h1> tag.And above website is having title like this:
<h1 class="headline">How to Win the Super Bowl</h1> <span class="subheadline">Paul Venables, co-founder of Venables Bell & Partners, on the challenges of cooking up creative Super Bowl spots</span>
subheadline is after </h1> tag and not included in <h1> …. </h1>
What is the solution for this?
My website: Techsnapr.com
Forum: Themes and Templates
In reply to: Post Title Division in 2 PartsThanks for quick response!
Yeah! Let me explain, the link above you can see the post title in two different colors. First part is Black and Bold and rest of the title is dark grey color. You can inspect element for the same.
Look these screenshot I attached for your reference.
Screenshot 1 – https://dl.dropbox.com/u/58301088/images/Adweek.png
Screenshot 2 – https://dl.dropbox.com/u/58301088/images/post-title.png
Now I hope you will get the clue. Thanks
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] SEO Yoast causing error 404Thank you so much guys,
I have resolved my problem by unchecking “Strip the category base (usually /category/) from the category URL”. under permalinks settings of Yoast plugin.
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] SEO Yoast causing error 404Thank you so much for your answer.
Can you please tell me where I can find the option to uncheck “Enforce a trailing slash on all category and tag URL’s”. As I am using latest version of yoast SEO v1.2.5
I am unable to find this option.
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] SEO Yoast causing error 404Hi Guys,
Getting the same error –
Everything was working fine just before updating Yoast WordPress SEO plugin version 1.2.4 to 1.2.5 I had enabled strip category in previous version. Now after updating to latest version it is causing error category permalink wrong redirection.
When I try to see post under category, it is redirecting me to some particular post and some category is showing 404 not found error.
My website URL – https://www.techsnapr.com/
Please help me to fix this error.
Hi,
You need a little tweak in your CSS file. Locate the below code in your css file and change text-transform property to none –
h1, h2, h3, h4, h5, h6 {
color: #111111;
font-weight: 700;
line-height: 130%;
margin: 0;
padding: 0;
text-transform: capitalize;
}Like this:
h1, h2, h3, h4, h5, h6 {
color: #111111;
font-weight: 700;
line-height: 130%;
margin: 0;
padding: 0;
text-transform: none;
}Forum: Fixing WordPress
In reply to: Taxonomies: WordPress categories stopped workingI think – the YOAST WordPress SEO plugin I’m using is breaking it.
Please help…
[No bumping. If it’s that urgent, consider hiring someone.]
Forum: Fixing WordPress
In reply to: WordPress Permalinks getting confusedSame error and same plugin causing issue on my website also. When I try to see posts under category, it redirects me to some particular post and few categories are showing a 404 page.
My URL is – https://www.techsnapr.com/
Please help…
[No bumping. If it’s that urgent, consider hiring someone.]
Forum: Plugins
In reply to: WordPress SEO – Yoast PluginPlease help!
This is my blog URL – https://www.techsnapr.com/
Forum: Themes and Templates
In reply to: Pagination for older postsHi,
I tried this code, still not working. Mixfolio theme has 2 files home.php and index.php
home.php doesn’t have_posts but index.php have
I tried your given code and pasted into index.php file and nothing happened then i tried same code into home.php file its creating some navigation link but still not able to move to next page.
here I am testing https://beta.androidholik.com/
Forum: Themes and Templates
In reply to: Pagination for older postsThanks David,
I have already contacted GraphPaperPress about this. They are saying for considerable customization and their charges are high minimum $500 and I can’t afford this much money.
I have tried adding this code to home.php “<?php get_pagination() ?>”
and added code to functions.php
[code moderated – for any code longer than 10 lines, please use the pastebin]
So now navigation links has been created, but still not able to see next page.