Search Results for 'install'

Results from the Forum
eamonnca1
tagDiv Member

Aha. Working now. Was just a matter of waiting for it to start working properly, took about 24 hours. It’s a shame Google gives you what amounts to a spurious error message saying that your tracking is not installed when it clearly is. Oh well.

zelatech
tagDiv Member

hi,

can you past your configuration for w3? i installed td_sppedbost + w3total but google speed give me 54/100 for mobile and 83/100 for desktop.

all problems are css/js above the fold.

so.. i don’t know which is the best way to set w3 totale cache.

please esport your settings and give me the file.

i’m on dedicated server.

simchris
tagDiv Member

If you look at the page source for your pages, and you see the correct tracking code, then the theme is inserting it in the head properly. The theme doesn’t connect to GA, rather GA reads the code from the page when you identify your site via your GA account. If GA is unable to read the code, it’s very likely the code inserted is not correct or GA has not yet added your site to its tracking platform (wait time).

Obviously all the theme can do is insert the code you provide into your head section. It doesn’t do anything else with GA.

In our case it did take 3 days to start tracking properly.

Not sure that helps. But you are correct in that unless you have specified your site to run as http://www.yoursite.xyz (e.g., in webmaster tools, and your internal linking setup, such as for local SSL cert, etc.), most WP sites run without the redundant www (http://yoursite.zyx). SO, that should line up with the code you’re using and how you setup your code in the GA system … meaning, be consistent 🙂

eamonnca1
Participant
#0

Site: http://www.forasach.ie

I’ve used the theme to insert the Google Analytics code and it correctly puts it in just before the </head>, but when I go to my GA profile and look up the tracking code it says “Status: Tracking Not Installed
Last checked: Jul 11, 2014 10:17:53 PM PDT
The Google Analytics tracking code has not been detected on your website’s home page. For Analytics to function, you or your web administrator must add the code to each page of your website.”

I found on another forum that someone had put www before his domain name in the GA settings and taking that out fixed his problem, but that has not worked for me.

Others say that it takes a while for the stats to start showing up in reports, but if it were working I should be seeing some action on the live view (I’m not) and I shouldn’t be getting the “tracking not installed” error above.

Any other ideas?

simchris
tagDiv Member

Hm. Weird. On our server it optimizes them for progressive if we upload them that way.

OH: wait, I think our mod_pagespeed is rewriting them to progressive if not already, which is why we haven’t gotten that error you’re getting (doh).

Some people seem to like this WP plugin for optimization:

EWWW Image Optimizer — automatically makes progressive unless smaller file size from non-progressive.

SmushIt — also super popular. Now that WPMU has taken it over, it should still be viable option. We used this for a bit prior to changing the functions.php for compression level and installing mod_pagespeed in January with the rewrite images functions.

whittmadden
tagDiv Member

I am using version 3.9.2 of the theme and the plugin is Version 4.2.3.

I found that I had another plugin from a previous wordpress theme installation called page builder that was causing the conflict. I’ll continue testing and if I find any other issues I will email you. Thank you!

Lucian
tagDiv Staff

Hi,

Have you installed recently some plugins?
Please try to deactivate all plugins one by one and see if the issue is still present, it might be an plugin conflict.
Also make sure you set the image as featured image for the post.

Hope this works
Thanks

Steven
tagDiv Member

Give it time like 24hrs ..also did you cache ur site after installing the plugin..

Steven
tagDiv Member

Hi @Manuel the best plugin right now is “Speed Booster” the owner done some awesome updates today and made the plugin more powerfull so i’m only using that one along side the “Leverage Browser Caching plugin”.


@thomaspe
i recommend you to use the “Speed Booster” plugin as well which work very well with the theme.

Speed Booster

Main Plugin Features

Eliminates external render-blocking javascript and css in above-the-fold content.

Moves scripts to the footer to improve page loading speed.

Loads CSS asynchronously to render your page more quickly and get a higher score on the major speed testing services.

Minify and inline all CSS styles and move them to the footer to eliminate external render-blocking CSS and optimize CSS delivery.

Lazy loads images to improve page load times and save bandwidth.

Changes image compression level to keep file sizes smaller.

Loads javascript files from Google Libraries rather than serving them from your WordPress install directly, to reduce latency, increase parallelism and improve caching.

Defers parsing of javascript files to reduce the initial load time of your page.

Removes query strings from static resources to improve your speed scores.

Removes extra Font Awesome stylesheets added to your theme by certain plugins, if Font Awesome is already used in your theme.

Removes junk header tags to clean up your WordPress Header.

Displays page loading time in the plugin options page.

Displays the number of executed queries in the plugin options page.

Displays the Peak Memory Used in the plugin options page.

arjenglas
Participant
#0

Hi,

I’ve installed the plugin The events calender today and noticed the layout isn’t correct. As you can see on: http://www.kaartkunde.nl/agenda/kaartdag/ and http://www.kaartkunde.nl/agenda/kaartdag/
With my other themes I haven’t this problem with the layout of the calender. Have you heard about this problem before? I think it has something to do with the css of the newspaper theme.

Hope you can help me with this.

Arjen

mrsky28
Participant
#0

Hello,

Could you please install BuddyPress on the Newspaper theme demo, so that I’ll have a comparison if mine is working correctly or not.

simchris
tagDiv Member

@manual
best bet for my stuff, is go “backwards” from here as the stuff for htaccess file still good, for Apache/Linux. I’m only running nginx for some stuff on our server, we use Apache for compatibility with 20 years of content and some stuff not practical to reinvent at this time.

mod_pagespeed … I am running kind of a moderate number of things with defaults on server wide, then htaccess for local per site/folder controls/over-rides or “off.” With nginx I think you have to use a config file.

Anyway…. here’s my htaccess minus the 301 stuff:

<IfModule pagespeed_module>
ModPagespeed on
ModPagespeedEnableFilters collapse_whitespace
ModPagespeedEnableFilters move_css_to_head
ModPagespeedEnableFilters combine_css
ModPagespeedEnableFilters remove_comments
ModPagespeedEnableFilters rewrite_images
ModPagespeedEnableFilters insert_dns_prefetch
</IfModule>

# start WordPress
(removed; might be diff for other setups :-)
# END WordPress

AddType text/javascript .js

# BEGIN Expire headers
<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault "access plus 5 seconds"
ExpiresByType image/x-icon "access plus 2500000 seconds"
ExpiresByType image/jpeg "access plus 2500000 seconds"
ExpiresByType image/png "access plus 2500000 seconds"
ExpiresByType image/gif "access plus 2500000 seconds"
ExpiresByType application/x-shockwave-flash "access plus 2500000 seconds"
ExpiresByType text/css "access plus 700000 seconds"
ExpiresByType text/javascript "access plus 700000 seconds"
ExpiresByType application/javascript "access plus 700000 seconds"
ExpiresByType application/x-javascript "access plus 700000 seconds"
ExpiresByType text/html "access plus 600 seconds"
ExpiresByType application/xhtml+xml "access plus 600 seconds"
</IfModule>
# END Expire headers

# BEGIN Cache-Control Headers
<IfModule mod_headers.c>
<filesMatch "\.(ico|jpe?g|png|gif|swf)$">
Header set Cache-Control "public"
</filesMatch>
<filesMatch "\.(css)$">
Header set Cache-Control "public"
</filesMatch>
<filesMatch "\.(js)$">
Header set Cache-Control "private"
</filesMatch>
<filesMatch "\.(x?html?|php)$">
Header set Cache-Control "private, must-revalidate"
</filesMatch>
</IfModule>
# END Cache-Control Headers

<IfModule mod_headers.c>
    Header unset ETag
</IfModule>
<IfModule mod_alias.c>
RedirectMatch 403 /xmlrpc.php
</IfModule>

Here’s my robots.txt file (again, your needs may vary)

User-agent: *
 Disallow: /cgi-bin
 Disallow: /cgi-bin/
 Disallow: /wp-admin
 Disallow: /wp-admin/
 Disallow: /wp-includes
 Disallow: /wp-includes/
 Disallow: /wp-content/plugins
 Disallow: /wp-content/cache
 Disallow: /wp-content/themes
 Disallow: /wp-content/upgrade
 Disallow: /wp-content/backup-*
 Disallow: /aff/
 Disallow: /search/*/*
 Disallow: /trackback
 Disallow: */trackback
 Disallow: /trackback/

We’re currently not running things off our Amazon CDN for the WP sites, in favor of using the horsepower of the dedicated server with high-speed switch, APC, mod_pagespeed, etc. Not finding it super beneficial to load those 1kb sprites off the CDN, frankly. (Brand new web server Dec. 2013). And for us tweaking is simpler when it’s all using one system, and letting mod_pagespeed fix some stuff.

I was manually minifying the style.css file and couple other things. Have not done that with latest version (just updated last weekend). Simple to do … some of my posts on here reference the websites like css minifier where you can copy/paste your code, make new file and over-write the theme css file to solve that issue (takes 5 minutes).

I had too many issues with the caching plugins so not using right now.

Take Google’s PageSpeed Insights with major grain of salt.

On one of my project sites (not running WP), we have the CSS loading from external file, minified, got pagespeed score of 87 and warning about only 47% of page loading above the fold (menu wasn’t showing up), and this could be seen missing from screen capture. So, we put all the code inline, speed went to 95 desktop, 85 mobile, but warning about above the fold now says only 1% was able to be loaded, but snapshot of screen shows everything above fold loaded properly.

Similarly on our WP install running Newspaper, here’s one of their wonderful “suggestions” ….

Reduce server response time
In our test, your server responded in 0.36 seconds. There are many factors that can slow down your server response time. Please read our recommendations to learn how you can monitor and measure where your server is spending the most time.

So, apparently 0.36 seconds is considered slow?

🙂

Lucian
tagDiv Staff

Hi,

Just follow this steps https://forum.tagdiv.com/how-to-update-the-theme/
Make sure you make a backup of your current theme installation and follow the steps in the documentation.

Thanks

Lucian
tagDiv Staff

Hi,

Sorry for the delay. I saw you have managed to activate the plugins and the theme installation seems to be done write.

About the vps server configuration, unfortunately we do not offer support for this, you can try to find a tutorial online and try to do it yourself.

Let me know if you have any other theme related issues.

Thanks

simchris
tagDiv Member

AH! Yes… in fact, I just did this same upgrade process to my 2 sites running theme on Friday. Went perfectly. Just over-wrote files via FTP, then deleted the one old bakery folder, installed plugins, then over-wrote my mods to the functions.php and style.css, and two module files, single-loop file, done. Everything worked!

lee freeman
Participant
#0

Hi

Ive had newspaper installed for several months and love it. Ive been busy with other projects so not updated the theme for about 2 months.

Just downloaded the latest update and installed and it crashed!

I then removed that new version and reinstalled the backup but its not right!

The site is http://www.kentparents.co.uk

Parts of the site are ok – like this http://www.kentparents.co.uk/category/classes/ but the homepage and other parts just have this message:

Fatal error: Call to undefined function vc_shortcode_custom_css_class() in /home/parents/public_html/wp-content/themes/Newspaper/vc_templates/vc_row.php on line 30

Can you help??

Thanks
Lee

Lucian
tagDiv Staff

Glad you have resolved it.

Thanks for your message

eamonnca1
tagDiv Member

Never mind. Did a manual upload and got it working.

eamonnca1
Participant
#0

Complains about style.css missing. The fix posted on the website does not work. I manually upload style.css to wp-content/themes as instructed and when I go to my WP Dashboard there is no sign of the Newspaper theme.

yutthakan
tagDiv Member

ok

frist question ,I use vps host ,I want config server for wordpress how to?

second ,I want you to see my installed complete or not
http://roar-review.com/wp-login.php
user admin
pass T04I00Pzaaw

thrid ,Revolution Slider not active when I Plete code in post or page

thanks

salocharly
Participant
#0

Hi when i try to save changes on the theme panel it got stuck defectively (see link screenshot) I reinstalled theme and disabled all plug ins and it docent work still.

http://www.herbrasize.com/wp-content/uploads/2014/07/suck-here.jpg

this is my site by the way

please help

thanks in advance!

simchris
tagDiv Member

I’ve found best to use version with theme, as it’s “tested” to work with everything. You could probably install new version, TRY IT, and if it doesn’t work, just go back to the included version.

I’m sure the support team may have more definitive answer.

foliene
Participant
#0

I enabled “DISQUS” plugin on my blog.

http://keephope.com.br/serie-fotografica-mostra-pessoas-expondo-suas-insegurancas/

But I’m having a problem.

There is a functionality that when I click on the picture of a person who made a comment I might ask to see your full profile, then appear a floating box with more information about this person’s profile.

But that does not happen as you can test the link above. When I click on view full profile nothing happens.

Have deactivated all plugins for testing, I disabled and reinstalled “DISQUS” but did not solve my problem.

Can someone help me?

davfersar
Participant
#0

In my wordpress 3.9.1 I have installed the theme newspaper. And after a few days working properly I can not see the back end. The only way to go back and see it is renaming the plugin folder js-composer.
What should I do?

rbaccaro
tagDiv Member

Emil, thank you, but it is a local installation being developed to go online.

Any work around?

Viewing 25 results - 35,076 through 35,100 (of 35,820 total)