Robin
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Widget in main body (static page)rather than just open
Didnt understand it? can you printscreen and upload image somewhere to exactly show what you mean
Forum: Fixing WordPress
In reply to: Widget in main body (static page)Mostly if they are stacking it would a css thing — Ul/LI line-height or bottom margin
Forum: Fixing WordPress
In reply to: Widget in main body (static page)Sambo26 what exactly did you use, and can you post link so we can exactly see whats the problem.
Forum: Fixing WordPress
In reply to: Widget in main body (static page)Not sure about exact tutorial but it generally is not that hard
a sidebar-widget function would look likeif ( function_exists('register_sidebar') ) { register_sidebar(array( 'id' => 'post-sidebar', 'name' => 'Recent Post', 'before_widget' => '<div class="col %2$s" id="%1$s">', 'after_widget' => '</div>', 'before_title' => '<h2>', 'after_title' => '</h2>' ));And than on your static page (once you have added the recent post widget through (appearance > widgets )
just add a DIV tag where you would want to display it<div id="your-post"> <?php if (is_active_sidebar('post-sidebar')) : ?> </div>Forum: Fixing WordPress
In reply to: Widget in main body (static page)What you can do is, you can create a custom widget in your functions.php
Once you do that it would appear on your appearance > widgets add the recent post widget on it
and than calling that widget on your static page using get_sidebar(widget-name) function.Forum: Fixing WordPress
In reply to: Mobile homepage won't load until WP blog is loaded??Hey kevin
I believe AVADA being a paid theme you should first approach the theme developers for your issue.Forum: Fixing WordPress
In reply to: index.html is added on my links. Can't see admin or login pagecool 🙂
Forum: Fixing WordPress
In reply to: can anyone help me fix this gap?Best practice if you just want to remove it from homepage
create a child theme
create a functions.php file in it
add this function<?php if(is_home()){ echo '<style> .entry-title, .entry-title a { display:none; } .entry-content, .entry-summary { padding:0; } .left-sidebar #secondary { float: left; margin-left: 10px; margin-right: 0; overflow: hidden; width: 18.8%; } </style>';The last class edit
.left-side #secondary
would fix the images going out of your theme content areaForum: Fixing WordPress
In reply to: index.html is added on my links. Can't see admin or login pageI deleted everything from my server, even though my site is working. Please help me…
? ?
are you sure you are accessing the right ? folders?servers?
can you printscreen your ftp viewForum: Fixing WordPress
In reply to: index.html is added on my links. Can't see admin or login page@hagiangt, can you put your query in a new post so it easy to help
@jayavinoth — did it worked out ? did you try installing a new WP installation
Forum: Fixing WordPress
In reply to: index.html is added on my links. Can't see admin or login pager u sure you are accessing the right folder ? on your server
create a new folder do a fresh WordPress installation in itForum: Fixing WordPress
In reply to: index.html is added on my links. Can't see admin or login pagecan you printscreen your ftp view
Forum: Fixing WordPress
In reply to: index.html is added on my links. Can't see admin or login pageyour stylesheet has a code for background pointing to a strange URL
background-image:url(‘../www.momizat.net/theme/goodnews3/red/files/2011/12/bg3.png’);do you what about it ?
did you rename on your server or on your local as it should not pick your old theme if the folder is not there
Forum: Fixing WordPress
In reply to: index.html is added on my links. Can't see admin or login pageif you have access to ftp rename your current theme folder to theme-old and it should be able to pick default theme twentyeleven (if you havnt deleted it and it is still in your theme directory) but to the looks of it, i would suggest make a new directory install a fresh copy of your WordPress, install your theme (which you are currently using) and see if this is still happening
IMP: do backup your current database as well.
Forum: Fixing WordPress
In reply to: index.html is added on my links. Can't see admin or login pagetry changing to other theme ? twentyten