franz65
Forum Replies Created
-
Forum: Reviews
In reply to: [Bootstrap Ultimate] bug corection bootstrap ultimate themeHallo,
I installed wordpress automatically in Bluehost and then I installed the theme without changing anything, so I think the bug is present in the default version of the theme.
I looked for answer to the problem I had and I found nothing, I know that this sounds strange, but I went mad to try to understand why highlights and featurettes etc worked well with some catagories and didn’t work with some others.I paste you the source code of the control panel page, the option selector for highlights, first with the original code then with my code:
<option value="0">ALL</option> <option value="1">Uncategorized</option> <option selected='selected' value="2">storie</option> <option value="3">narrazioni</option>< option value="4">narrazioni speculative</option> <option value="5">poesie</option> <option value="6">Sonny O.</option> <option value="7">M. E. Stetson</option> <option value="8">Valavan</option> <option value="9">Raven</option> <option value="10">Holmes</option> <option value="11">disegni</option> <option value="12">vuota</option> <option value="13">testi e note</option>
<option value="0">ALL</option> <option value="1">Uncategorized</option ><option selected='selected' value="2">storie</option> <option value="3">narrazioni</option> <option value="4">narrazioni speculative</option ><option value="5">poesie</option> <option value="6">Sonny O.</option> <option value="7">M. E. Stetson</option> <option value="8">Valavan</option> <option value="10">Raven</option> <option value="11">Holmes</option> <option value="12">disegni</option> <option value="30">vuota</option> <option value="31">testi e note</option>
everything worked fine if I selected categories from 0 to 8, but of course everything went wrong with the others. In wordpress the categories are not numbered in a sequential way.
I am not a php programmer, so even when I understood which part of the code was the one provoking the bug I needed a lot of time to imagine that array_merge doesn’t simply merges two array but: “Don’t forget that numeric keys will be renumbered!” (from php documentation).
About the starts, I admit that I didn’t read the rating guides, the theme is really good, but I really wasted a lot of time to obtain the result I wanted and I was tempted to leave it before founding the way to correct the bug. So I think that 4 stars are not a bad vote. ??