themevision
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Agama] Slider Button URL not workingHi,@jitendra909!
The bugfix update is on the way.
We will release it in next few days.
Thank you for the understanding.
Best regards.
Forum: Themes and Templates
In reply to: [Agama] Slider Button URL not workingHi,@jitendra909!
Temporary solution for you is to turn off particles on slider.
Go to:Customizing ? Slider ? Particles
and turn it off.
https://prntscr.com/fzy4ioBest regards.
Forum: Themes and Templates
In reply to: [Agama] slider button and url for it don’t workHello @sevensolutions!
The bugfix update is on the way.
We will release it in next few days.
Thank you for the understanding.
Best regards.
Hello Vera!
Thank you for trying our theme.
All the best for you too.
Forum: Themes and Templates
In reply to: [Agama] How to change the title of breadcrumbHello @galiulinr !
It seems to be a bug.
We will check this on localhost and if there is a bug we will fix it in next update.For now you can hide the left-side Breadcrumb title with additional CSS code.
Add the code below in to a :
Customizing->Additional Css
code:
#page-title .container h1{ display:none; }
Regards
Hello,@t4me!
3. try add this code in to:
Customizing->Additional CSS
code:#site-navigation .nav-menu { text-align: center; }
For the picture,
1. Open the Pages menu,
2. Click on the page name ,to edit the page.
then you can align the picture.https://prntscr.com/fyhpbf
https://prntscr.com/fy5wi9CSS code I send to you can’t be a reason for the “Training” page content go right.
next…
If you want to show the site background picture ,you must use
“Boxed” site Layout , instead of the “Full-Width” you’re using.To do that simple go to:
Customize->Layout
,and change the Layout style to “Boxed”.For the back -to top button,
add this custom CSS code in to Additional CSS:
code:#toTop { display:inline; }
Regards
Hi again!
I checked 4.
Becouse the “Hamburger”menu icon is the picture , you can not change the color.
Instead, I suggest you to set up semi-transparent background menu color.
so, I suggest you to replace:.mobile-menu-toggle {
background-color:transparent;
}
with:.mobile-menu-toggle { background-color: rgba(183, 183, 183, 0.4); }
I hope this will help you.
Bestr regards
Hi,
3.Try this code:
#masthead .site-title, #masthead .site-description,.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul { text-align: center; }
for the picture , edit your page , click on picture and set align-center.
I will check 4 and 5 later
Regards
Hello @t4me!
Thank you for using our theme.
1. To turn off the top bar , go to:
Customizing ? Header ? General
and turn off the Top Navigation.
https://prntscr.com/fy20p62. I think this is solved with first answer.
3. To center menu and the Logo add code in to:
Customizing->Additional CSS
code:.main-navigation ul.nav-menu, #masthead .site-title, #masthead .site-description{ text-align: center; }
4.Add custom CSS code in to:
Customizing->Additional CSS
code:.mobile-menu-toggle { background-color:transparent; }
5. Go to :
Customizing->General
and enable the Back To Top button.
https://prntscr.com/fy2mbeBest Regards
Forum: Themes and Templates
In reply to: [Agama Blue] Background image doesn’t displayHello @azulmily!
First, you must use the box layout, instead Full-width.
Go to:Customizing->Layout
and change layout to “Boxed”.
https://prntscr.com/fxlu9rThen,go to:
Customizing ? Styling ? Background Image
and setup your background image.Regards
Forum: Themes and Templates
In reply to: [Agama] Mobile: Link Blog in Front Page to PostsHello Silvia!
That happen because you setted up sidebar on left side. (it is a bug)
Temporary solution for you, until we fix it ,is to add custom CSS code in to:Customizing->Additional CSS
code:
@media screen and (max-width: 991px) { #secondary.col-md-3 {clear: both;} }
Best Regards
Forum: Themes and Templates
In reply to: [Agama] Image ResponsivenessHi Tomer!
You need to open :
Customizing ? Blog ? Blog Single Post
,and turn off Featured image.
Best Regards.
Forum: Themes and Templates
In reply to: [Agama] Remove URL from comment formHi,
I’m glad you found the solution that works for you,
and yes, it is possible to do that on that way , but I think is much easier to do that with additional CSS.(especially for non-programmers).Best Regards.
Forum: Themes and Templates
In reply to: [Agama] Remove URL from comment formHello @galiulinr!
You can solve this with additional CSS code.
Add custom code in :Customize->Additional CSS
Code:
#respond label[for="url"], #respond input[name="url"] { display: none; }
Regards
Forum: Themes and Templates
In reply to: [Agama] Agama Mobile Blog gridHello there!
We tested this on our localhost website and found that there is a bug in our code, so you can expect a bug-fix release soon.
Thank you for the patience.
Regards