hi admin
could you help me on disabling infinitescrolling from pr news.
please be more specific that which particular code need to be removed from functions.php
thanks ??
]]>Hey,
Our header is being squashed despite being the required sizes. How do we resolve this?
Thanks
]]>If i take away script for infinite scroll, i lose my sidebar in secondary pages, for example in prev
]]>I like the PR News theme. So I have installed it on my Tour de France Now site.
The only thing for me, was that it was missing a widget area. So, I added another widget area that I called topbar.
I created a child theme and added this line to the functions.php:
register_sidebar(array('name' => 'topbar', 'id' => 'topbar', 'before_widget' => '<div id="%1$s" class="widget %2$s">', 'after_widget' => "</div>", 'before_title' => '<h4 class="widget-title">', 'after_title' => '</h4>'));
And then added the code for the topbar in the header.php:
<?php if ( is_active_sidebar( 'topbar' ) ) : ?>
<div id="topbar" class="topbar widget-area" role="complementary">
<?php dynamic_sidebar( 'topbar' ); ?>
</div><!-- #primary-topbar -->
The widget area shows the topbar and it does show both sidebars. However, the site only shows the topbar, not the sidebars.
So, I decided to re-register the sidebars in the child themes’ function.php:
register_sidebar(array('name' => 'sidebar-left', 'id' => 'sidebar-left', 'before_widget' => '<div id="%1$s" class="widget %2$s">', 'after_widget' => "</div>", 'before_title' => '<h4 class="widget-title">', 'after_title' => '</h4>'));
register_sidebar(array('name' => 'sidebar-right', 'id' => 'sidebar-right', 'before_widget' => '<div id="%1$s" class="widget %2$s">', 'after_widget' => "</div>", 'before_title' => '<h4 class="widget-title">', 'after_title' => '</h4>'));
register_sidebar(array('name' => 'topbar', 'id' => 'topbar', 'before_widget' => '<div id="%1$s" class="widget %2$s">', 'after_widget' => "</div>", 'before_title' => '<h4 class="widget-title">', 'after_title' => '</h4>'));
However, this has not solved it. It still shows all three areas in the widget area, but when I put anything in the right sidebar area (and yes, the theme is set on homepage with right sidebar. ?? )
]]>I’m using PR News as my template.
Having some issues on my site.
1) All posts are not loading in home page.
2) How to add search bar and social icons on the right side of the header.
HELP PLEASE!
]]>My site is https://www.couponpradesh.in
I’m using PR News as my template.
Having some issues on my site.
1) All posts are not loading in home page.
2) How to add search bar and social icons on the right side of the header.
HELP PLEASE!
]]>Hello. Currently theme has 3 images left to right on homepage. How to make it show more images so that the empty left and right areas are filled in too?
Thanks.
]]>How to get the tagline to work?
]]>Hi!
I translated the theme into Russian. You can find .po and .mo files here
Uploading a header image, but it doesn’t display on the site. Have made sure it’s the right size (1200×200) but makes no difference.
]]>Hello and thanks for your great theme!
I develop my website on localhost with pr-news and I added a portfolio template with isotope in a child-theme. (this is not a plugin I did it with some tutorials)
Unfortunately when I want to update a post or anything else, nothing happened and I have just a blank page in my admin panel. I tried to downgrade my wordpress version because I thought it was a compatibility issue but nothing happened.
What do you think?
Thanks a lot
]]>I can’t get the three columns of widgets on the home page like the theme preview shot. I have ‘sidebar right’ on the ‘theme sidebars’ on ‘widgets’ with a picture and I have added ‘sidebar right’ to the home page but it is not displaying. You can see the website at https://www.pyonsgroup.co.uk
]]>When having a menu that takes up more than one row/column it starts to cover the content of the page. You can easily replicate this by creating a custom menu that results in a more then 2 row/column menu.
When having a one column menu the search box selectable from “Theme Options” are displayed on the same row/column as other menu elements (like it should). But when having a more than one column menu the “Theme Options” i.e search box are always displayed on an additional separate row/column even tough there are enough space for it to be on the same row/column as the other menu elements. This is off course unnecessary and looks off; should be on the same row if enough space is available. And in my opinion it should always be on the first row/column to the furthest right and not on the last row/column, even if there are more then one row/column, since that is the default placement on almost all webpages and users are accustomed to have the search box there. The same goes for the optional RSS and any other elements from “Theme Options” i.e. social media elements.
The spacing between the menu and content needs to be increases by the height of each extra menu row/column for this not to happen. Or solved some other way. But this is a problem that needs to be addressed.
Hoping for this to be fixed in the next update since otherwise it is a really clean and responsive theme. Thank you for sharing it with us.
]]>Can anyone help me to exclude a category and all its children from being shown on the home page of the PR News Theme. I have found the solution:
https://codex.www.ads-software.com/Template_Tags/query_posts#Exclude_Categories_From_Your_Home_Page
<?php
if ( is_home() ) {
query_posts( 'cat=-3' );
}
?>
But I do not know how to implement this code to the PR News Theme for it to work; I know how to edit the theme index.php and so on; but just not how to implement this code.
I would also like to do the exact same thing but for a wordpress multi-site set up for different countries with subdomains. I understand this can be done as above if I use child themes for each site. But I would like to know if it isn’t also possible without creating child themes?
Any help much appreciated!
Some info about what I am trying to achieve:
I am using the PR News Theme as a bulletin board to display current/up-coming events with the front page being all recent posts showing full length post excerpts. I manage the different events with parent and child categories and have navigation with a custom menu composed of the categories.
When events have taken place I do not want them to show on the home page. But I would still like them to remain published for SEO purposes and as a showcase of past events if the user clicks the parent category archive that I will put all past events in also changing their category to past-theirchildcategoryname. This way they will not show up among any current/upcoming events by selecting categories; but only show if the user selects the archive parent or the past-theirchildcategoryname and still be indexed in search engine results.
That is what I am trying to do.
Any help or input much appreciated.
Thank you PResponsive for a real clean and responsive theme; I really like it. It lets the content shine and be the star of the show and does not take over the show like a primadonna that some overdesigned themes do.
]]>When I open a post and want to turn back, it displays the home page zero point.
Can I put a button to go back and make me go back to the exact point of the post where I enter, whether this charge in the second or third load of the lazy load?
]]>I created another site using WP Multisite and for some reason the new site has Chinese characters showing instead of the little icons for things like Facebook, Twitter, Edit, Date, Category and tag.
Only seems to happen when view using Mozilla???
Shows normal on Chrome.
Any suggestions what may be happening?
]]>Suddenly the infinite scrolling is NOT working. Is is due to plugins?
]]>It was fine, but why suddenly the spacings between the images on the main page have gone haywire. Is it due to some plugins?
]]>I tried commenting out the comment template code in content.php. but it is not working.
]]>How do I remove both the calender icon and the date?
]]>Why suddenly is my blog not working? Now I revert it back to other theme and it is working. Is something wrong with the theme? (16/6/2014)
]]>Is there a way where I can have all images on the index page/home page having the same size?
]]>Why some of the blog posts do not show images on the index page? Only texts.
]]>I’m installing the theme, but all of my posts only show as images.
there is the tags and catigories down below, but no text, like how you have it here:
https://pr.premiumresponsive.com/edge-case-nested-and-mixed-lists/
thank you!
]]>How to change blog title color?
]]>My site is https://todosobreamor.com/
I’m using PR News as my template
I′ve changed my header before no problem. For a few days now, my header is not showing and where the header should be only shows a broken image link. I have tried removing the images from the media gallery and them uploading different ones again and nothing. I tried in the appearence and in the customize sections and nothing.
I also have changed the theme to see if the header shows and it does, it is only in this theme that doesn′t show.
The funny thing is that the header does show in my cel pone but not in the website.
HELP PLEASE!?
]]>Hi
How do I easily change link colors for this theme?
Kind regards Jesper
]]>Hi,
Thanks for the great theme!
I added Twitter to my sidebar and now posts keep popping up over the top of the sidebar. I can’t seem to figure out what I have done wrong. Can you help? The site is ninetyninehats.com.
Thanks in advance.
]]>I am embedding YouTube video in a post. It successfully gets embedded on the post page, but cannot see it on the homepage grid of latest posts. Does it needed to be put up in some pre-defined format?
Please help. Thank you.
]]>Getting a double title in the RSS feed. The feed title shows as: Site nameSite name
]]>