Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
sunkast
tagDiv Member

Awesome. Thanks!

sunkast
tagDiv Member

I have deleted the entire theme and installed from the zip, replaced the api plugin, but I am still getting an error:

Fatal error: Class ‘td_wp_booster_config’ not found in /home/*****/public_html/*****/wp-content/plugins/td-api-plugin/td-api-plugin.php on line 61

sunkast
tagDiv Member

I’m also getting this error when I look at the dev tools in Chrome:

Uncaught SyntaxError: Unexpected token ILLEGAL

/wp-admin/load-scripts.php?c=1&load%5B%5D=hoverIntent,common,admin-bar,thickbox,jquery-ui-tabs,mediaelement,wp-mediaelement,wp-ajax-response,jquery-color,wp-lists,quickta&load%5B%5D=gs,jquery-query,admin-comments,dashboard,underscore,customize-base,customize-loader,plugin-install,shortcode,media-upload,svg-pa&load%5B%5D=inter,heartbeat,wp-auth-check,wp-a11y,wplink,jquery-ui-position,jquery-ui-menu,jquery-ui-autocomplete&ver=4.5.2

sunkast
tagDiv Member

A friend sent me version 4.11.2.1 of Visual Composer. This latest version solved my issue with VC not displaying correctly.

sunkast
tagDiv Member

VC doesn’t work correctly for pages either. Even after setting VC to pages only.

Wordpress 4.4.2: https://gyazo.com/151a71cc44c675cd0d3436f594097989

Wordpress 4.5: https://gyazo.com/fb72f16749338f66fc6c32a17e6d9d18

sunkast
tagDiv Member

So I just tried a couple settings in AdRotator and found a work around. For some reason this conflict only occurs if AdRotator loads the javascripts in the footer. If I uncheck the option and have AdRotator load the javascripts in the header, the post displays as expected.

sunkast
tagDiv Member

Nevermind. Had a couple friends look at it and it appears to be a browser cache issue on my end.

sunkast
tagDiv Member

I updated to Newspaper v6.6.4 but this doesn’t seem to completely solve my pagination issue. I can click on page 3, 4 etc, but not page 2. Page 2 sends me back to the homepage.

Site: http://gfqnetwork.com/

I am using a child theme if that makes any difference.

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

I was able to find some SQL using Google that did the trick!

For reference:

UPDATE wp_posts SET post_content = REPLACE( post_content, 'td_text_with_title', 'td_block_text_with_title' )

sunkast
tagDiv Member

Hi,

The URL for the page is: http://staging55.gfqnetwork.com/people/andrew-zarian/

I’m not sure where to even look.

sunkast
tagDiv Member

I think I’ve run into another bug with blocks and custom post types. The columns for each post in a block do not appear to be rendered correctly, especially if there are more than 3. I end up with posts that aren’t displayed correctly.

http://i62.tinypic.com/w6xq0z.jpg

I am using a custom block, but I also tested the custom block on an actual page, and do not have this problem. I looked at the DOM structure, and as far as I can tell, the DOM structure is the same as a page, except for the body class. As one would expect, the body class for a custom post type is ‘single.’ Could it be that the because the body class is ‘single’ rather than ‘page’ it is causing this issue?

sunkast
tagDiv Member

I got it to work thanks! I modified the code slightly though as the check for the specific template didn’t work but the code below does.

if (is_singular('people') and $td_column_number == 3){
$td_column_number = 2;
}

sunkast
tagDiv Member

Link: http://staging55.gfqnetwork.com/people/andrew-zarian/

The block is SHOWS and I am using block 3.

sunkast
tagDiv Member

I’m positive it is using my custom template. The problem seems to be inside the content when the_content() is called. The block ends up having a class of td-block-span4 instead of td-block-span6 like on other pages.

sunkast
tagDiv Member

I’ve noticed this issue lately too on my site and other sites that use Newspaper (both Firefox and Chrome browsers). I’m not quite sure what’s changed to cause this issue. Perhaps something in WordPress 4.1? I disabled every plugin except for VC and still had this issue.

  • This reply was modified 11 years by sunkast.
sunkast
tagDiv Member

Yes. I’ve got Newspaper v4.5 and VC v4.3.4 installed on a fresh install of WordPress 4.0. The only other themes and plugins are the default WordPress theme and Akismet.

sunkast
tagDiv Member

Hey just wondering if any progress has been made resolving this issue? It’s becoming really frustrating dealing with this problem.

sunkast
tagDiv Member

Hey Marius,

Just installed v3.8 and can confirm that the tabs are fixed. Thank you for the updates.

sunkast
tagDiv Member

This issue is resolved in the v3.7 theme update.

sunkast
tagDiv Member

I too am having styling issue with the VC tabs.

http://awesomescreenshot.com/0832pnoc87

I think some of the element names changed with the updated version of VC and haven’t been corrected yet.

Will this be fixed in the next update?

On the plus side, the new version of VC fixed the editor issue introduced when WP 3.9 was released.

sunkast
tagDiv Member

Got it. Thanks Radu.

sunkast
tagDiv Member

Hey Chris,

Thanks for your suggestion. I’ve ended up just setting WordPress not to display full summaries, and I am filling out the excerpt in order to place the text I want in the feed. I’ve also used CSS to truncate the text for posts on the front page since most of my excerpts are too long for the front page.

But your suggestion might actually help with another project I am working on that may need a customized RSS feed.

sunkast
tagDiv Member

I did a fresh install of WordPress and Newspaper with demo content. As soon as I started using Visual Composer for posts, the descriptions for posts in the feed disappears. So this is definitely something to do with VC.

sunkast
tagDiv Member

Could this be due to using Visual Composer? It seems like posts where I am just entering text and not using any Visual Composer elements, the text shows up fine in the feed.

sunkast
tagDiv Member

Hey Marius,

I tried using this SQL today, but it didn’t work. It gave me an error:

#1054 – Unknown column ‘post_views_count’ in ‘where clause’

Viewing 25 posts - 1 through 25 (of 49 total)