228 comments found.
That’s a great them in WordPress and I try this them recently I thinks I Use this them in your author sites who about walking guides.
Hello,
Do you need a documentation for this theme?
Regards
Hello! It looks like there is an issue when upgrading to the most recent PHP. Our hosting upgraded to PHP 7.4 but it broke the website.We also tried PHP 7.3, and it broke as well. So, that likely means that the theme itself will not work on anything higher than PHP 7.2. Do you know when you’ll have an update for this theme to work on the newest PHP? 7.2 is no longer being supported. Thank you so much. Much Appreciated.
Hello,
I have just released an update with compatibility up to php 7.4.9. Kindly update the Walk theme and Walk Shortcodes plugin from the latest version. After the update if you see any errors, kindly email me the screenshot or error log at xconsau[at]gmail[dot]com.
Regards
Installed the theme, but faced with problem – https://prnt.sc/unjoni Please help to fix it.
Hello kokosstudioua,
I just replied to your email.
Regards
Hi, is coding knowledge necessary to implement this theme? Or can I create a website with this theme with no coding knowledge. Thank you
Hello justinkuron,
Thank you for browsing the theme. Coding knowledge is not required for using this theme. But you should be familiar with basic WordPress usage like installing the theme, plugins and creating pages/posts in WordPress. Rest, you can set up the site by going through the help manual included in the download.
Regards
Hello, You helped me out a couple months ago with a minor issue. Another one has risen. My mobile header logo disappears on every browser on your phone. When using the rendering option on desktop it will show it just fine. Only on a physical phone it doesnt show. Here’s a screenshot to show you: https://prnt.sc/prlusx
The website I’m referring to is: https://mountainreach.co/
Hello Jarid,
I just checked the site on my mobile phone. The logo appears fine. The image markup looks correct. However, I see that the image source is from a CDN. Kindly check by purging CDN image cache and also by clearing browser caches of your phone. Let me know if this works.
Regards
Even disabling the CDN I’m having the same issue. I’ve cleared browsers, tried multiple browsers, had the client do the same…we’re still not seeing it. Any other ideas?
Thanks
Hello Jarid,
Kindly send me your site login at xconsau[at]gmail[dot]com. As I am seeing the logo at my end on mobile, I am unable to reproduce the issue which you are seeing at your side. I will need to check in backend if there is any conflict with the active plugins.
Regards
Email. Thanks again Saurabh for looking into this.
I have been working on this template to create a new site for our company. My boss reviewed over the past weekend and he claims the home page is not responsive. Can you have a look and confirm that it is.
Thanks You
Hello AcoustiGuard2017,
Kindly send me the site URL. I will check and confirm.
Regards
Hello,
I just checked the site. It is responsive, but not 100%. There are a few things to check for:
1. Remove the “alignleft” class from images used Product applications section.
2. In the header part, the logo and widgets can be center aligned. For this, kindly add the following CSS inside Appearance > Customize > Additonal CSS:
@media only screen and (max-width: 768px) { .brand { text-align: center; } .brand img, .walk_social > ul { display: inline-block; } }
Save these changes and then check the site.
Regards
Hello, I’m having an issue with the blog loading properly. It gives me the “The site is experiencing technical difficulties.” error at the bottom of every post. I’ve disabled all plugins and still see the blog in that same format. I changed the PHP versions and still looks the the same scrunched and off to the left side. Is it because of the version of WordPress (I’m running 5.2.2.)? This issue started happening a few months back.
Look on desktop (Here’s a link to an article) : https://mountainreach.co/denver-roofing-permits-codes/Any advice (short of finally updating to a new theme) would help!
Thanks.
Hello Jarid,
I just checked the site. There are two issues:
1. There is a max width set as 700px somewhere in your style.css file or custom CSS. This is preventing the site to expand full width. If you can spot it, kindly remove this rule. Right now I can not check this on your site because the CSS files are minified into autooptimize cache.
2. There is a cached version of Autooptimize plugin which might be showing old page even after updating theme. So clear plugin caches and check again.
Regards
Alrighty, I’ve cleared all caches (The issue still persists). I went into the style.css and couldn’t find the max width of 700px anywhere. I also checked the responsive.css settings and the Blog Template settings.
(Side note I disabled all caching plugins and the issue still happens)
Hello Jarid,
The CSS rule is still there. See http://prnt.sc/ob9u1s . The auto-optimize minified CSS file is having this rule. If Autooptimize plugin is disabled, this CSS file should not show. Kindly check again if the plugin is disabled. After that I will see the source code and will find out where this CSS rule is added. We can then remove it.
Regards
Alrighty the plugin has been disabled for you!
Okay. I just checked. This is a inline style added either via Customizer or Custom CSS option (via any plugin possibly). See http://prnt.sc/obavvd . Kindly check inside Appearance > Customize > Additional CSS if this code is added.
This may also be added either directly in header.php file, or via functions.php file. I can only tell more after looking at theme files. If the above method doesn’t work, kindly send me your site login details at xconsau[at]gmail[dot]com.
Regards
I checked and couldn’t find anything! I sent you the login info. Thanks for digging into this for me.
I did what you said and I got Markup is not allowed in CSS. There are 5 errors which must be fixed before you can save
X. unexpected token ’<’ at line 1, col 1. X. unexpected token ’<’ at line 5, col 2. X. unexpected token ’/’ at line 5, col 3. X. unexpected token ‘null’ at line 6, col 1 X. unexpected token ’<’ at line 6, col 1
I am not sure why it repeated the same error twice
whats your thoughts on this?
Hello,
It seems the pre tag got copied while copying the CSS from comment box. Can you please send me the screenshot of the “Additional CSS” panel where you have pasted the code. I will check it.
Regards
Can you please direct me to the file where I might change the hover color of the menu bar.
Hello,
In order to change the hover color of main menu links, kindly add this CSS inside WordPress admin’s Appearance > Customize > Additional CSS:
.nav1 ul li:hover > a, .nav1 ul li.current-menu-item:hover > a, .nav1 ul li.current-menu-ancestor:hover > a { background-color: #333; }
Change the color value #333 to the desired one. Then click on “Save and publish” button.
Regards
I want to use the Home Variation 2 as my template for home page can you please tell me how to install my theme so it appear like that. Also
I want to change the logo from WALK Business to mine where do i find that.
Hello AcoustiGuard2017,
Thank you for purchasing the theme. In order to create home variation 2, you can find dummy data inside your main download’s dummy_data/home#2.txt file. Copy contents of this file and paste inside a new page. (Make sure you are using the Classic editor mode).
For more details on theme installation and page setup, kindly check the documentation/index.html file inside your main download archive.
In order to change the logo, first upload the logo to your site’s media library. Then click on the image and copy it’s file URL. Next, navigate to Appearance > Walk Options > Header. Inside the “Custom logo URL” field, paste the URL of logo and save settings.
Regards
Hi, ive just purchased and installed your theme. The issue with the version number of shortcodes plugin seems not to be solved yet and i cant activate it. Any suggestions how to solve that quickly?
Greets Gerhard
Hello Gerhard,
Thank you for purchasing the theme. Please send me a mail at xconsau[at]gmail[dot]com. I will send you updated files.
Regards
Hello, I have Walk version 2.1 installed. There is an update for Walk Shortcodes. Currently I have version 2.0 installed and it says version 3.1.0 is available. However, when I click update, it goes through the process but still shows version 2.0 is installed. Do you have any suggestions? Thank you, Kevin
Hello Kevin,
Apologies for this inconvenience. Your installed plugin version is correct. I accidentally placed 3.1.0 version number which is wrong. I will correct it in next update. Your current versions work fine with latest WordPress.
Regards
Thank you Saurabh. No problem.
Hello,
Do you happen to have light-weight versions of some of the theme’s background images? I recently ran a site speed test, and identified these images are needing some compression:
controls.png ooter_bg.png nav_bg.png nav_ico.png /btn.png quote.png
Hello chrisko22,
I will update the theme with optimized images, and if possible, I will use SVG or icon fonts.
Regards
Hello again,
I just checked in latest version again. Most of those images are replaced by the CSS3 gradient. Are you using older version of theme? Kindly send me the site URL to check.
Regards
Hello, Is this theme PHP 7 compatible? I ran a test and it shows the Walk theme and Walk Shortcodes are not. Thank you.
Hello kdenkers,
The theme has been updated with full compatibility with php 7.0+ and latest WordPress. Kindly download latest version and update the theme.
Regards
Thank you Saurabh.
Hello Saurabh,
I am using the Walk theme in the “wide” layout mode.
I have installed Visual Composer and set a row to full width. However it seems that maybe the theme is not allowing that content to go outside of the body width. Could you suggest anything I could try to make this work. Is it possible with this theme?
Thank you, Kevin
Hello Kevin,
The theme has a main wrapper container which restricts the width of all inner elements. Since VC row is added inside the content area, it is unable to expand full width. Kindly send me the URL of page on which this row is added. I will check and suggest appropriate solution if possible.
Regards
What can I do so it goes the full sentence width?
Hello JaridFriederick,
I have checked the site in mobile, and it works correctly. You may see improper styles in mobile because of the old caches of caching plugin. Kindly clear all caches of caching plugin and mobile browser, and then check the site. It shall work.
If using any mobile specific plugin like WP Touch, kindly disable that too because the theme is already mobile friendly.
Regards
Ok after clearing all caches. I’m still seeing that same problem. Obviously, no plugins for mobile specific is being used. This is the rendering site.
Hello,
Can you please post a screenshot of the screen which you are seeing at your end. I checked it several times but I see everything normal at my end.
Regards
Hello again,
The text shown in picture is expected behavior of text on mobile. Since the screen size reduces, the text wraps itself according to screen width. If you are mentioning the unwanted line breaks, those are occurring due to br tags inside the text content. See http://prntscr.com/dydrx8
To fix this, edit the page in “Text” mode of editor and remove these tags. You can separate paragraphs with p tags or use a complete line return in “Visual” mode of editor.
You can disable mobile feature or responsiveness by navigating to WordrPress admin’s Appearance > Walk Options > General > Disable responsive.css file. Check this option and save settings. In this case, all text and formatting will be same on mobile as on desktop.
Regards
Hi Saurabh – On the walk theme, I added an image in the post and set it to left align but the the shows over the image. How do I solve this? Many thanks. Paul
Hello Paul,
Can I have URL of that post please. Or create a test post with same image and send me the link please.
Regards
Hi Saurabh. The problem if I post a url here is it stays on this forum and is bad for SEO so can I email you the example?
Hi Saurabh – I have just sent the url to you at your xcon… email. cheers
No problem. Sent you the fix.
As ever. Brilliant support from you Saurabh. Thank you.
You’re welcome.
Hi, great theme thanks! Have a question. I want to use larger images for the homepage slider and different length sliders for other pages. What is happening now is the images are defaulting to 980×342. I would like the homepage 980×493 and all other pages 980×100. Where do i make these adjustments? Also the homepage ( even though page type is full width) is showing all posts, comments, archives etc above the slider, how do i get rid of this.? I also have some customisation i would like done, willing to pay for your time ( not alot, just design for widget boxes) can you please let me know an email address or somewhere that i can send a file to you to show you what i would like? Many thanks in advance
Hello,
Thank you for the feedback. The slider uses a fixed image sizes as specified inside functions.php file at line no. 68:
add_image_size( 'size_980_342', 980, 342, true ); // Sliders
However, you have an option of providing a custom image URL (other than the featured image) inside page or post options panel. For example, if you are using slides from posts, open/edit a post and scroll down to post options panel. There you will see a text field as “Optional Slide Image URL”. You need to past URL of custom image in this field. The image can be uploaded separately in media library and it’s URL can be pasted in this field.
After updating the post, the slider will show this custom image. Now, if you need a different image on other pages, you will need to create another post with different custom image. Same post can not be used as different slide images.
For the widgets, I suppose all the widgets are residing inside the header widget area. You can remove them by navigating to WordPress admin’s Appearance > Widgets. Then remove all widgets from the “Default Header Bar” widget area. This will clean up the header part.
Regards
Excellent! Worked perfectly. have another question. I want to get rid of the grey border around the slider and put a space between the slider and the stqart of the content boxes. I am using firebug but i cant seem to find the CSS that controls the borders. Could you please let me know where in the style.css i can alter this? thanks again
Hello,
Can I have your site URL please. I will check and suggest appropriate CSS.
Regards
Hello,
Navigate to WordPress admin’s Appearance > Editor. Next, click on child theme’s style.css file and add these rules at the end of file:
.featured { border: none; } .container { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } /* Gap between slider and content */ .primary .wrap { padding-top: 30px; }
Save these changes. Next, check the site by clearing all browser caches. Please be aware that the grey shadow was actually around page container, so removing it will remove the shadow from entire container.
Regards
Thank you ! Great support! I really appreciate it. I only have one more question. i need to customise the secondary widgets for the footer to look like this…http://www.patrys.net.au/demos/index4.html And three on the bottom instead of 4 in this design, is this possible?/ Thanks in advance
Hello,
Yes that is possible, but will need some customization in core file and CSS file. Kindly email me at xconsau[at]gmail[dot]com. I will send you the files.
Regards
I might have just worked it out in that large image was set as left align rather than no alignment and it caused this problem.
Hello Paul,
Thanks for figuring it out. Removing alignment class will work too.
Regards
Hi Suarabh – one last question. Evert time I add an image ie at the top of my post, no matter what I try , the text is right up against the image ie I cannot get a paragraph break or any space between the image and text below. I am used to using html etc etc but for this specific theme only it seems a problem. Love the theme! Just this one issue at moment. Many thanks!!!!!! Paul