Manu
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [AccessPress Lite] Slider image orderFound the solution. They are sorted by published date with the first image being displayed is the most recent. So to put them in a specific order, just modify the published date manually.
Cheers
Forum: Plugins
In reply to: [Restrict Widgets] hidden sidebar still takes space on page displayHi dFactory.
Thanks for your reply about my query. I have enabled the is_active_sidebar function as you mentioned but still no change on tablets.
I have double checked if the theme uses this function to control the sidebar display and it seems to have it.
Is there anything else you could suggest?
Thanks in advance.
Forum: Themes and Templates
In reply to: [Customizr] Left Sidebar showing at bottom of pageHi Michael,
I actually changed the min version of the script directly. Probably not the best way to go about it but it worked.
the section I changed in the tc-scripts.min.js was
{767>e?a("#main-wrapper .container .span3.tc-sidebar").insertAfter(f):i&&j?a(f).insertBefore(h):i?a(f).insertAfter(g):a(f).insertBefore(h)}
I replaced
.insertAfter(f)
with.insertBefore(f)
and it seemed to do the trick.Hope that helps. The 3rd suggestion that d4z_c0nf made is probably the “cleaner” way of doing things though.
Forum: Themes and Templates
In reply to: [Customizr] Left Sidebar showing at bottom of pageThanks for the tip.
Didn’t realize it was using the “min” version of that script.
Changed that and it worked
Thanks for your help @d4z_c0nf
Forum: Themes and Templates
In reply to: [Customizr] Left Sidebar showing at bottom of pageUnfortunately not at this stage.
But I’ve noticed another post a few months ago where the same issue was mentioned.
I have tried what was mentioned in the post but no changes for me. I was hoping someone could point me in the correct direction.
Cheers
Forum: Themes and Templates
In reply to: [Customizr] Slider Caption BackgroundThank you. Tried that and still no joy. It works for the width but not the height of the caption. But was playing around a bit more with it and think I found my mistake. I set a height of 400px for the .carousel .item (can’t remember why I would have done that). so changed that to:
.carousel .item {
line-height:100%;
min-height:100%;
overflow:hidden;
}And seems to do the trick. Thank you for taking the time to reply to my post. ??
Forum: Plugins
In reply to: [Restrict Widgets] update 1.2.0 not workingwill do. thanks
Forum: Plugins
In reply to: [Restrict Widgets] update 1.2.0 not workingNo I don’t.
It is a pretty basic site and I only have 2 other plugins that are activated:
– Q2W3 Fixed Widget Version 4.0.5
– Responsive Lightbox Version 1.3.1And I’m using the latest version of WordPress as well WordPress 3.7.1.
I have reverted to the previous version of your plugin for the time being (Version 1.1.4) and it seems to work fine. Although would love to be able to use the new options of the Restrict Widgets plugin, especially the option to hide/show on mobile.