themevision
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Agama Blue] Changing Blog Post ListHello,@ausmavsfan!
Try to insert following CSS code in Customizing->General->Additional CSS:
.entry-title a{ font-size:18px; border: 5px solid red; }You can check THIS page for more options.
PS: Change the “border” attributes per your wish.
Regards
Forum: Themes and Templates
In reply to: [Agama] Blog on the static front pageHello, @guanaja1967!
To create a Static Front Page with the slider and FrontPage Boxes on it, please follow the steps below :
Step 1:
On the left sidebar in your WordPress Dashboard go to Appearance -> Customize,
to launch your customizer.Open “General” tab and Scroll down to “Static Front Page “ tab menu and click on it.
Click on the radio button next to ” A static page”.
In “Homepage” drop-down menu you can select any previously published pages, to display on your Homepage.
…or you can create a new one by clicking on ” Add New Page ” link below “Front Page” drop-down menu.Step 2: (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 3:
To enable the Slider on the static Front page, go to : Customising->Slider->General menu and chose a “Front Page” from the Visibility drop-down menu.
To enable the Front Page boxes on the static Front page, go to : Customising->Front Page Boxes->General menu and chose a “Front Page” from the Visibility drop-down menu.
Regards
Forum: Themes and Templates
In reply to: [Agama] Hamburger Menu under LogoNo problem. 🙂
Thank you for using our theme!
Forum: Themes and Templates
In reply to: [Agama] Hamburger Menu under LogoHello,
In that case, use the following code instead of the one I gave you:
@media only screen and (max-width: 480px){ .pull-left{ float:none!important; } .mobile-menu-toggle{ padding-right:40%; } .mobile-menu-toggle-inner, .mobile-menu-toggle-inner::before, .mobile-menu-toggle-inner::after{ background-color: white!important; } }Change the padding-right value per your needs.
Regards
Forum: Themes and Templates
In reply to: [Agama] Hamburger Menu under LogoHi,
Not necessary…
Try to add a next custom CSS code in Customize->General ->Additional CSS :
@media only screen and (max-width: 480px){ .pull-left{ float:none!important; } }Regards
Forum: Themes and Templates
In reply to: [Agama] Hamburger Menu under LogoHello,@bikkreativ!
Can you post an address to your site?
Forum: Themes and Templates
In reply to: [Agama Blue] Text not wrapping with right align mediaForum: Themes and Templates
In reply to: [Agama Blue] LogoHello,
To resize the logo for the bigger screens use next code:
@media only screen and (min-width: 993px){ #masthead .logo { max-height: 350px!important; }Change the max-height value per your needs.
Regards
Forum: Themes and Templates
In reply to: [Agama] Prevent logo from scrolling up at 992px width or smallerHi, @ Webpaws!
Since this forum is only for the Agama (free) theme only, (and you are using Pro theme), please post your question at the Agama-Pro forum at the following address:
https://theme-vision.com/forums/forum/agama-pro/
Thank you
Forum: Themes and Templates
In reply to: [Agama] Nice ScrollerHello, @chinna9!
Insert next code in Customize->General->Additional CSS:
.fa-angle-up{ width:2.0em!important; height: 2.0em!important; margin: 4px 8px auto!important; }Regards
Forum: Themes and Templates
In reply to: [Agama Blue] LogoHello, @trm1991!
Insert next code in Customize->General->Additional CSS:
@media only screen and (max-width: 480px){ #masthead .logo { max-height: 150px!important; } } #vision-mobile-nav{ margin-top:160px!important; }Change the max-height value per your needs.
Regards
Forum: Themes and Templates
In reply to: [Agama] Second Header Per PageHello,@katatanaka!
Actually, that is a “breadcrumb”, not a “second header” 🙂
If you don’t like it, go to Customising->Breadcrumb menu and turn it off.
https://prnt.sc/jxhdt9Regards
- This reply was modified 7 years, 10 months ago by themevision.
Forum: Themes and Templates
In reply to: [Agama] Logo not displayingHi,
Maybe you need to check a PHP version on your server…
(Theme requires a minimum of 5.6+ version)Regards
Forum: Themes and Templates
In reply to: [Agama] Logo not displayingHi,
Its working fine for me.
Have you tried to clear the cache?
PS: Make sure you have the latest version a WordPress.
Regards
Forum: Themes and Templates
In reply to: [Agama] Disabled breadcrumb leaves an empty space