Does anyone know how to get this template to use the full page for the width instead of a fixed width?
]]>I just started on my new website and I need help creating a new right sidebar. If anyone is patient enough to help me, I will be great appreciative. I’m not a tech savy person in this field but I can follow directions. Thanks again!
my site is https://www.gwwministry.com
]]>I want to hide the page titles on selected pages (or all would do the trick). I’ve done this on specific pages with a different theme (twentytwelve) by adding this to the child style sheet:
‘body.home .entry-header {
display: none;
}’
It appears that Purple Pro simply uses h1 tags for the page titles, though and I don’t want to have to hide all h1 text.
Any help gratefully appreciated.
]]>So I apologize ahead of time but I’m new to this and very confused. The Purple Pro theme I use shows that my posts can show up with a picture to the left of them with a description which can then be clicked on for the full post but when I try to do it it just shows the Title with a description. I have to click on that to see the picture. This is probably very easy and I’m missing it. Can anyone help? Thank you!
If this helps:
This is how I want it to show up:
https://ts.w.org/wp-content/themes/purple-pro/screenshot.png?ver=1.6
But this is whats showing up:
https://beautyboxjunkie.com/?page_id=6
then if i click on test it will finally show a picture,
]]>Is it possible to move the primary navigation from the sidebar to the top of the site?
Thanks in advance for any info
]]>I’m a designer…not a coder and I’m wanting to change the text color of the page titles in this theme to purple. Is this easily doable for somebody who doesn’t know code? Thanks!
]]>I have code showing at the bottom of my about page. Why and how do I remove? 2nd day on WordPress and I am a beginner to say the least. https://blog.sassysuggestions.com/about/
]]>ok, so if anyone needs a full width page layout within purple pro, here is the how to:
create a new file called page-fullwidth.php inside the theme folder (better use a child theme!) and copy this text to it:
<?php
/*
Template Name: Fullwidth Page
*/
?>
<?php get_header(); ?>
<div class="main-fullwidth">
<?php if (have_posts()) while (have_posts()) : the_post(); ?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>><div>
<h1><?php the_title(); ?> <?php edit_post_link(__('Edit this entry', 'purple_pro'), '', ''); ?></h1>
<?php the_content(); ?>
<div id="comments">
<?php comments_template(); ?>
</div>
<p class="pages"><?php wp_link_pages(); ?></p>
</div></article>
<?php endwhile; ?>a
<?php get_footer(); ?>
after that we need to adjust the css to match the main-fullwidth, so ad this to your custom css:
.main-fullwidth {
float: left;
overflow: hidden;
width: 100%;
margin-right: -35px;
}
.main-fullwidth article.post,
.main-fullwidth article .page {
clear: both;
overflow: hidden;
margin-bottom: 30px;
padding: 0;
border: 1px solid #d8d8d8;
background: #fff;
}
.main-fullwidth article.post>div,
.main-fullwidth article.page>div {
overflow: hidden;
padding: 10px 18px;
border: 1px solid #fff;
background: #fff url("images/post-bg.png") top repeat-x;
}
.main-fullwidth label {
float: none;
}
.main-fullwidth h3,
.main-fullwidth h2 {
clear: both;
}
@media only screen and (min-width: 401px) and (max-width: 800px) {
.main-fullwidth {
margin-left: 0;
margin-right: 0;
width: 100%;
}
@media only screen and (min-width: 50px) and (max-width: 400px) {
.main-fullwidth {
width: 100%;
padding: 15px 0 0;
}
.main-fullwidth article.post, .main-fullwidth article.page {
margin-right: 0;
margin: 0 0 10px 0;
padding: 0;
}
Now when editing a page, you can select the new template “Fullwidth Page”!
would be nice, if this will be included in the next theme update, just to make my hack obsolete ??
]]>I need text widgets in different colors.
I changed the the php-code to register a css class in div before widget. But it don′t work.
function purple_pro_widgets() {
register_sidebar(array(
'name' => __( 'Sidebar Widget Area', 'purple_pro'),
'id' => 'sidebar-widget-area',
'description' => __( 'The sidebar widget area', 'purple_pro'),
'before_widget' => '<div id="%1$s" class="widget %2$s">',
'after_widget' => '</div>',
'before_title' => '<h3>',
'after_title' => '</h3>',
));
}
the output:
<aside>
<div class="widget"><div><div class="textwidget">
where is the problem.
Thank′s for help
]]>First of all, I love the theme!
I like the ease of the custom menus and I’d like to set several pages as sub-menus, but without having to have a parent page. Is there a way to have a blank menu item that’s just a place holder for the dropdown menu? For instance, if I wanted to have a Random Generators menu item, under which I list a Random Pocket Litter Generator and a Random Daily Carry Generator, can I do that without having a page titled Random Generators?
Thanks!
]]>Hi,
Ater an updat to WP 3.6 and WP theme Purple pro 1.6 my site is a mess:
What can I do to repair it?
Chris
]]>Love the theme, but I want to eliminate the right column so it just displays as a blog. How do I it?
]]>How do I change the theme color from purple to something different?
]]>I’d like to get rid of the links that were automatically made to appear in the footer. They are also at the top of the page so I don’t want them twice.
I want to put a line of text in the footer instead.
I have made many websites using the now defunct Adobe GoLive but I am new to WordPress. I don’t know PHP so please be very clear if you are so kind as to offer me a solution!
]]>I’m working with this theme and I really like it. But I have a question:
In the blog, can display all the text of the post?
Thanks.
Hi,
recently i discovered the world of Google Fonts, and there’s some really great stuff. Than i noticed that Purple Pro uses such a font but with all the generated files, including a stylesheet, from fontsquirrel.com.
So ilooked around there and got a bunch of my own choosing – but, now i ask myself how do i add in additional fonts with Purple Pro?? (Especially since i run a child theme of it, Purple Pro Fluid).
The “fonts” folder of PP is obviousely set up for that one font only, Dosis, no additional font can be added in there because the stylesheet for each font is always called stylesheet.css.
How do i do this??
Do i just add the style from any other fonts stylesheet to the existing one, so that i would, say, end up with 4 different font styles in one single stylesheet.css file and have ALL 4 fotns files in the very single “fonts” folder,
or, would i have to put every font in seperate folders – and thus create an increasingly complicated folder structure to fetch each font from)??
Any useful tips on this??
]]>Hi I have several blogs using this theme but one of them is not displaying the posts properly
This is how the post should be displaying
https://interests.staceymercer.co.uk/blog/
But this is how they are displaying
https://staceymercer.co.uk/blog/
I have changed quite a bit in the css, but not anything to do with the posts and the displaying of comment bar and date, author, categories parts.
I can’t figure out what’s gone wrong.
Please help!!
]]>I’ve created a page that is password protected on a page that I have set up to fit the width of both content and sidebar (sidebar has been removed) and the password form is cutting off on the right. I can’t seem to find what I need to change in the CSS so that it fits the content area properly.
https://portfolio.staceymercer.co.uk/portfolio/cv/
The form works, it’s just a bit unsightly and I’d like to resolve it. I’m guessing this is the CSS that needs to be changed but I can’t find anything anyway in the terms of what I should be adding so that the form fits, obviously I only want it like this for this one page and not all forms
form, form[class] {
margin: 1.5em 0;
padding: 10px 20px;
border: 1px solid #ddd;
border-radius: 5px;
background: #f4f4f4;
]]>
I am just making a simple site that has only navigation buttons, a header, a footer, the search window and text. I’ve managed to get rid of everything else except the “Leave Comment” window. Please can someone tell me how to get rid of that?
Thanks!
Jen G
~Hi how can we get the logo to work with this theme?
]]>Hi,
How (as in the coding required) and where on the .css can I set the default colour for excerpts?
I know the colour I want but can’t figure out how to do it other than adding it to each excerpt individually and manually, which is a bother when I’m trying to get a post done quickly.
Thanks for any help
]]>If I wanted to change the header image, what would I need to do?
]]>