RTL Bugs and other stuff
-
Topic
-
Hi there
I’ve encountered several bugs with RTL, and some other stuff on this theme (which applies to JumpStart as well).
I apologize in advance for this huge list,1. There are 2 arrow icons on top of each other
I fixed using.rtl .tb-thumb-link.post::before { content: ""; }
2. Columns shortcode does not support RTL
There’s only this code, no RTL version:.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left }
instead of this:
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: right; }
3. The admin is broken on RTL.
I’ve had to code and load the following CSS in the admin area for me to be able to even see the Layout Builder elements:
http://pastie.org/private/fd8meu2qhnzzbyrfjvdw4. Post filter does not support non-latin character slugs
I can’t force my clients to use latin slugs for categories.[Error] Error: Syntax error, unrecognized expression: .filter-%d7%a7%d7%a8%d7%95%d7%a1%d7%a4%d7%99%d7%98-%d7%a1%d7%98%d7%a8%d7%95%d7%a0%d7%92%d7%9e%d7%9f
5. Block button hover mode is set to inline-block
Even if the button is set to be in full width mode (block),
the hover state is defined as inline-block, rather than block
This is your code:.btn:hover { display: inline-block; }
6. Non RTL issue: broken links on your dev site
on Default Template Parts and many others all the links have this [permalink%20id= suffix:
http://dev.themeblvd.com/tutorial/editable-content-files/%5Bpermalink%20id=7. It’s not a bug, it’s a feature: Features images as links
Features images on Post List and Blog elements aren’t clickable until you install the Theme Blvd Featured Image Link Override plugin.
This is redundant in my opinion.8. It’s not a bug, it’s a feature: Button element in the Builder
Why isn’t there a button element in the Builder?
How do I create a simple button using the layout builder?9. It’s not a bug, it’s a feature: No YouTube/Vimeo support for background video
Why can’t I add a video from YouTube? Why does my client have to use mp4 and WebM files?10. It’s not a bug, it’s a feature: Revolution Slider scripts
Why do the Revolution Slider scripts load, even though I don’t have it installed at all?
is there a way to make sure several scripts, such as this one, won’t laod?jquery.themepunch.revolution.min.js
I’m trying to make the theme as lean as I can.
I do hope solving these issues will make the theme better.
- You must be logged in to reply to this topic.