HOT!Buy Ready-Made Authority WebsitesClick Here

Making Blogger Professional, Important Updates !!

Hello SoraBloggingTips Readers, If you are reading this, then we would like to appreciate your efforts for being supportive. We know its har...

Shortcodes and Page Markups

Drop Caps


Access your blog Posts > click Edit on any of your posts or add a new post. then switch to HTML area of the post editor and add the below coding at the very first letter.
<span class="firstcharacter">L</span>
Change "L" with your own text.

Typography


Access your blog Posts > click Edit on any of your posts or add a new post. then select any text you want to customize and click on the options available above your post editor. check below image for preference.


There are mainly 9 options which you can use to create awesome looking typography.

  1. Text Size
  2. Text Heading Style
  3. Bold
  4. Italic
  5. Underline
  6. Strikethrough
  7. Text color
  8. Text Highlighter
  9. Link

Tables


Access your blog Posts > click Edit on any of your posts or add a new post. then switch to HTML area of the post editor and add the below coding anywhere you want to make the table appear.
<div class="post-table">
<table>
    <thead>
<tr>
        <th>First Name</th>
        <th>Last Name</th>
        <th>Hero Title</th>
      </tr>
</thead>
    <tbody>
<tr>
        <td data-label="First Name">Bruce</td>
        <td data-label="Last Name">Wayne</td>
        <td data-label="Hero Title">Batman</td>
      </tr>
<tr>
        <td data-label="First Name">Peter</td>
        <td data-label="Last Name">Parker</td>
        <td data-label="Hero Title">Spiderman</td>
      </tr>
<tr>
        <td data-label="First Name">Bruce</td>
        <td data-label="Last Name">Banner</td>
        <td data-label="Hero Title">The Hulk</td>
      </tr>
<tr>
        <td data-label="First Name">Clark</td>
        <td data-label="Last Name">Kent</td>
        <td data-label="Hero Title">Superman</td>
      </tr>
</tbody>
</table>
</div>
Change details with your own text.

Blockquote


Access your blog Posts > click Edit on any of your posts or add a new post. then select any text you want to customize and click on the blockquote option available above your post editor. check below image for preference.

Bullet And Lists


Access your blog Posts > click Edit on any of your posts or add a new post. then select any text you want to customize and click on the bullets and lists option available above your post editor. check below image for preference.

Buttons


Access your blog Posts > click Edit on any of your posts or add a new post. then switch to HTML area of the post editor and add the below coding anywhere you want to make the table appear.

  • Simple Buttons

<div class="small-button">
<a class="button small" href="https://www.blogger.com">Button Small</a>
<a class="button medium" href="https://www.blogger.com">Button Medium</a>
<a class="button large" href="https://www.blogger.com">Button Large</a>
</div>

  • Buttons With Icons

<div class="small-button">
<a class="button small demo" href="https://www.blogger.com">Demo Button</a>
<a class="button medium demo" href="https://www.blogger.com">Demo Button</a>
<a class="button large demo" href="https://www.blogger.com">Demo Button</a>
                <br>
<div class="clear">
</div>
<a class="button small download" href="https://www.blogger.com">Download Button</a>
<a class="button medium download" href="https://www.blogger.com">Download Button</a>
<a class="button large download" href="https://www.blogger.com">Download Button</a>
                <br>
<div class="clear">
</div>
<a class="button small buy" href="https://www.blogger.com">Buy Now Button</a>
<a class="button medium buy" href="https://www.blogger.com">Buy Now Button</a>
<a class="button large buy" href="https://www.blogger.com">Buy Now Button</a>
                <br>
<div class="clear">
</div>
<a class="button small visit" href="https://www.blogger.com">Visit a Link Button</a>
<a class="button medium visit" href="https://www.blogger.com">Visit a Link Button</a>
<a class="button large visit" href="https://www.blogger.com">Visit a Link Button</a>
</div>
Change details with your own text.

Alert Boxes


Access your blog Posts > click Edit on any of your posts or add a new post. then switch to HTML area of the post editor and add the below coding anywhere you want to make the boxes appear.
<div class="alert-message success">
<i class="fa fa-check-circle"></i> success message You successfully read this important message.</div>
<div class="alert-message alert">
<i class="fa fa-info-circle"></i> Alert message This alert needs your attention.</div>
<div class="alert-message warning">
<i class="fa fa-exclamation-triangle"></i> Warning message Warning! Best check yo self.</div>
<div class="alert-message error">
<i class="fa fa-exclamation-circle"></i> Error message Oh snap! Change a few things up</div>
</div>
Change details with your own text.

Code Box


Access your blog Posts > click Edit on any of your posts or add a new post. then switch to HTML area of the post editor and add the below coding anywhere you want to make the code box appear.
<pre>function generate() {
    var a = $('#container').html();
    var b = window.open('', '', 'width=600,height=400');
    b.document.write('&lt;textarea&gt;' + a + '&lt;/textarea&gt;');
}</pre>
Change details with your own text.

Comment Form


Access your blog Posts or static page > click Edit on any of your posts/ page or add a new post/page. then switch to HTML area of the post editor and add the below coding anywhere you want to make the contact form appear.
<div class="contact-form">
<div class="contact section" id="contact" style="display: block;">
<div class="widget ContactForm" id="ContactForm1">
<div class="contact-form-widget">
<div class="form">
<form name="contact-form">
<input class="contact-form-name" id="ContactForm1_contact-form-name" name="name" placeholder="Name" size="30" type="text" value="" />
                                <input class="contact-form-email" id="ContactForm1_contact-form-email" name="email" placeholder="Email" size="30" type="text" value="" />
                                <textarea class="contact-form-email-message" cols="25" id="ContactForm1_contact-form-email-message" name="email-message" placeholder="Message" rows="5"></textarea>
                                <input class="contact-form-button contact-form-button-submit" id="ContactForm1_contact-form-submit" type="button" value="Send" />
                                <br />
<div style="text-align: center; width: 100%;">
<div class="contact-form-error-message" id="ContactForm1_contact-form-error-message">
</div>
<div class="contact-form-success-message" id="ContactForm1_contact-form-success-message">
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
Change details with your own text.
Shortcodes and Page Markups Shortcodes and Page Markups Reviewed by TemplatesYard on July 31, 2017 Rating: 5

258 comments:

  1. Not work all at my Maxazine

    ReplyDelete
    Replies
    1. This feature is only available in some of our template we are updating our older templates too, hence there are a lot of templates in our directory, it will take some time, please be patient and stay tuned.

      Delete
    2. NOT WORKING...DO YOU ALREADY HAVE THE CORRECT CODE?

      Delete
    3. We have updated the maxazine, please use the latest version.

      Delete
  2. This comment has been removed by a blog administrator.

    ReplyDelete
  3. The code above does not work with : Magazine Blogger Template. Is there a new code ?

    ReplyDelete
    Replies
    1. This feature is only available in some of our template we are updating our older templates too, hence there are a lot of templates in our directory, it will take some time, please be patient and stay tuned.

      Delete
  4. I don't see the slider..why?

    ReplyDelete
    Replies
    1. Fabio Filomena, can you please tell, which template you are using?

      Delete
    2. Do you have any template used for reselling of individuals and marketing

      Delete
  5. Thanks for your great themes! I'm using Photonic and I love it! Here's my site: http://pineridgerqb.blogspot.ca

    Question 1: Featured Slider not appearing

    I've used this code (div class="tagpost" data-label="featured" data-no="5") and labeled all of my posts 'featured' hoping they might appear in the slider on the homepage, but no luck. I also tried the code (div class="latestposts" data-no="5") and that didn't work either. (Please note in the instructions it says "Featured Posts" but the widget in the Photonic Blogger Layout it says "SLIDER WIDGET": http://www.sorabloggingtips.com/2017/03/how-to-setup-photonic-blogger-template.html)
    What am I missing?

    Question 2: Getting the contact form to Send

    I've customized the contact form, which looks great! Now I just need the 'Send' button to send the email. I appreciate that you are updating your themes and this may take time. Might you be able to direct me to one of your free themes where the contact form 'Send' button works? I can take it from there. Or should I make my own button?

    Huge thanks!!
    KM

    ReplyDelete
  6. How do i add download button with image? can you teach me? sorry for my bad english...

    ReplyDelete
    Replies
    1. it doesn't supports image .

      Delete
    2. You can insert a image in blog post and select it click on link option and link

      Delete
  7. AnonymousMay 20, 2017

    is those code works with sora seo template?

    ReplyDelete
    Replies
    1. Yes it is 100% compatible.

      Delete
    2. AnonymousJune 24, 2017

      And with flora too?

      Delete
    3. We don't have any template named Flora, its our exclusive feature.

      Delete
    4. AnonymousJune 27, 2017

      Sorry! Flow Template!

      Delete
    5. Yes Flow is 100% compatible.

      Delete
  8. Hi i am having problem. Please can you solve

    ReplyDelete
    Replies
    1. how can i share screenshot of page where i actually want your help ?
      i anable to unload image in comment here.

      Delete
    2. Upload the image anywhere and post the link in comments, we will see it.

      Delete
    3. https://3.bp.blogspot.com/-aX_kwF-M20c/WVEzyIsYuEI/AAAAAAAAAUE/6myRLY4ZvkM-sw4UXT6XC2p8nLWP_XMcQCLcBGAs/s1600/Screenshot%2B%25283%2529.png

      https://3.bp.blogspot.com/-BK0NcG1AwPI/WVEzyKMrLbI/AAAAAAAAAUA/c4aLfwdUHMsnt5vVSxLCbZUU8_8hv0lXACLcBGAs/s1600/Screenshot%2B%25282%2529.png

      Delete
    4. Add the below code above ]]></b:skin>

      .widget .post-body ol {
      padding: 0 0 0 15px;
      }
      .post-body ul li {
      list-style: none;
      }

      Delete
    5. repect to sora team.
      its working
      .widget .post-body ol {
      padding: 0 0 0 15px;
      }
      .post-body ul li {
      list-style: none;
      }

      however, bullet type is still not good :-|
      this screenshot https://3.bp.blogspot.com/-BK0NcG1AwPI/WVEzyKMrLbI/AAAAAAAAAUA/c4aLfwdUHMsnt5vVSxLCbZUU8_8hv0lXACLcBGAs/s1600/Screenshot%2B%25282%2529.png

      Delete
    6. hi admin. i have same problem with him. arrow bullet cannot delete when i change to disc bullet. please help me

      Delete
    7. Sorry we can't provide support on additional customization(Adding or Removing stuffs) rather than solving issues or bugs, if you want to customize your template then buy our blog customization service.

      Delete
  9. Hey i have a problem. When i post i gave a post label to refrence page but i dosnt appear on that page instead i appear on home page. i want my posts to apear on home page as well as the given label page but it only apear on home not on my label given to the post where to apear. sory for my bad english

    ReplyDelete
    Replies
    1. You have a strange probllem which normally doesn't happens, please provide our url.

      Delete
  10. I added Contact form on Static page, Message is Send But I am not receiving Contact Form Input on my Email. So What Should I do for That. The Contact form Page Url as follows
    http://www.shayarilife.com/p/contact.html Please Help Me to Resolve This. Thank You

    ReplyDelete
    Replies
    1. to make the form work you have to add contact widget in your blog first.

      Delete
    2. Then how to hide contact widget on my sidebar? i want contact form work as static page.

      Delete
    3. Use this css.
      #ContactForm1 {
      display:none;
      }

      Delete
  11. intro posts doesnt appear please help me

    ReplyDelete
  12. https://2.bp.blogspot.com/-8cHyyDIino0/WWOnIJyo0QI/AAAAAAAAAOQ/womE2Ae-ShYWjWVN9tkg4TDS1tnyZS2CwCLcBGAs/s320/111.PNG

    https://2.bp.blogspot.com/-kOXEvUdZeuo/WWOnJU_cnCI/AAAAAAAAAOU/CY7zU7yOBXYHOuokLM3LtkuXFByhVMrywCLcBGAs/s320/222.PNG

    Help! I edited the template and then suddenly the images become blurry. How to fix it?

    And can I remove the labels that are above the image?

    ReplyDelete
    Replies
    1. Have you edited the the scripts?

      Delete
    2. Yes i edited the scripts a little bit. But nevermind i fixed it already. Everything is good. Thank you anyways :)

      Delete
  13. I use Rose Blog but the contact form does not appear. Can you help me please?

    ReplyDelete
  14. AnonymousJuly 15, 2017

    brother i buy an other template with in a days i buy 2 template but your contact us forum is not working what r the thing i need to change would u please explain am tired of trying it

    ReplyDelete
  15. AnonymousJuly 15, 2017

    http://pakistanifox.blogspot.com/p/contact-us.html

    THIS IS MY BLOG IPSIDE, AM SORRY AM NOT DOING SPAM BUT I NEED THIS CONTACT FORM TO WORK BECAUSE THIS CONTACT FORM IN BOTH OF MY PAID TEMPLATE DOESN'T SEND MAIL WHAT DO I NEED TO CHANGE IN IT CAN YOU PLEASE EXPLAIN A BIT AND 2 IF IN EVERY DOCUMENTATION OF BLOG U EXPLAIN THAT WHAT THINGS NEED TO BE CHANGED WHEN YOUR CREATE IT SO IT WILL BE A LITTLE BIT EASY

    ReplyDelete
    Replies
    1. to make the form work you have to add contact widget in your blog first.

      Delete
    2. AnonymousJuly 16, 2017

      Thanks a lot its start working ,but one thing more i don't want widget in the website just page because i did this before and i forget the code to remove with that contact us page only still work and widget not appear on blog

      Delete
    3. Will you be more specific.

      Delete
    4. AnonymousJuly 17, 2017

      Thanks i did it, you check my website now the contact us page working but widget not appear on the blog, because the thing which u mention that ad contact us widget, with that contact us widget also appear and contact us page also. so i did now

      Delete
    5. Where do you want to make it appear ?

      Delete
  16. Am using Msora but none of this is working on it, and please how can i make my site to fit all screen ?

    ReplyDelete
    Replies
    1. We have a huge directory, it takes time to enable every template with this feature.

      Delete
  17. AnonymousJuly 24, 2017

    i have question as i have say my blog name is https://pakistanifox.blogspot.com/ and when you enter to post and check blog comment section it has blog comment default, but i want to add Facebook comment box also but its comes up and down and i want both blogger comment and Facebook comment in same like when you click on left widget Facebook comment shows and when you click on right widget show blogger comment... can you explain that because i have seen some of you blogger you did that...

    ReplyDelete
    Replies
    1. Sorry but this template doesn't have tabbed comment system.

      Delete
    2. Hi, Pakistani Fox
      You should try Disqus Comment System. Disqus is a worldwide blog comment hosting service for web sites and online communities

      Delete
  18. AnonymousJuly 30, 2017

    The Contact form is not working. How can I fix it. When I try to send a e-mail the "send button" doesn't work.
    Thanks for your help

    ReplyDelete
    Replies
    1. You have to install blogger's official contact form first.

      Delete
    2. then, there is 2 contact form which 1st at home page; let say sidebar (official contact form) and 2nd at specific page (code above).

      how to hide official contact form?

      Delete
    3. We have published a tutorial, search our blog.

      Delete
  19. Hello Sora, your setup guide for the READING template gives a code to replace the text of the author bio. I have been scrolling through the whole html doc all day and couldn't find the place where the author bio is. It's bad enough that the widget on Layout mode doesn't allow one to disable/remove the author bio with its dummy text; wouldn't it be nice if you could provide the line number where one can edit the code? Thank you.

    ReplyDelete
  20. how to add short description on my post please help

    ReplyDelete
    Replies
    1. Follow this part of the tutorial
      "How to Add "Quick overview" to a Product"

      Delete
  21. Hi, Sora

    Please help me how i can add a drop down menu in blogger.
    WordPress makes it easy to add a drop down menu, it's a little more complicated on Blogger. Your help will be appreciated

    ReplyDelete
    Replies
    1. We are using Underscore menu system in our new templates, which is very easy to add in comparison of html. You can check the documentation of your template.

      Delete
  22. How to center between Simple Buttons, I used (style="text-align: center;) but not feasible

    ReplyDelete
    Replies
    1. <center> Your Button </center>

      Put your button code like this.

      Delete
  23. How do I remove the automatic "" from the blockquote?

    ReplyDelete
  24. hi....kindly check out these two URLs
    1.) https://ffyvbu.blogspot.com.ng/p/my-issue.html
    2.)https://ffyvbu.blogspot.com.ng/2017/08/simple-tips-for-having-longer-hair.html

    PS: "1.)" is a page where i uploaded a screenshot of my issue...i circled it with a black ink
    and "2.)" is a page where you can find the issue

    i want to remove the sora templates...blahblahblah description from my blog
    kindly reply as soon as possibe so i can change it back to the original URL
    beautiful templates by the way... thanks to sora templates :)

    ReplyDelete
  25. hi....pls check this link
    https://girliefix.blogspot.com.ng/p/my-issue.html
    i want to remove the about sora templates descriptions and how can i change it?

    ReplyDelete
    Replies
    1. Access your blog Theme > click Edit Html>  and then find the following coding.
      Soratemplates is a blogger resources site is a provider of high quality blogger template with premium looking layout and robust design. The main mission of templatesyard is to provide the best quality blogger templates.

      Delete
    2. please what should i delete from the html coding... i really know not much about html.....what should i delete from the html to remove it

      Delete
    3. Please Follow the above method, This is the best help we can provide.

      Delete
  26. I used these codes in blog post.
    Massenge send success but massege is to receive.

    Is any changes needed in these codes to receive massage?

    ReplyDelete
    Replies
    1. Check which email is set with contact form.

      Delete
  27. Hi !
    I'm from Brazil

    ""To make the form work you have to add contact widget in your blog first.""

    how to do this ??


    ReplyDelete
  28. Form is working But cant receiving messages.? what i do for this ?

    ReplyDelete
    Replies
    1. Check settings to see whihc email id is listed to recieve email updates.

      Delete
  29. Thanks sir that is working.

    I'musing Evento event them. when i create a new post, a picture of way2themes is automaticly added in post. How can I remove that picture from post?
    There is no source code available in the code of new created post.

    ReplyDelete
    Replies
    1. It's an example for ads inside post, we have mentioned that in our documentation, please replace the image with your ad codes.

      Delete
  30. Hi, I have purchased Premium YourCoupon template and have an issue with posting images. Can you check here, please: couponchild.com. Why the posted image is blurry and doesn`t get displayed correctly? Can you assit me on the matter, please? Thank you very much in advance.

    ReplyDelete
    Replies
    1. Publish more than 10 posts, activate every widget, use original size in image settings.

      Delete
  31. my post product didnt show the price , how i show the price , or how code to show the price ?
    thanks sora

    ReplyDelete
    Replies
    1. Please follow the documentation carefully because if you will miss any widget setup, it will create errors.

      Delete
  32. Hello there! Sorry to derail but I have a pressing issue. I am presently using a demo version of Publico, which I ought to have bought its full version already. However, I am in doubt whether or not to buy because my images are stretched on mobile view. The blog in question is 'jiffynaija.com.ng'. Please visit with a mobile phone to understand my pain. Hoping you would help.

    ReplyDelete
    Replies
    1. Always use Original Size option while uploading the images.

      Delete
  33. Hi! :) is it possible to change the font in Avocet free template? In customize area I don't see possibility for that, but is there any code for doing that in html area? Thank you.

    ReplyDelete
    Replies
    1. I would also like to change the font on Mega Blogger Template. I do not know how to do it. Also on slider I see no header displayed. I just bought the template and started configuring. You can see what I have done through this link https://foodstepsnutri.blogspot.com/

      Delete
    2. Follow this.
      https://www.sorabloggingtips.com/2019/08/how-to-add-google-web-fonts-in-blogger-blog.html

      Delete
  34. Can i use some-codes in SoraJobs Blogger Templates like: visit button or buy now button

    ReplyDelete
  35. Hi :)
    I love your publicomagazine!

    by the way, i am looking for some shortcode that bring all post in certain categories displayed into grid view 4 columnn / 3 column would be fine.

    do you have such a features ?

    ReplyDelete
    Replies
    1. You have to buy the blog customization service.

      Delete
  36. For titles Edwardian script ITC, and for text (if it's changeable) book antiqua.

    ReplyDelete
    Replies
    1. Sorry we can't provide support on additional customization rather than solving issues or bugs, if you want to customize your template then buy our blog customization service.

      Delete
  37. My post section only shows 1 - 2 posts

    ReplyDelete
    Replies
    1. Remember one thing you have to keep the post count same in your blog settings and pagination widget.

      There is a limit of 1mb from blogger side, only 1mb of images or text you can show in home page and you are exceeding that limit and that is the reason rest of the post is going on next page, there is not any solution, but you can try page break after 1st paragraph in every post, may be this will help

      Delete
  38. tell me how to embed my text in code box .. i dont understand

    ReplyDelete
    Replies
    1. We have already provided the best information above.

      Delete
  39. how to make BUTTON align to center?

    ReplyDelete
    Replies
    1. <center> Your Button </center>

      Put your button code like this.

      Delete
  40. I did not find the search bar when using on my mobile

    ReplyDelete
  41. Plz tell.how to show related post in my premium version of faster fast template

    ReplyDelete
  42. How can we make Column in Page or Post please tell

    Thanks

    ReplyDelete
    Replies
    1. It doesn't have column feature, you have to add it separately.

      Delete
  43. I Need a help can you suggest which detail I change in contact form code help pls

    ReplyDelete
  44. Hi. I'm using free Sora Article template and my blog content in Spanish. My problem is that I cannot make the template display post dates correctly when the language is other than English. I get "undefined" as date whereas everything else is nicely shown in Spanish.
    Could you give me a hint as of where to go check or change? Thank you.

    ReplyDelete
    Replies
    1. We have provided a screenshot for the settings with template package.

      Delete
  45. Amigo, comprei seu theme sora cart premium, veja no meu site http://www.dyclamodas.com/
    Porem, o formulário de contato não funciona. Ja adicionei o Widget na lateral, apesar de não querer ele ali, porque fica feio no site, mas em fim, não está funcionando, como resolver isso?

    ReplyDelete
    Replies
    1. because it already has contact form in its checkout.

      Delete
    2. Como assim, não entendi.
      http://www.dyclamodas.com/p/contato.html
      olha isso, adicionei o código html mas mesmo assim não funciona. Diz que se adicionar o formulário padrão do blogger na lateral funciona. mas não está funcionando nada. Eu preciso do formulário de contato personalizado!!!!!!

      Delete
    3. Sora cart has it's own contact form on checkout.

      Delete
  46. hi sora team,
    firstly i want to thank you for your great work.
    i just set up your amazing template "soracart", my problem is that i want to use it for affiliate marketing, i want my blog visitors buy products not on my blog by on the companies website. the question is how to make checkout button when clicked redirect visitor to the companies websites? thanks a lot and good luck.

    ReplyDelete
    Replies
    1. Sorry but the checkout is only possible with paypal.

      Delete
  47. Hello,
    I am using your Tech News Blogger Template. Is there any way to change the big recent posts widget to show popular posts? Thanks!

    ReplyDelete
  48. Hello sir how can I remove this logo. Plz help I use Sora bank template

    Screenshot Link- https://lh3.googleusercontent.com/-JUXOz8uzWKI/WovgAM7Az7I/AAAAAAAAAV4/Sg176A5uV8IDAPYB5JP0sepOhlvgGsWLQCHMYCw/s1600/%255BUNSET%255

    ReplyDelete
    Replies
    1. Search this image https://3.bp.blogspot.com/-Hjc6_7njIRs/WIsN28cBbYI/AAAAAAAACL4/tyYVf_C1WGwqUEpqQAzvdvE0F3L7X-6pgCLcB/s125-c/Logo%2BPsd.png and replace it with yours.

      Delete
  49. How to add box read more code in post?

    ReplyDelete
  50. Merhaba. Ben " Undefined " sorunuyla karşılaştım nasıl kaldırabilirim.

    ReplyDelete
    Replies
    1. Set the date as we have shown in the image attached with template file.

      Delete
  51. How to create a static page?
    to the Comment Form

    ReplyDelete
    Replies
    1. Follow this
      https://www.sorabloggingtips.com/2018/04/how-to-create-contact-us-page-in-blogger.html

      Delete
  52. i have copied the download button. But how can I arrange it to center.

    ReplyDelete
    Replies
    1. Put the code inside <center>Your code</center>

      Delete
  53. Hi, how can I remove the slide code from the HTML of Waverly?

    ReplyDelete
    Replies
    1. Remove the slider shortcode and it will not appear.

      Delete
  54. Theme is excellent but related posts are not showing up under the post. Help will be highly appreciated. Below is the link.
    https://themostpopularworld.blogspot.com/2018/02/top-10-birds-that-cant-fly.html

    ReplyDelete
  55. Hola. estos codigos funcionan pero no se ven igual que en las fotos. tengo la Need Mag Premium

    ReplyDelete
    Replies
    1. You can check the theme demo page, it is looking same.

      Delete
  56. Hello I am having a problem with my blog entrances. If I see the rigth margin, the words are incomplete. Please, look at this https://aherosnotes.blogspot.com.co/2018/05/corrupcion-un-problema-para-los-recien.html

    ReplyDelete
    Replies
    1. You are using justify alignment, which is causing the error.

      Delete
  57. how i want to make a post count and related post number for template Sora Ribbon ?

    ReplyDelete
  58. How can I edit the about author in my blog posts, it always shows me "Templatesyard is a blogger resources site is a provider of high quality blogger template with premium looking layout and robust design. The main mission of templatesyard is to provide the best quality blogger templates."

    ReplyDelete
  59. Hi sora team, I'm not able to make the social media widget work properly. I linked my sites, but the counter don't update by himself. It's that the way it should work? Meaning with us having to update the count manually? or it should do automatically?

    ReplyDelete
  60. This is how the date on my blog feed looks like and can't seem to fix it despite best effort. Can you please help?

    http://prntscr.com/kiyaek

    ReplyDelete
    Replies
    1. You have to set the date format just like the image we have provided with the template file.

      Delete
  61. Contact form looks good but doesn't work. Not thing happens after i hit send.

    ReplyDelete
  62. Hi. Im using a paid template "Recipee Template" why some thumbnail images are blurred.
    And also why there are showing only few post if i click the labels/category. For example: I have 6 post for "Adobo Recipes Label" but it only shows 3 post.
    Pls help me. Here's my website
    https://www.jeepneyrecipes.com/

    Thanks!

    ReplyDelete
    Replies
    1. If posts are blurry then first setup the template completely, that means setup and activate every widget then Choose original size in settings while uploading images or simply click the image in post setting and choose original size option.

      For the label page issue, you have to add this suffix ?&max-results=10 in every label page url.

      Delete
  63. popular posts is not showing image thumbnail...its showing only post title,how to make thumbnail visible?i have also do setting in popular post widget and selected there to show image thumbnail but not working!

    ReplyDelete
    Replies
    1. Edit the widget from the layout and enable the image thumbnail option.

      Delete
  64. Hello Sora Admin, i have trouble to change the cufon color in ChromeGT Red. Can you give me how to change the color for the anchor text.
    Regards
    Arief

    ReplyDelete
    Replies
    1. Sorry we can't provide support on additional customization (Adding or Removing stuffs) rather than solving issues or bugs, if you want to customize your template then buy our blog customization service.

      Delete
  65. Hello is it possible to change the background images in the fenix template?

    ReplyDelete
    Replies
    1. Yes it is.

      Sorry we can't provide support on additional customization (Adding or Removing stuffs) rather than solving issues or bugs, if you want to customize your template then buy our blog customization service.

      Delete
  66. Dear Team,

    Please help me on one issue.
    I am not getting links to NEWER and OLDER hyperlinks in my post page of my blog.
    I have purchased this theme last month. Please help me in resolving this.
    I don't know where I have made mistake.
    same theme I tried on diff blog and there hyperlinks/navigation buttons to new and old post are showing properly. I have reverted and re-applied this theme multiple times to my this blog but issue still persist.
    Please help me.
    My blog's post link is : https://www.travellingphone.com/2019/01/river-rafting-in-kullu-manali-white.html

    ReplyDelete
  67. How to remove Google plus sharing button in post

    ReplyDelete
  68. How to remove Google plus sharing button in blog

    ReplyDelete
  69. my website keywords and description not shown in google search.
    https://www.topjobalert.in

    ReplyDelete
    Replies
    1. Please add proper title and description in your basic setting and it will take time to index in google, atleast 15-30 days

      Delete
  70. I have a very long post and I am unable to break it up into multiple pages in ubook premium template. I tried page break but it doesn't work ,do you have a tutorial on how to do so in blog post using pagination (PREVIOUS 1 2 3.... NEXT). thanks

    ReplyDelete
  71. I have sora bank, but in the posts i do not see the links when the mouse pass, only the hand, and the visitants can not see there is a link there.

    If you can help, thanks

    ReplyDelete
  72. Is there an editing tool feature that allows editing directly on blog without having to go to blogger dashboard? l

    ReplyDelete
    Replies
    1. yes quick edit option is there, but we hide that features in our all templates

      Delete
  73. Hi!!
    I bought this template, I don't know how to place the background. What size should it be?

    ReplyDelete
  74. Hi!!
    how to block the right button click in blogger posts to inhibe Copy and Paste of my content by others?

    ReplyDelete
  75. Does this code work with publisher template ?

    ReplyDelete
  76. Can I change the color and position of the buttons?

    ReplyDelete
    Replies
    1. Sorry we can't provide support on additional customization(Adding or Removing stuffs) rather than solving issues or bugs, if you want to customize your template then buy our blog customization service.

      Delete
  77. Hello,
    How can i put the related post in "danshin"? Can you help me?

    ReplyDelete
    Replies
    1. Follow this tutorial.
      https://www.sorabloggingtips.com/2016/10/how-to-add-related-post-widget-below-every-post-in-blogger.html

      Delete
  78. Hey!
    How can I change the destination email of the contact form?

    ReplyDelete
    Replies
    1. No you cant only admin will receive the messages.

      Delete
  79. can i add youtube icon in top toolbar?
    using food blog

    ReplyDelete
  80. Hello, Please check https://authorboy.blogspot.com
    "contactform" not working.

    ReplyDelete
    Replies
    1. You have to install blogger's official contact form first.

      Delete
  81. Comment Form NOT WORKING

    ReplyDelete
    Replies
    1. You have to install blogger's official contact form first.

      Delete
  82. why i am not seeing author box below my posts

    ReplyDelete
  83. is it possible to add Registration Form before buying product (like we need there address and contact details etc and to trace there payment)

    ReplyDelete
  84. AnonymousMay 08, 2020

    How to Resize Table Column And Row manually, and where past?
    Please help.

    ReplyDelete
  85. AnonymousMay 08, 2020

    Please provide mobile friendly table html code.

    ReplyDelete
  86. Any of the code not working in amino template

    ReplyDelete
  87. Hola, este tutorial esta actualizado? acabe de comprar la plantilla Magma. Espero no tener problemas.

    ReplyDelete