adwait21
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Responsive] Can no longer edit part of front pageHello @cloudsdbz ,
We checked the link you provided along with the image, but we were not able to replicate this issue on our test site with Responsive theme version 4.6.2.
Can you please share with us the previous version of the theme from which you upgraded to the latest 4.6.2 version?
Are there any console errors visible on your browser while editing in the customizer?
Also, your site is currently utilizing which PHP version?
Hello @patjk ,
You can achieve this with the following steps –
1) Create two pages, one for the homepage and one for the blog page.
2) Go to WordPress admin dashboard -> Appearance -> Customize.
3) Then go to Homepage Settings and under “Your homepage displays” option select “A static page”.
4) Upon selecting this option, two new dropdowns will appear, one for Homepage and other for Posts Page i.e. blog page.
5) Set the newly created pages as homepage and blog page using these dropdowns.
6) After this, under the Custom Home Page section, check the Enable Custom Front Page option and publish the changes.
Forum: Themes and Templates
In reply to: [Responsive] How to change post format?Hello @pa2kas ,
Apologies for the inconvenience but this is outside the scope of functionality provided by the WordPress themes.
You can achieve this with some third-party plugins which meet your requirements.
Forum: Themes and Templates
In reply to: [Responsive] Header menu will not configureHello @taffy13u3a ,
Can you please let us know the exact option which is not working in the customizer?
Also, can you please share the screenshots for this issue? It will help identify the issue and provide you with a possible solution.
Hello @cchapman43 ,
Are there any specific settings overridden on your website with the update or all of the settings seem to be overridden?
Can you please tell me the current version of the Responsive theme from which you are trying to update and whether if you have created a child theme of Responsive theme?
Forum: Themes and Templates
In reply to: [Responsive] Customizing menu for Mobile browsingHello @joergenwestman ,
It is not possible to disable the text from being a touch area since it is also one link to the page or post.
You can increase the size of the area on the left for the dropdown arrow with these steps –
1) Go to WordPress admin dashboard -> Appearance -> Customize.
2) Select the Additional CSS tab.
3) Add the following custom CSS in the input field –@media screen and (max-width: 767px) { .res-iconify { padding-left: 30px; } }You can change the value (30px) as per the requirement.
Forum: Themes and Templates
In reply to: [Responsive] Customizing menu for Mobile browsingHello @joergenwestman ,
It is not possible to disable the text from being a touch area since it is also one link to the page or post.
You can increase the size of the area on the left for the dropdown arrow with these steps –
1) Go to WordPress admin dashboard -> Appearance -> Customize.
2) Select the Additional CSS tab.
3) Add the following custom CSS in the input field –
`@media screen and (max-width: 767px) {
.res-iconify {
padding-left: 30px;
}
}`You can change the value (30px) as per the requirement.
Forum: Themes and Templates
In reply to: [Responsive] Customizing menu for Mobile browsingHello @joergenwestman ,
Yes, now you can make few CSS changes for the dropdown arrow.
Can you please let me know what changes you need for the dropdown arrow so that I can provide possible custom CSS for it?
Forum: Themes and Templates
In reply to: [Responsive] Woocommerce checkout page too narrowHello @crypticcandy ,
You can increase the width of the checkout page container with the following steps –
1) Go to WordPress admin dashboard -> Appearance -> Customize.
2) Select WooCommerce -> Checkout.
3) Drag the slider of the Main Content Width setting to adjust the width of the checkout page container.Forum: Themes and Templates
In reply to: [Responsive] Get rid of page path in seperate boxHello @elkefh ,
You can disable the breadcrumbs with the following steps –
1) Go to WordPress admin dashboard -> Appearance -> Customize.
2) Then go to Header -> Content Header.
3) Check the Disable breadcrumb list checkbox.This will disable the breadcrumbs on all of the pages on your website.
Forum: Themes and Templates
In reply to: [Responsive] Oversized Cover BlocksHello @brindleg ,
You can follow these steps –
1) Go to WordPress admin dashboard -> Appearance -> Customize.
2) Select the Additional CSS tab.
3) Then add the following CSS –
.page.sidebar-position-no:not(.woocommerce) .alignfull {
width: initial;
margin-right: initial;
margin-left: initial;
}Forum: Themes and Templates
In reply to: [Responsive] Menu focus class errorHello @lightskinnnn38 ,
Thank you for bringing this to our attention.
I will forward this to our development team and this issue will be fixed in the future releases of the Responsive Theme.
Forum: Themes and Templates
In reply to: [Responsive] Menu dissapears on mobile browsersHi @joergenwestman ,
You can set the header menu manually, which will slightly increase the clickable area of the dropdown icon “v”.
The menu can be manually created under WordPress admin dashboard -> Appearance -> Menus.
Also, thank you for your valuable feedback. I will forward this to our development team and we will consider this for our future releases.
Forum: Themes and Templates
In reply to: [Responsive] Menu dissapears on mobile browsersHi @joergenwestman ,
You have to click exactly on the dropdown arrow “v” present at the end of the menu item to expand the respective menu.
In tablet view or mobile view, the entire menu item (apart from the dropdown arrow “v” element) is treated as a “link” item.
Hence, when you click on the menu item and not the dropdown arrow “v”, it will redirect you to the respective link. This is intended behavior.
We checked this on the website link you provided and we were able to successfully navigate to “Bastu” present under “Bygga Om (v)” -> “Inomhus (v)” on our android devices.
Forum: Themes and Templates
In reply to: [Responsive] Why is there NO Hamburger menu on mobile devices?Hi @albert0346 ,
You have to click exactly on the dropdown arrow “v” present at the end of the menu item to expand the respective menu.
We checked this on the website link you provided and we were able to successfully navigate to “Vorteile einer Mitgliedschaft” present under “Mitglied werden” on our android devices.