tomfrom
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Thirteen] Changing the Post Navigation links colourstry
.navigation a {
color: #004c7c !important;
}On line 2757 in style.css you will find:
@media (max-width: 643px) .site-title { font-size: 30px; }
change the pixel value to something more suitable (15px or 20px)
Forum: Plugins
In reply to: [The Events Calendar] Calendar disables homepage sliderForum: Plugins
In reply to: [The Events Calendar] Calendar disables homepage sliderYou need to roll back to the 2.0.9 version, im having the same problem, i fixed it this way before but it got updated again, just looking for the link to 2.0.9 now…
try 2.0.8 if 9 dont work
Forum: Plugins
In reply to: [The Events Calendar] conflict with plugin TheThe Image SliderIt is working on 2.0.9 actually, had to ctrl + f5 to refresh
Forum: Plugins
In reply to: [The Events Calendar] conflict with plugin TheThe Image SliderAlso having this problem, ive downgraded to 2.0.9 but thethe image slider is still stuck on the loading screen, going to try downgrading to 2.0.8
Forum: Plugins
In reply to: [Sociable] [Plugin: Sociable] Link duplicated in tweetsFound a fix! adapted a post by fitz0019
To remove the double link on the Twitter count button.
Open sociable.php in root of the plugin
Search for ‘data-text=”TITLECOUNT – PERMALINKCOUNT”‘
Replace with data-text=”TITLECOUNT”
Go into WP Admin
Select Sociable options and “Reset Sociable”
Re select all your previous settings (annoying)
Done.Forum: Plugins
In reply to: [Sociable] [Plugin: Sociable] Link duplicated in tweetsIve looked all through the code and cant figure out where the URL for the sharing link is created, One part of the link is being built wrong adding the URL into the end of the title. Can anyone find the code that makes the ‘title’ field that is placed into the iframe with the twitter button link inside?
It seems this bug has been around for a while! Really need a fix soon.