- NewspapertagDiv AMP Plugin Tutorial
- NewspaperTrack Subscription Sources with Locker URL in Opt-In Builder
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- NewspaperCredit System
- NewspaperIntroduction to CPT and ACF with Newspaper Theme
- NewspaperHow to edit modules for Flex Block X
- NewspaperHow to use the Posts List shortcode
- NewspaperUser review system
- NewspaperCustom Fields Support
- NewspaperHow to generate Facebook App ID
- NewspaperHow to insert a block inside the content of a post
- NewspaperModal Popup
- NewspaperPayPal Setup
- NewspaperLink Tracker
- NewspaperLockers
- NewspaperGeneral Options that May Interfere with the Newspaper Theme
- NewspaperAdd Cryptocurrency Price Ticker Widget
- NewspaperPosts Loop Element
- NewspaperThe Newspaper Mobile Theme: Introduction
- NewspaperAutoptimize Plugin – install and configuration
Hi Marius,
Thanks for you feedback! This works 🙂
Another problem I have with the galleries is when you resize the screen it shows 2 images on one line instead of 1 in full size.
For example here: http://www.alphamann.net/zu-viel-getrunken-30-fotos/
It should look like this: http://www.maennerhoehle.com/arrrghhh/
I don’t know why this is, it makes no sense. Is there a way to fix this?
Thanks,
Florian
hi,
I see that you have downgraded to version 2.3 again
have this solve the problem?
can you give us an example of how the gallery breacks in v3.1
Thanks for you message.
Radu A.
Hi there,
I use Jetpack for my photo galleries and everything was working just fine in Newspaper 2.3 I just upgraded, and now all my galleries link to the individual file.
Here’s an example post:
http://livemusicblog.com/2014/02/07/photos-recap-deloreon-until-the-ribbon-breaks-one-eyed-jacks-new-orleans-13014/
Please help!
Hi,
I went through the documentation and also the forum here but I couldn’t find a solution yet.
After switching to your theme I run thumbnail resize but still, all my featured images do have a grey libe below of the headline of my posts. I croped the images to the suggested size in the documentation but the grey area still appears.
Here is an example: http://www.brettspiele-magazin.de/rattus/
Any idea?
Best,
Norman
Hi,
problem seems to be solved. The “bad” links were coming from a social media plugin. No new 404 links were reported in WMT since I deactivated it.
In the meantime I searched a little bit for errors including numbers like http://www.example.com/12345/ –> a lot of wordpress installs have this duplicate content problem but as long as google doesn’t care about it I can live with it.
Thanks for all your help.
Sorry Marius I have just tried that with a brand new just downloaded version of the theme and it still gives me the permissions error.
the end of the URL is :/wp-admin/themes.php?page=td_controller.php&td_page=sidebars
What else can we try?
Can you also answer this please: You will want to verify with the theme author that it does not require the exec() / exec.php or url_fopen functions, as both of those have been disabled on Synthesis hosting for security reasons.
Thanks
Andrew
-
This reply was modified 12 years by
aedney.
Hmm it seems I have to install the sample data first.
Hi,
Please try with !important on the line-height. like line-height: 70px !important; Can you give me a link to inspect it?
Thanks!
1-) these posts difference is just in different categories but when i do pagespeed test to these their points are different. why is that?
http://silahgalerisi.com/avlanma-ve-avcilik/avcilik-hakkinda-ansiklopedik-bilgiler/ –> (in this some CSS files are on head MOBILE & DESKTOP)
http://silahgalerisi.com/tabancalar/fn-five-seven-tabanca/ –> (in this some CSS files are on head MOBILE)
i deactivated the cdn it’s not about it.
2-) http://silahgalerisi.com/silah-resimleri in that page i’m using lazyest-gallery but when i add the css ids to speedbooster, they are still on header. so i changed the gallery plugin’s functions.php for use these just on /silah-resimleri page but i want to send css files to footer like other plugins which i done with speedbooster 🙂
Best Regards
@radu
Have you ever considered instead of adding the share buttons at the bottom of posts to integrate or make an option to add the floating left side bar, for example: http://wordpress.org/plugins/wp-socializer/screenshots/ – I know I could easily download the plugin but I would imagine you could optimize it with the speed of the template with integrating it with your own code 🙂
You need to add the following line within the header file for the style you are using (i.e. header-style-1.php):
<?php bloginfo(‘description’); ?>
Example:
<a itemprop="url" href="<?php echo home_url(); ?>"><img width="300" src="<?php echo $td_customLogo?>" alt="<?php echo $td_logo_alt ?>"<?php echo $td_logo_title ?>/></a>
<meta itemprop="name" content="<?php bloginfo('name')?>">
<?php
}
}
?>
<br /><?php bloginfo('description'); ?>
</div>
<div class="span8">
Not tested but you get the idea
EDIT: This is to manually add it, I’m not sure if there is a way to do it already baked into the theme.
-
This reply was modified 12 years by
mofiki.
Ok so to clarify my problem.
I want to change the styling of the main title’s on posts and pages. I’m using a font that isn’t included in the theme and a size larger than the default of 40px.
So I added my own h1 styling to the child theme.
So far I’ve succesfully been able to change: The font-face, The font size, the letter-spacing, text-transform and padding.
However, when i try to change the line-height (px or %) or the color nothing happens. The only way I can change these particular elements seems to be within the Theme Panel (which doesn’t go beyond 40px)
There appears to be some default styling somewhere that is stopping me from making these changes. Please could you either point me to the bit of CSS thats affecting this or show me how to change the Theme panel defaults to go higher?
Many thanks!
Hi there,
I tried that. I’ve tried px, percentage, em… Nothing seems to work.
I have no problem changing the size, colour and font but the line height seems to be defaulting to something else.
The only thing I can that makes any difference is set the line height in the theme panel but this only goes up to 40px.
Any ideas?
Hi,
Change the line-height with px not with percent. like line-height: 70px;
Hi Marius
Two final questions:
If you look at my example page here: http://connecteddigitalhome.com/2014/02/02/review-resogun/
you will see that the review box appears after the socialize plug – how can I make the review box appear directly after post?
Also, there appears to be some blank space above the review box, how can I get rid of it?
many thanks
Andrew
How can i change the line-height and font-size to something bigger than 40px in the Theme panel?
I’ve tried adding custom H1 css but the line height keeps defaulting to something smaller…?
h1 {
display: block;
font-size: 70px;
line-height: 400%;
letter-spacing: -3px;
padding: 40px 0px 30px 0px;
font-family: "runda", Helvetica, Arial, sans-serif;
font-weight: 900;
text-transform: uppercase;
color: #000000;
}
Obviously 400% line height is over kill, but it doesn’t seem to mater what i put!
Hello Radu,
I don’t quite understand your question. I have already indicated where i’ll love to add the labels in the screencasts.
Just so there’s no confusion, i’ll take it from the top.
I’m Using advanced custom fields plugin to create custom fields for my document Category.
I’ve created three fields:
<li>Name of Author</li>
<li>Date of Publication</li>
<li>Name of Publisher</li>
Now ACF Normally posts only the values of the fields to the database and not the Field Names. In a normal post loop i could use echo to display a Field Name Text and then concatenate it with the field value so that my front end would look like this
Field Name: Field Value
due to the $buffy optimisation, i am unable to use echo so i’m looking for a workaround that would enable me add Field Name (Labels) automatically to each Field Value.
Concerning the issue of adding classes to the div, give me the CSS code which you believe will style the solution and i will add it to the CSS.
Like i stated in my last reply, this is a local development server. WordPress installed on XAMPP on my PC, so i can’t give you any link because the site is not live.
I’m looking forward to having this issue resolved and also it takes too long between replies so effectively this issue has taken us four days now. Please see how you can expedite a solution i’d appreciate it much.
Regards,
Effiong
Hi,
Try this: http://screencast.com/t/0ELuZmSb
$post_content = htmlentities($post_content, null, 'utf-8');
$post_content = str_replace("&nbsp;", "", $post_content);
$post_content = html_entity_decode($post_content, null, 'utf-8');
$pattern = "/[a-zA-Z]*[:\/\/]*[A-Za-z0-9\-_]+\.+[A-Za-z0-9\.\/%&=\?\-_]+/i";
Thanks!
I think I’m getting very close to figuring this out, but not quite there…any suggestions much appreciated!
Here’s what we’ve got:
*I am using “Co-Authors Plus” that allows you to assign 2 authors to one post. This is an example: http://www.seattleglobalist.com/2013/12/30/an-elusive-japanese-new-years-treat-returns-to-seattle/18592 this post has two authors on the backend, but only one displays on the post.
*I’ve added template tags to functions.php, per these instructions. and I know it’s kinda sorta working ’cause I can get the two author names to show up (but looking totally weird) by adding a line:
$buffy .= get_coauthors();
to td_module_1.php.
*I *think* that I have to add some kind of conditional to this section of td_module_blog.php, to make this work:
function get_author_box($author_id = '') {
if (!$this->is_single) {
return;
}
if (td_util::get_option('tds_show_author_box') == 'hide') {
return;
}
if (empty($author_id)) {
$author_id = $this->post->post_author;
}
right?? like incorporating something here that says “if there are two authors for this post, then use the coauthors tag instead of the author tag”.
Is that possible?
Thanks!!
I did like you said but still pageinsight analyze is saying that .css file is working before content 🙁
you can check it here
why don’t you use the best social sharing codes in the Newspaper, i am sorry because i have to find plugins solve for that. please optimize the social sharing codes in newspaper and save us 🙁
thank you for your reply
Can you show me a sample link of a post and also the syndication post, that I can see how the format looks like?
The author picture feature was spam a lot by sites.. for example some webmasters where using sexy girls on wordpress tutorials and such :). In the last couple of months I think google got a lot more picky about what picture they show and a lot of our users complained about this but unfortunately is out of our control .
Hello,
We doesn’t change anything in V3 about this option.
That setting if is disabled keep the full image.
If enable crop the image at 700x357px centered..All images will have 357 height.
Here is a sample how the WordPress will cut an image, the issue is on portrait mode because you lose a large area from the image http://screencast.com/t/UBBj9s4cMKvV
If you want you can increase that crop size for the image posts from here: http://screencast.com/t/9yzY7VB1o
Hope this help.
Thanks for the message!
Salut
Te rog ne poti da mai multe detalii? Ce se intampla mai exact? Ne poti arata pe site ce nu merge?
Mersi
its shown wrong in the post view
for example if i enter Source url:google.com
over in post view the link would look like this :
http://mysite.com/post_name/www.google.com
which is wrong … doesnt exist 🙂