385 comments found.
Hi bro 
I have made some improvements to optimize my blog
But If you don’t recommend these options, I can recovery all of them with backup.
1- I have deleted following code on daynight-core.php for removing fb requests (I’m not using any Facebook widget or social share count.)
/* --------
facebook script
------------------------------------------- */
if ( ! function_exists( 'daynight_fb_script' ) ) :
function daynight_fb_script() {
?>
<!-- Load facebook SDK -->
<div id="fb-root" />
<script>(function(d, s, id) {
<?php if (daynight_option('daynight_fb_appid') ) { ?>
if (window.fbAsyncInit = function() {
FB.init({
appId : '<?php echo daynight_option('daynight_fb_appid'); ?>',
xfbml : true,
version : 'v2.7'
});
});
<?php } ?>
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/<?php echo get_locale(); ?>/sdk.js#xfbml=1&version=v2.7";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<!-- End Load facebook SDK -->
<?php
}
endif;
/* --------
facebook script
------------------------------------------- */
2- I’m using Daynight fonts locally and I have removed all documents on ’’ /Daynight/inc/googlefonts ’’ documents
And To remove empty request for google fonts, I have deleted following code on functions.php (We don’t like Google, We love Daynight
)
else {
wp_enqueue_style( esc_attr__('daynight-font', 'daynight'), get_template_directory_uri() . '/inc/googlefonts/opensans.css' );
}
All of these optimizations are good according to you bro
? Or funny?
Should I remove anything else after removing Google fonts folder?
And also I have backups to recover them.
It is gtmetrix result without making image optimization and without using CDN for now
And Google insight:
Thanks! 
Hi bro
hope your weekend was great!
First, unfortunately these modifications will be overridden when updated
however, we’ll include option to remove FB call at Daynight options.
For emptying the google fonts folder documents, actually these documents are the fonts that are being called locally, it’s not related to loading from google. I’ve checked your website now, it’s not calling any font at all now. However, I’m providing a new update for Daynight today which includes more efficient use of fonts and avoiding any outside unnecessary calls
Also, I’m not forget Telegram of course 
Thank you for your patience, please stay tuned 
Thank you bro 
Small Bug Report:
Hi brother,
Daynight Post Options on the post screen are not working on my web site.
I have activated Daynight Post Options on boxes of the post screen and tried to publish my post. But All Daynight Post options are lost and restored itself after publishing the post. 
Thank you! 
Hi friend
hope your weekend is going great,
Thank you for reporting, we’ll investigate this issue
can you please send me the login info so that I can investigate it on your website?
Thanks
I have e-mailed you brother
Check it please 
Thank you bro
please stay tuned!
Hello brother 
Are there any news about this issue?
Thank you!
Dublicated!
Hi friend
hope your weekend is going great,
Thank you for reporting, we’ll investigate this issue
can you please send me the login info so that I can investigate it on your website?
Thanks!
Hi friends,
It is my page speed scores by Google
I’m using Daynight + cache. You don’t need anything else 
mobile score:
desktop score:
Thank you to Mr.Ahmad for unique support 
I would recommend including the images links in img tag as shown:
<img src="THE IMAGE URL" />
So that it can be shown directly at the comment 
Hope we’ll always be up to your expectations and more!
Please feel free to ask anything, we’re always here for you 
Enjoy Daynight and have a great day!
yes, of course friend 
Thank you bro, I really appreciate it! 
Enjoy Daynight and have a great day 
Hello friend,
Could you please check your mail box? 
Hi bro
hope your weekend was great!
Sure, please stay tuned 
Thank you brother 
You’re welcome anytime buddy
thank you for your patience and understanding!
Hello brother 
1- Did you check search bar on the header? How can I fix it? 2- How can I add Telegram social button like FB, Twitter etc. on footer?
Thank you! 
Hi bro
hope you’re fine,
Sorry for the delay, we’re performing some updates and improvements in our themes, please stay tuned 
For the search bar issue, please try adding this custom css code to (Daynight Options > Header Settings > Custom CSS Code)
.main_menu { display: inline-block; }
And don’t forget to purge the cache
For the Telegram suggestion, that’s a great idea
we’ll add it to the next Daynight update, please stay tuned!
Enjoy Daynight and feel free to ask anything, we’re always here for you 
Thank you brother 
I have added custom css but place of dark mode button is changed automatically with custom css. 
If the date caused this issue, only search bar will be enough on the header bro 
Hi bro 
Can you please include the whole code at custom css code text area? 
Thanks!
Sure buddy 
.daynight_dark_skin .single .post_content,.daynight_dark_skin .single_content_wrapper .blog_post .post_title_wrapper .post_title {
color: #fff;
}
.hfeed { padding-bottom: 23px; }
.daynight_dark_skin body.container_borders.sidebar_no_borders .main_content.col8 > .breadcrumbs, .daynight_dark_skin
body.container_borders.sidebar_no_borders .main_content.col8 > #breadcrumbs {
border-color: #282828 !important;
margin-right: 0 !important;
}
body.container_borders.sidebar_no_borders .main_content.col8 > .breadcrumbs,
body.container_borders.sidebar_no_borders .main_content.col8 > #breadcrumbs {
margin-right: 0 !important;
}
@media (max-width: 768px) {
.daynight_light_skin body.container_borders.sidebar_no_borders .main_content.col8 > .breadcrumbs, .daynight_light_skin
body.container_borders.sidebar_no_borders .main_content.col8 > #breadcrumbs {
border-left: 1px solid #EAEAEA;
}
body.sidebar_no_borders .main_content.col8 .blog_post_banner {
margin-left: 0;
margin-right: 0;
}
}
input[type="checkbox"].ios-switch {
position: absolute;
opacity: 0;
}
.main_menu .main_bar_nav, ul.navbar {
width: 100%;
}
li.theme_switcher {
float: right !important;
}
/* Normal Track */
input[type="checkbox"].ios-switch + div {
vertical-align: middle;
width: 40px; height: 20px;
border: 1px solid rgba(0,0,0,.4);
border-radius: 999px;
background-color: rgba(0, 0, 0, 0.1);
-webkit-transition-duration: .4s;
-webkit-transition-property: background-color, box-shadow;
box-shadow: inset 0 0 0 0px rgba(0,0,0,0.4);
margin: 0 0 0 15px;
display: inline-block;
}
/* Checked Track (Blue) */
input[type="checkbox"].ios-switch:checked + div {
width: 40px;
background-position: 0 0;
background-color: #FF7D0E;
border: 1px solid #FF7D0E;
box-shadow: inset 0 0 0 10px rgba(255,125,14,1);
}
/* Normal Knob */
input[type="checkbox"].ios-switch + div > div {
float: left;
width: 18px; height: 18px;
border-radius: inherit;
background: #ffffff;
-webkit-transition-timing-function: cubic-bezier(.54,1.85,.5,1);
-webkit-transition-duration: 0.4s;
-webkit-transition-property: transform, background-color, box-shadow;
-moz-transition-timing-function: cubic-bezier(.54,1.85,.5,1);
-moz-transition-duration: 0.4s;
-moz-transition-property: transform, background-color;
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0px 0px 0 1px rgba(0, 0, 0, 0.4);
pointer-events: none;
margin-top: 1px;
margin-left: 1px;
}
/* Checked Knob (Blue Style) */
input[type="checkbox"].ios-switch:checked + div > div {
-webkit-transform: translate3d(20px, 0, 0);
-moz-transform: translate3d(20px, 0, 0);
background-color: #ffffff;
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0px 0px 0 1px rgba(255,125,14,1);
}
.main_menu { display: inline-block; }
Thank you buddy 
Please replace this code:
.main_menu { display: inline-block; }
With:
.top_bar_inner_container .main_menu { display: inline-block; }
And purge cache 
Let me know the feedback!
I have added it brother but still looks same after purging all cache 
Have you removed this code?
.main_menu { display: inline-block; }
It still exists, please check and let me know the feedback 
You’re right brother, sorry
Now, It is fixed. Thank you for your all supports.
All settings and optimizations of my blog are done 
I’m looking forward to Telegram button with update now
and I want to buy your ’’ Writing ’’ theme next month
It is perfect as much as Daynight Theme
And I will watch lessons which are your recommendations about Wordpress
Thank you again…
No worries bro, it happens to me personally alot!
You’re welcome anytime, please feel free to ask anything, we’re always here for you 
That’s a great idea, I’m sure you’ll like it
Writing is one of our leading themes!
Enjoy Daynight and have a great day 
Hi friend 
Do you recommend using Lazy Load with Daynight Theme?
I can active Lazy Load on Litespeed Cache, If you recommend it 
Thank you!
Hi bro
hope your weekend was great!
The Lazy load option is included already with Daynight theme
you can make sure that it’s enabled from (Daynight Options > Layout Settings > Images effect on page load > Enable) 
Please try and let me know the feedback!
That is perfect bro, I didn’t see it before you said
Thank you. I activated it now and it is working fine 
You’re welcome anytime buddy
please feel free to ask anything, we’re always here for you 
Enjoy Daynight and have a great day!
hi friend, 
How can I delete this warning bro?
img: https://image.ibb.co/cPoKBc/Ekran_Resmi_2018_04_08_16_58_53.png
when I click ’’close’’ button, It is not working.
Thank you!
Hi friend
hope your weekend is going fine,
Thank you for notifying, can you please send me login info so that I can fix this issue for you? 
Thanks!
My weekend is going fine bro, thank you so much 
emailed you friend..
Thank you for your patience buddy
fixed!
Please feel free to ask anything, we’re always here for you 
Thank you for your fastest support bro 
You’re welcome anytime buddy
Enjoy Daynight and have a great weekend!
Hi, is there anyway to make the rumors content page the home page?
Hi friend
hope you’re fine,
Yes, you’ll need to create a new blog page and set its category to rumors then set it as home page from (Settings > Reading) 
Please try and let me know your feedback!
Hello friend,
I am using Auto Light/Dark option of the theme. When night(dark) mode is active, all pages is opened with light mode as page is loading. Then, theme passes the night mode after loaded successfully.
Check images please for seeing that, img1 (page is loading in light mode as dark mode is activate): https://image.ibb.co/mR4Y77/Ekran_Resmi_2018_03_31_03_50_19.png img2 (after page is loaded successfully, theme is turning into dark mode simultaneous): https://image.ibb.co/cxaefS/Ekran_Resmi_2018_03_31_03_50_42.png
This issue may be causes decreasing of opening speed of the page I guess. Is it related to installing of php 7.0? How can fix this issue brother?
Help me please
Thank you!
Regards…
Hi friend
hope your weekend is going fine,
I see your issue, it will need some improvement that we’ll work in fixing on our next Daynight update within 36 hours
please stay tuned!
Thank you for your patience 
Thank you brother!
I’m waiting I trust you! 
Thank you for your trust bro
I really appreciate it and hope you’ll always be satisfied with us 
Have a great weekend!
Hello Friend 
Do you use Php version 5.6. in ahmad.works? I tried to update php from 5.6 to 7.2 but It is not harmonious with Daynigt Theme.. Which Php version do you recommend brother? 
Hi buddy 
We’re using php 7 on Ahmad Works servers and php 5 in our test server 
However, while php 7 is much faster, most plugins support php 5 but not php 7 unfortunately. Can you please specify what errors appeared to you when you tried updating php? 
Thanks!
Now, I installed php version 7.0 and,
My homepage look like normal and there is no problem: img: https://preview.ibb.co/ipQQH7/Ekran_Resmi_2018_03_28_18_43_48.png
But When I click ’’ Test-2 ’’ post, post page looks like damaged (There is no widget and no comment field) And also Night mode is lost: img: https://image.ibb.co/ddc5H7/Ekran_Resmi_2018_03_28_18_44_03.pnag
If I click another post (Test-4), Post page looks like normal and have no problem: https://image.ibb.co/jDgnVS/Ekran_Resmi_2018_03_28_18_44_36.pngInteresting 
Hi friend 
I’ll need to login so that I can investigate the issue better 
Thanks!
I sent email you friend
if you recommend it, I can install php version 5.6 from 7.0 again. Thank you
Hi bro 
Thank you for your patience, now it’s fixed
please check and let me know your feedback!
Thanks 
You are always perfect my friend thank you so so much
You’re welcome anytime buddy
please feel free to ask anything, we’re always here for you 
Thank you for your nice words
hope we’ll always be up to your expectations and more!
Enjoy Daynight and have a great day 
Hello friend,
What is the problem do you know? How can I fix it? img: https://preview.ibb.co/fHZuZc/Ekran_Resmi_2018_03_23_01_36_03.png
I have deleted Loco Translation plugin only.
Hi bro
hope you’re fine,
Can you please include the url of the page so that I can investigate it better? 
Thanks!
I have deleted Loco Translation plugin and templates of loco plugin.
https://www.kriptobyte.com/iletisim
https://www.kriptobyte.com/tum-coinler
This problem is on all pages of my blog.
Hi bro
it shouldn’t make this impact, please stay tuned while I check the issue for you 
Thank you for your patience.
Thanks buddy 
Hi bro
please try to activate the plugin and let me know the feedback, or you can send me login info if you don’t mind so that I can investigate better 
Thanks!
I tried to activate plugin again but doesn’t working
I sent an e-mail to you brother. Check please 
Got it
thank you bro, please stay tuned!
You fixed this issue for Dark Theme yesterday. Thank you!
This time, same problem occurs for light theme I don’t know how it could occur buddy. 
Check e-mail please friend 
Hi friend
hope your weekend is going fine,
Sorry for the delay, please send me login info so that I can check the issue for you 
Thanks!
No problem buddy
I sent e-mail to you. Check it and could you fix the issue for mobile and deskop view please buddy 
Thank you bro
please stay tuned while I check it for you 
Thank you for your patience buddy
the issue was fixed! please check and let me know your feedback 
If you needed any help, please feel free to ask us, we’re always here for you 
Enjoy Daynight and have a great weekend!
Thank you friend but after we fixed it, Some issues occured on featured image. It doesn’t looks centered and there is no border line on the left for mobile view.
Check img please: https://image.ibb.co/iVTxPn/image1.jpg
So sorry friend
but I don’t know how to fix it. Should we change old Theme files with original theme files to fix it on ftp?
Thanks! 
Hi bro 
probably these issues are related to the plugin, but please send me the page url so that I can review it for you 
Thank you for your patience 
Sorry brother for wrong photo 
Hi bro 
Thank you for the image, please stay tuned while I check it for you 
Okey brother thank you
If you need it, I can give you my ftp login information 
Thank you bro
no need to, it’s fixed now
please check and let me know your feedback!
Thank you friend! You fixed it again
I want to be professional as much as you someday about Wordpress 
take care of yourself!
Oh, thank you for your nice words
I’m flattered!
Sure you can be
I can recommend you some self study couses if you like 
Enjoy Daynight and have a great weekend!
Which courses do you recommend friend
Thanks…
I’ve emailed you some recommends 
Good luck!
Hi, anyway to clean up how my website looks when scaling it smaller?
https://ibb.co/eD51vH https://ibb.co/nFBwUcHi friend
hope you’re fine,
I’ll need to investigate the website so that I can help you better
can you please ensure whether the login info are the same?
Thanks!
hi sorry for the late response. my login credentials are the same to investigate!
No worries bro
please stay tuned!
thank you
Thank you for your patience friend
please check and let me know the feedback!
Everything is good!
For the footer of my site it looks like https://ibb.co/c1nOAH. Is there a way to adjust the elements of the footer so everything is lined together/evenly. If you look at the far left its so spaced from the newsletter element
Also, https://ibb.co/ehudAH, for these posts, is there a way to make the background of each post a different color from the white background as if it has their own box? EXAMPLE: https://ibb.co/dMgQqH
Hi friend 
For the footer, please add this custom css code to (Daynight Options > Header Settings > Custom CSS Code)
#first_footer_widget {
width: 20%;
}
#second_footer_widget {
width: 46%;
text-align: center;
}
#second_footer_widget > div {
display: inline-block;
}
For the posts background, you can this custom css code
.category-rumors article {
background-color: #ccc;
margin-bottom: 15px;
margin-right: -15px;
margin-left: -15px;
padding: 15px;
}
Please try and let me know your feedback 
Thanks a ton!
You’re welcome anytime buddy
please feel free to ask anything, we’re always here for you 
Good luck with your blog! have a great day 
Hi, how can i save my current theme settings? I needed to test a theme but didnt wanna lose the current theme settings i have with yours
Hi friend
hope you’re fine,
Your current theme settings is maintained and won’t be affected by changing themes
however, you can backup settings from (Daynight Options > Import / Export > Download Data File) 
Please feel free to ask anything, we’re always here for you
Thanks!
Hi friend
hope you’re fine,
Your current theme settings is maintained and won’t be affected by changing themes
however, you can backup settings from (Daynight Options > Import / Export > Download Data File) 
Please feel free to ask anything, we’re always here for you
Thanks!
Hello friend, 
I like you as much as my best friend because you’re so kind and friendly :))
I have 2 simple questions (You said ’’feel free to ask anything ’’ I know my questions are too much but My blog is almost done. These questions will be one of my last questions.) 
First, If I unactive and remove templetes of loco translation, Redux Framework plugin, Beaver Builder Booster and Beaver Builder plugin, It will create any problems for Daynight Theme?
Second, Which page speed optimizations do you suggest? Opening speed of your site ( ahmad.works/daynight ) is so fast. Do you have a list of which optimizations (cache, plugin, compression or something else…) you used in your blog?
Thank a lot!
Hi friend 
Oh, thank you for your nice words
I really appreciate it!
About the plugins, For Loco Translation, it won’t cause any issue
but for Redux framework, I don’t recommend deactivating it, don’t worry it doesn’t affect your website speed (neither does the loco translation plugin). But for Beaver Builder Booster and Beaver Builder plugin, unfortunately I have no knowledge about them, I can only ensure you that they aren’t required for Daynight 
For page speed optimizations, I would highly recommend using W3 Total cache, here’s a great tutorial for setting it 
Please try and let me know your feedback
Thanks!
Only W3 Cache plugin and photo compression methods are enough for development speed of opening page do you think? I am setting up W3 Total Cache now.
I will implement what you say because I trust you, You’re really professional about wp 
Thanks buddy!
As beginning, yes
there are more ways such as using CDN service and server optimizations
however these steps are enough probably 
Please try and let me know the feedback!
Hello Friend,
I have 2 simple questions 
1- Is there any way to change background and text colors of Daynight Facebook Widget (homepage) to make it available with nightshift?
2- In the post page, How can I translate ’’ VIEWS ’’ text? I use Loco Translation but It is not working. img: https://i.hizliresim.com/JQGBEE.png
Thank you my brother 
Hi friend
hope your weekend was great!
1- Can you please clear your question more? do you mean that you want Facebook widget style to be dark?
2- Unfortunately the link isn’t working, can you please re-upload the image? 
Thanks!
Hi friend
hope your weekend was great!
1- Can you please clear your question more? do you mean that you want Facebook widget style to be dark?
2- Unfortunately the link isn’t working, can you please re-upload the image? 
Thanks!
Thank you friend. My weekend was great. I hope your weekend was great too. 
1- Yes friend exactly
2- img: https://preview.ibb.co/gguzCx/Ekran_Resmi_2018_03_19_20_55_37.png
Hi friend 
In this case I’ll need to check your website, are the login info still valid? 
Thank you for your patience.
I sent e-mail to support@ahmad.works
Thanks.
Got it
thank you, please stay tuned while I check the issues for you.
Hi friend 
Thank you for your patience
unfortunately the Facebook page widget doesn’t support dark scheme since Facebook has disabled it
For the views issue, I’ve fixed it, please go to (Loco Translate > Themes > Daynight > Turkish) and search for views words and translate them 
Please try and let me know your feedback!
Done! Thank you my brother 
You’re welcome any time buddy
feel free to ask any thing, we’re here for you!
Enjoy Daynight and have a great day 
Edited: Sorry brother. wrong message 
Never mind buddy
please feel free to ask anything, we’re always here for you!
Enjoy Daynight and have a great day 
Hello friend 
AMP Plugin came with Daynight Theme but It is not active I guess.
There is only ’’ Enable/disable AMP post type(s) support ’’ settings on AMP options. I see 404 error, when I click sitename.com/amp.
Help me please
How Can I active AMP version of the blog? THANK YOU 
Hi friend
hope your weekend is going great!
For better control with AMP, I recommend AMP for WP plugin
here’s extensive tutorials of how to install and set it https://ampforwp.com/tutorials/article/install-activate-amp/ 
Please try and let me know the feedback!
I can’t thank you enough. I owe you one.
All issues are solving and I will publish the blog soon. 
You’re welcome anytime buddy
please feel free to ask anything, we’re always here for you 
Good luck with your blog! have a great weekend 
Hello buddy
I sent an e-mail for issues. Can you please check it 
Thanks a lot!
Hi friend
hope you’re fine,
Thank you, please stay tuned while I check it and reply to your issues 
Issues are solved by A-team. Thank you!
You’re welcome anytime buddy
hope you’ll always be satisfied with us 
Enjoy Daynight and have a great day!
- Currently my rumors page section looks like this: https://ibb.co/mx4vOS
- But is there anyway to make my rumors page like this: https://ibb.co/gKW9iS (This is basically the page where after you click from the rumors page section). Id like the rumor page to be a list of rumors but in the way its formatted within a post like the from the second picture.
Hi friend
hope you’re fine,
Please like our Facebook page and write us five stars review
it helps us provide more support and updates
https://www.facebook.com/ahmadworks.inc/reviews
I’ll need access to your website url so that I can provide you the required code 
Do you have my credentials?
I will give you a five start for sure! you guys have been great
Hi friend 
Thank you for your rating
I hope also if you could write about your experience with us in the description of the review, it will be fantastic 
Yes, I’ve the credentials
please stay tuned and I’ll check it for you.
thank you!
Hi, i know you are working on the change, but do you have a code or way to change the hyperlink color for posts?
Hi friend
hope you’re fine,
Thank you for your patience, please check and let me know your feedback!
What color would you like for the links? 
Thanks!
red
I checked it out! Thank you but is there a way to remove the “read more…”?
Sure buddy
please add this code to (Daynight Options > Header Settings > Custom CSS Code) 
.category-rumors .read_more_button { display: none; }
.single .post_content a { color: red !important; }
the first block is for hiding read more button, and the second block is for the links 
Please try and let me know your feedback!
Also, don’t forget to write your experience at your Facebook review 
Thanks!
- Hi it did not turn red - would there be anyway to add the share buttons within the same page or create a share option? - I also noticed the underline for the header title goes as far as the title? Would there be a way to make it consistent length
I will write a review as we speak!
- Hi it did not turn red - would there be anyway to add the share buttons within the same page or create a share option? - I also noticed the underline for the header title goes as far as the title? Would there be a way to make it consistent length
I will write a review as we speak!
- Hi it did not turn red - would there be anyway to add the share buttons within the same page or create a share option? - I also noticed the underline for the header title goes as far as the title? Would there be a way to make it consistent length
I will write a review as we speak!
Hi friend 
Oh, I see, so you want the rumors page to be exactly the same as single content page? please let me know so that I can help you better 
Thanks!
Yes im sorry if i didnt explain it correctly.
Never mind buddy
I really appreciate your nice words and hope you’ll always be satisfied with us
thanks!
Please stay tuned while I check it for you 
If it matters, i applied the red link code but it actually makes the link red within single content and for some reason it made the share button color red too.
Thank you for notifying
please stay tuned while I fix it.
Hi friend 
Thank you for your patience, please check and let me know your feedback!
its perfect! thank you so much
You’re welcome anytime buddy 
Enjoy Daynight and have a great day!
- Currently my rumors page section looks like this: https://ibb.co/mx4vOS
- But is there anyway to make my rumors page like this: https://ibb.co/gKW9iS (This is basically the page where after you click from the rumors page section). Id like the rumor page to be a list of rumors but in the way its formatted within a post like the from the second picture.
Hello,
How can I add this copyright under the page with line? I lost this footer 
img: https://i.hizliresim.com/m2ZobP.png
THANKS! 
Hi friend
hope your weekend is going,
You can add it from (Daynight Options > Footer Settings > Footer Credit Text) 
Please try and let me know your feedback 
Done. Thank you my friend 
You’re welcome anytime
enjoy Daynight and have a great day!
Friend,
I’m asking questions too much, sorry for this
I have researched solution but I’cant find it…
Is there any footer code to create a space between copyright and my plugin?
Copyright looks like this: https://i.hizliresim.com/nOopOa.png
and
If I can correct it, It will be shown like this: http://i.hizliresim.com/76ZdDm.png
Thank you again 
Hi friend 
No problem at all! please feel free to ask anytime buddy
we’re always here for you.
Can you please include your website url so that I can get you the required fix? 
Thanks!
of course buddy
www.kriptobyte.com
Thank you friend
please add this code to (Daynight Options > Header Settings > Custom CSS Code)
.hfeed { padding-bottom: 30px; }
Let me know the feedback! Also, if your Facebook account is available now, don’t forget to write us five stars review on our Facebook page
https://facebook.com/ahmadworks.inc/reviews
Also, please follow us on Twitter twitter.com/ahmadworks 
Thanks!
I follow you on Twitter. Thank you so much friend 
You’re welcome anytime buddy
thank you for your follow, I really appreciate also if you tweeted about your experience with us with a mention
it would be very great!
Enjoy Daynight and have a great day!
Thank you friend
I really appreciate it and hope you’ll always be satisfied with us 
Enjoy Daynight and have a great day!
Hello A-Support 
How Can I find full list of shortcodes for writing? such as ’’ [dropcap]N[/dropcap] ’’ or ’’ <!--nextpage--><p></p> ’’
Thank you!
Hi friend
hope you’re fine,
You can view the shortcodes available via WPBakary page builder as shown here 
We’re adding new shortcodes at the next updates
your suggestions are always welcomed!
it helps us provide more support and updates
https://www.facebook.com/ahmadworks.inc/reviews
Thanks!
Sorry for misunderstanding buddy 
I mean these codes in the essays img: https://i.hizliresim.com/m2pa4P.png
How can I find full list of these codes?
Thanks a lot 
Hi friend 
Sorry for the misunderstanding
currently the available shortcodes are [quote] and [dropcap]
for more shortcodes I recommend using Shortcodes Ultimate plugin 
Also, we’re planing to increase the typography shortcodes, your suggestions are always welcomed, so please let me know your requests for the shortcodes to add more built-in 
Don’t forget to like our Facebook page and write us five stars review
it helps us provide more support and updates
https://www.facebook.com/ahmadworks.inc/reviews
Thanks!
Thank you so much 
I think you should add an option(button) to pass from daymode to nightmode for visitors. 
My Facebook account is closed by Facebook without showing any reason. If FB opens my account, I will like your page friend. You’re my favourite WP expert 
That’s a good suggestion
we’ll check it with the development team in order to add to the next updates plan 
Sorry for hearing that! hope your account comes back soon
Thank you for your beautiful words and hope you’ll always be satisfied with us 
Enjoy Daynight and have a great weekend!