Hi.
I need to have a background image. How can I do it?
]]>I wrote text in the sidebar, but its no effect on main page. I dont see text in sidebar on main page.
]]>Hello again,
Other situation with the theme Just Landing Page Pro that I am “suffering” is that a strange tag is affecting two widgets and all the content inside (header and body text) is displaying with the em tag.
I paste the code:
<div class="block3-center3">
<div class="sidebar-user14 span2">
<div class="sidebar-user15 span2">
<ul>
<li id="text-38" class="widget widget_text">
<em>
<li id="text-48" class="widget widget_text">
<h2 class="widgettitle">LOREM IPSUM</h2>
<div class="textwidget">
</li>
<li id="text-39" class="widget widget_text">
</em>
</ul>
</div>
<em> </em>
</div>
<em>
</div>
<em> </em>
</div>
<em>
<div class="block4">
<div class="block5">
<script src="https://www.xxxxxxxxxxxxxxxxxxxxxx.com/wp-includes/js/admin-bar.min.js?ver=4.0" type="text/javascript">
<script src="https://www.xxxxxxxxxxxxxxxxxxxxxxxx.com/wp-content/plugins/contact-form-7/includes/js/jquery.form.min.js?ver=3.51.0-2014.06.20" type="text/javascript">
<script type="text/javascript">
<script src="https://www.xxxxxxxxxxxxxxxxxxxxxxxx/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=3.9.3" type="text/javascript">
<script type="text/javascript">
<div id="wpadminbar" class="" role="navigation">
</em>
I have searched the php files that I have found in the WordPress Editor without finding the tag. Also I have bean searching for it in de CSS stylesheet without being succesfull.
Again, thank you in advance!
]]>Hello,
I first started using the free version of Just Landing Page and I changed the Titel for a Logo without any problem, but I have just hanged to the Pro version and doing the same things the widgets that I put in Sidebar header 2 are moved under de Logo image instead of keepeing in the same line.
The php code that i have now in the header.php file, before puting the image is:
<head profile="https://gmpg.org/xfn/11">
<title><?php wp_title( '|', true, 'right' ); ?></title>
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<meta name="viewport" content="width=device-width" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<div class="main-header">
<div class="head">
<div class="head-center">
<div class="header-logo span2"><a href="<?php bloginfo('url'); ?>"><img src="https://localhost/testwordpress/wp-content/uploads/2014/09/Escuela-Gob-gobierno-logo.png"</a</div>
<div class="sidebar-right span2"><?php if (is_active_sidebar(1)){ echo '<ul>'; dynamic_sidebar(1); echo '</ul>'; }?></div>
</div>
</div>
</div>
Can anyone help me with that? I’m just starting to learn about php code.
Thank you in advance!
]]>