themevision
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Agama] Slide size problem on mobileHi,
Unfortunately, everything is ok on our side. Can’t help you without the working site.
Regards
Forum: Themes and Templates
In reply to: [Agama Blue] Contact form in homepageHi,
That’s the same. just put it on the main sidebar.
Regards
Forum: Themes and Templates
In reply to: [Agama Blue] Contact form in homepageHello, @lmxc!
Easiest way to add the contact form to homepage, without the editing theme files, is to add the wp form widget to the sidebar.
check this tutorial.Pay special attention to step 6.
Regards
Forum: Themes and Templates
In reply to: [Agama] Slide size problem on mobileHello there!
Please, post your website address.
Thank you.
Regards
Forum: Themes and Templates
In reply to: [Agama] Toggle menu colorHello,@jbilodeau!
You can change the hamburger icon menu color by adding CSS code below into
Customizing->Additional CSSCode:
.mobile-menu-toggle-inner, .mobile-menu-toggle-inner::after, .mobile-menu-toggle-inner::before { background-color:#A569BD; }To change the label color:
.mobile-menu-toggle-label{ color:#A569BD; }Change the color code per your wish.
Regards
Forum: Themes and Templates
In reply to: [Agama] Changing link colours in posts ONLYHello,@bbkpsysci!
There are two ways to do that:
You can change the color of the specific link in the post, with Inline CSS, by adding the style attribute directly into the hyperlink code, inserting a color property into the style attribute then giving the color property
To do that follow the steps below:
1. Edit your post where you can change the link color: (Dashboard->Posts).
https://prnt.sc/h77d032. Open ” Text” editor, and add the style attribute before the “href:”element:
<u><a
style="color: #99ff33;"href=”http://blog.apastyle.org/apastyle/text-citation/”>http://blog.apastyle.org/apastyle/text-citation/</u>If you want to change the color of all links in the site posts, add the CSS code below into:
Customizing->Additional CSScode:
.single-post .entry-content a{ color:#99ff33; }Change the color code per your wish.
Regards
Forum: Themes and Templates
In reply to: [Agama] Adding logo to site nameHi,
I still think that it is easier to do it in the way I explained to you in the previous post.But, if you wish to do it by the Custom CSS,
First, remove the image logo in theCustomizing ▸ Header ▸Logothen add this code:
.site-title a{ margin:0px 0px 0px 60px!important; } .site-title a::before{ content:url(https://s.gravatar.com/avatar/c6a0ac3e18f1cd8d0f1be4c2e3a4cfbd?s=32&d=identicon&r=PG); background-repeat:no-repeat; background-position:center; padding-right:40px; display:inline-block; width:100px; height:auto; }Change the URL and width/height per your wish.
Regards
Forum: Themes and Templates
In reply to: [Agama] Adding logo to site nameHello, @iantresman!
The “Site Identity” is as it says, just for the site identity (showing the site Favicon, site name, site Title and Tagline in the browser’s tab).
Unfortunately, in our theme, on the Header, you can only have the site name (text), or just logo, not both in the same time.
The solution for you is to merge your logo and site name into a single image using a photoshop or similar program, then use this image as a logo.
Regards
Forum: Themes and Templates
In reply to: [Agama] differents image headerHi, @jbilodeau!
It’s a little bit tricky but possible…
First, you need to find the specific page number on which you want to apply the changes …
Please follow the steps below to discover the page id:
1. Navigate in your browser to the page you want to work with.
2. Right click on that page (anywhere) and select “Inspect Element“.
3. Search inside the site’s markup for the body tag. It should be one of the first element in the source.
You’ll see it has many classes. Look for the class that starts with “page-id-…”. That’s the class you should use.then, Open the
Customizing->Additional CSS
and add the code below:.page-id-8 #agama-header-image{ content:url("https://www.niagarafallsstatepark.com/~/media/parks/niagara-falls/homepage/banner-niagara2.jpg"); }Replace your page ID and link to the image, for every page you want to change the header image.
Regards
Forum: Themes and Templates
In reply to: [Agama] Changing a post’s meta date formatHello,@iantresman!
Unfortunately, there is a small bug in theme and we are working to fix this in the next theme update.(soon)
Until that, you can manually edit the theme file to fix that issue.
To fix that issue please follow the steps below:
1. Open the theme editor.(Dashboard->Appearance->Editor)
2. On the right side select the “agama-functions.php ” file.
3. Click on main window to edit the file content.
4. hit “ctrl+F” to open finder window and search for theget_the_time('F j, Y')5. Replace that code with this one :
get_the_date()6. Hit the “Update File” button to save the changes.
your code should now look like this:
If you have followed the steps above correctly, the system date setting should now work.
Regards
Forum: Themes and Templates
In reply to: [Agama Blue] How to Change Font In Menus And Widget-TitlesHello,@franzi11!
If you want to change fonts in navigation menu and the sidebar and footer widgets,
Add the code below intoCustomizing->Additional CSS.Code:
@import url('https://fonts.googleapis.com/css?family=Orbitron'); .widget-title, .header_v3 #masthead li a { font-family: 'Orbitron', sans-serif; }To change a font on the whole site, add this code instead of the code above:
@import url('https://fonts.googleapis.com/css?family=Orbitron'); body, .widget-title, .header_v3 #masthead li a { font-family: 'Orbitron', sans-serif!important; }Best Regards
Forum: Themes and Templates
In reply to: [Agama] Enable blog featureHello, @pawel291291!
1. Add the CSS code below into:
Customizing->Additional CSScode:
.section-blog { display: none; } .container-blog { margin-top:0px; }2. As I can see you have a pagination on the bottom of the page.
https://prnt.sc/gywpltIf you want infinite scroll, you can enable it on:
Customizing ▸ Blog ▸ Blog GeneralRegards
Forum: Themes and Templates
In reply to: [Agama] Remove white space header-contentHello,@pepijndewit!
Sorry didn’t mention earlier…
If you have a Pro theme you need to write your question in the Agama-Pro forum.
Thanks
Forum: Themes and Templates
In reply to: [Agama Blue] With particles on slider buttons are unclickableHello,@moxykoxytoxymkt!
I checked your site, and find, that you have enabled Particles on the header image, so, solution for you is to go to:
Customizing ▸ Header ▸ Header Image
and turn off the particles on the header image.Best Regards
Forum: Themes and Templates
In reply to: [Agama] Mobile header problemHello,@pepijndewit!
If you have a Pro theme you need to write your question in the Agama-Pro forum .
Thanks