themevision
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Agama] Reduce the distance between content and heading?Hello @kallepe!
Since the link to your website is not working, I can not give you the right code, but I think the next code should help you. (Insert it in Customize-> General-> Additional CSS):
.vision-row { padding-top: 10px!important; }Change the padding-top Value per your needs.
If you want to turn off a Breadcrumb, you can do this in the Customizing-> Breadcrumb menu.
Can you attach some screenshot?
Regards
Forum: Themes and Templates
In reply to: [Agama] Agama BlogHi,
To make your code work, you need to add a length unit for the value you have written.(in px, pt, cm, etc.)
(Did you check the link from the Above post?)
The next code should work for you:
body.blog #secondary {padding:20px!important;}Regards
Forum: Themes and Templates
In reply to: [Agama] Agama BlogHello,
On what element do you exactly want to apply the padding?
If you want to learn more about how to select the right element and apply the padding, please check the links below:
Inspect Element
CSS PaddingRegards
Forum: Themes and Templates
In reply to: [Agama] Agama BlogHello,@dblivesound!
For the sidebar on the “Blog” page use next codes:
/*Sidebar background color*/ body.blog #secondary {background:rgb(211,211,211)!important; } /*Sidebar text color*/ body.blog #secondary p {color:rgb(255,255,255)!important; } /*Sidebar links color*/ body.blog #secondary a {color:rgb(0,0,0)!important; }Regards
Forum: Themes and Templates
In reply to: [Agama] Agama BlogHi,
Try to use next codes:
/*Artcles background color*/ .article-entry-wrapper {background:rgb(211,211,211)!important; } /*Artcles text color*/ .article-entry-wrapper p {color:rgb(255,255,255)!important; } /*Artcles links color*/ .article-entry-wrapper a {color:rgb(0,0,0)!important; }Change the color codes per your needs.
Unfortunately, there is no option to change the color of the links on the whole site.
Regards
Forum: Themes and Templates
In reply to: [Agama] Agama BlogHi,
That code should work anyway…
but if you want to apply the color use next code:body.blog #page {background:rgba(0,0,255,0.3)!important; }and
body.single-post #page {background:rgba(0,0,255,0.3)!important; }RGBA color values are an extension of RGB color values with an alpha channel – which specifies the opacity for a color.
An alpha parameter is a number between 0.0 (fully transparent) and 1.0 (fully opaque).Hope this helps you.
Regards
Forum: Themes and Templates
In reply to: [Agama] Agama BlogHello,@dblivesound!
For now, there is no option to add backgrounds for the main content to these pages. But, of course, this can be done using CSS code.
Next code should work for the Blog page background:body.blog #page {background-image: url(https://pbs.twimg.com/media/Dc7Vyc3W4AUInzI.jpg); background-position: center center; background-size: auto; background-repeat:no-repeat; background-attachment:fixed; }To change the background on the Single-post page use next code:
body.single-post #page {background-image: url(https://pbs.twimg.com/media/Dc7Vyc3W4AUInzI.jpg); background-position: center center; background-size: auto; background-repeat:no-repeat; background-attachment:fixed; }Change the background image URL per your needs.
Once, when your site is online, I can help you generate properly code.
Regards
- This reply was modified 7 years, 8 months ago by themevision.
Forum: Themes and Templates
In reply to: [Agama] Page BackgroundHello,
Depending on how you want your background image to behave, enter one of the following CSS codes in Customize-> General-> Additional CSS:
#page {background-image: url(https://pbs.twimg.com/media/Dc7Vyc3W4AUInzI.jpg); background-position: center center; background-size: auto; background-repeat:repeat; background-attachment:scroll; }OR
#page {background-image: url(https://pbs.twimg.com/media/Dc7Vyc3W4AUInzI.jpg); background-position: center center; background-size: auto; background-repeat:no-repeat; background-attachment:fixed; }Change the image URL per your needs.
Regards
- This reply was modified 7 years, 8 months ago by themevision.
Forum: Themes and Templates
In reply to: [Agama] ParticlesHello @shooter88!
Maybe this code will help you, but in that case, you can not use the slider button(Insert it in Customize->General->Additional CSS):
#particles-js{ z-index:3; }Regards
Forum: Themes and Templates
In reply to: [Agama] Home ScreenHello,@ryannwilliams98!
Since you are using a Static front page, you can insert those informations in the Page Content.
Another way is to use the Front Page Boxes :
Go to: Customising ▸ Front Page Boxes ▸ General ->then Enable the boxes, and set the visibility to the “Front Page”
https://prnt.sc/klyt8x
Next,
Go to: Customising ▸ Front Page Boxes▸Front Page Box #…
Enable the box and insert the content in it.
https://prnt.sc/klyut4You can also use the Slider.
https://prnt.sc/klyvc0Or insert your information in the sidebar, using text widget…
Regards
Forum: Themes and Templates
In reply to: [Agama Blue] Translate Front Page boxHi,
Thank you for your information,
Yes, If you use Gutenberg, page editing looks different.
Best Regards
Forum: Themes and Templates
In reply to: [Agama] Footer Widget spacingHello, @alm367!
I do not see any problems …
You just need to go to Appearance-> Widgets, Edit your Text Widget in the Footer Widget 1 area, and enter the text in the way you want to be displayed.Regards
Forum: Themes and Templates
In reply to: [Agama Blue] Translate Front Page boxHello,@lindaonligne!
What you see, in fact, are just the usual pages I created for the needs of my Website.
How to Setup Pages, Menus, and Widgets in WordPressYou need to create a new page, like Homepage, and add columns and content in it, as I explained to you in the video guide, then select this page as Static homepage, following the instructions from the Step #1
Regards
Forum: Themes and Templates
In reply to: [Agama Blue] Translate Front Page boxHello,@lindaonligne!
Unfortunately, for now, that isn’t possible.
I can suggest to you another way:
1.) First, make your Homepage a Static and Create the separate page for the blog posts.(you can follow the steps from the next link: https://wordpress.org/support/topic/edit-blog-heading/)
2.)Turn off the Frontpage boxes.3. Create the Feature boxes on the static page using a Column Shortcodes plugin.
Please check the video guide I made for you:
How to create a Feature Boxes.
I think you will be able to translate the desired text in this way.
Please let me know if this method has helped you.Regards
Forum: Themes and Templates
In reply to: [Agama Blue] edit blog headingHello @kallepe!
1.)Unfortunately, there is currently no option in the customizer to change the Blog section title. I hope we will add it to the next theme update (I put it on the TODO list).
Until then, you can Change the Title in the following way:1. Open theme editor. (Go to Dashboard->Appearence->Editor)
2. On the right side, in the “Includes” folder find the frontpage-blog.php, and click on it to edit it.
3. On the line # 11 replace the «latest from the blog» text.
4. click on the “Update File” button to save the changes.2.) It’s not possible to do that on the blog homepage.
To Add the content on your Homepage, You need to make your Front Page a Static, following next steps:Step 1: Create a FrontPage,
Create a new page. (On the left sidebar in your WordPress Dashboard go to Pages ->Add new)
Title it “Home”(or whatever you want to call it..), and add a content to your page.
Click on “Publish” button to save and publish your Homepage.Step 2:
Go to: Customizing->General->Static Front Page
Check the radio button next to ” A static page”.
In the “Homepage ” drop-down menu, select your “Home” page, to display on your Homepage.Step 3: (Optional)
Select a Blog Page, (If you want your WordPress website’s blog function to work)
In “Post Page ” drop-down menu you can select any previously published pages, to display as your post page.
…or you can create a new one by clicking on ” Add New Page ” link below “Post Page” drop-down menu.If you do not need a post page, leave the field blank.
Step 4:
Click on “Publish” button to save your settings.
Best Regards