themevision
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Agama] Order Social IconsHi,
Unfortunately, the theme doesn’t have that option, so if you want to change the icons order, you will need to modify a theme file, so I suggest you use a Child-theme.
to avoid re-setting the theme after the update.I think the easiest way to make a child theme is to use some of the plugins available.(I recommend you next plugin:Child-theme-configurator)
Then follow the next steps:
1.Log-in to your hosting space (server) via FTP client.
On your server, find the agama-pro folder in the theme folder
(path should be this: … / wp-content / themes / agama/)2. find the class-agama.php file inside the wp-content/themes/agama/framework/ folder.
3. Copy that file to the wp-content/themes/agama-child/framework/ folder.
4. Edit file in the agama-child folder with some text editor (Notepad++)
5. Search for words “ // Social icons” in line 239.
6. Reorder the lines of code below that line, per your wish.
(According to you wish it should look like this:
https://prnt.sc/jaxsg6, https://prnt.sc/jaxsme)7. Save the file.
Regards
Forum: Themes and Templates
In reply to: [Agama] Messenger TelegramHello,@realtek3546!
Unfortunately, for now, there is no that option, but we will add it to the theme in the next update.
In the meantime, you can try some of the plugins available.
Please check next address: https://wordpress.org/plugins/tags/telegram/
Regards
Forum: Themes and Templates
In reply to: [Agama] One sliderHi,
If you choose to disable loader and Arrows, enter the following code in
Customize->General->Additional CSS:code:
.camera_prev, .camera_next, .camera_bar_cont{ display:none; }Best Regards
Forum: Themes and Templates
In reply to: [Agama] One sliderHi,
Of course, there is a way,
but this includes modifying theme system files,
and you should use Child-theme for that, to avoid getting back to the old after you update the theme. So I think the first way is simpler. If you do not want the slider loader and navigation arrows on the slider, you can turn them off using the Custom CSS code.Regards
Forum: Themes and Templates
In reply to: [Agama] One sliderHello,@realtek3546!
Yoy can put the same image in both sliders if you want…
Regards
Hi,
Yes, it is one of the possibilities,
I can not tell you the correct date, but we will try to do it as soon as possible.
Regards
Hi, @imagect!
Yes, I see the problem…
In fact, this is not a problem with the theme.
That happens because of the Network lag.
But, we’ll try to add some improvements to the theme in the next theme update, in order to avoid this.Thank you for your patience.
Regards
Forum: Themes and Templates
In reply to: [Agama] Anchors + Header image linkHello @minto!
Follow the steps below to remove the homepage link from the header-image:
1. Go to : Dashboard->Appearance->Editor
2.On the right side, select to edit “Agama” theme from the drop-down list.
3. find class-agama-helper.php file, located in the framework folder.
4.Click that file to edit it.
5.In the main window, scroll down to the lines 70 and 72 and delete the lines of code in it:echo '<a href="'. esc_url( home_url( '/' ) ) .'">';
andecho '</a>';6. Click on the “Update File” button to save the changes.
Regards
Forum: Themes and Templates
In reply to: [Agama] Topmenu and Social Icons disappearHello,@beebsandmoms!
Are you something fixed in the meantime?
Because as I can see, your site has top-bar and social icons…Sometimes plugins can cause that sort of problems, and you may need to disable them for troubleshooting.
If after you deactivated all plugins, everything works normally, activate them one by one until the problem occurs again, so you will find what plugin causes the issue.Regards
Forum: Themes and Templates
In reply to: [Agama Blue] slider problem with mobileHello, @felipeapereira!
Add the code below, in Customize->General->Additional CSS:
@media only screen and (max-width: 580px){ #agama_slider h2{ font-size: 30px!important; } #agama_slider a{ font-size: 12px!important; padding: 5px!important; letter-spacing: 1px; height: 30px; line-height: 18px; } }Regards
Forum: Themes and Templates
In reply to: [Agama Blue] slider problem with mobileHello there!
Can you post your website address?
Hi,@natuscape!
The code I gave you in the previous post is for the Modern Tribe events only.
WordPress itself has features for adding and modifying images in posts and pages.
For the posts, you will need to go to Customizing ▸ Blog ▸ Single Post
and turn off the Featured image on the single post.
https://prnt.sc/j3qvk8Then upload the same image as your featured image, in the post content, and set the size and alignment as you wish.
Maybe the next video will help you with that.
Working with imagesRegards
Hi, @natuscape!
Try to Add next code in Customize->General->Additional CSS:
.single-tribe_events .tribe-events-event-image{ max-width:400px!important; float:right }Change the max-width value per your wish.
Regards
- This reply was modified 8 years, 1 month ago by themevision.
Forum: Themes and Templates
In reply to: [Agama] Changing Heading SizesForum: Themes and Templates
In reply to: [Agama] Changing Heading SizesHello,@natuscape!
Unfortunately, this option does not exist in Agama (free)theme, but you can change the settings for the h1, h2,h3,p… on whole site with the custom CSS code.
For example, to change h1, insert the next code in
Customize->General ->Additional CSS
https://prnt.sc/j3fb8u
code:body h1{ font-family: Raleway, Helvetica, Arial, sans-serif!important; font-size: 32px!important; color: red!important; }You can replace “h1” in the code with “h2”, “h3”, “p” …
Replace the values in the code according to your wish.
Best Regards