Home › Forums › Themes Support › Circle › Need Help with changes and fix!
- This topic has 12 replies, 2 voices, and was last updated 4 years, 9 months ago by
admin.
-
AuthorPosts
-
October 31, 2017 at 9:50 am #779
Hello, i purchase your template but cant find where to fix some colors and settings.
1)
2)
3)
4)
5)
6)i can edit by yourself but just tell me where and hat i need change please help me π
November 1, 2017 at 3:36 am #781Hi,
Thanks for contacting us and choosing our product!
About your question we can answer as below:
1. About slideshow on Homepage, that’s using Revolution Slider shortcode. So if you want to display it on all page you need customize templates of single video, film,…
More about tutorial you can see here:
2. About issue 2 I think you want to Category, Country, Year to lower case.
So you can go to Theme Options -> General Settings -> Custom CSS and add this code:.film-search-form-shortcode-wrapper .film-searchform .data-search select { text-transform: none; }
– About sort by field you need know about PHP and WP_Query to add it. So we’ll notice it in maybe update in next version
– About film search box maybe you want search auto hint. We’ll notice about this. Now our theme doesn’t have it.
3. About add move information example: IMDB you need to know about PHP and RW Metabox to do it. You can see topic tutorial here:How to add new Metabox to Circle Single Video, Film, Actor or Director
– Cast and Crew section now will auto hide in latest Circle version
4. If you want to change background of all page to dark. You can add this code in Theme Options -> General Settings -> Custom CSS. Please notice use this you can break our design.body { background: #e1e1e1; // You can change to other color }
5. About IMDB Infor, Rating, … We’ll notice and update these function in future. Also include Film label too. They will change to dynamic.
Now you can read topic customize theme using child theme to do it.
6. About lightbox we already fixed in latest version of circle
Hope this help you!*********
Best regards,
HaruThemeNovember 1, 2017 at 8:57 pm #791can you pleae tell me how i can edit template or give me plugin with i can do ot all? i try to install child theme but i dont know what exactly i need install and how.
November 1, 2017 at 11:25 pm #792i find how to edit php files, one more question can you tell me what code i need insert in other php files to show in everwhere search from what have in main page?
November 2, 2017 at 12:43 am #793Hi,
– You can install child theme in package that you downloaded from ThemeForest and install it. Active it same as Circle theme (parent theme). Here is advanced skill to customize the theme so you need know about PHP,… as we said in topic tutorial.
– To display search from in page you can add this code in php file:
<?php echo do_shortcode( ' [haru_film_search_form] ' ); ?>
Hope this help you!***********
Best regards,
HaruThemeNovember 2, 2017 at 5:25 am #794when i add your code i get also not only search form but + in page come new colums with movies and also with white bacground, you can scroll down and see when start my page when is not entered your code in header: https://7950.video/
November 2, 2017 at 5:26 am #795November 2, 2017 at 5:34 am #796also i add this code where you ask but nothing change, letters in search have in case sensitive
.film-search-form-shortcode-wrapper .film-searchform .data-search select {
text-transform: none;
}November 2, 2017 at 5:50 am #797also i add this in css general settings but nothing change
November 2, 2017 at 5:51 am #798body {
background: #000000; // You can change to other color
}November 2, 2017 at 2:43 pm #802Hi,
Thanks for your feedback!
– I have just checked your site and see that’s seem you not inserted correct the code.
We has just tested again and color changed and text also change. I see it’s not change on your site. Please check again in Theme Options -> General settings -> Custom CSS
– If you want to show slideshow on all page please read about WordPress template structure from here: https://wphierarchy.com/ You will know what file you need change to custom your work.
Hope this help!
P/s: If you want to customize structure of theme and design you need know a little about code: PHP, CSS and also some customize we already said in our document here: http://document.harutheme.com/circle/*******
Best regards,
HaruTheme-
This reply was modified 4 years, 9 months ago by
admin.
November 2, 2017 at 7:10 pm #804i think case sensitive code not working because my home page is created in page creator and code is from page builder, haru film search form
code look like:
[vc_row css=".vc_custom_1503416552425{padding-right: 3% !important;padding-bottom: 6% !important;padding-left: 3% !important;background-color: #1e1e1e !important;}"][vc_column][vc_row_inner][vc_column_inner][haru_film_search_form columns=”5″ paging_style=”load-more” posts_per_page=”5″][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]November 3, 2017 at 1:17 am #808Hi,
Please see this image screenshot you will see the code will work:
http://prntscr.com/h5jeu4
About search form you can use this code to configure columns and paging:
Hope this help! -
This reply was modified 4 years, 9 months ago by
-
AuthorPosts
You must be logged in to reply to this topic.