themevision
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Agama] Article TitleHello,@dbojinca94!
Insert the next code into Customizing->General->Additional CSS:
ol.breadcrumb { display: none; }Regards
Forum: Themes and Templates
In reply to: [Agama] Different logo for each languageHello,@bibbi1!
If you want your logo appears only in the header area, you need to insert the
.ironthm-header-middleclass, before the.pull-left.So your code should look like this:
.page-id-4473 .ironthm-header-middle .pull-left { background-image: url(http://www.drzavnopravobranitelstvo.gov.mk/wp-content/uploads/2019/04/Small.png); background-size: contain!important; width: 448px; height: 120px; background-position: center; background-repeat: no-repeat; }Also, I noticed that your blog post thumbnails are missing…to fix that
you need to insert same class in this code too,.page-id-4473 .ironthm-header-middle .pull-left a img{ display: none; }If you want your logo to appear on all pages (and not just individual ones), you can use only these two codes for all pages:
.ironthm-header-middle .pull-left a img{ display: none;} .ironthm-header-middle .pull-left { background-image: url(http://www.drzavnopravobranitelstvo.gov.mk/wp-content/uploads/2019/04/Small.png); background-size: contain!important; width: 448px; height: 120px; background-position: center; background-repeat: no-repeat; }in that case, you can freely remove all 25 codes you have previously inserted.
Hope this will help you.
Regards
- This reply was modified 7 years ago by themevision.
- This reply was modified 7 years ago by themevision.
Forum: Themes and Templates
In reply to: [Agama] Different heading font when using httpsHello,@asnofanta!
The next code should work for you (Insert it instead of the old one):
.page-id-1518 #agama-header-image { background-image:url('../wp-content/uploads/2019/04/jovenes-creativos-2010-9.jpg'); height:500px; background-position:left; background-repeat: no-repeat; background-size: contain; }https://prnt.sc/nmsb8n
https://prnt.sc/nmsbh7Regards
Forum: Themes and Templates
In reply to: [Agama] Different logo for each languageForum: Themes and Templates
In reply to: [Agama] Different logo for each languageHello,@bibbi1!
The next code should help you:
.ironthm-copyright.pull-left { background: none!important; }Regards
Forum: Themes and Templates
In reply to: [Agama] Different logo for each languageHello, @bibbi1!
Can you give me a link to your website?
Forum: Themes and Templates
In reply to: [Agama] Different heading font when using httpsHello, @asnofanta!
Then you need to remove one code… ๐
Can you give me an address to your website?
Regards
Forum: Themes and Templates
In reply to: [Agama] Different heading font when using httpsHello,@asnofanta!
Maybe you should try the solutions described in the next article:
css-content image workaround for edge and internet explorerRegards
Forum: Themes and Templates
In reply to: [Agama] Site Title in HeaderHello, @somedicon!
Unfortunately, I’m not sure I understand your question.
Currently, the latest version of the Agama theme is a version 1.4.3.
If your question is for the Agama-Pro theme, please contact the Agama-Pro theme support forum located at the following address:
https://theme-vision.com/forums/
(You must log in to your account first)Regards
Forum: Themes and Templates
In reply to: [Agama] Agama Logo ResponsivenessHello,@sebastianschick!
Insert the next code into Customizing->General->Additional CSS:
@media only screen and (max-width: 600px) { #masthead .logo { width: 70%!important; } }Regards
Forum: Themes and Templates
In reply to: [Agama Blue] Search Looking GlassHello, Marc!
Unfortunately, currently, this option is available in the Agama-Pro theme only.
If you need it, you can easily add the search box to your menu, using the
Ivory Search plugin.Regards
Forum: Themes and Templates
In reply to: [Agama] TranslationHello, Marc!
There is an easy way to translate our themes using a โLoco Translateโ plugin.
Please check the articles from the links below:
https://localise.biz/wordpress/plugin#guides
https://spyropress.com/knowledgebase/use-loco-translate-plugin-theme-translation.html
https://meridianthemes.net/translate-wordpress-theme-using-loco-translate/
https://youtu.be/3vj0k65DRhg?t=597Regards
Hello, @davidwp12!
This code should help you with that :
.heading-block:after{ display: none!important; }Regards
Hello @dawidwp12!
If you think of the HORIZONTAL gray line below the Header, try to insert the following code into Customizing-> General-> Additional CSS:
.sticky-header, .sticky-header-shrink{ box-shadow: none!important; }Regards
Forum: Themes and Templates
In reply to: [Agama] Same Appearance different browsersHi,
Of course. Most likely, this is exactly the reason for the problems that you have.
Regards