scrambler
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Pingbacks showing up even though "Allow" is uncheckedHave you tried deleting and recreating the pages, making sure to empty the trash after delete and before recreating, to free up the permalinks?
Forum: Fixing WordPress
In reply to: Pingbacks showing up even though "Allow" is uncheckedDo you have a link to the pages affected?
You may want to post in the main forum
http://forum.weavertheme.com/Forum: Themes and Templates
In reply to: [Weaver II] Weaver II and WooCommerceYou should post on the main forum
http://forum.weavertheme.com/
There as been several talk about WooCommerce supportTo get rid of the default WordPress blog, read the FAQ article on the weaver Forum about controlling your home page.
http://weavertheme.com/controlling-your-home-page/
You need the proper settings in Settings > Reading (static front page, and NO post page selected)I am not sure about what you mean by “replace the plugins on the right navigation”.
As a general rule Everything is customizable in Weaver, so I am pretty sure it will, but if you can be more specific I can confirm.
If you meant get rid of what is in the right sidebar, yes, these are simple default widgets. Go to appearance > Widgets, open the various sidebar widget areas on the right to find where they are and remove the widget.
If you meant remove the whole sidebar, yes, choose a different layout in Main Options > LayoutMoving forward, the Weaver Forum will be a much more responsive way to get support
http://forum.weavertheme.com/Forum: Themes and Templates
In reply to: Weaver II and Share This PluginFeel free to close as resolved 🙂
Forum: Themes and Templates
In reply to: Weaver II and Share This PluginWell, I was partially wrong.
There was a weaver rule that was making a difference and it is the word-wrap:break-word property.
Weaver sets the word-wrap property to break words when they do not fit in their space.
The plugin style creates a space that is indeed too small for the word, but if that rule is not on, the word just overflows its space and shows up on one line anyway.So you can either use the two rules I gave you, or you can use the one below only. They both work.
#sthoverbuttons .sthoverbuttons-label {word-wrap:normal;}Forum: Themes and Templates
In reply to: Weaver II and Share This PluginIf you have a link to the other site where it works, I’ll check if there is something different.
If the developer does not answer, here are the two rules that you could add to weaver’s Advanced options > Head Section > Custom CSS Rule Box
#sthoverbuttons #sthoverbuttonsMain {width:35px;}
#sthoverbuttons .sthoverbuttons-label {margin-right:0px;}Forum: Themes and Templates
In reply to: Weaver II and Share This PluginAll the styling causing the problem appears to come from the plugin itself, so I don’t understand why it would works on another theme.
The plugin fixes the width of the content to 30px, it has a right and left padding on the container of 7px on each side, and a right left margin of 5px on each side of the share label
As a result there is no choice for the text but to be split on two lines.We could override some of that styling to make it fit on one line, but it would be best to first check what options you have in the plugin, or ask the developer as it should be fixed on their side.
If you are unlucky with them come back and we will give you overriding rules.
I can make it work by increasing the container (#sthoverbuttons #sthoverbuttonsMain) width to 35px, and removing the 5px right margin on the label (#sthoverbuttons .sthoverbuttons-label)
Forum: Themes and Templates
In reply to: Weaver II and Share This Pluginwe would need a link to the site to see what is going on
Forum: Plugins
In reply to: [wp-greet] wp-greet v. weaver II themeYou may want to drop a line in the Weaver and Plugin Interaction section of the Weaver Forum
http://forum.weavertheme.com/categories/weaver-pluginsthe way you do it in weaver is by creating Per Page Widget Areas. That process only requires you to put the names of the Per Page Widget Areas you want to create in the box at the bottom of main Options > Widget areas.
As soon as you do that, your new widget areas appear in Appearance > Widgets. There you can put text widgets or other content in them.
Then you can use them in your pages using the Selective display of widget area options.That being said the plugin mentioned above probably offers more flexibility 🙂
Forum: Themes and Templates
In reply to: Different or custom headers on pagesTo have a different header on a page, use the featured image.
Your image will need to be as wide as the site.
When a featured Image is as Wide as the site (resolution wise), it will automatically replace the header image for that page.
There is an alternate method using page custom field but it is more complicated.
IF you have more issue with it, follow the advice above and go to the Weaver Forum.Forum: Plugins
In reply to: [WooCommerce] Sidebar doesn't appear on product pageYou should post in the Weaver Forum below
http://forum.weavertheme.com/Explain how the product page is created (weaver template or WooCommerce) and make sure to include a link to the site so we can check what is going on
Forum: Plugins
In reply to: [Meteor Slides] weaver II meteor slide hidden on IEI see both on IE9, but only the image and no slideshow on IE8.
If I remove the inline style on the slideshow div, The slideshow shows up but of course under.You may have some z-index problem on IE8 as the slideshow is over the image. You can try to add some z-index to the image div and the slideshow div.
You may also try to create the brown as the background color of the #inject_header container, and only use the logo on white background for the image so you dont have to overlay the image and the slideshow