SuperWebDev
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to get rid of top search/navigation banner?Just checked your website, the search nav is gone now. If you still see it just clear your browser’s cookie, cache and refresh the website.
By the way can you check out my plugin and rate it. Thanks
https://www.ads-software.com/plugins/adblock-alerter/Forum: Fixing WordPress
In reply to: How to get rid of top search/navigation banner?I checked your style.css file and the code I told you to post is not even there. Make sure to go to Appearance then editor and once you are in the editor look for a link called style.css on the right sidebar, click it and go all the way to the bottom of the textarea and make sure to paste this code:
#top-bar {
display:none !important;
}Forum: Fixing WordPress
In reply to: How to get rid of top search/navigation banner?Are you sure you pasted it correct? Post a screenshot please
Forum: Fixing WordPress
In reply to: How to get rid of top search/navigation banner?To resolve this issue simply go to: Appearance -> Editor. Once you are on the editor page, hold the Control button and press the ‘f’ button to get the search bar, then type “style.css” (without the quotations). There should be a link with the name “style.css” highlighted on the right, click it. Once you click it, scroll all the way to the bottom of the textarea field and paste this code below. Tell me if it works
#top-bar {
display:none !important;
}Forum: Fixing WordPress
In reply to: How to get rid of top search/navigation banner?You mean the menubar with the search bar?
Forum: Plugins
In reply to: how to center videoNever mind, I just checked the plugins source code and it seems like your theme is the cause of this. To resolve this issue simply go to: Appearance -> Editor. Once you are on the editor page Hold the Control button and press the ‘f’ button to get the search bar, then type “style.css”. There should be a link with the name “style.css” highlight on the right, click it. Once you click it, scroll all the way to the bottom of the textarea field and paste this code below.
.wp-video {
margin: 0 auto !important;
}Forum: Plugins
In reply to: how to center videoSorry for the late reply, I got the email notification about this post a little late. Anyways can you paste the shortcode you used.
Forum: Plugins
In reply to: how to center videopost a sample video on your blog and the link to it so I can examine it and hopefully help you resolve you issue.
Forum: Reviews
In reply to: [adBlock Alerter] Great PluginThanks for great rating! As for the count down feature, I will add that to the plugin in the next release which I will hopefully finish in a few days.