themevision
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Agama] Agama Blue – White space on topHi,@gramenauer!
Maybe you should try the next code:
div#content { margin-top: -30px; }Regards
Forum: Themes and Templates
In reply to: [Agama] full width page template for woocommerce’s shop pageHello, @gramenauer!
Try to use the following code:
@media (min-width: 992px){ .woocommerce-page .col-md-9 { width: 100%!important; padding:0!important; } }Regards
Forum: Themes and Templates
In reply to: [Agama Blue] Main menu pages disappear once clickedHello, @tamborskij!
Insert the following code into Customizing->General->Additional CSS:
ul.agama-navigation li>a span{ display:block!important; }Regards
Forum: Themes and Templates
In reply to: [Agama] Use full width page template for blog pagesHello, @gramenauer!
There are two options to achieve that:
1. Just use the “Template Full width” for your page.
https://prnt.sc/pamzq9or
2. Go to Customizing ▸ Widgets ▸ Main Sidebar menu and remove all the widgets.
https://prnt.sc/pamzhwRegards
Forum: Themes and Templates
In reply to: [Agama] Problem with Front Page Box IconsHello, @janschattling!
That sounds to me like you have some sort of the plugin conflict.
Maybe you can check the plugins you recently activated or updated. There can be a possibility that some of the plugins you have activated have some sort of conflict with the theme. I suggest you deactivate all the plugins temporary. If the theme works, activate plugins one by one until the problem reappears. On that way, you can find the problematic plugin. (if any).
If you find that there’s some conflict please let us know.Can you give me an address to your website?
Regards
Hello,@jane166!
Try to insert the following code into Customizing->General->Additional CSS:
.wp-block-quote p, .wp-block-quote cite{ font-style: normal!important; }Regards
Hello,@businesscommoners!
Insert the following CSS code into Customizing->Gebneral->Additional CSS:
ul.agama-navigation li > a span { display: initial; }Regards
Forum: Themes and Templates
In reply to: [Agama] Header logoForum: Themes and Templates
In reply to: [Agama] Font in Widgets Area of FooterHello, @etjnc!
If you want to change the font-family only, use the next CSS code:
/*Footer-Widgets Titles*/ .footer-widgets h3{ font-family: Raleway, Helvetica, Arial, sans-serif; }If you want your titles to be Capitalized, insert the next code instead:
/*Footer-Widgets Titles*/ .footer-widgets h3{ font-family: Raleway, Helvetica, Arial, sans-serif; text-transform: capitalize!important; }Regards
Forum: Themes and Templates
In reply to: [Agama] Font in SlidersHello, @etjnc!
The Font style in Sliders is related to the General site body font, which you can change from the Customizing ▸ General ▸ Body… Body Font menu.Only the Pro theme has the ability to styling it, using the Customizer.
https://prnt.sc/omc0p9Only way to change the Slider Font style in the free theme is to insert the following codes into Customizing->General->Additional CSS:
/*Slider Titles*/ #agama_slider h2.slide-title{ font-family: Raleway, Helvetica, Arial, sans-serif; } /*Slider Button text */ #agama_slider a.button{ font-family: Raleway, Helvetica, Arial, sans-serif; }Change the Font Family per your needs.
Regards
Forum: Themes and Templates
In reply to: [Agama] Last update broke one of my customer’s siteHello, @alpdmr!
I have checked your custom CSS and didn’t find any code related to the header which can cause the problem you have.
Also, I have seen you have a Megamenu plugin installed and I suppose there is something in your Mega menu plugin settings that causes that problem.
Please check first your Megamenu settings, (or temporarily deactivate the plugin) to see will the problem disappear…
If you just want to remove your Agama mobile menu, you can simply insert the next custom CSS code:
.mobile-menu-toggle { display: none; }PS: I have also found that your Logo image in mobile view is too big so I think you also need to insert the next CSS code to avoid cropping it:
@media only screen and (max-width: 600px){ #agama-logo img{ width: 80vw!important; } }Regards
Forum: Themes and Templates
In reply to: [Agama] Show entire image (keeping ratio)Hi,
Please check this thread:
https://wordpress.org/support/topic/featured-image-size-problem-3/Regards
Forum: Themes and Templates
In reply to: [Agama] Show entire image (keeping ratio)Hello, @gramenauer!
Try to insert the next code into Customizing->General->Additional CSS:
.entry-header img{ max-height:600px!important; width:auto!important; margin-left: auto; margin-right: auto; }Regards
Forum: Themes and Templates
In reply to: [Agama] Featured Image Size ProblemHello, @sayalimate!
Unfortunately, this forum serves to solve the problems for the Agama theme only, so you will need to post your question on your theme support forum.
Thank you for your understanding.
Best Regards
Forum: Themes and Templates
In reply to: [Agama] Site issues since updateHello,@barenewzealand!
Thank you for pointing on that.
we will fix that in the next theme update.To set your social icons to the right,
1. Go to: Dashboard->Appearance>Menus,
2. Create an empty menu and assign it to the “Top menu”
3. Go to: Customizing->Header->General… Header_V2 and enable the Top navigation.
https://prnt.sc/ohyxphAs for the footer…there can be an incompatibility with the plugin you use to insert the images to the footer (we need to check that)
Ad if there is some incompatibility we will fix that too.Anyway, I suggest you to try to insert your content using footer widgets instead of the plugin you currently use.
P.S: If you want to center your current content in the footer,
insert the next code into Customizing->General-Additional CSS:#agama-footer .tv-container.tv-d-flex.tv-justify-content-between.tv-align-items-center{ justify-content: center!important; }Thank you for using our theme.
Best Regards
- This reply was modified 6 years, 9 months ago by themevision.