Comment on Stallion WordPress SEO Theme by SEO Dave.
I see the problem, the Stallion Connections Reloaded CSS file has this CSS:
.sidebar-box ul, .sidebar-box p, .sidebar-box .loginfm, .sidebar-box .wp-polls-ul { float: left; list-style-type: none; border: #E1D6C6 1px solid; margin: 0px; padding-bottom: 20px; background: url(images/connections-reloaded/commentsbottom.jpg) #F3F6ED repeat-x bottom; }
What that CSS does is add the zigzag image (images/connections-reloaded/commentsbottom.jpg) at the bottom of widgets on the sidebars and adds other styling.
The problem is the Aweber form is inheriting “.sidebar-box p” all paragraphs within the sidebars basically.
I had the same problem with nested lists (ul, ul…) within the sidebar widgets so added the CSS below to the Connections Reloaded CSS file:
.sidebar-box ul ul, .sidebar-box ul ul ul, .sidebar-box ul ul ul ul { background: url(images/connections-reloaded/blank.gif) repeat-x bottom; }
This is an override so we don’t have loads of zigzag images loaded in the middle of widgets with nested lists.
Anyway, possible solutions.
Use one of the other Stallion colour schemes, only the Connections Reloaded theme colour uses that type of image at the bottom if I recall correctly.
Remove all P tags from the Aweber code as you’ve tried.
Edit the style-connections-reloaded.css file and remove all instances of “.sidebar-box p, ” you’d have to do the same for the layout CSS file you use as well style-310r.css. Note this would mean any widgets with paragraphs (there’s a few) will not have the zigzag image at the bottom and loose the other CSS styling within that code. I didn’t see any other widgets using paragraphs on your site so if you understand CSS this might be a solution, though would make updates problematic.
You could try adding some inline CSS to the Aweber form you’d need to replicate all .sidebar-box p code from the two CSS files and override them with the settings like
#af-form-164135139 p {background: url(images/connections-reloaded/blank.gif) repeat-x bottom;}
This would be a difficult task.
If there’s other CSS inherited by the paragraphs you might need to add more inline CSS
What you add inline CSS it should override the CSS within the CSS files because it’s loaded last.
I plan to take another look at the CSS code I’m using (not the next update, the one after), to see if I can give all Stallion CSS a unique class or ID so Aweber forms and similar don’t easily inherit the sidebar CSS.
David
More Comments by SEO Dave
SEO WordPress Themes
Stallion Responsive The Holy Grail SEO Layout
The quick answer is no, the max width is the 1,000px wide no sidebars layout set under the “Layout Options” : “Sidebar Layout” – “12 – Main Content : No Sidebars”.
With this setting in a Desktop device the main content …
Continue Reading SEO Theme for WordPress
SEO WordPress Themes
How to Use a WordPress Child Theme and Custom Code
You have a few misunderstandings :-)
There’s nothing special about activating a child theme relative to a parent theme. Click activate as you would for a parent theme (which you already did) and that’s it really. When you activate a child …
Continue Reading SEO Theme for WordPress
SEO WordPress Themes
Stallion Responsive Theme Designs
Stallion Responsive is used on this website.
Stallion Responsive includes features which means every post can have a different layout/colour/font scheme etc… so I’ve used that feature to show some of the millions of possible layout/colour/font scheme combinations.
Check these URLs for …
Continue Reading SEO Theme for WordPress
SEO WordPress Themes
Stallion Responsive SEO vs SEO Plugins
If you are using my latest theme, Stallion Responsive 8.* it doesn’t need any SEO Plugins, the important SEO features and many, many more SEO features are included so if you ran Stallion Responsive and Yoast or All in One …
Continue Reading SEO Theme for WordPress
SEO WordPress Themes
Stallion Responsive WordPress SEO Theme Free
There isn’t a free version of Stallion Responsive, there’s a Demo version which is free to download and use from https://stallion-theme.co.uk/stallion-responsive-theme/ Demo mode is fully functional (it’s the same zip file those who pay use) other than all Stallion theme …
Continue Reading SEO Theme for WordPress
SEO WordPress Themes
Mobile-Friendly Test : Awesome! This page is mobile-friendly.
Google has released a new tool, the Mobile-Friendly Test tool.
That’s a link to my test results for this site: https://www.google.com/webmasters/tools/mobile-friendly/?url=http%3A%2F%2Fstallion-theme.co.uk%2F
I have no issues and receive the Awesome! This page is mobile-friendly output.
Always knew I built awesome websites :-)
Pretty much a …
Continue Reading SEO Theme for WordPress
SEO WordPress Themes
Clickbank Banner Ad Widget
If it’s added via a Stallion feature it would be via one of the Widget Areas.
“Appearance” >> “Widgets” check in the Widget areas labeled “Something Header Area”.
Not sure what you are doing, check all widget areas and look for Text …
Continue Reading SEO Theme for WordPress
SEO WordPress Themes
Responsive WordPress Theme Options
The banner image resizes based on screen size already?
That site doesn’t show all features (can’t turn them all on) all images resize based on screen size, the featured slideshow, the photonav menu, the large and small banner images.
If you are …
Continue Reading SEO Theme for WordPress
SEO WordPress Themes
Stallion Responsive Theme
I’m working on a version of Stallion that’s mobile responsive, called Stallion Responsive.
You can see a live demo at seo-consultant-services.co.uk check it out in various browser sizes.
Stallion Responsive is a rewrite of the Stallion SEO theme code, made a LOT …
Continue Reading SEO Theme for WordPress
SEO WordPress Themes
Stallion Theme Version
Stallion WordPress SEO Version 7.1.1
David …
Continue Reading SEO Theme for WordPress
SEO WordPress Themes
Stallion Theme Wider Design
I don’t have a quick solution for that theme layout, you would have to make major CSS changes which are beyond the scope of theme support (would take me an hour or two to code it).
Would also break the header …
Continue Reading SEO Theme for WordPress
SEO WordPress Themes
Editing CSS Files Tutorials
There’s plenty of free resources and CSS tutorials online teaching basic CSS.
Load the css file in a text editor, search for font-size, change the number to the right to slightly bigger/smaller.
Upload the CSS file using FTP to your server and …
Continue Reading SEO Theme for WordPress