Prajakti Sahay
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Responsive] Sub-Header Menu@spiros The following link will help you
https://downloads.www.ads-software.com/theme/responsive.3.40.zip
If you need any other specific version then you can update the version number in above zip file url(3.40 to X.X)
Forum: Themes and Templates
In reply to: [Responsive] Sub-Header Menu@spiros Yes, you will need to download the Responsive theme version 3.40 and then copy the code from core/includes/functions.php to register the sub-header menu and then display it in main-navigation.php
Forum: Themes and Templates
In reply to: [Responsive] Menu dissapears on mobile browsers@joergenwestman Please navigate to our main website. In the footer you will find the text Support present under support column. Click on it or send us an email to [email protected]
Forum: Themes and Templates
In reply to: [Responsive] Menu dissapears on mobile browsers@joergenwestman We tried replicating this issue but failed. We also checked your website ( https://www.bolinderbyn.se ) on a number of android / iOS devices but did not faced any issue.
If you could tell me the model of your mobile device, we can check your website on that as well. To send the video, you can contact us by filling our support form.
You can find its link in the footer section of our main website.Forum: Themes and Templates
In reply to: [Responsive] Why is there NO Hamburger menu on mobile devices?@albert0346 Thank you for the suggestion, we will analyze other competitors theme for this.
Forum: Themes and Templates
In reply to: [Responsive] Menu dissapears on mobile browsers@joergenwestman In the mobile menu, when you click on the down arrow (v) next to the text, the sub-menu will open. Clicking on that arrow icon again will close the sub-menu.
However, if you click anywhere else on that menu text then the particular link will open.Forum: Themes and Templates
In reply to: [Responsive] Menu problem after update to 4.6.0@gunilla The issue is occurring because you have set “Menu Item Link Color” in Appearance -> Customize -> Header -> Main Menu as #333333.
Follow the below steps to resolve this:1. Remove the following CSS that you have added
.menu a {
color: #ffff00 !important;
background: #000000!important;
}2. Go to Appearance -> Customize -> Header -> Main Menu and set Menu Item Link Color as #ffff00
Follow the above steps and then check the website.
@barnettgs Please update the theme to the latest version and then update the h3 color again in Global Settings and see if that works.
Forum: Themes and Templates
In reply to: [Responsive] Why is there NO Hamburger menu on mobile devices?@albert0346 Can you please update to the latest version and enable mobile menu so that I can check this up for you?
Forum: Themes and Templates
In reply to: [Responsive] Why is there NO Hamburger menu on mobile devices?@albert0346 Hamburger icon is visible below whatever breakpoint you’ve set in Appearance -> Customize -> Header -> Main Menu -> Breakpoint
If the breakpoint is less than 600px then increase it to 600px.
If you still face problems, please share your website URL.Forum: Themes and Templates
In reply to: [Responsive] Custom sidebar@barnettgs You will need a child theme to add extra sidebar on a page. Responsive Theme has the option to display one sidebar as of now.
@barnettgs We’re unable to replicate this issue. Regardless of the color palette selected, if you select a h2 color in Global Settings it must get applied to all h2
Can you please share your URL so that we can debug?
Forum: Themes and Templates
In reply to: [Responsive] 4.6.0 Dismiss Ready Site Importer plugin notice@japenz We’ve released the theme with this fix, please update to the latest version.
Forum: Themes and Templates
In reply to: [Responsive] since update to 4.5.4, header-photo disappeared@axelkauschka We had made a lot of changes in Version 4.0 which included removal of Header Banner and top header menu.
There was also a guide given on what all changes will be there is version 4.0 and how to upgrade safely.
To display a header image, enable header widgets in Appearance -> Customize -> Header -> Header widgets and select Widgets Position as “Space around”
Now go to widgets and add the image you want to display under Header Widgets.
@berdie Thank you so much for your feedback. You can add the following CSS in Appearance -> Customize -> Additional CSS to hide the powered by link
.footer-layouts.copyright a {
display: none;
}Alternatively, the responsive pro plugin has the additional customizer fields with more options.
- This reply was modified 3 years, 8 months ago by Prajakti Sahay.