themevision
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Agama] HTML codes in the comment sectionHello Tomer!
In the latest theme version (1.3.1) we have implemented option to disable the HTML tag suggestion, so now you can just go to
Customizing ▸ General ▸ Comments,
and disable it.
https://prnt.sc/hfm6d2Regards
Forum: Themes and Templates
In reply to: [Agama] No idea what has happened to the navigationNo problem, Thanks 😉
Forum: Themes and Templates
In reply to: [Agama] No idea what has happened to the navigationHello there!
Maybe this happened when you updated the theme.
I just think that it is only necessary to repair the menu structure again and that everything will be fine again.
Regards
Forum: Themes and Templates
In reply to: [Agama] Inconsistent outlines on navigation boxesHello, @thearbator!
Try to add the code below into
Customizing->Additional CSS:.sticky-nav > li.current_page_item, .sticky-nav > li.current-menu-item{ border:1px solid; }It should help.
Regards
Forum: Themes and Templates
In reply to: [Agama] No sliders to seeHello, Christian!
This actually isn’t a theme issue…
According to plugin authors, the portfolio page cannot be used as just a part of the homepage. “Adding a portfolio as part of a larger homepage will not be possible without some customized development.” https://wordpress.org/support/topic/doesnt-appear-on-twenty-seventeen-front-page/
If you set your static front page to the “portfolio”, it will remove other content from the page.
https://colormelon.com/easy-photography-portfolio-full-setup-guide/?utm_source=easy-photography-portfolio&utm_medium=welcome
(please scroll down to the comments)
https://prnt.sc/he53osso I suggest you:
If what you need is a gallery + slider on the front page, you can use Jetpack or any other WordPress gallery plugin.Best regards
Forum: Themes and Templates
In reply to: [Agama] Changing link colours in menuHello, @svitt!
We found that there is the problem with WordPress 4.9 update, so we prepare bug fix theme update in next 12h. Once the update is released you will see notice in Admin Dashboard about pending update.
Thank you for the patience.
Regards
Forum: Themes and Templates
In reply to: [Agama] Changing link colours in menuForum: Themes and Templates
In reply to: [Agama] Agama- This reply was modified 8 years, 5 months ago by themevision.
Forum: Themes and Templates
In reply to: [Agama] AgamaHello, @btmaster!
We found that there is the problem with WordPress 4.9 update, so we prepare bug fix theme update.
Once update is released you will see notice in Admin Dashboard about pending updateThank you for the patience.
Regards
Forum: Themes and Templates
In reply to: [Agama] No sliders to seeHello, @swoop100!
I checked your site and find that you have installed some Photography Portfolio plugin (i think, “Easy Photography Portfolio”) that cause the issue you have.
If this is the case, try temporarily disabling this plugin to find out if the slider is running.
If you have an “Easy Photography Portfolio” plugin, try to open portfolio settings, and in the MAIN section, “portfolio Home Page” option set to “none” then save the changes, and check the slider again.
Regards
Forum: Themes and Templates
In reply to: [Agama] No sliders to seeHello,@swoop100!
Did you enable the slider? Open `Customize ▸ Slider ▸ General ‘and check.
Since you have a static front, you need to select slider visibility to the “Front Page”.
The “Homepage” stands for the blog page (in your case, photo-blog).
Regards
Forum: Themes and Templates
In reply to: [Agama] Blinking and vibrating while scrolling downHello,
This code will affect only your homepage, where the width of the screen is greater than 480px:
@media screen and (min-width: 480px) { body.page-id-382 { position: fixed; overflow: hidden; width: 100%; } }You can change the min-width value per your wish.
Regards
Forum: Themes and Templates
In reply to: [Agama] Blinking and vibrating while scrolling downHello @daixiao!
First, thank you for using our theme!
That’s happening because you don’t have a content below the slider on your homepage.
But this can be easily fixed by adding custom CSS code below, into:
Customize->Additional CSScode:
body.home.page { position: fixed; overflow: hidden; width: 100%; }Best Regards
Forum: Themes and Templates
In reply to: [Agama] Slide size problem on mobileHello there!
To solve the font responsivity issue, add the code below into:
Customizing->Additional CSScode:
@media screen and (max-width: 480px) { #agama_slider .slide-title{ font-size: 26px!important;} }Regards
Forum: Themes and Templates
In reply to: [Agama Blue] Contact form in homepageHi,
It’s not possible to do that with the blog homepage.
If you want to have contact form on the front page only,
you need to make a new front page, then make a separate page for the Blog,
next, open theCustomizing->Static Front Page
select ” Static Frontpage” option and pick your front page
from the “Front-page” drop-down list,
https://prnt.sc/h7c4x8next, follow THIS guide to add a contact form to your Front-Page.
To show your Front-page boxes, on the Front -page, open the
Customizing ▸ Frontpage Boxes ▸ Generalmenu and chose Visibility on Front-Page
https://prnt.sc/h7c6ciRegards