webmixer
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: admin panel broken in 2 parts, admin bar and dashboard separatedHello kmessinger Moderator,
thank you for your help, it was a plugin error which i had install WP UI – Tabs, accordions and more- version 0.8.8
As i deactivated this plugin now the back end has been looking in perfect style.
thank you
kamalForum: Fixing WordPress
In reply to: admin panel broken in 2 parts, admin bar and dashboard separatedhello Mr. Larsen,
i have tried adding this code in C:\wamp\www\mywebsite\wp-content\themes\socute.free\functions.php but it didn’t resolve my problem.
if ( function_exists(‘register_sidebar’) )
register_sidebar( array(
‘name’ => ‘Footer Sidebar 1’,
‘id’ => ‘footer-sidebar-1’,
‘description’ => ‘Appears in the footer area’,
‘before_widget’ => ‘<aside id=”%1$s” class=”widget %2$s”>’,
‘after_widget’ => ‘</aside>’,
‘before_title’ => ‘<h3 class=”widget-title”>’,
‘after_title’ => ‘</h3>’,
) );
register_sidebar( array(
‘name’ => ‘Footer Sidebar 2’,
‘id’ => ‘footer-sidebar-2’,
‘description’ => ‘Appears in the footer area’,
‘before_widget’ => ‘<aside id=”%1$s” class=”widget %2$s”>’,
‘after_widget’ => ‘</aside>’,
‘before_title’ => ‘<h3 class=”widget-title”>’,
‘after_title’ => ‘</h3>’,
) );
register_sidebar( array(
‘name’ => ‘Footer Sidebar 3’,
‘id’ => ‘footer-sidebar-3’,
‘description’ => ‘Appears in the footer area’,
‘before_widget’ => ‘<aside id=”%1$s” class=”widget %2$s”>’,
‘after_widget’ => ‘</aside>’,
‘before_title’ => ‘<h3 class=”widget-title”>’,
‘after_title’ => ‘</h3>’,
) );
register_sidebar( array(
‘name’ => ‘Footer Sidebar 4’,
‘id’ => ‘footer-sidebar-4’,
‘description’ => ‘Appears in the footer area’,
‘before_widget’ => ‘<aside id=”%1$s” class=”widget %2$s”>’,
‘after_widget’ => ‘</aside>’,
‘before_title’ => ‘<h3 class=”widget-title”>’,
‘after_title’ => ‘</h3>’,
) );thank you
kamalForum: Fixing WordPress
In reply to: admin panel broken in 2 parts, admin bar and dashboard separatedThank you for your quick reply. I have created the widgets for the footer.
Please check the codes below
[please use a pastebin or at least enclose your code in backticks – it got corrupted]Forum: Fixing WordPress
In reply to: admin panel broken in 2 parts, admin bar and dashboard separatedthe front end is working perfectly the code you have seen in the picture is appearing the back end. I am using socute theme free version on localhost.
Forum: Installing WordPress
In reply to: auto upgrade to 4.1 failedI have installed wordpress version 4.1 and i am having a long code below the admin bar in admin panel, I am running my project on localhost.
Please click the link to see the screenshop. https://dl.dropboxusercontent.com/u/160802935/screenshot-localhost%202015-01-26%2000-48-23.png
My front end is perfectly working and showing perfect.
Please let me know if you can tell me a resolution.
thanks
kamalCan anyone please help me?
I have been finding the solution to remove the sidebar from main shop page. I have used widget logic to do so and that sidebar disappear from the main shop page.
But it shows another sidebar which have widgets in it Search, archives, categories, and blog roll. I have not put these widgets in any widget area i don’t understand how these widgets are showing on main shop page sidebar whereas i used widget logic !is_shop() to hide sidebar which i put in shop sidebar widget area.
A quick response will be appreciated.
Thank you
Forum: Plugins
In reply to: [Menu] main navigation Dropdown menu is not working on single product page.Hello,
Can anyone please resolve this issue? i am really very upset to have this problem with wordpress 4.0 and i am not getting the solution.
Please help!
Thank you
Hello,
Is this only the code which you have paste in function.php file or you have create any other code and paste in sidebar.php file. Because i new to wordpress and also wants the same. I want all different sidebars on shop-page and product category page and single product page.
I copied your code to my function.php file it occurs an error and my wordpress backend doesn’t work.
Can you please help?
Thank you
Hello,
Can please someone help me do this?
Thank you
Forum: Plugins
In reply to: [WP eCommerce] Adding a sidebar to Products and Single Product pagesI am have the similar problem, i am want to add sidebar to my products page, sidebar is showing on single product page but not showing on products page.
Please help
Thank you