doomaan
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Installing WordPress
In reply to: WordPress Slow in Admin Paneli guess you must rewrite config.php or remove all broken plugins with your version of wp
Forum: Installing WordPress
In reply to: Problem wiht updating to WordPress 4.0chek
did your host support zip file ?
is your php updated in your server ?Forum: Plugins
In reply to: Move title & meta data above the Featured Imageeasy…. use css
#container { width: 100px; height: 100px; position: relative; } #navi, #infoi { width: 100%; height: 100%; position: absolute; top: 0; left: 0; } #infoi { z-index: 10; }use javascript for test the activated flash and restyle your page by java to remove scrolling
make ajax return a value to the javascript and javascript re style your website by ne css code
i know this info but i don’t remember any of code >>>> good luck
see http://www.w3schools.com/ websiteForum: Themes and Templates
In reply to: how i can view multi widget …. (more than one) ?I find it >>>>>
go to the sidebar.php and wright
<?php dynamic_sidebar('second-sidebar'); ?>
Viewing 5 replies - 1 through 5 (of 5 total)