I am familiar with CSS so that all makes sense. The suggestions you made seems to work if The mobile plugin is disabled. I am referring to the plugin itself that activates the mobile layout files and how it detects. Because it is loading on tablets too which I do NOT want. I want to reduce the screen size to about 600px detection and then it will load the mobile site files.
I made this work with the plugin disabled with the suggestions you made. What am I missing to get this to work with the mobile plugin/mobile site files?
AH! that margin adjustment is what I was looking for. thanks!
This has been your guys response to every inquiry I have asked where other people have asked similar yet slightly different questions and you have been super helpful to them. Can you just give me the files that I have to look at please so it cuts out hours of me digging through theme files.
I want mobile as in phones to still redirect to the mobile layout but tablet to load the normal site. Are you saying the only place I have to look is in the style.css? Would that be on the desktop or mobile stylesheet?
Do you have a suggestion on which one does this? Where the ad is right aligned on desktop and below logo on tablet?
With 7 this reloads the entire page correct?
function get_post_pagination() {
global $multipage, $numpages, $page;
if (!$this->is_single) {
return '';
}
if($multipage && $page == $numpages) {
$link_address = 'http://your-domain.com/continue-reading';
echo "<div class='td-stupid-list-nextpost-button td-stupid-nextpost'><div class='stupid-nextpost'>NEXT</div></div>";
}
return wp_link_pages(array(
'before' => '<div class="td-stupid-list-pagination"><div class="td-stupid-list-button td-stupid-back">',
'after' => '</div>',
'link_before' => '<div>',
'link_after' => '</div>',
'echo' => false,
'separator' => '</div> <div class="td-stupid-list-button td-stupid-next">',
'next_or_number' => 'next',
'nextpagelink' => '<div class="stupid-next" style = "float:right;">NEXT</div></div>',
'previouspagelink' => '<div class="stupid-prev" style = "float:left;">PREVIOUS</div>',
));
}
In case anyone else wants a custom end page on all paginated posts that was the code I had to use.
Looks like this did actually work for my issue. Placing the following code on td_wp_booster_functions.php
if ( in_category( '498' )) { echo '<meta property="article:section" content="comedy"/>';
} elseif ( in_category( '499' )) { echo '<meta property="article:section" content="history"/>';
} elseif ( in_category( '503' )) { echo '<meta property="article:section" content="food"/>';
}
Could have been some caching issues but using the actual ID (and of course fixing the bad coding) will now display my custom meta property per category.
Thanks for pointing me to the correct file!
Oops, few coding errors I realized. Meant is_category and missed a few (
But in theory would it be something that simple or is there a lot of coding I would have to do?
Is it not possible just to do something like this in the td_wp_booster_functions.php file:
if ( in_category( 'Peek Comedy' )) { echo '<meta property=”article:section” content=”comedy”/>';
} elseif in_category( 'Peek History' )) { echo '<meta property=”article:section” content=”history”/>';
} elseif in_category( 'Worthy Food' )) { echo '<meta property=”article:section” content=”food”/>';
}
Or am I missing something and it is much more difficult?
I am just trying to add these meta’s not change anything existing. Thanks!
RPM’s have fallen for everyone with adsense. If you see a dramatic drop in CTR then it probably is because google is ripping the “nessie” button away from a lot of publishers for accidental clicks. Try labeling all your advertisements with either “advertisement” or “sponsored content”.
Try replacing them with native ads or using a combination of adsense and networks like revcontent or content.ad. Look into analytics and see if there are any ways to increase your avg page views per session.
There is a lot more to this but hopefully that can steer you in the right direction. 😉
I have created the new post this is the url http://peekworthy.com/testtoday/.Now this post is with the smartlist type I wanted slider post.I have tried disabling plugins and everything but still it is not working.My visual composer is updated.I have also removed that search widget.But no luck till now.Please help me out with this.I am stuck with this issue from long time.
Thank you.
Hi,
Here is link for slider http://peekworthy.com/test-post-for-smart-list/#axzz42tOJOFOk I have configure the slider from https://forum.tagdiv.com/smart-list/, currently Demo3 example applied for this post.
Thanks for reply !