stormymondays
Forum Replies Created
-
I do. Doesn’t this one use the extracts then?
You are right, the description is correct now. Not sure if it got fixed by unsetting and setting options again.
The og:description and the twitter description are still using the full text of the page. Is that normal.
Here:
https://www.dropbox.com/s/e0d9wtlr2t83upr/Captura%20de%20pantalla%202015-05-19%2018.29.43.png?dl=0And:
https://www.dropbox.com/s/h13uwzdxrevsm7x/Captura%20de%20pantalla%202015-05-19%2018.30.05.png?dl=0https://www.dropbox.com/s/0gahj883fted8ru/Captura%20de%20pantalla%202015-05-19%2018.30.24.png?dl=0
Thanks!
Exactly. And I want them autogenerated from the excerpts, which is what the documentation says:
By default, All in One SEO Pack will use the excerpt from a post as the autogenerated description and then fall back to using the content if an excerpt is not present
The posts all have excerpts, and the description is being autogenerated from what seems to be the full text of the post, without a limit.
You can check any post on this site, here’s the latest:
https://www.cosasquemolan.com/lampara-de-mesa-frybo-de-ikea-con-bateria-recargable/I do want AIOSP to autogenerate descriptions, and I do want it to get them from the extract. Right now it’s not using the extract and I can’t even get it to not autogenerate them.
Edit: screenshot of the settings:
https://www.dropbox.com/s/e135qtrniqb6bp4/Captura%20de%20pantalla%202015-05-19%2017.40.25.png?dl=0Thanks for the incredibly quick reply!
Fantastic, thanks a lot for the update and fix!!!
Forum: Themes and Templates
In reply to: [Coeur] Disabled Header TextI think it’s a bug in your code:
<?php if ( get_theme_mod( 'coeur_logo' ) ) : ?> <div class='site-logo'> <a href='<?php echo esc_url( home_url( '/' ) ); ?>' title='<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>' rel='home'><img src='<?php echo esc_url( get_theme_mod( 'coeur_logo' ) ); ?>' alt='<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>'></a> <h1 class="blog-title"><a href="<?php echo esc_url( home_url() ) ?>"><?php bloginfo('name'); ?></a></h1> </div> <?php else : ?>
It should be:
<?php if ( get_theme_mod( 'coeur_logo' ) ) : ?> <div class='site-logo'> <h1 class="blog-title"><a href='<?php echo esc_url( home_url( '/' ) ); ?>' title='<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>' rel='home'><img src='<?php echo esc_url( get_theme_mod( 'coeur_logo' ) ); ?>' alt='<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>'></a></h1> </div> <?php else : ?>
Wrapping the logo in h1 tags is a personal preference, but removing the extra h1 line is the bug.
Forum: Themes and Templates
In reply to: [Coeur] Header color selector not workingNot sure why this is “resolved”. The header background is hardcoded to white.
Forum: Themes and Templates
In reply to: [Coeur] Disabled Header TextIt seems you have done the opposite of the request. Unless I’m missing something, there is now a checkbox that removes the site description.
I need to remove the site Title, because the title is already in my logo. The description is fine where it is.
Forum: Themes and Templates
In reply to: [Coeur] How do I move the search button?Moving it to the right side definitely helps. I would also like to see an option for disabling it.
Forum: Themes and Templates
In reply to: [Coeur] Disabled Header TextCount me in for this request. I think if you upload a logo, the Site Title should disappear from the page and be used as the alt text for the logo.
Forum: Plugins
In reply to: [WordPress Simple Shopping Cart] I don't have an "orders" menuHave you checked the “Display Menu At The Top” option?
I duplicated my main site so I could do the testing while using a default WP theme too. I have a lot of plugins that appear in the sidebar, and none of them was conflicting. Until I deactivated the AIOSEO, I couldn’t see the orders menu.
There’s one thing I can see: both plugins want to show up right below “Settings”. The other plugins appear in a different grouping, below that section, after a separator. Maybe that’s got something to do with it.
Forum: Plugins
In reply to: [WordPress Simple Shopping Cart] I don't have an "orders" menuThe plugin that causes the problem is the ever popular All In One SEOpack.
Weirdly enough, I have a lot of plugins that create entries in the sidebar (as you’ve seen in the screenshot) and none have a problem with it.
One more piece of info: the plugin has an option “Display Menu At The Top”. If you check it, then its menu moves to the very top of the sidebar (annoying!) and – the Cart Orders menu appears!
Forum: Plugins
In reply to: [WordPress Simple Shopping Cart] I don't have an "orders" menu@mra13 here’s a screenshot for you:
https://dl.dropbox.com/u/2900043/Screenshots/0n.pngAny ideas on what can be the problem, before I start deactivating plugins?
Forum: Plugins
In reply to: [WordPress Simple Shopping Cart] I don't have an "orders" menu@mbrsolution that’s kind of tricky. I don’t want to lose all the settings of the plugins. The theme is using custom type posts correctly, and displaying them in the sidebar, so it’s not a case of another plugin conflicting.