themevision
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Agama Blue] Change post appearance on HomeHello, @foxeye!
Unfortunately, we found that there is some problem with the blog template, and we will fix it and publish the fix update for the theme Agama-Blue very soon, Until then you can try to use the theme Agama you already have since it is a parent theme of the Agama – Blue and which does not have a problem with the blog and has mostly the same functionality as the Agama-Blue theme.
Thank you for your understanding.
Best Regards
Forum: Themes and Templates
In reply to: [Agama Blue] Blog page shows just 4 postsHi, @traumerfuellerin!
Actually, I have Found that the problem is in the theme, and we will fix it in the next update.
Until that you can increase the number of the shown posts on the page at the following way:1. Open theme editor.(Go to Dashboard->Appearence->Editor)
2. On the right side, in the “Includes” folder find thefrontpage-blog.php, and click on it to edit it.
3. On the line # 22 replace the number 4 with the number of the post you want to show on the Blog page.
4. click on the “Update File” button to save the changes.Thank you for your patience
Best Regards
Forum: Themes and Templates
In reply to: [Agama Blue] Blog page shows just 4 postsHello,@traumerfuellerin!
Please check if there is a problem on all Blog layouts, or it’s just a problem with the “Grid” layout. Also, check if this happens when you change your theme to the Agama theme too, or is it only on the Agama-Blue theme.
Regards
Forum: Themes and Templates
In reply to: [Agama Blue] Blog page shows just 4 postsHi,
If your customizer does not work, it’s very likely that you have conflicts with some of the activated plugins.
To check this, try temporarily deactivate ALL plugins and check if everything works properly. If after that the problem disappears, activate the plugins one at a time until the problem reappears.
In this way, you will find which plugin creates the problem, and simply leave it off, or replace it with a similar one.Regards
Forum: Themes and Templates
In reply to: [Agama Blue] Blog page shows just 4 postsHello,@traumerfuellerin!
Have you tried to turn on the infinite scroll (Customize->Blog->General)
Regards
Forum: Themes and Templates
In reply to: [Agama] Scroll box trouble with Internet ExplorerHello,Valérie!
Please try to turn off the nicescroll, which is in
Customising ▸ General ▸ Extra menu.Let us know if this has helped you.
Best Regards
Forum: Themes and Templates
In reply to: [Agama] Front Page Boxes – Include a linkHello,@dblivesound!
Make sure your theme is up to date, then go to :
Customising ▸ Front Page Boxes ▸ Front Page Box #…
And enter the link into box icon/image URL field.Regards
Forum: Themes and Templates
In reply to: [Agama] Front Page Boxes color etcHello,@grafilinka!
Thank you for using our theme!
1. Unfortunately, that option is available in the Agama-Pro theme only.
2. To change the paragraph text in the Frontpage boxes, insert the following code in Customize->General->Additional CSS:
#frontpage-boxes p{ color:#c6579a; }To change a Frontpage boxes Title color use next code:
#frontpage-boxes h2{ color:#c6579a; }change the color code per your wish.
3.Insert the following code in Customize->General->Additional CSS:
.textwidget p{ color:#c6579a!important; }change the color code per your wish.
4.This gray strip is called a “Breadcrumb.” The Breadcrumb customization options are in the Customizing-> Breadcrumb menu.
http://prntscr.com/kem9c95. That is the only option we have.
If you enable a “Randomise uploaded headers” option,your uploaded header images will randomly change on every page reloading.
Best Regards
Forum: Themes and Templates
In reply to: [Agama] Mobile Menu – change colourHello,@dblivesound!
To change the color of the “Hamburger Menu”,add a CSS code below, in Customising-> General-> Additional CSS menu
code:
.mobile-menu-toggle-inner,.mobile-menu-toggle-inner:before, .mobile-menu-toggle-inner:after{ background-color: #FFF!important; }for the menu title text use following code:
.mobile-menu-toggle-label{ color:#FFF!important; }Change the color code per your needs.
Regards
Forum: Themes and Templates
In reply to: [Agama] HTML or structure in Agama Front Page BoxHello, Mid!
Try to follow the next steps:
1. Go to: Customizing ▸ Front Page Boxes ▸ Front Page Box #1
and insert your custom text in the text box field on the way you want to show it.
https://prnt.sc/k9xm0f2. Go to: Customising ▸ General ▸ Additional CSS and insert the next custom CSS code:
#frontpage-boxes p{ white-space: pre-line; text-align:left}If you followed above steps Your Front box now should be like this:
https://prnt.sc/k9xnqbRegards
Forum: Themes and Templates
In reply to: [Agama] Change “read more”Hello @candau!
Now you need to open “class-agama.php” file which is located at
wp-content/themes/agama/framework folder
And search for:
function excerpt_more( $more ) {on line 176 & change:
__(‘Read More’, ‘agama’)
to anything you want…
Best Regards
Forum: Themes and Templates
In reply to: [Agama] Update on phoneI checked your website on PC and on the mobile phone and didn’t found the difference in the content. What part is the problem?
Can you attach some screenshots?To do that you can use a Lightshot.
Forum: Themes and Templates
In reply to: [Agama] Update on phoneHello there!
Try to clear browsers cache on your mobile phone.
Regards
Forum: Themes and Templates
In reply to: [Agama] Building Blog PageHello, @etjnc!
From what you write, I think you need to set-up a static FrontPage.
and separated “Blog” page…If that is the case, please follow the guide from next topic:
https://wordpress.org/support/topic/blog-on-the-static-front-page/or check the video guide.
Regards
- This reply was modified 7 years, 10 months ago by themevision.
Forum: Themes and Templates
In reply to: [Agama] Using custom landing page with AgamaHello, @hccmiami!
Make sure you have inserted a Page Template name on the top of your newpagetemplate.php file,
next,place your newpagetemplate.php in wp-content/themes/agama/page-templates folder
then the template should appear in the Page attributes / Template drop-down list.
You can follow the instructions from the following links:
https://developer.wordpress.org/themes/template-files-section/page-template-files/
how to create a custom page in wordpressThen you should be able to use your page.
Regards