Just do it manually, that’s easier. But be sure to backup!
I’ll second this, and requested this feature 5 months ago. We actually paid for secondary development to show posts in related categories. Our page views have soared. Worth it for sure. I mentioned this feature would separate this theme from all others. If you look at any major news source this is how they do it. The URL must change in the browser for analytics and adsense to count. The only problem is visual composer no longer works and I have to upgrade the theme. urgh…
We are using an Adprime ad with a backup adsense ad in our inline ad after the 4th paragraph. Our question is, how do we get a non adsense inline ad to not run paragraph 5 and 6 together. If i turn the ad off, the spacing between paragraphs is normal. This problem only appears on mobile when using a non adsence inline ad on the theme module.
Aren’t you the developer?
* I know there is a way to change the color of the square. Want to know if there is other ways to change this
That worked thanks
I submitted a new thread as well, visit gomerblog.com and look at the footer. All the social icons are grey and the footer has a grey background. I am able to change the background but the social icons backgrounds also change. Thank you
Is there a way not to have them grey on grey? They seem hidden in the footer!
That was the issue. I added this code below to my .htaccess file and it is now working. Thank you!
<IfModule mod_setenvif.c>
<IfModule mod_headers.c>
# mod_headers, y u no match by Content-Type?!
<FilesMatch “\.(gif|png|jpe?g|svg|svgz|ico|webp)$”>
SetEnvIf Origin “:” IS_CORS
Header set Access-Control-Allow-Origin “*” env=IS_CORS
</FilesMatch>
</IfModule>
</IfModule>
<IfModule mod_headers.c>
<FilesMatch “\.(ttf|ttc|otf|eot|woff|woff2|font.css|css|js)$”>
Header set Access-Control-Allow-Origin “*”
</FilesMatch>
</IfModule>
We use MaxCDN, but we have had them for over a year now. Do you think we should try purging the CDN, or is this likely a problem from somewhere else? Thanks
What you said did help, somewhat. http://www.gomerblog.com/pics/screenshot2.jpg look how the big grid is now staggered? I tried all 3 page settings. I wish I could just use a template but when I do I get the original problem I stated before. I have disabled all the plugins and still get this issue. Thanks again for your help
Awesome THANK YOU
thank you for your reply. We can handle 150k per day when we got to the 300k it started to buckle. That is why I asked the question. Do you have a recommendation on a SysAdmin for us? What is your site so I may take a look?
-
This reply was modified 11 years by
gomerblog.
My reply never posted, thanks again for getting back to me sorry I thought I responded.
The thing is we followed this fully. Our site is very fast when google analytics has <700 people on the site at once. When the site goes beyond that it really starts to bog down. Our hosting company has it come back to the theme. Didn’t know if you had any other ideas. We strugle to change themes because we really like this theme. Thanks for any help
Thank you for the help. I re-installed it. The taboola error was fixed, the mobile menu is still not working. Am I missing a setting somewhere? Thanks
perfect THANK you. Fast response. Exactly what I needed
wow I think you are right THANK YOU so much. There is no error on Fb debug page so I think we are good. Now if I can place this brilliant theme’s like button in the correct location I’ll be set.
Thanks this somewhat helps, I would like it after the mashable share plugin and not on top of it. I think that was my original question is where could I put that code to be at the same position as the Facebook like button (that is now gone)
Also is there a way to order it Facebook first? Thank you for your help!
Is there a way to do this so that each update I don’t have to go back and change this? thank you
Thank you. I’ll play around with this to get it to work better.
ok thanks
Yes I do that is what is so frustrating. Do you think it is linked to the visual bakery plugin? Something in the theme is overriding Yoast.
yes that is what I am doing. Still geting the error on some posts and most pages. (‘[caption id=’) My posts have the correct Meta description when in the yoast box, but when the page is saved it gets changed somehow. This happened at the time I switched to newpaper. do you guys have any ‘og:url’ values? On facebook’s debugging page I wasn’t getting those errors berore. I was wondering if it linked with the visual editor. Thanks again
I just copied page.php, renamed it to page-disqus.php. This is now a seperate template that looks just like the default.
added:
<?php
/*
Template Name: disqus
*/
?>
<?php
/* ----------------------------------------------------------------------------
the page disqus template
*/
and changed
//set the template id, used to get the template specific settings
$template_id = 'disqus';
finally the most important:
<?php comments_template(); ?>
after the "?>" before the </div> about line 112 (just before get_sidebar() <div>)