Forum Replies Created
-
AuthorPosts
-
Зоран ВелиновParticipant
OK. I will wait.
Зоран ВелиновParticipantNo response on Progress bar?
Зоран ВелиновParticipantEDIT:
Only this code for removing numbers and % at end of the bars:
.widget_progressbar-progress { display: none; }
Because this code remove bars:
.widget_progressbar-data { display: none; }
Зоран ВелиновParticipantQuestion number 7 solved
No need of this code:
/* Menu Spacing */ .menu ul ul.sub-menu a, .menu ul ul.sub-menu a:visited, .menu ul ul.children a, .menu ul ul.children a:visited { margin: 0 10px; }
With this code i am able to use sub-menus with 46 characters including spaces(if there are more characters, they are still in one line but go out of menu). Main menu text can be longer. Tested with 100 characters and no problems. Thanks to my friend.
/** Nested Anchors */ .menu ul ul.sub-menu a, .menu ul ul.sub-menu a:visited, .menu ul ul.children a, .menu ul ul.children a:visited { white-space: nowrap; }
Waiting answer for Question number 5.
Thank you
Зоран ВелиновParticipantAbout removing numbers and % on the end of progress bars. I solve like this CSS Snippet:
.widget_progressbar-data { display: none; } .widget_progressbar-progress { display: none; }
Зоран ВелиновParticipantHi,
1. I think your Home Page 2 is based on Full Width Widgetized Template. This is why do not have Blog bar. Maybe i am wrong. However probably my solution will not have problem even after future update for theme because original files are not changed, only new copies are made.
3 and 4 are ok now.
5. Ok. I am waiting.
7. I try this. Some sub-menus are in one line now. That is good. But i have one with 24 characters(including spaces). This is still in two lines.
Thank you
Зоран ВелиновParticipantHi
And question number 1 is solved.
Steps:
1. Go to your-site-folder\wp-content\themes\contango-pro
2. Make copy of template-full-width-open.php
3. Open this template in some text editor.
4. In line 3 change Template Name: Full Width Open Template to what you want(Important: if you do not change name, new template will not show in template list.
5. In line 10 comment get_template_part( ‘loop-meta’ );. This removes blog bar in tmplate(thanks to my friend)
—————————————————————————————————-Now remain questions 3,4,5 and i have new, 7.
7. Why my text in sub-menus is in 2 lines? Length of text is less than some in your Demo page. See picture:
Thank you
Зоран ВелиновParticipantThank you for answer
Now 2 and 6 are ok. About others:
1. To be more clear. I like template like Full Width Open Template and Full Width Template just without this Blog bar on top. But not to do this in Contango Options > Blog Settings > Singular Sub-Heading > no, because this will remove Blog bar from other pages where need to stay. If i need to make new templates please tell me how.
3 and 4. I can not share url because my web site is still in development offline, with Wamp Server. But i told you about this move to top arrow on the bottom right. See image:
If just image is not enough than i will write you when my web site will be onlyne.
5. If they do this it will be nice. Even better if they tell how to remove numbers and % at the end of the bars 🙂
Thank you
With Respect
Zoran Velinov -
AuthorPosts