I purchased the Local Business Pro and every time I try to change my home page, it keeps adding the slider back. There is no "slider" settings in the left column of the WordPress Dashboard. How do I delete or disable the slider image from appearing on the home page?
Hello, Paste the code given below in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .signupright { display: none; } This will solve your issue.
Thank you Piyush. That worked but it only removed the image in the slider. The content is still there along with a button called read more! Also, there is no "slider" widget in left column of the WordPress Dashboard.
I upgraded WordPress to 3.6. Could this be the reason I can't see the "slider" widget settings in the left column of the dash board?
Hello, Paste the code given below in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .signup { display: none; } This will solve your issue.
Hello, We have checked the Local Business Pro Theme in WordPress 3.6 and the theme option is working fine and there is no problem with Slider Settings panel in the WP dashboard. See the image for the reference If you are still getting this issue, then could you please provide the following information listed below. Thread Link: http://www.inkthemes.com/community/threads/how-to-delete-slider-from-home-page.6809/ Your Website URL: WordPress Username: WordPress Password: Send this information on our email at [email protected] We will check and try to resolve your issue.
Piyush, The screen dump you posted is completed different from mine. My dashboard doesn't show what your's does. I manually deleted the \wordpress\wp-content\themes\localbusinesstheme directory and reinstalled the Local Business Pro Theme and I got the correct "slider settings" under Theme Options. Thanks for you help! Mark
How do I disable the entire slider from home page and set my home page logo to redirect to a new page I call home?
Hello, 1. Paste the code given below in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .signup { display: none; } This will remove the entire slider from home page. 2. For your logo issue, Go to the header.php present in your theme directory and paste your the URL of your home page as shown in the image given below. This will solve your issue.