AntonioFajdiga
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: how to add logo in my header before my site titlebut i already put right align logo, but i don’t know hot to add the same or some other image left from the title
Forum: Fixing WordPress
In reply to: how to add logo in my header before my site titlehere is my site
https://dis.ijs.si/e-pedius/Forum: Fixing WordPress
In reply to: Add page title and page contenti already figure out. thanks for your time
Forum: Fixing WordPress
In reply to: Add page title and page contenti cannot remember where i downloaded this theme. it was before 3 months
Forum: Fixing WordPress
In reply to: Add page title and page contenti have also this piece of code and it works fine, just i cannot see the content of the page, i see only the title and posts
<?php /* Template Name: Blog Template */ ?> <?php global $pc_theme_object; /* Reference theme framework class */ ?> <?php get_header(); ?> <?php PC_Hooks::pc_after_get_header(); /* Framework hook wrapper */ ?> <div id="container"> <?php PC_Hooks::pc_after_container(); /* Framework hook wrapper */ ?> <div id="contentwrap" <?php echo PC_Utility::contentwrap_layout_classes(); ?>> <?php PC_Hooks::pc_before_content(); /* Framework hook wrapper */ ?> <div class="<?php echo PC_Utility::content_layout_classes_primary(); ?> blog"> <?php PC_Hooks::pc_after_content_open(); /* Framework hook wrapper */ ?> <?php /* Store the page query and show the blog post loop instead. */ $temp = $wp_query; $wp_query = null; $wp_query = new WP_Query(); $query_args = array( 'post_type' => 'post', 'paged' => $paged ); $wp_query->query( $query_args ); ?> <?php $naslov=get_the_title(); echo the_content(); echo "<font size=22>$naslov</font>" ; ?> <?php get_template_part( 'loop', 'blog-page' ); /* Framework blog page posts loop. */ ?> <?php /* Reset the page query. */ $wp_query = null; $wp_query = $temp; wp_reset_query(); ?> </div><!-- .content --> <?php PC_Hooks::pc_after_content(); /* Framework hook wrapper */ ?> </div><!-- #contentwrap --> </div><!-- #container --> <?php get_footer(); ?>
Forum: Fixing WordPress
In reply to: Add page title and page contenti am using design folio,and i know that WP didn’t make this theme, but i cannot solve this problem. if you know the answer please help me.
Forum: Fixing WordPress
In reply to: add title before postsOk but how i can do that for some other theme, what i have to change in my code
Forum: Themes and Templates
In reply to: fix footer on the bottomdoesn’t help. This is the problem
#footer { width:100%; height:80px; position:absolute; bottom:0; left:0; background:#ee5;
because he fix the height to 80px, and when i do that my footer line and text go up and mix with my paragraph text
Forum: Themes and Templates
In reply to: fix footer on the bottomi can not open that link. my browser is trying to redirect , but at the end i can not opetn that page
Forum: Themes and Templates
In reply to: CSS : menu problemtnx
Forum: Fixing WordPress
In reply to: problem with localhost redirectioni put my web site from localhost to real host. On the real host it works ok, but when i try to put the site back on my localhost it makes problems.For Home menu works ok, but when e click to other menu About,Contact,… it redirect me to my page on real host