themevision
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Agama Blue] LOGO center and widthHello,@vivaz!
Insert the codes below, in Customizing->General->Additional CSS:
.site-header .sticky-header .sticky-header-inner { max-width: 100%; padding:0; margin:0; } .sticky-header .logo{ width:100%; padding:0; margin:0; }Regards
Forum: Themes and Templates
In reply to: [Agama] Social Icon for Email Missing?Hello, @businesscommoners!
For the Phone icon in the footer use next code:
.social-icons.phone:before { content: "\f095";}Regards
Forum: Themes and Templates
In reply to: [Agama] How to remove page title and field for suchHello, @cloud9performancehorses!
The “Grey Bar” is called a Breadcrumb, and you can turn it off in
Customizing->Breadcrumbmenu.Regards
Forum: Themes and Templates
In reply to: [Agama] Agama blog pageHello Siepos!
That means you made a typo when you inserted the code.
Please, go to
Customize->General ->Additional CSS,
delete the code you have added previously then insert the code I gave you in the previous post:.fa-camera-retro:before { content: "\f072"!important; }I Tested the code on your site and code works as expected.
Regards
Forum: Themes and Templates
In reply to: [Agama Blue] MENUHello, Daniele!
What version of Agama-blue theme do you use?
Please update your Agam and Agama-blue theme to the latest version first, then check again.
If after that, the problem persists, try to turn off the nicescroll, which is located at the next location:Customizing-> General-> ExtraIf the problem is not solved after that, please contact us again and give us the address of your site.
Regards
Forum: Themes and Templates
In reply to: [Agama] Fat finger in agama head codingHello @prinsa!
I think the best way is to reinstall the theme.
To do that you will need temporarily switch to another WordPress theme, then reinstall the Agama theme, and activate it again.
Regards
Forum: Themes and Templates
In reply to: [Agama] Agama blog pageHello,Siepos!
Try to add
!importantafter the code of the icon,
so your code will look like this:.fa-camera-retro:before{ content: "\f072"!important; }Regards
Forum: Themes and Templates
In reply to: [Agama] Agama blog pageHi, @siepos!
Sorry, I made a typo in the code, in the end, you should have a curly bracket, so the correct code should look like this:.fa-camera-retro:before { content: "\f0fc"; }If you want to remove the icon, enter next code instead:
.fa-camera-retro:before { display:none; }Regards
Forum: Themes and Templates
In reply to: [Agama] Agama blog pageHello @siepos!
To change the icon, insert the code below, in
Customize->General->Additional CSScode:
.fa-camera-retro:before { content: "\f0fc";Next, find your desired Font Awesome icon at THIS address,
http://prntscr.com/ii7xfk
and insert the font code in the code I gave you above.Regards
Forum: Themes and Templates
In reply to: [Agama] A problem with the primary navigationHello @naama84!
To solve the problems you have, add the codes below in
Customize->General->Additional CSS:1)
#vision-primary-nav > ul > li:last-child { padding-right:27px; }2)
body:not(.sidebar-left) #primary.col-md-9 { padding-left: 30px; }Change the padding values per your needs.
3)
.footer-widgets .widget-title::after{ right: 0px; }Best Regards
Forum: Themes and Templates
In reply to: [Agama] Agama blog pageHello @siepos!
Can you give me a link to your website?
Forum: Themes and Templates
In reply to: [Agama] Disabling Breadcrumbs breaks page layoutHello there!
I checked your claims on our test site and I did not find the problem that you have. Are you sure this happens when you turn off the breadcrumb?
(Maybe you have some plugins conflict?)Anyway, you can fix this issue if you add the code below, in
Customize-> General-> Additional CSS:code:
body:not(.blog-grid).sidebar-left #primary #content{ float: left; }Regards
Forum: Themes and Templates
In reply to: [Agama] How to remove Header Image and widgets on some pages?Hello @texhapb!
1) To remove widgets on side panel on the main page only,
add the code below in Customize->General->Additional CSS:body.blog .widget-area{ display:none; }2)To remove header image on all other pages except for the main page use next code:
body:not(.blog) #agama-header-image{ display:none; }Best Regards
Forum: Reviews
In reply to: [Agama] Good theme for your WordPress siteThank you for your opinion. We appreciate it.
Forum: Themes and Templates
In reply to: [Agama] choose template on single postHello, @carodecastello86!
I’m not really sure what you’re trying to do, but, if I correctly understand you, we don’t have an option for changing the Templates for the single blog post page.
If you want to display recent posts list in the sidebar,
chose the sidebar position inCustomising ▸ Layout ▸ Sidebarmenu, and use the plugin you mentioned in the above post, without modifying the theme files (single.php).
just follow the instructions on their site.Regards