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 :)
JJ0000
tagDiv Member

I tried that, still got white screen. I guess I can try disabling all plugins and troubleshoot that way. This buddy press plugin is a nightmare. They really need to make it easier to uninstall.

JJ0000
tagDiv Member

That’s what I feared was probably the case but was hoping for a workaround heh. Thanks for response.

JJ0000
tagDiv Member

Nevermind, fixed it by deleted some empty space in the backend text editor. Mods can you delete this thread or the links I shared please.

JJ0000
tagDiv Member

I have no idea why wordpress decided to include the title in page. This is killing my seo. I was #1 on a high keyword now it’s on the 2nd page. Any quick solution would be much appreciated. Also one of my freelance devs used Beaver Page Builder plugin, Idk if that has any relation to this problem.

JJ0000
tagDiv Member

Thanks for response. I don’t have yoast seo installed.

I am trying to remove the inline title but keep the meta title

Examples:

How to achieve this:

Not this:

How to remove that inline title but keep the meta title of page? Thanks!

JJ0000
tagDiv Member

Hi just confirming (for 2017) changing domains will be ok with this theme?
License will be ok?
Technical wise / Code wise, will there be any issues with changing domains to the functionality of the theme? Thanks.

JJ0000
tagDiv Member

But is there a way to create a template in the theme for a page (in this case ‘register’ page) that strips out the sidebar and footer, etc.

JJ0000
tagDiv Member

Thanks for the info. Lol I hear ya.
I have 1000 ideas for things I want to add to my site but always get tangled with this kinda stuff lol.

Googled and found this code to put in functions.php. Now pages have tags and categories, nice

function add_taxonomies_to_pages() {
register_taxonomy_for_object_type( ‘post_tag’, ‘page’ );
register_taxonomy_for_object_type( ‘category’, ‘page’ );
}
add_action( ‘init’, ‘add_taxonomies_to_pages’ );
if ( ! is_admin() ) {
add_action( ‘pre_get_posts’, ‘category_and_tag_archives’ );

}
function category_and_tag_archives( $wp_query ) {
$my_post_array = array(‘post’,’page’);

if ( $wp_query->get( ‘category_name’ ) || $wp_query->get( ‘cat’ ) )
$wp_query->set( ‘post_type’, $my_post_array );

if ( $wp_query->get( ‘tag’ ) )
$wp_query->set( ‘post_type’, $my_post_array );
}

http://spicemailer.com/wordpress/add-categories-tags-pages-wordpress/

JJ0000
tagDiv Member

Was for login page. Yeah was looking stuff up + asking here, wasn’t sure if theme affected it at all.

This code fixed it:

function custom_loginlogo() {
echo ‘<style type=”text/css”>
h1 a {background-image: url(‘.get_bloginfo(‘template_directory’).’/images/login_logo.png) !important; }
</style>’;
}
add_action(‘login_head’, ‘custom_loginlogo’);

JJ0000
tagDiv Member

Oops forgot to mention wordpress logo area for Login page

JJ0000
tagDiv Member
JJ0000
tagDiv Member

Same

JJ0000
tagDiv Member

Please consider adding integration with the popular Recaptcha plugins or added to core files for future Newspaper updates. This would be huge for your customers and future customers! Due to brute force attacks, Recaptcha is a must-have. The login/register popup is beautifully done, I would love to use it, but the only hang up is the must-have Recaptcha.

One of most annoying things about WordPress is that even popular plugins like Theme My Login or AJAX Login don’t have Recaptcha for both login and register. Have spent hours searching the internet for plugins that do this and haven’t found many, sans installing a bunch of stuff I don’t need – just need the Recaptcha + register/login. It would be a huge selling point for Newspaper theme to add Recaptcha integration.

JJ0000
tagDiv Member

I’m no expert, but do you have Login/Register enabled? Might want to suspend that if so so ppl can’t login or do brute force attack.

JJ0000
tagDiv Member

Works, thanks for help

JJ0000
tagDiv Member

@Glenn
I have wordpress too and one of the biggest culprits of slow speed are bad plugins and bloated database. I would check those as well as the regular speed optimizations. Try disabling plugins + testing to see if it affects speed, and also check database table called ‘options’ in cpanel > phpmyadmin for bloated amount of rows. Some of these plugins can really slow down the site or leave behind unwanted stuff in database even after uninstalling them.

  • This reply was modified 9 years by JJ0000.
JJ0000
tagDiv Member

From here https://forum.tagdiv.com/using-other-ads-non-adsense-ads/ , I ended up doing this in the php header 5 file.

<div class=”td-visible-desktop”> </div>
<div class=”td-visible-tablet-landscape”> </div>
<div class=”td-visible-tablet-portrait”> </div>
<div class=”td-visible-phone”> </div>

It has the images centered. Is there a way to stretch the image 100% so it fills up the space for each device, but that keeps the image in tact? (i.e. so that parts of image contents don’t get clipped).

  • This reply was modified 9 years by JJ0000.
JJ0000
tagDiv Member

I had this very same problem months ago and it turned out to be a bloated database from bad plugin(s). Should check phpmyadmin to make sure your database isn’t causing it, especially check the ‘options’ table. MANY bad plugins out there.

JJ0000
tagDiv Member

Sorry I meant like a dropdown menu you can put inline on a page using visual composer? If this isn’t possible, I guess I can try a raw HTML solution.

JJ0000
tagDiv Member
JJ0000
tagDiv Member

I tried adding it above this class <div class=”td-header-wrap”> from /wp-content/themes/Newspaper/mobile/header.php, but it didn’t update. Also location for desktop if possible.

JJ0000
tagDiv Member

I’m thinking maybe I could do this through CSS by editing the main style.css file, but was wondering if there were an easier way through Theme Panel.

JJ0000
tagDiv Member

It’s not compatible with Buddy Press to what customers would expect. Misleading.

You guys should consider changing that claim.

People are spending their money on your theme with the expectation that Buddy Press is fully integrated, not that they need to hire a freelancer to make obvious things work. I wouldn’t consider that “compatible”. This is on tagdiv, not Buddypress, to not mislead customers. No one forced tagdiv to make false claims about compatibility.

Why tagdiv hasn’t updated this after 5 yrs of customers having the same exact complaint, is beyond me. Laziness I guess.

JJ0000
tagDiv Member

I don’t know how much more clearer to be. Buddypress has a user management type of thing with avatar and menu on the admin bar. Newspaper theme has a avatar on the top bar. The OBVIOUS goal would’ve been to merge them with no work by the customers. (Why would ANYONE want TWO avatars, where’s the UI/UX in that????) This is not compatible in the way that users would expect at all. I wish you guys would stop putting “compatible with Buddypress” as it’s misleading. “Compatible” means we the customers don’t have to hack the code to make the obvious things between BP and Newspaper work in sync. If I wanted to spend a bunch of time coding or researching solutions, I would’ve created the site from scratch instead of buying a theme.

I’ve tried the hacks, they don’t work. I’ve spent time which has had a domino effect on my site — delaying other features — while my competition is kicking my ass because of it.

JJ0000
tagDiv Member

Thanks for reply SIm. I gave up on this issue and just used a hack to hide all the avatars, which is a pretty ugly fix. The crux of the problem is that Buddy Press’ user avatar + menu and Newspaper theme’s custom topbar avatar does not sync up, as would be expected. BP adds their avatar on the admin top bar separate from Newspaper’s. Whether it’s a Buddypress issue or not Idk, but I’d bet 99% of users would like / were expecting the theme’s avatar and buddy press avatar to be the same avatar or it becomes redundant. So yeah I guess Buddy press is compatible, but it seems making it look normal requires ugly fixes/hacks on the core files.

Viewing 25 posts - 51 through 75 (of 93 total)