ip11166
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Storefront] need to show menu on the full width of the screenJames, thanks for your suggestion to remove the margin-bottom on .site-header, which definitely helped. However, I still have the white space in between menu and slider even with .site-header’s margin-bottom property set to zero. Can you help here please?
Forum: Themes and Templates
In reply to: [Storefront] need to show menu on the full width of the screencopy the header.php from parent theme to child theme and then simply remove <div class=”col-full”> from it.
Forum: Plugins
In reply to: [Gmedia Photo Gallery] GMedia settings available only to Admin?Thank you very much, Rattus!
I understand that gallery.swf is responsible for the type of transition used by the module. Is there any way to create a slightly different version of this flash file or a place to download other version of this flash file with a simple fade transition?Thanks again!
I found that this CSS piece affects the behaviour of the top row menu (secondary).
.mega-sub-menu {
position: relative !important;
display: none !important;
}However, when I remove this code, it affects the 2nd row (primary) menu as well and causes it look bad.
Is there a way to apply this code to only the 2nd row (primary) menu?
I tried to apply these two statements {position: relative !important; display: none !important;} using various combinations of selectors instead of the above code to target only the 2nd row (primary) menu, but none worked well:
e.g.
#mega-menu-primary>li>.mega-sub-menu –or–
#mega-menu-primary>ul>.mega-sub-menu –or–
#mega-menu-primary>.mega-sub-menu –or–
#mega-menu-primary .mega-sub-menu –or–
#mega-menu-primary .mega-sub-menu –or–
etc.I will appreciate your advice how to keep the code causing the problem to the 1st (secondary) menu while properly targeting only the 2nd row (primary) menu.
Thank you!
Forum: Plugins
In reply to: [Gmedia Photo Gallery] GMedia settings available only to Admin?Thank you!!
Just a question I have been trying to struggle with for a couple of weeks:
How is it possible to change slide transition effect in afflux module?Is this plugin being supported by the author?
Thanks,I see – thank you! I removed the plugin that blocked you. If you still cannot see this I made a screenshot here http://snag.gy/lOZBq.jpg
Hi Tom,
Do you mean Admin WP access? Can I send it to you in a private email?
Thank you!
Forum: Themes and Templates
In reply to: [Storefront] option to switch to desktop view in mobile versionThank you, I am certainly aware that Storefront is responsive and no content is hidden, however, the responsive theme reformats the layout and menu when the browser’s viewport is below certain threshold of the screen resolution.
“Responsive Design is great. But some people dislike endless scrolling, prefer getting a quick overview and can navigate much faster with pinch & zoom. So why annoy them by forcing them into a responsive website? Just let them switch off responsive design with one click. Like in the old “mobile/desktop website” days. – It’s about freedom of choice.”
Please see the demo to understand what I mean: http://demo2.woothemes.com/storefront/
When you reduce the screen resolution below the certain threshold or view it in mobile device (phone screen) instead of regular desktop menu you will see the mobile menu – this is what I refer to as “mobile version”.My question: does a StoreFront allow adding any front-end control (such as a button) to switch back to regular “desktop style menu” even for lower resolution screens to which the theme automatically responds by switching from regular desktop menu to mobile menu. I.e. override the default switch from desktop layout and menu to the mobile layout and menu and return to desktop layout and menu even at lower screen resolution?
And I mean is it possible to make this switch by native theme functionality without using external tools, such as this http://filzhut.net/projects/responsive-switch/?
Forum: Plugins
In reply to: [Tabby Responsive Tabs] tabby conflicts with css to hover table row/columnI just did it. A good support is what makes the plugin great 🙂
Forum: Plugins
In reply to: [Tabby Responsive Tabs] tabby conflicts with css to hover table row/columnThanks a lot!
Forum: Plugins
In reply to: [Tabby Responsive Tabs] tabby conflicts with css to hover table row/columnI mean that this code:
.responsive-tabs__panel.responsive-tabs__panel–active {
background: none!important;
}
table {
overflow: hidden;
position: relative;
z-index: 0;
}is added to the Custom CSS and just in case also added to the page itself.
view-source:http://ch1.2biz.ca/test/Forum: Plugins
In reply to: [Tabby Responsive Tabs] tabby conflicts with css to hover table row/columnBy global, I mean external declaration via Custom CSS plugin.
By local, I mean internal declaration defined in the head section (added directly in the page source code via WP page edit).Forum: Plugins
In reply to: [Tabby Responsive Tabs] tabby conflicts with css to hover table row/columnI added both codes to the global and local css but this did not change anything.
http://ch1.2biz.ca/test/
Can you suggest anything else that could help the plugin work with any css solution row/column highlight?Hi Tom,
When you click this link http://ch1b.2biz.ca/, please do a mouse over the 1st item in the top menu row “Contact Us”. It will open drop down flyout menu with 5 items that will move the 2nd menu tow down and make the 1st top row 10 times taller than usual.