Home User profile
tagDiv Member
Christopher is a long time WordPress user. Anything else you need to know is private ;-) I *do not* work for TagDiv, but I've been using their themes since late 2013.
simchris
tagDiv Member

All themes have ‘render blocking js and css’ … if you research this further, then you’ll learn it basically means some parts of the page were held up waiting for css and js before showing the top part of the page.

The included booster plugin helps with the theme css/js.

But other plugins, avatars, ads, jetpack, etc. can also impact this.

Trick is to fix everything *except* that as you can get a 90+ score then worry about that last as it’s the least important thing to fix.

*all* themes which include page builders, sliders, mega menus, etc., will have this “issue.”

Again – fix everything ELSE first!

  • This reply was modified 10 years by simchris.
simchris
tagDiv Member

Create video posts, then put them into a ‘featured video’ category, create a block on home page from ‘featured videos’ — anyway that’s how we do it 😉

simchris
tagDiv Member

Theme shouldn’t have any impact on that.

simchris
tagDiv Member

I had one site where this happened to me last year, and it was a fluster cluck, to put it politely … ended up having to do the plugin folder “reset” trick …
which you might also try …

via FTP, rename your plugin folder, login to your WP panel … log out, go back and name the plugin folder back to plugins

simchris
tagDiv Member

Okay….
here’s one of my ‘top tips’ …

a) after you disable and remove js_composer
b) use wp-optimize and delete all ‘transients’
c) reinstall js_composer

simchris
tagDiv Member

Yah. I wasted the entire month of Jan. 2014 messing with CDN stuff before realizing that since we had dedicated server it only helped us with folks outside the US, which were not critical to our business anyway, and so dumped the CDN in favor of local hosting, with caching, mod_pagespeed, etc.

The CORS stuff is a pain. Additionally had to add stuff like “addtype” handlers to the htaccess as our system auto generates webp format images for Chrome and server didn’t know what that was (!). Augh.

Feel your pain. Sorry no better help from me — been awhile. So, not sure I’ve helped at all beyond moral support!

simchris
tagDiv Member

Well …

as noted >> docs (link right side of page) >> DIY and tutorials >> best of forums

simchris
tagDiv Member

The tutorial in the forum here shows how to integrate with the theme search boxes.

The WPMU plugin replaces ALL search boxes to point to your CSE account, automagically, even the normal WP URL /= search! We’re using it on a site that doesn’t use the TagDiv theme.

You might view the tutorial here first sicne it’s intended for those using TagDiv themes to integrate CSE with the existing search bar — did you look at it ?

simchris
tagDiv Member

Likely need to see the docs for your CDN.

In our case when we were using Amazon’s CDN in 2014 (not using CDN anymore as it didn’t help us, due to various factors), we had to do the CORS rule in both our site and ALSO on the CDN. I might have posted that in the Newspaper forum 2 years ago (yikes!). In our case with Amazon, we had to edit the ‘bucket’ to do it.

Probably for your CDN there is similar setup where you can enter time to live, expirations, and CORS info. They should have tutorial as CORS is super common problem.
e.g.,
https://www.maxcdn.com/one/tutorial/how-to-use-cdn-with-webfonts/

  • This reply was modified 10 years by simchris.
simchris
tagDiv Member

I actually am using a plugin from WPMU for this on one site, but it’s not free.

There is a tutorial in the > docs > tutoriels/DIY, > best of forums

I think — but have not yet tried it.

simchris
tagDiv Member

Try turning off all other plugins, make sure you have enough memory allocated to wordpress. Default is not enough for vc.

simchris
tagDiv Member

Be sure to delete the old folder via FTP first, then upload the latest version of js_composer included with the version of theme you’re updating.

simchris
tagDiv Member

Add an addhandler for woff
add an expiration header for font type woff

see my long windeded tutorial in the > docs > tutorials/DIY > best of forum

simchris
tagDiv Member

Um… go to your account on themeforest; go to downloads.

List of products you have purchased.

For the Newspaper theme, click the download link, and from the drop down, select “all files.”

This will download to your hard drive.

Open the zip file.

Find the plugins folder.

Open the js_composer zip, upload the folder to your plugins folder.

You can subscribe to update announcements for the theme by checking the box “alert me about updates” or whatever it says on the download page next to each product you bought.

==

also see:
https://forum.tagdiv.com/install-via-ftp/

e.g.,
https://forum.tagdiv.com/how-to-update-visual-composer-plugin/

  • This reply was modified 10 years by simchris.
  • This reply was modified 10 years by simchris.
simchris
tagDiv Member

If you read my post, i suggest thumbnail upscale plugin as helper. WordPress cannot enlarge thumbs or images, like bigger slider pix.

simchris
tagDiv Member
Forum - reply

Bbpress

simchris
tagDiv Member

ALSO:
happy to say the ‘bug’ I reported to the AMP plugin developers is fixed, where when the /wp-content/ folder is renamed (using proper hook in wp-config.php), to something like /assets/ — the amp extension now renders properly. Before it could not find itself when the directory name changed.

simchris
tagDiv Member

Latest version of AMP as of 3/5/16 addresses the issues with Windows servers generating blank pages.

Main issue I’ve run into so far with validation errors is the stupid long-standing way WordPress has done alignment on paragraphs with an align tag, which should not be used in modern HTML. I am guilty of being lazy about this also, and knew it was going to bite me at some point.

So, all the
<p align="center">Centered Text</p>
stuff needs to be replaced with a centered text CSS class.

Search/replace in the mysql dbase seems to be the way to go on that.

Similarly people who were doing tables by hand with stuff like

<td bgcolor="#efefef">My cell</td>

will also need to replace stuff like that with something like
<td class="tdcolorefef">
where you create the custom CSS for that class.

Technically modern HTML should not have *any* inline styles, but should only have CSS classes. Annoying but true. And the Google protocol presumes 21st century HTML and not HTML 3.1 era stuff.

Sadly, I’m old enough to remember hand writing HTML where we didn’t even need closing tags!

I am actually going to try out this plugin as a simple ‘lazy’ method vs going back to phpmyadmin to do the command line search/replace:
https://wordpress.org/plugins/better-search-replace/

This may prove useful:
http://www.wpbeginner.com/plugins/search-and-replace-plugin-for-wordpress-database/

So, anyway – hope that helps.

( REMINDER: always make a full backup of your mysql dbase from your hosting panel > dbases > duplicate dbase before you do *anything* to modify your dbase from any plugin or from phpmyadmin !! )

simchris
tagDiv Member

Try clearing your browser cache (seriously).

Fact is, AdSense doesn’t always work, on ANY browser, or in every spot on a page. This is because a certain type of ad may be served, that fails to render.

If you Google this behavior, you will see common complaints going back to 2010 “why don’t my adsense ads load in Chrome,” “why don’t my adsense ads load in Safari” – etc.

The ONLY solution to this we found on some of our news portals (we have been using Adsense since it launched in beta, btw), is to serve up “text only” ads in certain spots.

This is because some advertisers with rich media, whether HTML5 animations, javascript animation, even old Flash ads (which I think are all gone now?), may time out, if loaded from the actual origin server (meaning they are not loading on Google’s cloud, but the actual advertiser content system/CDN). So, when it times out, nothing shows up.

Turning of ‘lazy loading’ completely for the theme, plugins, etc., can help also.

Used to annoy me to see blank ads in places.

Now I will say, I did have a day last week, where going to my own sites on Safari/iOS9/iPad Air, all the ad spots were blank, but they worked in Chrome. So, there be gremlins afoot!

But put another way, it’s NOT theme related — all the ad spots do is inject the code for Google to fetch and render the “spot” — if it times out, nothing fills the spot.

  • This reply was modified 10 years by simchris.
simchris
tagDiv Member

I think you can do ‘export’ theme settings from the main screen for the theme panel.

simchris
tagDiv Member

Yes, you need to optimize your website for WordPress.

See the theme docs on “how to speed up your site” — and also, the “tutorials/DIY” and “best of forums” for addtional how to.

You should also check one of your post pages with GTMetrix.com as this will outline the stuff you need to optimize such as caching, time to live/expiration headers, gzip/deflate, image compression, etc.

simchris
tagDiv Member

You have to either setup a CORS rule for your CDN to load the “font” — or setup exception to load your fonts locally only. Fonts can’t load from another locale without a “cross origin” setup — this is to protect users from mischeif, so web browsers block this stuff. See your CDN docs on setting up CORS rule.

I’ve posted about this in the forum in past (obviously), as have TagDiv.

I don’t know if there is a “CDN DIY” tutorial anywhwere in here … but this is common issue EVERYBODY who sets up a CDN runs into eventually — in my case it was Jan/Feb 2014.

simchris
tagDiv Member

Sorry the white space overflow thing was for breadcrumbs with ellipses…

For the word wrap, see this
https://css-tricks.com/snippets/css/prevent-long-urls-from-breaking-out-of-container/

simchris
tagDiv Member

Yeah, i fixed this on our site last year, you have to add the whitespace line break css to the post body class… Sorry on my ipad… If you look up line break whtespace css body wrap text you should find it.

simchris
tagDiv Member

Wow! Time to break out the cake ! 🙂

Keep on rockin’ folks!

Viewing 25 posts - 4,201 through 4,225 (of 9,335 total)