faktanett
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Chunk] Translation of ChunkFigured this out. There is an error in the themes functions.php
Change
load_theme_textdomain( 'chunk', get_template_directory_uri() . '/languages' );
to
load_theme_textdomain( 'chunk', get_template_directory() . '/languages' );
Forum: Themes and Templates
In reply to: [Theme: Chunk] Translation problemThere is an error in the functions.php file.
Change
load_theme_textdomain( 'chunk', get_template_directory_uri() . '/languages' );
to
load_theme_textdomain( 'chunk', get_template_directory() . '/languages' );
Forum: Networking WordPress
In reply to: Block off /blog/ on main siteI could not get Sitewide tags to functing how I want this to work
Let’s draw a picture
animalfarm.com (main site)
—dogfarm.com (sub 1)
—catfarm.com (sub 2)
—pigfarm.com (sub 3)WpeMatico runs crons and autoposts from sub 1, 2 and 3s respective RSS feeds to categories on main site named after the sub sites (so, content from dogfarm.com is posted on animalfarm.com in a category called….wait for it….dogfarm.com)
WpeMatico also links title of these posts back to the feed source (post on dogfarm.com).
Animalfarm.com in turn is set up to show featured image and excerpt from these posts on it’s front page, with title linked back to original site.
However, the way WP works, these posts are also accessible by accessing animalfarm.com/blog/dogfarm.com/
THAT is what I want to stop.
Basically, I would like animalfarm.com to only have front page and pages accessible to users, no blog categories.
Forum: Plugins
In reply to: [W3 Total Cache] Latest Update Breaks Cron JobSame issue for me. Cronjobs in WpeMatico stopped running anfter last update. When deactivating W3TC, they start running as normal, then when reactivating W3TC, they stop again.
Forum: Plugins
In reply to: [WPeMatico RSS Feed Fetcher] Campaigns not autorunning at scheduled timeUpdate on this. I have been having issues with W3 Total Cache messing up a lot of stuff since it was updated around the same time crons stopped working, so tried disabling it. Crons are now running again.
Will try to re-activate W3 later and see if this stops crons again.
So far however, this seems to be the culprit, either because of the caching, or a conflick between the plugins themselves.
Forum: Plugins
In reply to: [WPeMatico RSS Feed Fetcher] Campaigns not autorunning at scheduled timeHaving the same issue, however, for me it started about a week ago. Before that crons worked perfectly for a few weeks.
Forum: Networking WordPress
In reply to: My Sites Drop Down Repeating Same NameUpdate W3 Total Cache
Forum: Networking WordPress
In reply to: 3.5.1 made my multisite admin bar go bonkersThis is resolved. W3 Total Cache was the culprit
Culprit is found.
Do you use W3 Total Cache? An update was just released for it, after insalling this, things turned back to normal.
I have the same issue surface after i upgraded to 3.5.1, so thought they bonkered up something in that update.
However, I rolled back to WP 3.5 again without error disappearing, and also deactivated all plugins, including domain mapping. Still no joy.
Forum: Plugins
In reply to: link images to postIt is a normal image inserted into post.
Forum: Plugins
In reply to: link images to posthttps://mobilfakta.no/wp/category/faktadatabasen/
Check this for an example of a category page. I have started giving images links manually, but this seems like an ineffective way of doing it, and I would also think it would cause issues if permalink structure is changed.
Forum: Fixing WordPress
In reply to: Hide text above in post viewThat won’t work in my case, as the image and title are also a part of the post, so stripteaser would nuke them too.
I was hoping I could do this with a shortcode using an if statement
Sillyphp follows to illustrate
if category
echo “Spec sheet for XXX”;