Marouane87
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Read more button doesn't showYes you are right, I had to remove the “<!–more–>” I’ve already inserted in the article after adding the new filter and bingo!
Thank you very much 🙂 !Forum: Themes and Templates
In reply to: [Customizr] Read more button doesn't showThank you for your answer.
Yes indeed, but when I set the whole post, the lateral thumbnail picture of the post disappears. Is there anyway to keep it with the full post option set please?
Thank you again 🙂
Forum: Themes and Templates
In reply to: [Customizr] Problem after moving onlineYou are right, I used the last version of the theme that seemed to correctly handle the arrows now without child-theme style.css trick for rtl support.
Thank you very much 🙂 !Forum: Themes and Templates
In reply to: [Customizr] Customize page 404I’m sorry about that, I was trying after I posted the question, so I updated my last message depending on my progress 🙂 !
Forum: Themes and Templates
In reply to: [Customizr] Customize page 404Thank you very much!
In case someone wants to delete “No Search Results for : nothing” and the glass icone (like me), just add
add_filter('tc_search_results_header_content', 'my_no_result'); function my_no_result(){ return;(Yes, I’m learning to write small functions 😀 !)
Forum: Themes and Templates
In reply to: [Customizr] Customize page 404Thank you very much! One final request please, is it possible to display the same when a search request has no result?
Thank you again 🙂 !
Forum: Themes and Templates
In reply to: [Customizr] Customize page 404I thought maybe it was the same, my mistake 🙂 !
No need for slider, just:
[missing page alert] (which is the personalized picture)
[Search]Thank you very much!
Forum: Themes and Templates
In reply to: [Customizr] Menu and Thumbnail colorsThank you very much, it works 🙂 !
Just a little addition for people that might need it, to change only the menu box color (Like I wanted to do), we can just add this:
/* Adjust Navbar Box settings */ .navbar .navbar-inner { background: #f9ecc3; /* Change color */ }Forum: Themes and Templates
In reply to: [Customizr] Menu and Thumbnail colorsI’m sorry but it is not online yet.
The code I used to change the header and body colors could help… It was:/* Set the color (#f9ecc3) of the internal wrapper */ #main-wrapper { background: #f9ecc3; margin-top: 0px; margin-bottom: 0px; padding: 10px 10px; } header.tc-header { /* Adjust the background color */ background-color: #F8A333; /* Adjust the border (top/bottom + left/right) style/color */ border: #F8A333; /* Adjust the top border style/color */ border-top: #F8A333; /* Adjust the bottom border style/color */ border-bottom: #F8A333; }The menu and thumbnails stayed white like in the snapshots in my first post.
Thank you.
Forum: Themes and Templates
In reply to: [Customizr] Default arrow direction in sliders for RTLYou make it look very simple, thank you very much 🙂 !
Forum: Themes and Templates
In reply to: [Customizr] Add a search form and RTL supportWorked like a charm, thank you very much!
Forum: Themes and Templates
In reply to: [Customizr] Add a search form and RTL supportI’m sorry I didn’t explain better. In the snapshot, the glass is overwriting the first two letters unlike this site for example where the word “search” is next to the glass and does not overwrite the letters.
Thank you again!
(I’ve just noticed that if I set wordpress setting to english, the rendering is perfect, but when I set it to arabic, the glass overwrite the letters again).
Forum: Themes and Templates
In reply to: [Customizr] Add a search form and RTL supportThank you, it really helped. But there is one problem left, the glass now is in the search form as you can see in this snapshot . Is there any way to fix it please?
Thank you very much!
Forum: Themes and Templates
In reply to: [Customizr] About the TranslationYes, I found them, but as I wrote above ar.po is empty 🙂
Forum: Themes and Templates
In reply to: [Customizr] About the TranslationThank you very much!
I will contact him, may be he should provide me with the original ar.po file.