themevision
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Agama] Social Icons Top and Bottom do not show on FirefoxHello,@chameleontas!
Thanks for the information.
I checked this statement at our test site and I did not find the problem you mentioned.
What version of Agama theme and Firefox browser are you using?
Can you post a link to your webpage?Regards
Hello, @btmaster!
Try to add the code below, to
Customize->General->Additional CSS.@media screen and (min-width: 817px) { .pull-left{ padding-left: 45px!important; } .pull-right{ padding-right: 70px!important; } }Regards
Forum: Themes and Templates
In reply to: [Agama] Anchor on Static PageHello,
Try to add the code below to
Customize->General->Additional CSSit should be helpful..entry-content h1{ padding-top: 50px; }Regards
Forum: Themes and Templates
In reply to: [Agama] Slider with one slideHello,
Use the code below to remove the progress string on the bottom and forward/backward buttons:
.camera_prev, .camera_next, .camera_bar_cont { display:none; }Regards
Forum: Themes and Templates
In reply to: [Agama] Slider with one slideHi,
The simplest way is to put the same image on both slides.
Regards
Forum: Themes and Templates
In reply to: [Agama] Sidebar in the post page/blog areaHello,Andy!
You need to do two things on the Customize Panel:
1. Open the
Customizing ▸ Widgets ▸ Main Sidebarmenu and add widgets in the sidebar.
https://prnt.sc/i081pq2. Chose the sidebar position in the
Customizing ▸ Layout ▸ Sidebarmenu.After that, insert the code I gave you in the previous post.
Then the code should work.
If after that, the code still doesn’t work, please, let me know when you enable the sidebar, so I can check the code directly on your site.
Regards
- This reply was modified 8 years, 4 months ago by themevision.
Forum: Themes and Templates
In reply to: [Agama] Sidebar in the post page/blog areaHello, Andy!
I really like the design of your website! Good job. 🙂
If you want to show the sidebar just on the “blog” page, try to add the codes below in
Customize-General-Additional CSS:body:not(.blog) .widget-area{ display:none; } body:not(.blog) .col-md-9 { width: 100%; }Best Regards
Forum: Themes and Templates
In reply to: [Agama] slider content translationHi, @grupomccac!
Unfortunately, right now this is not possible.
You can expect translation compatibility in the next theme update release.(soon)
Regards
Forum: Themes and Templates
In reply to: [Agama] Problem with menu caused by tall logoHi,
Add this code, below the codes you previously entered:
#top-bar .pull-right { padding-top: 0px; }so your code on the end will look like this:
.pull-right { padding-top: 80px; } header.shrinked nav{ padding-top: 0px; } #top-bar .pull-right { padding-top: 0px; }Regards
Forum: Themes and Templates
In reply to: [Agama] Problem with menu caused by tall logoHi,
Replace the code that I gave you for the Header V3, in the previous post, with the codes below:
.pull-right { padding-top: 80px; } header.shrinked nav{ padding-top: 0px; }https://prnt.sc/hz1d7f
https://prnt.sc/hz1dmnRegards
Forum: Themes and Templates
In reply to: [Agama] Problem with menu caused by tall logoHello, Andy!
Depending on which header you want to use, there are two ways to resolve this:
1.
If you want to use a header V1, and you want to remove the line below the logo and menu, add the code below inCustomize-General-Additional CSS.header_v1 .sticky-header { border-bottom: none; }2.If you want to use a header V3,
add the code below inCustomize-General-Additional CSS#vision-primary-nav { padding-top: 50px; }Change the padding-top value per your needs.
Regards
Forum: Themes and Templates
In reply to: [Agama] Need to change the Menu positionHello, @expeurba!
You don’t need the code I gave in the previous topic.
What you need is:
1. Remove the custom code I gave in the previous topic.
2. Go to
Customizing ▸ Navigations ▸ Navigation Topand turn off the top navigation.
https://prnt.sc/hykah23. Use the Header V3 instead of the V2.
Regards
Forum: Themes and Templates
In reply to: [Agama] Placing Item Between Header Image and Front Page boxesHello @pinpep!
Unfortunately, the Agama slider can’t be replaced with the slider you created with the WP Logo Showcase Responsive Slider plugin shortcode.
Also, the content between the slider and the front page boxes cannot be added.
There is a possibility in Agama-pro theme to add a Layer-slider instead of the Agama slider in which it would be possible to create a logo slider.Regards
Forum: Themes and Templates
In reply to: [Agama] Two MenusHello, @dma2018!
Looks like you found a bug in the theme. Temporary solution for you, until we fix it, is to add the code below to
Customize-> General-> Additional CSScode:
#vision-primary-nav{ display:none; }Regards
Forum: Themes and Templates
In reply to: [Agama] Menu cut out on “boxed in” layoutHi, @maildanrknudsendk!
The problem is not only with the two of you.
This happens when you have a boxed layout and a long title of the menu items. This is a minor bug in the theme and will be resolved in the following update.Best Regards