Hi,
Is there a way to show the More stories only when someone reach end of post, or lets say Related Articles or Author box area. The current settings is 400 px (Yes, I can change that) from top but it does not really help when you have articles of different lengths.
It would be great if we can show this box when people scroll down at the bottom so that this bar does not cover your important sidebar (where advertisement is placed).
I always kept it disabled but now I feel like using it if we have some way!
Any thoughts please
regards
Siraj
Thank you for the expert advice Andrei. Much appreciated. You guys are giving first class support and no wonder why your themes are selling like hot cakes.
Regarding plugins, I am using following Contact Form7, SEO by Yoast, Akismet, WPSmush it, w3 total cache, regenerate plugin, visual composer and tag div speed booster.
I used w3 total cache because it gave me better score.
I am aware Akismet is not supported by speed booster so what I did is i removed the code from speed booster so it won’t get disabled.
So I am not finding anything to disable except I need to start looking for Chris WordPress Pagespeed optimization tricks.
Can we disable Visual Composer when website is UP and running? Or is it always needs to be there even when I am not editing any pages or homepage?
Regards
Siraj
Hi Andrei,
Do you have any feedback on this
Regards
Siraj
Thank you very much. First class support from you. Much appreciated.
Regards
Siraj
Same issue happening with template 2. adding following code fixed the issue
@media (max-width: 767px){
.td-post-template-2 .td-post-title .td-module-meta-info {
margin-bottom: 15px !important;
}
}
Note: Posting here as it can be useful to someone who face same issue.
Regards
Siraj
Hi
Okay, I followed your instructions to move CSS and used following code:
$this->move_style_to_footer_queue(‘td-theme’);
$this->move_style_to_footer_queue(‘js_composer_front’);
$this->move_style_to_footer_queue(‘google-fonts-style’);
and I did pagespeed test at:
https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fwww.windowsmechanic.com%2F
Under the Desktop section, I find most of the CSS have moved to footer and “Eliminate render-blocking JavaScript and CSS in above-the-fold content” now kinda Okay. Good Job here and thank you for help.
But under Mobile section of page speed (please check my pagespeed link), I do find same CSS files are blocking. Especially google fonts. But we already have the following codes in the td-speed-booster.php
$this->move_style_to_footer_queue(‘google_font_open_sans’);
$this->move_style_to_footer_queue(‘google_font_roboto’);
$this->move_style_to_footer_queue(‘td-theme’);
$this->move_style_to_footer_queue(‘js_composer_front’);
$this->move_style_to_footer_queue(‘google-fonts-style’);
Any Idea why the same CSS blocking message appears again under the mobile section of page speed ?
Do we have any other section in td-speed-booster.php where I need to add code to change my pagespeed score (Mobile) higher?
Regards
Siraj
If someone is reading this post and want to experiment with autor pic. You can also try following custom CSS code:
.author-box-wrap .avatar {
border-radius: 100%;
border: 5px solid #FFF;
-moz-box-shadow: 0 1px 3px 0 rgba(5,5,5,0.25);
-webkit-box-shadow: 0 1px 3px 0 rgba(5,5,5,0.25);
box-shadow: 0 1px 3px 0 rgba(5,5,5,0.25);
}
This will create a nice white border around your author.
NOTE: this will not change the pic styling in comments section, the above code is only for single post author pic.
Try and see.
If someone knows which section I need to add code to change the style of comments avatar, please do share
Regards
Siraj
Thank you. I will try this.
Regards
Siraj
Hi,
Can someone have a look and advice please.
Regards
Siraj
Hi Andrei,
Thank you. Actually, my request was kinda feature request which can be added in future version :),, I mean, if you think it is useful to users. I felt it would be great and I have seen the same option in some other theme where they offer some option in Theme panel asking “do you want this in responsive mode etc”. As an example.. SmartMag theme has this option and I found it useful.. but you guys knows best 🙂
Regards
Siraj
Never mind, I implemented new theme
Thank you very much
this happens with my setup as well (checked in my demo server). I was thinking of changing title of all post to equal words so that this issue won’t come.. but its hard to implement though.
Hi,
Just a feedback.
Just wana tell you that the same issue happened with another post template. I think it was template 3 or 4 (don’t remember) .. So may be you can test all post types in responsive mode without sharing option and fix it forever.
Regards
Siraj
Hi,
Great.
I was not aware that the theme was updated. Shouldn’t I get some notification in Admin panel when a new version comes out. I already activated the theme.
Thanks
Siraj
Thank you Alin.
I was asking about the Author PIC in POST. Not meta info Avatar. Will the same code works for even in Author Box.
Or shall I make changes at .author-box-wrap .avatar ?
Regards
Siraj
Hi Alin,
Could you please share any css code which I can use to make the author pic in circle with shadow and small border.
Sorry Chris, I tried to follow what you said but I think i screwed something in middle 🙂
Regards
Siraj
Can you tell me how to make author pic in post in circle.
It would be nice with some shadow.
Regards
Siraj
Thank you for noting our feedback and for your support.
Regards
Siraj
Hi,
How about creating a locked sticky page with known bugs with Newspaper 6.3 and css codes to fix the bugs.
trust me, it saves a lot of time and for us 🙂
Regards
Siraj
Also.. Is there a place where we can send feedback or is it fine to post it the forum.?
Thank you. It worked for two types of post.There is one more post where I need to fix it. Please check this screenshot:
http://s7.postimg.org/u66nlvdhn/8_14_2015_4_29_50_PM.gif

After inserting the css code you shared, I find it gets exexuted only once page is loaded. I can feel like the whole page goes down for 21px. Is this how it suppose to be..
Regards
Siraj
This worked. Thank you.This will do my job for now.
Can I also change the background and font color. I hope we can. If you know the code, please let me know.
Thank you for adding my request to features list. Beause my other website we are using boxes everywhere and the information, warning boxes matter a lot.
Sometime, small small things makes a lots of difference 🙂
Thank you Alin 🙂
Also, do you plan to better/make it easier people to all these stuff. I think it would be great.
Please add this request in your future feature list. Boxes like Warning, Information Box etc are very useful. As I am using SmartMag theme on one of the websites and we wanted to move to Newspaper theme in another 6 months, these small features play some roles in decision making.
Thanks and please check my question listed above.
Regards
Siraj
I copied the code you mentioned, but it did not work for me. The shortcode method you said is too complex for me to understand. Sorry.
[vc_row][vc_column][vc_column_text] Sample text Sample Text Sample Text [/vc_column_text][/vc_column][/vc_row].
Let me try in another way..
I am trying to have a box inside the post where I can type. Right now, I am using QUOTE BOX Center for that. But it is always aligned to center. Can I align that to left and change the font from italic to regular. If you have any CSS for that, then it will be nice.
Please have a look at the screenshot: http://i62.tinypic.com/bv79x.png
Awaiting reply
Regards
Siraj
-
This reply was modified 10 years by
sirajcmr. Reason: Need to add Image link