themevision
Forum Replies Created
-
Hi, @katz123!
I have visited your website and found that you also need to insert the following code additionally (it’s for the medium screen sizes devices)
@media only screen and (max-width: 991px) and (min-width: 769px) { #frontpage-boxes .fbox-1, #frontpage-boxes .fbox-2, #frontpage-boxes .fbox-3, #frontpage-boxes .fbox-4 { width:50%!important; } }Regards
I’m glad it works.
Thank you for using our theme.
Best Regards
Hello,
Try to insert the following CSS codes into Customizing->General->Additional CSS:
@media only screen and (min-width: 992px) { #frontpage-boxes{ width:100%!important; } #frontpage-boxes .fbox-1, #frontpage-boxes .fbox-2, #frontpage-boxes .fbox-3, #frontpage-boxes .fbox-4 { width:25%!important; } } @media only screen and (max-width:768px) { #frontpage-boxes .fbox-1, #frontpage-boxes .fbox-2, #frontpage-boxes .fbox-3, #frontpage-boxes .fbox-4 { width:100%!important; } }Regards
Forum: Themes and Templates
In reply to: [Agama Blue] Slider with only 1 element (without transition)Hi,
Set the same image in both slides, remove the title from the slide#2 and
insert the following codes into Customizing->General->Additional CSS:#agama_slider .cameraContent{ display:block!important; opacity: 1!important; } .camera_bar, .camera_prev, .camera_next{ display:none!important; }That should help.
Another way to solve this is to add your welcome Text to your image using some of the available software(e.g. “Gimp”) then upload your image as a Header image.
https://prnt.sc/qciame
(In that case, you can disable the Slider).Regards
Forum: Themes and Templates
In reply to: [Agama Blue] Slider with only 1 element (without transition)Hello,@ilikeflowers!
Can you give me the address of your website?
Thanks
Hello, @fadeous!
Unfortunately, it doesn’t work that way.
In order to achieve that you want, I suggest you install the “Really Simple SSL” plugin.
Really Simple SSl WordPress Plugin
How To Add HTTPS SSL Certificate To WordPress WebsiteRegards
Forum: Themes and Templates
In reply to: [Lana] 「Toggle」Hi,@taro5555!
Also, if the above code doesn’t work, instead of the Above code, insert the next codes:
#sidebar .toggle:after { font-family: fontawesome; content: '\f0c9'; font-size: 2rem; height: inherit; left: 0; line-height: inherit; position: absolute; text-indent: 0; top: 0; width: inherit; } #sidebar .toggle::before { display: none; }Regards
Forum: Themes and Templates
In reply to: [Lana] 「Toggle」Hello,@taro5555!
Insert the following code into Customizing->General->Additional CSS:
#sidebar .toggle font{ display:none!important; }Regards
Forum: Themes and Templates
In reply to: [Agama] Remove date and comment iconHello @dawn19!
Insert the following code into Customizing->General->Additional CSS:
.ipost .entry-meta li{ visibility:hidden!important; }Regards
Forum: Themes and Templates
In reply to: [Agama] Agama Pro Mobile Menu PositionHello there!
Unfortunately this forum is for the free theme only.
Since you bought a Pro theme, you have access to the Agama-Pro support forum which is on the next address: https://theme-vision.com/forums
To use the forum, you must first log in to the account that you created when you purchased the theme.
RegardsForum: Themes and Templates
In reply to: [Fury] How can I remove large “Browse:” text on woocommerceHello, @rusticmodern!
Try to insert the following codes into Customizing->General->Additional CSS:
.page-title .column:first-child{ display: none; } .breadcrumbs{ text-align: left; } .page-title{ padding:0px!important; }Regards
Forum: Themes and Templates
In reply to: [Fury] How can I remove large “Browse:” text on woocommerceHello,
Can you give me your website address?
Thanks
Forum: Themes and Templates
In reply to: [Agama] Change the wordsHello,
If the Above Plugin doesn’t work, please follow the next steps:
1. Install and Activate the “Simple Custom CSS and JS” plugin.
https://prnt.sc/pp549z2. After the plugin is active, navigate to
Dashboard->Custom CSS & JS-> Add custom JS
https://prnt.sc/pp55u23. Insert the following codes into the main area (below the commented text):
jQuery("#agama-top-social li .tv-phone span.tv-text").html(jQuery("#agama-top-social li .tv-phone span.tv-text").html().replace("Phone","Телефон")); jQuery('#agama-top-social li a[title]').attr('title','Телефон');4. In the “Options” drop-down list, select the same options as you see from the screenshot below:
https://prnt.sc/pp581i5. Activate the code
I hope these steps will help you.
Regards
- This reply was modified 6 years, 6 months ago by themevision.
Forum: Themes and Templates
In reply to: [Agama] Theme update breaks the siteHelllo, @shirley-studebaker!
This type of problem can be easily caused by some of the plugins you have activated…
To check if that is not the case, please deactivate ALL plugins temporarily, and if then the website works normally, activate the plugins one by one until the problem reappears so on that way you will find which plugins caused the error(if any).
Also, contact your hosting provider support to check which PHP version you have on your server. Our theme requires a minimum version of 5.6, (we recommend version 7.x)
Regards
Forum: Themes and Templates
In reply to: [Agama] Menu no longer a drop down?Hello,@noosiekins!
Navigate to the Customizing->General->Extra menu and turn off the “Nicescroll”
https://prnt.sc/phbq2xRegards