scrambler
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Weaver II] Make top navigation central?2.2.9 is a very old an now unsupported version of weaver. You really need to consider upgrading to the current one which is Weaver II.
There is an upgrade procedure in the weaver forum FAQ.
http://weavertheme.com/upgrading-from-original-weaver-to-weaver-ii/
Not only will you have a supported theme then that is supported on WordPress 3.9.1, but you will gain a lot of functionality and support for mobile devices which is key in this day an age.If your site is very active and you are afraid of disturbing it while working on the transition, you could clone your site in a sub folder of your installation, and test the upgrade to weaver II there first, so you can minimize the disruption of the main site. Below is an FAQ on this.
http://weavertheme.com/migrate-your-site-to-new-domain-name-or-new-server/Forum: Themes and Templates
In reply to: [Weaver II] Make top navigation central?What version of weaver are you using, and is it basic or pro version?
If you want the menu centered there is an option in Main Options > Menus > Menus Bar Layout Section for that.If you just want to shift it right a bit, you can add the CSS below in Advanced options > Head section > Custom CSS Rule box
#access {padding-left:50px;}Also you have chosen to used a fixed width non responsive mode. This is a bad Idea in this day an age where many mobile device need the site to be responsive.
Finally, in the future, you should use the main support site as you will get a lot more attention there 🙂
http://forum.weavertheme.com/Forum: Themes and Templates
In reply to: [Weaver II] Dropdown menues hiddenYou should post in the main support forum, but make sure to include a link with specifics so we can see what you mean.
http://forum.weavertheme.com/Forum: Fixing WordPress
In reply to: Menu Structures Disappearingbe specific on WordPress and weaver II version (should be 2.1.10)
If you are using WordPress Custom Menus in Appearance > menus and you are saying that when you go back in there items are gone, this is a WordPress issue.
I remember someone mentioning a problem when you have a LOT of menu items and having to change some WP settings in that case.
http://forum.weavertheme.com/discussion/6924/menu-broken-with-wp-3-6weaver-please-help#Item_10If you don’t have a particularly large number of menus / items, you may want to try and redo the WP 3.9 update from Dashboard > Updates
Forum: Fixing WordPress
In reply to: 3.9 and old Weaver versionIf you have no other theme than weaver in the theme folder I guess WordPress cannot default to one.
If you have another site you can access, you may want to install 2013 then copy the 2013 theme folder from that install and put it in your corrupted install theme folder.
That should allow WP to default to it
Forum: Fixing WordPress
In reply to: 3.9 and old Weaver versionI am not sure what you mean by uninstall / reinstall, but in order I would try
Delete all weaver Theme folders using CPanel file management, that would revert wordpress to a default theme like 2013, then see if you can install weaver II from scratch.
If not I would get my Host provider to restore the last backup before the wordpress update.
EDIT:cross posted with esmi, this is the same principle as what he mentionned, just more radical (delete instead of rename), So you should try the rename first 🙂Forum: Fixing WordPress
In reply to: 3.9 and old Weaver versionThere is an upgrade procedure in the FAQ of the main support site
http://weavertheme.com/upgrading-from-original-weaver-to-weaver-ii/Ideally you wanted to do that update before upgrading to WordPress 3.9, but as long as your Admin side is working, there is no reason you cant do the upgrade to weaver II now (latest Weaver II version for WP3.9 is 2.1.10).
If you need more support, you should post in the Weaver Forum at
http://forum.weavertheme.com/Are you speaking of the grey border that shows up when you hover over the image, or one that is there all the time ?
Because on IE, your images have no grey border in their normal state, I only see one on hover.
I also see your rule
.ngg-gallery-thumbnail img {border: 2px solid #FFFFFF !important;}It is active and doing its job. It is overriding the initial nextgen rule
.ngg-gallery-thumbnail img {border:1px solid #A9A9A9;….}and if I remove your rule, the thin grey border comes back. If this is the border you are trying to hide, and it is not hidden when you look at it, you may have a cache issue, check on another computer and another browser.
You can also use your browser developer tools, click on one of the images and look at all the rules being applied to see if you see both the original grey border rule and your white one.
If you do see both check which one is overriding witch.
If you don’t see both then you likely have a local cache issue, because I do.Forum: Fixing WordPress
In reply to: Replace Site TitleSite title and tagline can be hidden with their respective options in Main Options > Header > Site Title/Tagline section.
If what you want is insert an image above the header image, you can either put the image code in Advanced Options > HTML Insertion > Site Header Insert Code box, or in a Site Header Horizontal Widget Area. You define that in Main Options > Header , then drop a text widget in Appearance > Widgets > Header Horizontal Widget Area and put your image code in there.
In the future, just post on the weaver Forum
http://forum.weavertheme.com/
you will have more attention as well as access to may tips and tutorials, like this layout image of all weaver content areas that can be used.
http://forum.weavertheme.com/discussion/7380/weaver-ii-pro-default-layout#Item_1Forum: Plugins
In reply to: create sidebars in Weaver IIThe repeating pattern could be done with a Background image custom CSS rule for the sidebar, but extending the sidebar to be the same as the Content area regardless of its size is a complex problem.
The pro version does have an option (flow color to the bottom) that uses a JavaScript to calculate the content area dynamically and resize the sidebar accordingly, but this not a simple CSS fix.
If you come to the weaver forum with a link to the pages that have sidebars, we can have a second look to see if there are any workaround specific to your configuration.
make sure to post a link to the pages in question.
http://forum.weavertheme.com/Forum: Themes and Templates
In reply to: Weaver II help disabling mobile viewWhat you are seeing has nothing to do with weaver. You must have a plugin with a mobile option active. My bet is on Jetpack. if it is Jetpack mobile option you can deactivate it there.
Once you have gotten rid of the plugin mobile option, I suggest you try to uncheck the Fix width theme option you checked in Main options > LAyout, and you re activate Weaver mobile option and have a look at it as it is very different and much better 🙂
having a fix width (non responsive) site is a bad idea in today’s mobile world, Give the weaver mobile option a chance I suspect you wont regret it 🙂
For the sidebar, come post on the main support site with the link and specifics. I suspect you want custom CSS to create a tiled background on the sidebar and if so it is easy to do using weaver CSS+ options boxes.
http://forum.weavertheme.com/In the future, just use the weaver forum, you will get faster attention 🙂
http://forum.weavertheme.com/To force the text to start below the Image on some excerpt you can do one of two things:
Switch your content editor to Text mode and insert the code below before the text
<br style=”clear: both;” />or insert the CSS Rule below in the Per Post Style box at the bottom of Weaver option for this post
.entry-summary p {clear:both;}Forum: Themes and Templates
In reply to: Weaver II help disabling mobile viewIn Weaver Admin > Mobile tab > Disable mobile support.
But this is not a great Idea and will make you site hard to use an navigate on mobile. May be you need to elaborate why you want to do that as there may be some ways to fix the issue bugging you 🙂
Forum: Themes and Templates
In reply to: [Weaver II] Changing blog header image in Weaver II?The Hosting company servers were crashed all day. Forum is back on