Hello,
You have recently installed some plugins? I’ve checked the email but i don’t find any email from you.
The common problem when the images are not cropped is because of missing GD library. Please send us an email with access WP and FTP to check the GD library. contact@tagdiv.com
Thanks!
Hello,
The demo content from our demo is very huge and is useless for you, because you don’t need 100+ post, and 30+ categories in your site only to delete then.
We can provide an XML file but that import only the posts, files and categories. The all sidebars and widgets will not be imported. So is useless.
The one click demo data install is the best for a quick start.
Thanks for the message!
Hello,
Do you use some cache plugin. Please install W3 Total Cache and enable the Page cache.
Also please check in console you have some errors http://screencast.com/t/lh23XoQC
Thanks!
Hi,
I have just purchased your theme and would like to make my site exactly the same as your demo (http://themeforest.net/item/newspaper/full_screen_preview/5489609) in the first place, so I have a basis to customize on. I already know [Theme – Options > Install demo] cannot do this for me.
So how can we do this?
Many thanks to you.
Hello,
I have installed the Newsletter Theme on my website and everything works fine… except for the fact when a user try to print a page, the result is a mess…
For example: when I try to print this page: http://www.brasilnaitalia.net/2014/01/carnaval-de-veneza-2014.html
This is what I get: http://brasilnaitalia.net/carnaval_veneza.pdf
Can you help me?
Thank you,
Barbara
Hmm, but if this GD library (maybe) is not installed on the server, how to change the size of the preview image before this problem?
I have not changed the server or its configuration.
Hello,
Check here http://screencast.com/t/JZazlqR6 you can install it from there.
Thanks!
There is, but it comes in the form of a plugin. If you don’t have the Social Counter plugin installed and activated, in your WordPress dashboard under Appearance, click on Install Plugins. I think it might be listed there.
Hello,
Just a quick tips!
I see you have large images but the WordPress don’t make the crop http://screencast.com/t/JyawhF3DFi
Please check if you have the GD library installed on the server. We will check the email ASAP.
Thanks
Hello,
Please go to translate panel, translate the sentence then save the translation and check if you have the translated sentence there: http://screencast.com/t/j9DnvQpOD6
Should work, I’ve tested on our local installation.
About the slider, i guess that is revolution slider on mobile the text will be removed because of limited space.
Thanks for the message!
Thanks @octavian
I believe there is a whole gravatar thing here, but I just spotted this new simple plug-in last night that should do what you want. It’s compatible with WordPress 3.8 if you are using WordPress. I plan on installing it later after I update the latest theme update that came out today. If you try it and beat me to it, let all know if it worked. http://wordpress.org/plugins/custom-user-profile-photo/
I need this too!
I’ve tried installing a plugin that lets you assign categories and tags to pages but it doesn’t seem to detect the custom background images for categories when a page is assigned… :/
Hello,
Please check if you have installed cURL on localhost server.
Thanks
Hi there,
I’ve done installing your theme to my site at http://www.infokomputer.com
After doing some adjustment and setting, i’ve found problem with post title in block1 homepage module. It didn’t fill enough width, so the right side seems too much space (blank). I’ve try to change module setting, but no joy.
In your theme sample, Block 1 module looks perfect. How can i get excatly like that?
Thanks
Brama
So last week I made a backup of my staging server, then installed it locally. Changing the values for site name and URL of course. However there is a rather strange issue with social counter plugin breaking the site. For whatever reason, the page fails to complete rendering when it gets to the social counter widget in the sidebar. So it ends up being a page that is missing the sidebar, footer, and WP admin bar (if logged in).
If I removed all of the values from the widget, or enter values into previously empty options of the widget, or even delete the widget entirely, the page renders completely fine. It’s only when I have filled out the options that were filled from the staging server that it decides to break. It doesn’t matter what I enter into the fields that were filled out. I’ve tried uninstalling and reinstalling the plugin, deleting the “widget_td_social_counter_widget” and “td_social_api_v3_last_val” entries from the database, but no luck.
Does anyone have any idea why this would be happening?
Hello,
@BlinX please try to instal a plugin, any plugin from WordPress to see if work. Could be from some permission settings.
If you want you can give us access to your WP and we will take a look and FTP to.
Please send via email at contact@tagdiv.com.
Mention in the message title For Marius and also please paste a link to this conversation.
Thanks for the message!
Happy New Year!!!
I’m really hoping you could help me out on this one. On the default “no category” page it DOES show the slider. On any other category page it won’t. I’ve deleted all categories and added them again, but still no slider is showing up. I do have the Rev Slider plugin installed, but i think that plugin is not necessary since the sliders on the module 6 template used to work without it. I tried to deactivate all plug ins but nothing will make them appear again! Really need your help!
Holiday PageSpeed Fun Report Update!
Just as a pagespeed comment, I was testing mod_pagespeed, vs your tagdiv cache experimental, and W3 with page cache on, and found that mod_pagespeed on server with memcache, optcache and eaccelerator, seem to be about the same effect. What this means for most WordPress folks is quite simple: use a hosting provider that supports mod_pagespeed (e.g., GoDaddy now supports it with htaccess local config options — NOT an advert for them, just anecdotal) may be better option than messing around with all the various plugins that try to replicate that server-side functionality.
To Radu and all … who are wondering about the “render blocking blah blah” errors, this was one of the suggested solutions for WP (note the issue is common to ALL WP themes frankly due to the way the header works for most themes based on “traditional” HTML practice, 2 years ago nobody really cared about this issue!):
(QUOTED from WordPress.org discussion, “wpgeekster”)
The reason you are getting render blocking message from google is because your javascript is being called in the header. In your wp_register_script() function and in your wp_enqueue_script() function you must include true for the $in_footer argument. If you include the $in_footer argument, you must also include all the other arguments.
See:
http://wp.tutsplus.com/articles/how-to-include-javascript-and-css-in-your-wordpress-themes-and-plugins/
http://codex.wordpress.org/Function_Reference/wp_enqueue_script
http://codex.wordpress.org/Function_Reference/wp_register_script
(END QUOTE)
From same discussion:
(QUOTED from “manuelkuhs”)
Here’s what I figured out about how to eliminate all render-blocking JS & CSS:
Install W3 Total Cache
Go to Minify
Use the “help” wizard that you can see as a button near the top
Accept the suggestions without making changes. This will combine all your CSS files into 1, and all your JS files into 1, 2 or 3, depending where you load them (if you load all in the same area, e.g. in the <head>, you’ll only get 1 combined file).
Set all JS to “Non-blocking using Async”.
Now test your site. If everything works, the only blocking CSS/JS file left should be your combined CSS file, and nothing else.
Most likely some JS functions won’t work properly anymore. If this is the case, it gets a bit more complicated.
In this case, try the following:
Remove all the JS files in the Minify settings of W3
Open the source of your functioning page where no JS files are combined and manually add to W3 Minify ONLY the JS files found in the header (since these are the ones “above the fold”) and IN THE ORDER that they exist in your source file. Try this. If it works, try moving them all into the <body> or just before the </body> using the Minify JS settings.
In my case, I had a strange issue whereby combining jquery.js with the other JS files broke many js functions that depend on jquery even though they loaded after. To get around this I made jquery.js load on its own after <body>, and made all the others load combined just before </body>, with everything set to load using async.
Using this method, the only “above the fold” problem I have is the combined CSS sheet.
If your combined CSS is small, you can try inlining the entire thing.
If not, the only way around this that I currently know is to manually inline only the relevant parts of this combined CSS, and then to load the combined CSS in the footer using JS.
(END QUOTE)
-
This reply was modified 12 years by
simchris.
Kennylovescamping
you need to install the shareaholic plugin, then activate it, then configure its built-in settings to automatically place buttons “below” content, and choose buttons you want 🙂
Last time I used it, I didn’t need to manually insert any code in the theme templates, it works like addthis and “inserts” the code into the theme “hooks” at bottom of content.
Hi,
I just installed a plugin that adds social sharing buttons below the content. I would like to add the block title as used everywhere in theme above it, but i don’t know where to add this code: <h4 class="block-title"><span>SHARE</span></h4>
Here’s a link to my website so you can have a look:
Normally i would have added it to the single.php file, but this theme builds up the posts differently than other themes. On my other websites i could just paste the code in the single.php. Also, i would like to place the previous and next post buttons above the sharing buttons.
Also, i want to add the facebook comment box below the share buttons and above the related content block. Where do i add the facebook code?
Hi. I recently purchased the newspaper wordpress theme. I think I am having problems with permissions as I can’t install any of the recommended plugins for the theme =( I’ve tried exploring / reading up on changing permissions but I guess I must be missing something still. Would very much appreciate any assistance I could get. Thank you!
Hello,
Please can you test the gif from our site to see if work. Another thing, please can you test it on a local installation, it could be something from your server.
Thanks
Hi there,
I reinstalled the latest again, but still same problem, I can’t find why it doesn’t show the full feed.
Could be something related with <description> in the code? Do you know how it should look?
Thanks!!