themevision
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Agama] Problems with removing blog from homepageHi, @thev1k1ng!
Did you noticed that there is a space between the “body.home.page” part and the “.hfeed.site” part?
This code:
body.home.page .vision-row { display: none; }should work too.
Regards
Forum: Themes and Templates
In reply to: [Agama] Problems with removing blog from homepageForum: Themes and Templates
In reply to: [Agama] Problems with removing blog from homepageHi,
I think you need code below to solve this :code:
.hfeed.site { display: none; }Regards
Forum: Themes and Templates
In reply to: [Agama] Problems with removing blog from homepageHello,
I checked your site and found that you have a breadcrumb enabled,
so if you don’t want it, you can disable it.
Go to:
Customizing->Breadcrumb, and turn off the breadcrumb on Homepage.I don’t see any posts on homepage!?
Regards
Forum: Themes and Templates
In reply to: [Agama] Can’t make background image to be seen thru main bodyHi,
I think you need THIS IMAGE
Just(zoom it to full size) ,download it and put it as a Background image.Regards
Forum: Themes and Templates
In reply to: [Agama] Responsive logoHello,@fgmtl!
Add the CSS code below into:
Customizing->Additional CSSCode:
@media screen and (max-width: 850px){ #masthead .logo { max-height: 45px; } }You can change the max-height value per your wish.
Regards
Forum: Themes and Templates
In reply to: [Agama] Can’t make background image to be seen thru main bodyHi, @folongton!
Add CSS code below in to:
Customizing->Additional CSScode:
#main-wrapper, #page { background-color: transparent; }PS. You can anyway set the layout to “Boxed” I think it’s will look better on your site.
Best Regards
Forum: Themes and Templates
In reply to: [Agama] Hamburger menu not working in mobile devicesHello,@hannakissa!
It seems to me to be a problem with some plugin.
Look at this post, maybe it will help you:https://wordpress.org/support/topic/browser-submenus-inaccessible/
Best Regards
Forum: Themes and Templates
In reply to: [Agama] HTML codes in the comment sectionHello, @tomerlevy!
Try to add code below to the:
Customizing->Additional CSSCode:
#commentform .col-md-12{ color:transparent; } #commentform .logged-in-as { color:#747474; }Regards
Forum: Themes and Templates
In reply to: [Agama] How to make longpost be shortpostHi,@gkpscijantung!
Ok.
Once when we release the update you will see the pending theme update in the top-left corner of your dashboard.
Best regards
Forum: Themes and Templates
In reply to: [Agama] How to make longpost be shortpostHello,@gkpscijantung!
Unfortunately, there is a bug in a Grid layout and we work to fix it, until we fix it, try to change the layout style.
Once when we fix it, we will release the theme update.
It may take two weeks (vacation).Thank you for the patience.
also, thank you for the review.Best Regards
Forum: Themes and Templates
In reply to: [Agama] How to make longpost be shortpostHello,
If I understand your question correctly,
you need to open:
Customizing ▸ Blog ▸ Blog Generalmenu,
and change the “Excerpt” value per you need.If you want, you can also enable the “Read More” button below the post.
Regards
Forum: Themes and Templates
In reply to: [Agama] Slider->General doesn’t allow me to select home pageHello, @chrisatcustomapps!
That’s exactly the way you should do it.(select the “Front Page” in visibility drop-down)
I tested the option on our test site and found that everything works normally.
Maybe you can try to temporarily disable every activate plugin on your site, to check if some plugins cause that issue.
Regards
Forum: Themes and Templates
In reply to: [Agama] How can i change font color?Hello, @golabb
If you want to change the body text color, add the CSS code below in to:
Customizing->Additional CSScode:
body { color:black; }https://prnt.sc/ghp3a3
RegardsForum: Themes and Templates
In reply to: [Agama] Browser Submenus InaccessibleHello, @skase98!
Did you installed some new plugins in the past days?
In general, when you’re having issues on your website, you should always
first check 3rd party plugins, caching, implemented scripts or any custom
code you might have applied lately to your website.Try to temporarily disable every active plugin on your site. If this helps, then re-enable them one by one until the issue happens again so you’ll know which one was the cause.
Regards