TUT Support
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Ryan] Changing font colorsHello @prorgan,
We can change font color with the help of custom css. Please share the site url so we can help you as per your need.
Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [Ryan] Regarding Mobile Responsive PageHello @sattabazi,
We have checked the shared url, it seems you are using some other theme not ryan.
For better understanding please refer the below listed screenshot-
Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [Consulting] Privacy page auto redirecting to non SSL pageHello @prompos123,
This sounds like plugin conflict. I’ve put together some possible solutions below which will help identify whether these are potential causes.
Checking for Plugin conflict
All of our themes have been developed following WordPress best practices and as such plugin conflicts are rare. However, these do happen. To test whether you’re issue is being caused by a conflicting plugin please follow the steps below:
1-Deactivate all of your plugins.
2-Now check to see if this has resolved any issues you’re experiencing.
3-If the issues are resolved please re-activate each plugin 1 at a time. After each activation check whether the problematic feature is still working.
4-Repeat step 3 until the problem re-occurs. The last plugin activated is the conflicting plugin.
Regards,
Manoj
Forum: Themes and Templates
In reply to: [Experon] Sidebar disappears in mobileHello @mominny,
We have checked at the site, its coming fine.
For better understanding please refer the below listed screenshot-
Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [Consulting] Main Header search button doesn’t clickForum: Themes and Templates
In reply to: [Renden] Long Horizontal Line Below The SliderHello @vixmarketing,
To get support for pro version of the themes, please create ticket under below listed url-
Please highlight the long horizontal line and send the screenshot via onpaste
We help you there.
Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [Consulting] Main Header search button doesn’t clickHello @rohanhit,
Unfortunately its the default feature of the theme. The search work on click of enter but not work at click of magnifying icon.
However we can take your request for future version of the themes but the implementation of the particular feature will totally depend upon the number of request we get.
Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [Ryan] Language localization: homepage slider, content areasHello @kakonyitibor,
You need to create your own home page then you can home page translation ready as you did for other pages.
Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [Experon] Change Title ColorHello @msolomos,
Please share the screenshot of the section for which you need custom css. So we can provide you better solution.
Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [Grow] List of pagesForum: Themes and Templates
In reply to: [Consulting] Main Header search button doesn’t clickHello @rohanhit,
We are unable to see the site, for better understanding please refer the below listed screenshot-
Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [Experon] Change Title ColorHello @msolomos,
Please share the site url ,so we can provide you custom css as per your need.
Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [Experon] Sidebar disappears in mobileHello @mominny,
Please remove the above css and apply the below listed css.
@media (max-width: 685px) { .single #sidebar { display: inherit !important; } .single.layout-sidebar-right #sidebar{ width: 100%; clear: both; } }Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [Experon] Sidebar disappears in mobileHello @mominny,
To show the sidebar in mobile devices please apply the below given css under Appearance -> Customize -> Additional Css-
@media (max-width: 685px) { .single #sidebar { display: inherit !important; } .single .layout-sidebar-right #sidebar{ width: 100%; clear: both; } }Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [Ryan] FooterHello @aedilius,
We can show footer menu with the help of custom css. You need to apply below given css under Appearance -> Customize -> Additional Css-
div#footer-menu { display: block !important; }Kind regards,
Manoj