scrambler
Forum Replies Created
-
Forum: Plugins
In reply to: Simple Media File Manager RequiredI would definitely try to go to the dashboard > Settings > Permalink and resave all permalinks after having done any changes in the folder structure.
If the plugin is not working for you, you should contact the plugin developer so he can help diagnose why.
If not successful, try other file management plugins there are more than one available like
http://wordpress.org/plugins/media-file-manager-advanced/Another method besides using folder may be to use filtering with plugins like http://wordpress.org/plugins/enhanced-media-library/
Forum: Themes and Templates
In reply to: [Weaver II] Weaver II Support – firstly read this threadAssuming you are running the latest 2.1.10 version, Have you contacted the Timely calendar plugin developer to ask them what is preventing their calendar to work?
Forum: Plugins
In reply to: [Weaver Show Sliders] ATW Show Sliders using groupsI would delete all the slider posts and groups, deactivate and delete the ATW Show SLider and Sow posts plugins, reinstall both plugins, recreate a new Slider posts, create the new group from the post page (add new group), then create a new filter and see how that goes.
If you still have problem after that I would post in the Weaver forum ATW Show Posts & Show Slider section
http://forum.weavertheme.com/categories/atw-show-posts-and-atw-show-slidersForum: Plugins
In reply to: [Weaver Show Sliders] ATW Show Sliders using groupsWhen you go to Dashboard > SLider Posts > Slider group do you see your group defined.
When you open/edit a created slider post, in the bottom right of the page in the Slider group box (Below the tags box), do you see your slider group, and is it checked.If both are true it means you have a slider group properly defined and you have at least one post belonging to that group.
When you go to ATW Post/Slider > Filter page , in the Slider group option box, the drop down list should have your group in it, you select it, then click the button Add Slider group next to it, and the Box to the right should then contain
atw_slider_group=groupnameForum: Plugins
In reply to: [Weaver Show Posts] Custom fieldsThe plugin can display various content elements of the posts like
excerpt, full post content, title, top meta line, featured imageSo depending how you create your custom fields, you could add them inside the manual excerpt or the post content or Meta line, and therefore display them with the show post shortcode
Forum: Themes and Templates
In reply to: [Weaver II] Smart phone accessibility with widget columnGo to weaver Admin > Mobile page, there you have a Mobile support mode drop down list. Select one of the two stacked mode.
Smart Stacked or Responsive stacked.
Click the help bubble for more detailsIn the same page you have a simulate mobile device drop down list that lets you check small and large tablets. the simulator has limitations (works with smart modes) but for the most part does the job.
You can also just shrink your browser size on desktop to see how it looks like on various screen sizes.Forum: Themes and Templates
In reply to: Need child theme helpFirst read the FAQ from the weaver forum carefully
http://weavertheme.com/making-a-weaver-ii-child-theme/After that, if you still have a problem, post in the Weaver forum
http://forum.weavertheme.com/Forum: Themes and Templates
In reply to: [Weaver II] re-direct loop with nextgen gallery & weaver IIRegarding next gen interaction you need to post in the Weaver forum, providing a list to the site and detail error messages.
http://forum.weavertheme.com/Regarding your shortcode, you may have noticed a banner after you did the last update telling you that you should install the Weaver Theme extra plugin.
This is because due to new WordPress restriction, all the shortcode had to be moved into a plugin. So install the plugin and all should be well again.Forum: Themes and Templates
In reply to: [Weaver II] Weaver II sitemapNot that I know of or can see 🙂
Forum: Themes and Templates
In reply to: [Weaver II] Weaver II sitemapNot sure what you are saying here 🙂
If what you want is a link to the sitemap page in the footer, just put a link to that page in any of the content area of your choice like a text widget in one of the footer widget area or the html insertion area.Well after not working for over half an hour it suddenly does.
No clue what unlocked it….Forum: Fixing WordPress
In reply to: Can anyone recommend a very simple table plugin?Ultimate Tiny MCE plugin has one among many other useful formatting options for the Content editor. But this will just create the Table structure so you can fill in content. you would have to style it manually.
Remember Weaver has basic table styling in Main Options > Content Areas. Beyond that you need to use CSS Rules to change the styling of your table and NOT HTML attributes.
Weaver uses CSS to style the table so any styling done with HTML attribute would be overridden by the CSS.
There is a thread in the weaver forum about styling with custom CSS in weaver.
http://forum.weavertheme.com/discussion/948/describe-the-various-table-styles-please#Item_10
In that thread someone mentions a more complete plugin for tables called
http://wordpress.org/plugins/websimon-tables/Forum: Themes and Templates
In reply to: [Weaver II] Weaver II sitemapIt is a page template.
Create a static page and select the sitemap template for it in the page attribute boxForum: Themes and Templates
In reply to: [Weaver II] replace header image with the one in searched pageNormally, a search result page will have the default header image.
So either you have not defined a default header image, or may be a child theme is changing the search result page template.ultimately you will need to provide a link to an online version of the site we can look at, and you should post that in the weaver forum
http://forum.weavertheme.com/Forum: Themes and Templates
In reply to: [Weaver II] Header/Menu side-by-sideI also see you may need different values for the left margin on different pages, you can do that by adding the page id class to a new rule like for the about page
.page-id-30 .menu-add {margin-left:400px !important;}