Arnoud
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Menubar issue – twentytwelveits not a public website, sorry.
I do have a screenshot:
1)
http://oi46.tinypic.com/24o8ryo.jpg2)
http://oi49.tinypic.com/2nsqfcw.jpgIt needs to be algined with the images in the ‘portfolio’ column.
Forum: Themes and Templates
In reply to: Menubar issue – twentytwelveSounds like a good option, but how would I accomplish that?
I’ve been playing around with this for a few hours now. 🙂Forum: Themes and Templates
In reply to: [Theme: TwentyTwelve] Custom Sidebar drops below postFound it. 🙂
I needed to copy the default sidebar-front.php to sidebar-photo.php
Contents of Sidebar-photo.php:
<?php if ( is_active_sidebar( 'sidebar-4' ) ) : ?> <div id="secondary" class="widget-area" role="complementary"> <?php dynamic_sidebar( 'sidebar-4' ); ?> </div><!-- #secondary --> <?php endif; ?>And then change a line in photo-page.php:
<?php dynamic_sidebar('sidebar-4'); ?>into:
<?php get_sidebar( 'photo' ); ?>Forum: Themes and Templates
In reply to: [Theme: TwentyTwelve] Custom Sidebar drops below postThanks for your reply. 🙂
The photo-page.php is a copy of the default page.php file.
The only thing I changed is:<?php get_sidebar(); ?>into:
<?php dynamic_sidebar('sidebar-4'); ?>I can’t find any relation to “dynamic_sidebar” in the style.css file.
I assume the CSS remains the same?
That’s a nice one. Thanks for sharing bajan4evr2
Almost perfect…
Unfortunately no “like” button. 🙁
And only shows on mouse over.So basically your reply doesn’t help me. 😉
Thanks anyway. 🙂I’ve discovered that when you change the DEFAULT Internet Options | Privacy setting of Internet Explorer from “Medium” to “Accept all cookies” it works.
However that isn’t preferable as many visitors of my website won’t know where to find that option and second, the plugin is supposed to work with default browser settings in my opionion.
IE9 has the same issue by the way.
I fixed this by editing each category via /wp-admin/edit-tags.php?taxonomy=category
At the very bottom of the editing page for a category there is a line: Include in sitemap?:
By default it is set to “Automatic”
When I changed that to “Always” the category-sitemap.xml was generated and no more 404 error.I fixed this by editing each category via /wp-admin/edit-tags.php?taxonomy=category
At the very bottom of the editing page for a category there is a line: Include in sitemap?:
By default it is set to “Automatic”
When I changed that to “Always” the category-sitemap.xml was generated and no more 404 error.Forum: Plugins
In reply to: wordpress seo by yoast plugin: category-sitemap.xml 404I fixed this by editing each category via /wp-admin/edit-tags.php?taxonomy=category
At the very bottom of the editing page for a category there is a line: Include in sitemap?:
By default it is set to “Automatic”
When I changed that to “Always” the category-sitemap.xml was generated and no more 404 error.I fixed this by editing each category via /wp-admin/edit-tags.php?taxonomy=category
At the very bottom of the editing page for a category there is a line: Include in sitemap?:
By default it is set to “Automatic”
When I changed that to “Always” the category-sitemap.xml was generated and no more 404 error.Open /wp-content/plugins/wordpress-seo/inc/class-sitemaps.php
search for “weekly”
replace with “daily”it’s in there a couple of times, for page/post/category/tag.
Unfortunately you can’t specify this for a single page/post entry.
The setting is for all pages or posts.You can differentiate beteween a page / post / category.
Example:You could change weekly do daily for a page but not for a category.
Would be a very nice feature to add to the SEO plugin.
NOTE: updating the plugin might change these values back to their default ‘weekly’ setting.
Forum: Themes and Templates
In reply to: Limit number of displayed archives in sidebarReally no one?
Forum: Themes and Templates
In reply to: Limit number of displayed archives in sidebarAnyone?
Bring on the Google +1 button! 🙂