scrambler
Forum Replies Created
-
Forum: Plugins
In reply to: [Meteor Slides] weaver II meteor slide hidden on IEYou are missing a self closing / in your img tag. it should be
<div style=”position: relative; float: left; top: -5px;”><img src=”http://www.bowercenter.org/testsite/wp-content/uploads/2011/09/Bower-Center-logo-website-red-side.jpg”/></div>
<div style=”position: absolute; float: right; top: 8px; right: 10px;”>[meteor_slideshow slideshow=”header”]</div>Forum: Themes and Templates
In reply to: [Theme: Weaver-II] Theme update hung, server error resultedYou should post in the Weaver forum for that
http://forum.weavertheme.com/Forum: Fixing WordPress
In reply to: "Quote" displaying on category pageYou have selected the “Quote” Format for your post 🙂
In the Post editing page, on the right side of the page, in the Format Box, change it to StandardForum: Themes and Templates
In reply to: Transparent Header Background in Weaver IIFor the header image, the easiest would be to create the header image as a semi transparent image and save it in the .png format.
You can also do it with a custom CSS rule but it is not supported by all browsers and versions.
You would add the rule below in Advanced options > HEad Section > Custom CSS Rule Box
#header_image img {opacity:0.5;filter:alpha(opacity=50);}For the Header widget, you need to be clear if you are speaking about Header widget Area or the HEader gadgets.
If it is the HEader Widget Area and you want a semi transparent background there, simply enter an rgba color in Main Options > HEader > Header Widget Area Section > Area BG box. Something like
rgba(120,130,100,0.5)
the 4th value is the transparencyForum: Fixing WordPress
In reply to: How to change the colour of bullets in Weaver IICustom CSS goes in Advanced Options > Head Section > Custom CSS Rule box
Forum: Plugins
In reply to: caption issuecant open your site link appears invalid
Forum: Themes and Templates
In reply to: Make links open new pageYou need to be more specific about how you are setting the links to open in a new window.
For a link to open in a new windows you need to add target =”_blank”Here is an example
find the link <a title="Google site" href="http://www.google.com" target="_blank">here</a>Forum: Plugins
In reply to: [WP Columns] WP Columns not working with Weaver IIYou may want to post in the Weaver forum.
http://forum.weavertheme.com/Also you do know you can do multiple columns with Weaver, either using the 2 column template, or for more column using the method described here for pages
http://weavertheme.com/two-and-three-column-pages/here for widgets
http://forum.weavertheme.com/discussion/3052/multi-column-widget-areas#Item_4Forum: Fixing WordPress
In reply to: Weaver navigation bar – left marginBecause you change your menu, so it no longer carries the class .menu.
Using the developer tools I can see the new class is .menu-header-menu-container so you need to modify the rule so it is
#access .menu-header-menu-container {padding-left:23%;}Forum: Fixing WordPress
In reply to: Weaver navigation bar – left marginIf you have rpo, this would be an option in the Main Option > Menus page.
Without Pro, you can add the rule below to Advanced options > HEad Section > CUstom CSS Rule Box
#access .menu {padding-left:22.5%;}Using a percentage value instead of fixed pixel value will allow the site to stay responsive and the alignemt to work on devices with a smaller screen
No php editing needed
If you mean you want to use an image In place of the Site Title and Site description, there are manu ways to do that in weaver.You first Hide the Site title and description with the option found in Main Options > Header
Then you can insert your image at the top using one of the methods below.
Use the Header widget Area to insert your image. You can create more than one header area if you want to position that image in different ways (several thread on the subject on the weaver forum)
You can insert the html code for your image in the Advanced Options > HTML Insertion > Site Header Insert Code box
for more support come to the forum at
http://forum.weavertheme.com/Forum: Themes and Templates
In reply to: Question re: Weaver Pro II ThemeYou should ask in the Weaver forum, in the “Weaver and plugin interaction” group
http://forum.weavertheme.com/Forum: Fixing WordPress
In reply to: [Weaver II] [Theme: Weaver II] FULL WIDTHThat remaining marging is most likely the default padding.
You can remove that by putting a Zero in the Theme Margin padding boxes in Main Options > Layout.Forum: Fixing WordPress
In reply to: [Weaver II] [Theme: Weaver II] FULL WIDTHThe option for that can be found :
for the header, in main Options > Header > Advanced section at the bottom > Header Div first check box
For the footer in Main options > Footer > Advanced > Footer div last check box.
These with kick the header and the footer outside of the wrapper and they will then take the full width of the browserForum: Fixing WordPress
In reply to: Weaver II Remove Background Wrapper Around Websiteif you want to change the color of the outside background, you can do that in Main Options > General Appearance > Outside BG box
If you want to remove the space around the wrapper, you can do that by putting a Zero in Main Options > Layout > Theme Margins boxes
If you have a different issue, please be more specific.