nghorta
Forum Replies Created
-
Forum: Plugins
In reply to: Using sidebarTabs plugin within a pageForum: Plugins
In reply to: [sidebarTabs] [Plugin: sidebarTabs] Not working with minified javascriptPlace Minified JavaScript in footer
If you don’t feel like modify your theme to include the tags above, you may just enable this to include JavaScript in your footer. Moving scripts to the footer is not recommended if you have embedded JS code referring to code that’s been minified.
Forum: Plugins
In reply to: [sidebarTabs] [Plugin: sidebarTabs] Not working with minified javascriptPlease let me know the link to your website so I can analyze the problem.
Forum: Plugins
In reply to: [Plugin: sidebarTabs] Search Tab Error MessageIn principle, the sidebarTabs plugin not interfere with the funcionality of widgets included in their tabs. You tested if this (Search) works correctly out of the tab?
Forum: Plugins
In reply to: [Plugin: sidebarTabs] Parts of this Plug-in missing?The message have an error. Sorry. Go to “Appearance > Widgets” and drag the plugin to the area of the sidebar to create an instance. If in doubt visit the plugin homepage and see the tab “Screenshots”.
Forum: Plugins
In reply to: [Plugin: sidebarTabs] CSS Used by other plugins… way to change this?Please let me know via the contact form (https://www.blogviche.com.br/contact/) your email so I can send you the fix.
Forum: Plugins
In reply to: [Plugin: sidebarTabs] Fails to work with WEBO Site OptimizerIn the WordPress interface works properly? If yes, copy the styleSidebar.php file from source generated and include manually in header.php of your theme and test.
Forum: Plugins
In reply to: [Plugin: sidebarTabs] Sidebartabs Widgets gapAdd below line 42:
margin: -21px 0 10px 0\9;
Adjust, if necessary, the value -21px
Forum: Plugins
In reply to: [Plugin: sidebarTabs] Sidebartabs Widgets gapReplace the line in the styleSidebar.php file:
42 margin: 0 0 10px 0;
by
42 margin:-19px 0 10px 0;
and see the result. Adjust if necessary, the value (-19px) to one that is appropriate for your theme.
Forum: Plugins
In reply to: [Plugin: sidebarTabs] Compatibility with WordPress MUNot necessary the REQUEST_URI or PHP_SELF. Remove the instructions
<?php echo $_SERVER['PHP_SELF'] ?>
and try again. Example, replace:<?php echo $_SERVER['PHP_SELF'] ?>?page=sidebarTabs.php&action=edit&new=1&..
.by
?page=sidebarTabs.php&action=edit&new=1&...
Forum: Plugins
In reply to: sidebarTabs CSS questionSorry, but I need to see the plugin running on your blog to evaluate the problem. As I said earlier the plugin, in principle, not interfere with the font size of what is displayed on the panels.
Forum: Plugins
In reply to: sidebarTabs CSS questionIn principle, the plugin does not interfere in what is displayed on the panels, if that is the problem. You can provide the link of your blog so I can analyze?