Fletro Pro Help and Troubleshooter

Troubleshooting and help center
jagodesain.com

So that not many people ask the same questions, we cover everything in this post, all information about bug fixes or other problems will be added here in the hope that no more the same questions are asked.

Transition problems on the back button in the search box

In previous versions, some may be bothered by the back button in the share box which is slowly disappearing, when you click the search icon at the top there will be a back button icon, when clicked the searchbox will disappear and the back button will change to a navigation button.

The problem arises when the navigation button is clicked it should bring up a navigation link but what appears again is the searchbox, unless you wait a few seconds before the button returns to normal function. This problem occurs because of adding CSS transitions to Searchbox and only occurs on mobile displays.

#search-container{display:block;width:100%;height:100%;position:fixed;top:0;left:0;background-color:#f7f7fc;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;-ms-overflow-style: none;opacity:0;visibility:hidden;z-index:10;-webkit-transition:all .3s ease-in-out;transition: all .3s ease-in-out}.header-nav label, .header-nav span{display:table-cell;vertical-align:middle;position:relative;width:22.5px;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out;cursor:pointer}

In the latest update this problem has been fixed by changing the transition value in the CSS searchbox

The middle ad issue does not appear in some articles

On this demo blog the ads are showing perfectly, still we get some reports that say middle ads are not appearing on other blogs.

In the latest update v5.3 this problem has been resolved, for those who are still using the old version it is recommended to upgrade it to the latest version

I want to delete the name and profile of the author on my blog if I can

In older versions you have to do this manually, and sorry there is no support for older versions.

Instead in the latest version we have moved all the settings to the blogger layout menu, you can hide or show the author name and profile by editing the blogger posts widget.

See a more complete explanation here

The navigation menu still uses your blog link, the template is flawed

We think it’s pretty clear the tutorial that we provide on this blog on how to change the link on this template.

To clarify again, the menu below the header uses 2 widgets that you can change at any time by hiding one of them. The first widget displays menu links automatically based on labels, the second widget displays menu links by name which means you have to change them one by one in the Blogger Layout.

I’m having trouble adding a new dropdown menu

On the desktop display, maybe no one gets the problem from this problem, mostly problems when the dropdown is clicked but it doesn’t work on the mobile display.

This problem often occurs because the ID attribute in the sections highlighted below has not been changed

<input class="drop-menu hidden" id='offdrop-menu1' name="dropdown-menu" type="checkbox"/><label class="table" for=".grid-mode + .blog-posts{column-count:2;column-gap:20px}// ubah menjadi kode dibawah ini.grid-mode + .blog-posts{display:grid;grid-template-columns:1fr 1fr;column-gap:20px}

It depends on your choice whether you prefer the default grid view in descending order or modified so that the order is sideways, feel free to test your template to see the changes.

On Google Pagespeed, the Fletro template score decreased

The main cause is Google Fonts, in this latest update we are using 3 fonts, namely Roboto Regular, Regular Ubuntu and Ubuntu Bold.

If you want the pagespeed value back, please delete some of the fonts. We suggest you to delete the Ubuntu Bold font.

But one thing that must be underlined, Pagespeed is not a reference as long as your blog is not loaded for more than 10 seconds, it is enough, especially the speed of internet visitors now averaging 4G with a score below 90 will not be a serious problem. Even though your blog has a perfect score of 100, when you insert Adsense ads, the value of its pagespeed will also drop dramatically

Ask a Question or report a bug

Please ask questions about this template in the comments column, as soon as possible we will respond and fix the problem.