rdobbins
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] SEO field on Post Page Disappeared after upgrade to 2014 v1.2Finally found the fix. It was due to one check box in the Yoast SEO settings. See WP article link and solution below:
I was able to get the SEO sections to reappear by going to Yoasts Titles & Metas section. Under both the Post Types tab and the Taxonomies tab, make sure all 3 WordPress SEO Meta Boxes are unchecked for Posts, Pages & Media sections.
Forum: Themes and Templates
In reply to: [Snapshot] Remove featured image from post?I was able to remove the feature image from each post by simply changing the width of the image to 0% in style.css. See below:
`/**
* 6.1 Post Thumbnail
* —————————————————————————–
*/.post-thumbnail {
background: #b2b2b2 url(images/pattern-light.svg) repeat fixed;
display: block;
position: relative;
width: 0%;
z-index: 0;Forum: Themes and Templates
In reply to: [Twenty Fourteen] Remove left sidebarUpdate my post from 5 months ago:
While the below instructions will remove the black right sidebar, it still leaves a smaller white sidebar:With the 2014 theme, install the Fourteen Extended Plugin. Go to Appearance, Customize, Twenty Fourteen General Options, and click Remove Primary (Left) Sidebar. I had to select “Remove the Feature Content” too but should work without checking this. Credit to MyEZ WP (YouTube).
Also, under Fourteen Extended, select “Twentyfourteen Content Options” and change “Content Max-Width” to 800. This will move your content all the way to the left…no more space.
Forum: Plugins
In reply to: [WP Frontpage News] Font size and excerpt lengththanks Zooh. Didn’t work for me. I tried H1 and H6 on my test page and both produced identical text/font sizes:
<h1>[frontpage_news widget=”91″ name=”Top Stories”]</h1>
<h6>[frontpage_news widget=”91″ name=”Top Stories”]</h6>Appreciate the suggestion. Sounds like the Pro version may solve this font size need. However, I’ve got a bigger problem: thumbnail sizes between IE and Chrome. If you use thumbnails with WPFN, do you have same issue?
Forum: Reviews
In reply to: [WP Frontpage News] Don't punishComplete agree. Well said.
Forum: Plugins
In reply to: [WP Frontpage News] Like the new release (1.0?)Issue resolved
Forum: Plugins
In reply to: [WP Frontpage News] IE vs Chrome issue with thumbnailsForum: Plugins
In reply to: [Social Media Auto Publish] Facebook images and double contentThanks for your response and help. On the Feature Image, I have started adding one and find that it works 90% of the time. After I Publish the Post, I then remove the Featured Image.
On the double posting on FB, I did have my Twitter Apps section with a link to FB. I disabled it, then did a new Post from WP. I did NOT get the double posting. Yeah! ?? However, I did 3 more new posts from WP and did get the double postings on all 3. ?? On the last attempt I even set the “Enable auto publish posts to my twitter account” to “No”.
Forum: Plugins
In reply to: [WP Frontpage News] PaginationThanks for the note on the fix for the TinyMCE and the shortterm fix.
Also thanks for clarifying the pagination. Guess I need to upgrade ??
Forum: Plugins
In reply to: [WP Frontpage News] PaginationHi Ydubois,
I’m having the same problem. I’m using the non-Pro version and here are my settings:
Number of pages with post: 5
Number of columns : 1
Pagination : Page Numbers
Max number of elements : 15
Total width : 100%
It does not matter what I change “Number of Pages with Post:” to nor the “Max number of elements”. I always get the same results…which are:
1 posting per page with a bunch of page numbers (the number of pages I get is the “Number of Pages with Post”I was going to create a Test Page for you to look at but may have discovered another issue: The tool on the Post or Page editing screen is now gone where you add the WPFN insert. Will look at this some more before add support item.
Forum: Plugins
In reply to: [WP Frontpage News] Font size and excerpt lengthThanks ydubois! I’m a newbie to WP so struggle a bit with css. I can read the code from my limited experience coding 25 years ago so sounds like the Pro version is the better option.
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Remove left sidebarWith the 2014 theme, install the Fourteen Extended Plugin. Go to Appearance, Customize, Twenty Fourteen General Options, and click Remove Primary (Left) Sidebar. I had to select “Remove the Feature Content” too but should work without checking this. Credit to MyEZ WP (YouTube).