kyssme
Forum Replies Created
-
Every time I tried to delete that plug-in, it shows this error message:
Fatal error: Call to undefined function elete_transient() in /home/user/public_html/domain/wp-content/plugins/dynamic-to-top/uninstall.php on line 16
I cannot for some reason see any changes I made in the “To Top” settings. It still retains this “green” looking button. I’ve tried deactivating and deactivating other plug-ins, deleting the files manually, or even installing manually. Nothing works to change the settings.
I placed the code:
function my_dynamic_to_top_filter( $css ){
$css .= ‘#dynamic-to-top{ bottom: 200px; }’;
return $css;
}add_filter(‘mv_dynamic_to_top_css’,’my_dynamic_to_top_filter’);
in functions.php file. But the code showed visibly on the top of the website, which isn’t supposed to be that way?Forum: Plugins
In reply to: [Dynamic "To Top" Plugin] [Plugin: Dynamic "To Top" Plugin] Margin bootomI see, but that doesn’t work at all.
I see, but which css stylesheet should I put in? dynamic-to-top-admin.css or dynamic-to-top-jquery-ui.css?
Forum: Plugins
In reply to: [Dynamic "To Top" Plugin] [Plugin: Dynamic "To Top" Plugin] Margin bootomI see, but which css stylesheet should I put in? dynamic-to-top-admin.css or dynamic-to-top-jquery-ui.css?
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] Homepage Title has not changed…do you have an email address I can send you a link of what really happened? its pretty private.
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] Homepage Title has not changed…Blog was fine, but not the static frontpage. I used the “portfolio” as the static front page.
Forum: Fixing WordPress
In reply to: Widget IssueThis has been solved!
Forum: Fixing WordPress
In reply to: Widget IssueI switched to the regular default theme like TwentyEleven, and the widgets are working. So I assume the theme is the fault?
Forum: Fixing WordPress
In reply to: Widget IssueThats so weird. When I go to Screen Options > Enable Accessibility. The widgets seem to be fine, and I am able to add new widgets without a problem, it’s just that I don’t get to drag the usual widgets like that.
But if I click Disable Accessibility, the issue still arises.