ip11166
Forum Replies Created
-
Thanks, resolved. I found it in css file.
Forum: Plugins
In reply to: [Custom Menu Wizard Widget] conflict with Storefront themeYes, thank you. The issue is solved, I found the plugin causing the problem. It is Nav Menu Roles.
Forum: Plugins
In reply to: [Nav Menu Roles] Nav Menu Roles makes Appearance->Customize inaccessibleNo did not want to access Nav Menu Roles options via Customizer. I just wanted to use it to control which of my menus certain users groups can access. As for Customizer (which is part of WP Admin interface, as an Admin, I simply want to be able to use it control my theme and my site. However, there is a conflict between Nav Menu Roles plugin and WP core, that makes Appearance->Customize inaccessible at all after plugin installation.
Ok, when I disabled all, I found the one that was conflicting – it was Nav Menu Roles. I will post this to this plugin;s support thread as I understand this is a conflict of this plugin with WP core and has nothing to do with a theme.
Thank you.I tried to disable possibly conflicting plugins and after dosing this still this is what I had:
Only top part of the left side menu opens showing the following:
“Save and Publish” button and “you are customizing SiteName”The rest choices of the left side menu and the main page are still loading and it never stops.
Besides plugin, what could be the problem?
I don’t think the theme has ability to change site content background via admin interface. So I simply used CSS to set background to white.
.site-content {
background-color: rgb(255,255,255);
}Please correct me if it;s wrong
Looks like I fixed it using this code. Please let me know if there is a better way than what I used.
Thank you!.entry-header {
margin-top: 2.918em;
}.widget-area {
margin-top: 4.18em;
}Yes, you are right! that’s what I should have done. and also I need to add this space above the left side menu bar to make sure that it also has spacing:
http://ch1.2biz.ca/solutions/sales-support/Maybe there should be a better way to add spacing above the page title and above the left side menu bar, instead of having it below the header.
Yes, I added this intentionally to have some space between the page title and bottom part of the menu. If it is removed (as I temporary did now), then page looks bad:
e.g.
http://ch1.2biz.ca/products/service-stuff-pages-not-shown-in-navigation-but-used-for-iframes-etc/test-for-tables-iframes-full-table-or-row/Forum: Plugins
In reply to: [Content Reveal] images layout issueCan you post the proper CSS inline code to override this?
Forum: Plugins
In reply to: [Content Reveal] serious mobile issue with shortcode within a tableHi David,
The problem is that Magic Liquidizer looks abandoned by its author and is not being supported anymore π
Thank you!
Unfortunately, not. While page is shown fine on the desktop version, mobile just shows blank screen. – http://ch1.2biz.ca/test3
It is probably a conflict with another plugin “Content Reveal” https://ww.wp.xz.cn/plugins/simple-content-reveal/ whose shortcode in within the table.
Can you check if you can solve this issue?The page contains this simple table which is not shown on mobile version, in fact the whole site header and footer are not shown when you access this page via mobile.
<table>
<tr>
<td>
<h4 style=”float: left;”>β Β Title Β </h4>
[reveal heading=”<sub>%image%</sub>” id=”id1″]
<div style=”clear: left;”></div>
text drop-down
[/reveal]<p></p></td>
</tr>
</table>Forum: Plugins
In reply to: [Content Reveal] serious mobile issue with shortcode within a tableYes, I checked and it is definitely the conflict issue with Magic Liquidizer Responsive Table https://ww.wp.xz.cn/plugins/magic-liquidizer-responsive-table/ that is responsible for converting mobile unfriendly tables into nice responsive tables.
Is there any any to fix this compatibility issue? I need to use both plugins – can you check what you can do to resolve this conflict?Thank you!
The problem is solved.