westerdaled
Forum Replies Created
-
Tobias
I like the idea of span class since I wouldn’t want to identify each cell but how could I apply my span to the content via the visual editor?
Daniel
Tobias
Thanks very much. regarding the styles .my-icon. how would you apply that to the desired cell content rather than all cells?
Will try the image as well.
Tobias
Thanks. It is working once I figured I wasn’t using a text editor ( doh!) .. I guess the question still stands is there a way of adding other imgs to cells say with a style that can set in the table. No worries if not as I just stick with my Dingbats.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Location of a custom style sheetI like that answer! I would rather only ever touch my theme’s styles for content and other styles, so this keeps everything much simpler.
Thanks again.
Daniel
All
I have fixed this but this did involved hacking the plugin code which I wouldn’t do lightly. I also wonder why this bug hasn’t been fixed which makes me think there are commercial implications.
Anyway briefly:
- backup your site completely so ( files and db)
- fire up your fave ftp tool and download a local copy of
of wp-content/plugins/wordpress-seo . I do my work locally in NotePad++ and ftp changes - ftp to /wp-content/plugins/wordpress-seo/css and create a copy of metab-box.css and called it meta-box-fixed.min.css ( yes i know it is not strictly mimified!)
- Make the changes to the classes I have described above
- Navigate to /plugins/wordpress-seo/admin and open class-metabox.php
- ` replace the line I have shown commented out with this// DAN: I have replaced the .css with one that has .wpseotab and ul.wpseo-metabox-tabs classes with with the display property removed.
wp_enqueue_style( ‘metabox-tabs’, plugins_url( ‘css/metabox-tabs-fixed’ . WPSEO_CSSJS_SUFFIX . ‘.css’, WPSEO_FILE ), array(), WPSEO_VERSION );
// DAN: orginal – wp_enqueue_style( ‘metabox-tabs’, plugins_url( ‘css/metabox-tabs’ . WPSEO_CSSJS_SUFFIX . ‘.css’, WPSEO_FILE ), array(), WPSEO_VERSION );
` - Save your work and refresh your post or page to reveal your metabox options.
I am no expert but at a guess I would have thought that when you go
to Google WEb Master tools you have verify ownership via uploading a file they generate, to your root folder.
you can then use the link to this file in SEO options. This is what I will do later on my blog which I am currently updating.Hi
Hopefully
This proving quite tricky. I have written a plugin the loads my yOAST METABOX CSS fix and any other css files I want. I see it on my home page n FireBug lite. However this has no affect as metabox-tabs-min.css gets loaded only on a page or post edit options. So once I can add my hook there we’ll get this resolved. In the short term I can hack the plugin code and let you know what i have done but this would only be be temporary fix
I had another looks at this.
The Yoast plugin dir has metabox-tabs.css
.wpseotab { display: none; } ul.wpseo-metabox-tabs { display: none; margin-top: 12px; margin-bottom: 3px; }Hence, for a more permanent fix we need to override the display property in both classes. I guess these are some of the options
– edit the above file directly
– override using another plugin
– override in a child theme.I am currently seeing if this is possible in the child theme.
Hi
I had a look at your screens and it is similar to something I blogged about a while pack. Note I haven’t touched my much neglected blog and in the process of fixing a few issues .
http://westerdale.biz/wordpress/fix-yoast-wordpress-seo-plugin-missing-post-settings
My post is really temporary but I am now looking at something more permenant by overriding metabox-tabs.min.css .
Thanks for the offer. I am working on a new post so that would be a good place to start. I will need to reconfigure the grammar check to now trigger on amendments. Hence, I will post here when I have run through the checker a few times.
Jeremy
Thanks … I had a look at that plugin and whilst it’s a good idea in principle that dialog box would be a nightmare as I tend to published a number of minor amendments after rereading my posts a few times
I think for me it’s best get in the habit of- Live writer -> save first draft
- In WP Dashboard save draft and only when I am happy would click the publish button.
Previously, I had found an issue with the JetPack grammar checker on my amended posts as it seem to mess up the html but we can follow that up in a separate thread
Forum: Plugins
In reply to: [Related Posts] plugin activated but no settings pageHi
I am with rtwlabs as I want to show my own posts based on a selected category or tag and optionally the related posts from other people.
I think your plugin is great but it does match my requirements.
As regards to the the other posts: are you selected then with seo key phrases….Forum: Plugins
In reply to: [Genesis eNews Extended] Recommendations for Mail serviceBrandon
Thanks for your reply.
I previously configured MailChimp to work with Metro and the Genesis eNews Plugin for the exact same reason. I am currently exploring the RSS-to-email function, since I want to turn off the Feedburner RSS feed to my blog.astrasuite,
Good tip re Plugin Organizer. As for compatibility issues with 3.6 all I know is the issue with missing post Yoast settings panel which can be easily remedied with the suggestions above ( edit theme styles or change in Firebug).
jrf
Thanks for correcting me. I was coming around to thinking it wasn’t the Yoast plugin as it is regularly updated. Since, this issue is common it looks like we are all using the plugin with the bug. I don’t suppose any of us of have the time to disable and enable each plugin we use individually …..