Search Results for 'amp'

Results from the Forum
michaeljanzen
Participant
#0

Suggestion: Add an ad space above the featured image and below the article title.

A friend of mine who runs a similarly busy blog has found that this ad arrangement increases overall revenue 2x-3x. I did a quick & dirty hack on Newspaper to see if I could do something similar and saw he was right. See an example of this UI here: http://www.tinyhouseliving.com/215-square-foot-concrete-solar-shell/

The elimination of the sidebar also helps make this work.

Related Suggestion: Add the ability to add columns below the post on a page where the main sidebar is removed.

I’d like to be able to edit the main post page much like you permit the main homepage. Most of my traffic lands on post pages – not the homepage. So in many respects the homepage design is unimportant. The post page design is paramount to capturing followers/subscribers and ad revenue.

Thanks!

r1kay
tagDiv Member

I fixed it! Thanks Phil! Now another ‘problem’ occurs. The counts are not shown in the theme’s layout. For example, normally it would show 10.000 views. Now it will show 10000 vies, without the seperation dot for thousands. Any idea on how to fix this?

thomaspe
tagDiv Member

+1 for the problem.
Latest social counter plugin in use – which is listed as v1.0.
Twitter user: festivalisten (but even envato doesnt work)

Plugins in use:
Ad Inserter
Crazy Lazy
eipSoftware Get Latest Posts
Exec-PHP
FooBox HTML & Media Lightbox
Jetpack von WordPress.com
Optimus
Password Protected
Shortcode Exec PHP
tagDiv Social Counter
Ultimate Addons for Visual Composer
Widget Shortcode
WordPress Importer
WPBakery Visual Composer
WP Clean Up
XenForo API Consumer

simchris
tagDiv Member

HI, Peter
I had suggested the config and htaccess as those sometimes get setup to point at a local WAMP setup for testing and then folks forget to change to point at the actual domain name 🙂

Glad it was something you could sort out.

giacomoarmando
tagDiv Member

Hi All.
I have a problem with the pagination of the categories.
I proceeded to create any custom post type.
I duplicated the category page using the slug of category connect to custon post type. Example: category-ricette.php.
Browsing the categories of these fields, the pagination does not work.
Here’s an example:
http://demo.popolis.it/category/tempo-libero/gastronomia/antipasti/

Another thing: how can I increase the number of items per page in categories?

Thank you.

Marius
tagDiv Staff

Hi,

1. http://screencast.com/t/i0LNtNNSRe
2. Replace this code: http://screencast.com/t/cKKENuf8p7OG with this:

$image = wp_get_attachment_image_src( get_post_thumbnail_id( $this->post->ID ), 'single-post-thumbnail' );
            $buffy .= '
                <div class="td-tags-and-social-wrapper-box td-tags-and-social-wrapper-box-bottom-line">
                    <a class="td-social-sharing-buttons td-social-twitter" href="https://twitter.com/intent/tweet?text=' . $this->title . '&amp;url=' . urlencode(get_permalink()) . '&amp;via=' . get_bloginfo('name') .'" onclick="window.open(this.href, \'mywin\',
\'left=50,top=50,width=600,height=350,toolbar=0\'); return false;" ><div class="td-sp td-sp-share-twitter"></div><div class="td-social-but-text">Twitter</div></a>
                    <a class="td-social-sharing-buttons td-social-facebook" href="http://www.facebook.com/sharer.php?u=' . urlencode(get_permalink()) . '" onclick="window.open(this.href, \'mywin\',
\'left=50,top=50,width=600,height=350,toolbar=0\'); return false;"><div class="td-sp td-sp-share-facebook"></div><div class="td-social-but-text">Facebook</div></a>
                    <a class="td-social-sharing-buttons td-social-google" href="http://plus.google.com/share?url=' . get_permalink() . '" onclick="window.open(this.href, \'mywin\',
\'left=50,top=50,width=600,height=350,toolbar=0\'); return false;"><div class="td-sp td-sp-share-google"></div><div class="td-social-but-text">Google +</div></a>
                    <a class="td-social-sharing-buttons td-social-pinterest" href="http://pinterest.com/pin/create/button/?url=' . get_permalink() . '&amp;media=' . (!empty($image[0]) ? $image[0] : '') . '" onclick="window.open(this.href, \'mywin\',
\'left=50,top=50,width=600,height=350,toolbar=0\'); return false;"><div class="td-sp td-sp-share-pinterest"></div><div class="td-social-but-text">Pinterest</div></a>';
            $buffy .= '<div class="td-social-like-tweet">';
            $buffy .= '<ul>';
            $buffy .= '<li class="td-like-tweet-twitter">';
            $buffy .= '<a href="https://twitter.com/share" class="twitter-share-button" data-url="' . $this->href . '" data-text="' . $this->title . '" data-via="' . td_util::get_option('tds_' . 'social_twitter') . '" data-lang="en">tweet</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>';
            $buffy .= '</li>';

            $buffy .= '<li class="td-like-tweet-facebook">';
            $buffy .= '<iframe src="http://www.facebook.com/plugins/like.php?href=' . $this->href . '&amp;layout=button_count&amp;show_faces=false&amp;width=105&amp;action=like&amp;colorscheme=light&amp;height=21" style="border:none; overflow:hidden; width:105px; height:21px; background-color:transparent;"></iframe>';
            $buffy .= '</li>';

            $buffy .= '<li  class="td-like-tweet-google">';
            $buffy .= '
                    <div class="g-plusone" data-size="medium" data-href="' . $this->href . '"></div>
                    <script type="text/javascript">
                        (function() {
                            var po = document.createElement("script"); po.type = "text/javascript"; po.async = true;
                            po.src = "https://apis.google.com/js/plusone.js";
                            var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(po, s);
                        })();
                    </script>
                    ';
            $buffy .= '</li>';
            $buffy .= '</ul>';
            $buffy .= '</div></div>';

3. Add this CSS in Theme panel -> Custom CSS

.td-social-like-tweet {
    margin-bottom: 0px;
}
.td-social-like-tweet ul {
    margin: 0px;
}

Thanks!

Radu
tagDiv Staff

Hi,


@bhaa
if you have error logging enabled, you can find a file named errorlog usually in one of the folders in the root of your ftp directory. If you give me ftp access I can try to retrieve it. contact@tagdiv.com – also are you using a caching plugin?


@nusagrunge
and @anastasios – are you using a caching plugin? are you using a properly configured server? For example a stock vps from some of the hosting providers do not come with good default configurations for wordpress.


@anastasios
– I see that you are no longer using our theme 😐 – even with the current theme your server seems to be running with configurations that are not so good http://screencast.com/t/RQrRiDhv please enable compression and make sure that you have php opcache .

simchris
Participant
#0

For those with some oddities where three people have a problem and 300 don’t, some fixes may be in store for you with WP 3.9.1 upgrade today.

Support tickets for WP 3.9 addressed:
https://core.trac.wordpress.org/query?milestone=3.9.1

You can see the changelog of fixes here
https://core.trac.wordpress.org/log/branches/3.9?rev=28353&stop_rev=28154

simchris
tagDiv Member

This is a recurring problem with Facebook and NOT your site, your theme, or any plugin. From time to time with Facebook one or more things happen:

1) Facebook system for “grab” overloaded, and cannot pull the information from your site; basically it “times out” and then just shows URL. Sometimes if you try again in a few hours, it will work properly. I see this every other day for our news sites. I sometimes just trick them by grabbing title, first paragraph, URL as my “post” on FB, then manually upload the photo from story to go with it, when finally disgusted by their timeout issues.

2) Facebook has already had somebody else share your page, and they are moving to a “one share” function where often they won’t let two people share the same page and choose different thumbnail, for example. Or rather, they take the first share, and then all following shares must be identical to the one they have “on file.” This seems to be an on/off/on/off thing. I’ve seen the “URL only” issue more often when somebody beats me to sharing the page before I do (some of our news posts before I’m up in the morning).

3) Your server firewall (CSF/iptables) may block Facebook’s IPs because they hit your port 53 for geolocation server checking for every post … so it can look like port scans/floods from Facebook since you might see 25 pings to port 53 from 20 different IPs all owned by Facebook (this one was driving me nuts last year until I figured out what it was).

Not sure that helps; but that is what happens to us 🙂

  • This reply was modified 12 years by simchris.
  • This reply was modified 12 years by simchris.
  • This reply was modified 12 years by simchris.
prose976
tagDiv Member

Thanks for all the help.

Phlip

sempak
tagDiv Member

@Marius
I did. Disable all plugins, even I reinstall the wordpress twice but nothing.
Please fix the hole its kinda frustrating.

cPanel Version 11.42.1 (build 13)
Theme x3
Apache version 2.2.25
PHP version 5.4.19
MySQL version 5.5.36-cll
Architecture x86_64
Operating system linux
Perl version 5.10.1
Kernel version 2.6.32-358.18.1.el6.x86_64

@BaBa
My host provider already updated to Php version 5.4 which the latest version that they have. I’m afraid it couldnt solve the problem, since I’m using Php version 5.5 in my Xampp. Now I have to wait 1×24 hour cuz they migrating the server, meanwhile worrying it wouldnt fix the issue.

Its a hurry up and wait situation.

Total down time, 6 days. Damn!

Thanks mate.

Marius
tagDiv Staff

Hi,
Is like that because admin bar and menu theme have fixed position. You can use this CSS to fix that, but will work only with the admin bar, if you don’t have admin bar for users the menu will be from 32px to the top.

.affix {
    top: 32px;
}
Radu A
tagDiv Member

hi,
Q1)
take a look at the filters when you add your blocks to the page:
http://screencast.com/t/CiDo8BdCth
http://screencast.com/t/pdTGYuh55
http://screencast.com/t/Ld9Gz4bKySFx

if you cannot do what you want from those filters then you have to modify the code of the theme. if you are not a programmer my advice is to hire one, it will save a lot of time.

Q2) the 7 day counter has an array of 7 position. each day only one position is increased (and every time a position is increased the sum of all position is made).
next week the position will be reset to 1 and it will be increase again.
for example on friday, the position 4 is increase, next week on monday the position 4 is set to 1 (at first entry on the post) and the counter start increasing the 4 position on the array.

Thanks for you message.
Radu A.

Bryson T
tagDiv Member

Radu,

http://prntscr.com/3gr5uc – Installed your suggested plugin for email, here shows settings in green. Test email received fine on my end.

http://prntscr.com/3gr6aq – Left it sitting for about 15 minutes after trying to login, this is what I came back to.

http://prntscr.com/3gr7m1 – Settings are correct all around.

Cannot LOGIN or REGISTER via this form on a production install with various plugins, Apache server, php 5.4, WP 3.9, Newspaper 3.8.
Cannot LOGIN or REGISTER via this form on test install on xampp with WP 3.9, Newspaper 3.8, Apache server and php 5.5 and ONLY the plugins that the Newspaper plugin installer asks for and WP Mail SMTP setup.

I’m glad it’s working for you Radu, it just doesn’t matter. You have proof it’s not working for us…

I don’t care about registrations but the logging in part is important.

Bryson T
tagDiv Member

???

http://prntscr.com/3gqyrg
WordPress has that feature built in – no need to custom code that.

My question was quite clear; how can the site recognize the bar is there and not HIDE behind it?

Radu A
tagDiv Member

hi,
that bar is coming from wordpress.
use this to hide it : http://screencast.com/t/YolsokJ5B
show_admin_bar(false);

Thanks for you message.
Radu A.

Marius
tagDiv Staff

Hi,
The background is fine, you need to use a larger logo to make the header more bigger, we used there a logo at 600 x 200 px. Here is the logo that we used: http://demo.tagdiv.com/newspaper/bg_images/fashion-header.png

I don’t understand you question. The theme functionality is the same, no matter what style you use, fashion or cafe or anything else. If you mean to make a post as Featured, you need to add it in the Featured category.

Thanks!

Bryson T
Participant
#0

Perhaps it’s just me, but it’s REALLY annoying that when I’m logged in (Hence when any user is logged in to my site) and the admin bar is displayed the website hides under the admin bar. I see it in a lot of themes and it drives me nuts. So I turn off the admin bar and have much less easy access to the backend without keeping a second window open with the admin loaded up.

Since it appears that WP isn’t going to fix their admin bar why not add in the small bit of code so your amazing theme does it for them?

http://prntscr.com/3gi3w1
See what I mean? The menu hides behind the bar instead of simply having the theme load 30 or so pixels from the top when the admin bar is enabled.

Bryson T
tagDiv Member

@Marius Great to know. Thanks

davistar
tagDiv Member

Don’t you think it makes more sense, structure wise, if a title is h2 and the content inside h3 then?

For example:

H3 Title = Call of Dury News
H4 headings for all the news belonging to Call of Duty.

Check the clear structrue here, the biggest news site in Europe with a lot of excellent rankings:
http://www.gamestar.de/spiele/call-of-duty-advanced-warfare/50678.html

Bryson T
tagDiv Member

Radu,

I’m having the same issue. So, as you instructed, I setup xampp on my computer with php 5.5 and installed a fresh WordPress 3.9 and Newspaper 3.8.

http://prntscr.com/3ggyvc
It hangs there forever. Here all active plugins – http://prntscr.com/3ggz8n

If there is a plugin conflict causing this then it’s a plugin Newspaper is made to work with.

This was a fresh install of everything.

Bryson T
tagDiv Member

This is from the plugin docs on github…

=== Envato WordPress Toolkit ===
Contributors: envato, valendesigns, japh
Tags: install, update, api, envato, theme, upgrade
Requires at least: 3.0
Tested up to: 3.3.2
Stable tag: 1.6.2

WordPress toolkit for Envato Marketplace hosted items. Currently supports the following theme functionality: install, upgrade, &amp; backups during upgrade.

== Description ==

According to this the plugin was only tested up to WordPress 3.3.2 and the admin menu in WordPress has been partially overhauled once, and mostly overhauled once since then. Also, it was last updated three months ago meaning before WP 3.9, 3.8.3, 3.8.2 and 3.8.1 were release.

Either way, have you tried contacting the people who made that plugin? They are who provide support for it regardless of whether or not tagDiv tried to make their theme compatible.

Shezaad
tagDiv Member

Great. I saw that. still few problems :/
1.Background image doesn’t fit to the screen as in your demo
is it something to do with “STRETCH BACKGROUND” option? when it is enabled background is empty. nothing shows as the background.
2.Header alignment doesn’t work either

See the screenshot here : http://awesomescreenshot.com/0e82r4u770

3. And there is a feature in the fashion demo where the recommended post pops in when scrolling down? that doesnt work too

Marius
tagDiv Staff

Thanks @orcn

Have a nice day!

Radu A
tagDiv Member

hi,
to import predefined styles :

http://screencast.com/t/nllivLprYmz
http://screencast.com/t/WqsHXrGZyqGL

Thanks for you message.
Radu A.

Viewing 25 results - 38,051 through 38,075 (of 38,683 total)