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

Actually Bogdan, I noticed the CSS change doesnt work for moving the headline over to the left http://screencast.com/t/Z7IV8ANTBL (it removed the number, I just inserted a number into the title thats why it says 1.)

.td_smart_list_6 .td-sml-current-item-title {
padding-left: 0!important;}

and it also caused the navigation elements at the top of the page to move up and right and then on hover over it doesnt fill the entire area http://screencast.com/t/24oolrYuBLTa (staging site). This is how it should look http://screencast.com/t/2VeaLipc

Thanks

schindyguy
tagDiv Member

Thanks Bogdan that worked!

schindyguy
tagDiv Member

Thanks for the advice Chris! Not to add a layer of complexity but my hosting provider is wpengine and they supposedly do a lot of the server configuration to maximize the speed potential (mod_pagespeed is not available in their environment)

schindyguy
tagDiv Member

Also this might help as they have different methods to integrate https://optinmonster.com/docs/how-to-manually-load-optinmonster-popup-with-click-of-a-button/

I am using the simplest (text) trigger

schindyguy
tagDiv Member

Emil the doesn’t come from the plugin, it’s Taboola and I directly placed it in the file. Is that a bad thing?

I know each time I update the theme I’m going to have to make these adjustments to all the files, is there a better way to manage it?

schindyguy
tagDiv Member

Radu, what do you think of the 3 cloudflare options working with newspaper: http://screencast.com/t/mFYxmJxg31h

1) autominify (js, css, html) – some of these are done with the td booster plugin right? would it be ok to use these if I am not using the td booster plugin?
2) polish (on or off) says it improves image load time – will it interrupt or over optimize if you already have smushit?
3) Railgun (business plan offering for more, have you ever tried it? worth it as a compliment to the theme?)

Thanks!!

schindyguy
tagDiv Member

Wondering if this might be of interest to anyone looking for part time work who already has experience with the theme. Please send me an email bryan at ruun.com

schindyguy
tagDiv Member

Ok, so I commented it out and it looks like it fixed it…Please confirm though Chris if you can about using YOAST to solve the sharing fix they are describing

Also, is this is right way to comment out lines 276-281? http://screencast.com/t/3sbbdNEl2U

schindyguy
tagDiv Member

So I found out where its now on 6.2.3:

/wp-content/themes/Newspaper/includes/wp_booster/td_wp_booster_functions.php on 276-281


// facebook sharing fix for videos, we add the custom meta data
if (has_post_thumbnail($post->ID)) {
$td_image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'full' );
if (!empty($td_image[0])) {
echo '<meta property="og:image" content="' . $td_image[0] . '" />';
}
}

Can I safely remove it?

Chris, is this facebook sharing fix for videos not an issue because we are running YOAST (I’m running free version)?

Ideally l’d like the og:image tag to not be duplicated AND be able to post videos without issues on fb.

schindyguy
tagDiv Member

@Christopher and @Lucian, can I still delete lines 17-26 in header.php to solve this issue? I am running 6.2.3 (the lastest version as of today I believe) and its duplicating the og:image tag in the header before YOASTS SEO

Or has the code changed that I’d want to remove?

Thanks

schindyguy
tagDiv Member

I also use wpengine and have found their cacheing to be problematic sometimes, assuming you clicked the purge caches button right in the wpe tools section? Did you turn off the CDN temporarily? Did you also try disabling Object/Transient Cache from wpengine tools?

If none of that works, I’d use the staging area, install the newsest newspaper and demo data and see if its happening on staging as well.

Viewing 11 posts - 26 through 36 (of 36 total)