228 comments found.
Hi Saurabh On the walk template which I bought, how do I get the preview image to show for blog posts ie when I have the last 5 blog posts show as a widget on the right side of my pages? Many thanks Paul
Hello Paul,
Inside Appearance > Widgets, instead of using WordPress Recent Posts widget, use the “Walk Recent Posts” widget. It will show recent posts with featured image thumbnail.
Regards
Hi,
A client of mine has this theme and wants to add another page to his navigation menu. When I add the page, the menu runs on to two lines. How can I reduce the padding between the existing menu items so that the entire menu fits onto one line?
Thanks so much for your help! Sarai
Hello Sarai,
Sorry for the inconvenience, but in order to get support you will need to log in from the actual purchase account. Or you can send me the purchase code from your client (along with this query) at xconsau[at]gmail[dot]com. I will suggest a solution after purchase verification.
Regards
Hello, I’m getting this error on my website:
Warning: Cannot modify header information – headers already sent by (output started at /home/chrisko22/public_html/expectllc.com/wp-content/themes/walk/includes/init_custom_widgets.php:1) in /home/chrisko22/public_html/expectllc.com/wp-includes/pluggable.php on line 1171
Do you have a new version of the Walk Theme that I could upload? Will doing this erase all of my content?
CHRIS chris@expectllc.comHello Chris,
It seems you are using old version of the theme. The latest one doesn’t have this file in the includes folder. However, that version is also compatible with latest WordPress. This particular error arises due to any extra whitespaces above or below php file.
You can either update to latest version by downloading it from your themeforest account, or replace the wp-content/themes/walk/includes/init_custom_widgets.php file with the one I am sending to your email. You can replace the file using FTP or File Manager of your hosting account.
Regards
hi, i would like to have bilingual site English & Arabic( Right to Left). Will this theme support. Thank You
Hello nandugan,
Yes Arabic and RTL languages are supported. But in order to have two or more languages on same site you will need to use a language translation plugin like WPML. If you wish to use single language, then WPML is not required.
Regards
When going to upload…upload has failed due to style.css not being found. Any suggestions?
Hello JaridFriederick,
Thank you for purchasing theme. It will be required to install theme only archive, and not the entire download. You can download installabe theme archive from your downloads section.
Alternatively, unzip the main download and look for the folder named ‘walk’. This is actual installable theme which you can zip and upload to WordPress via Themes > Add new.
Regards
Hi, I would like t re-arrange the social media icons in the Walk Social Icons widget but cannot seem to find it in the code. Seems easy enough but cannot find the correct .php file. Can you point me in the right direction please?
Hello pegallivan,
The file is located inside wp-content/plugins/walk-shortcodes/widgets/widget-social-links.php. You can re arrange from line no.s 63 to 98 in the file.
Regards
Hi, I would like to put the latest News/Blog title and author in the sidebar widgets. Can I do this automatically or does it have to be manual.
Hello curiousworld,
Latest news/articles can be shown using Recent Posts widget or by using the [post_list] or [plain_list] shortcode. These will not show author name, but only date.
Regards
Hi Can i change the dimensions of the footer widgets please. Thanks again.
Hello curiousworld,
Yes that can be done. Kindly let me know what width is required. Also send me the site URL so that I can suggest correct CSS.
Regards
Can I remove the white lines bordering the blogs please in the actual post and in the summary of posts thank you
Hello curiousworld,
Can I have URL or the page please. Or email me at xconsau[at]gmail[dot]com.
Regards
When I select the link for an archive menu of posts it brings up the default page which has the sidebar, how can I stop this please.
Hello curiousworld,
Can I have the link of that post page please. Do you want sidebar to be hidden on archives?
Regards
How do I remove the breadcrumbs from the posts please, there is no option to select in the post doc. Thank you .
Hello curiousworld,
Breadrcumb can be made hidden by adding this rule in user.css file:
.single .breadcrumbs { display: none; }
Regards
How do I change the hover and link colour in the text widget, I have tried .sidebar .textwidget a:link {color : #5a5b52; } but it is not working. Thank you
Hello curiousworld,
It would be:
.sidebar .textwidget a {color : #5a5b52; }
.sidebar .textwidget a:hover {color : #f90; }
Regards
You are a legend, thank you soooo much
Hi,
I have got the slider working on the homepage at full width, which is great – however because the pictures are different heights, the slider alters.
Is there any way that I can get the pictures to all be the same height on the slider? I have tried editing the pictures to be the same height, but this hasn’t worked.
Wondered if there was a way to do it?
Thanks, Rachel
Hello Rachel,
Slider uses 980×342 size which automatically gets generated when you set a featured image to a post. Changing image size of featured image will not change the size in slider. For that you will need to regenerate thumbnails. You can follow these steps:
1. Navigate to Plugins > Add New, and type “Regenerate Thumbnails” inside the search box. From the results, install this plugin: https://wordpress.org/plugins/regenerate-thumbnails/
2. After installation and activation of plugin, navigate to Media Library.
3. Select the slider images and then choose “Regenerate Thumbnails” from the action combo drop down. This will regenerate slider images to the same size as specified in the theme.
Another way is to create all images of same size and set them as featured image. You might have already done that, but if the image names are same as before, WordPress looks for previously generated instance of that image and uses it. So use a different image name than before.
Regards
Hi Saurabh,
I have done the above and still cannot get the slider images to be the same height (even with deleting the pictures. resizing and uploading again). Is there anywhere within the CSS code which stipulates the height?
The website is: http://www.df.pgbmusic.com/ so you can see what I mean.
Hello Rachel,
Currently I see both images of different dimension:
Slide 1: http://www.df.pgbmusic.com/wp-content/uploads/2015/10/Depositphotos_7532724_m-2015-980x342.jpg (937×327)
Slide 2: http://www.df.pgbmusic.com/wp-content/uploads/2015/10/Depositphotos_13777639_l-2015.jpg (2000×380 )
Using CSS you can force slides for same height by adding this rule in user.css file:
.flexslider .slides img { height: 342px; }
This distorts image without proportion, and may not work well on mobile too. So you can try uploading two images of same dimension, not different like the ones shown above.
Regards
Hi How would I justify the main navigation please. Thanks again
Hello curiousworld,
Menu items can be made center aligned or justified. In case of justify, we need to know exact number of menu items. For that kindly send me the site URL, I will check and suggest appropriate CSS.
Regards
How do I change the brown theme to be a specific brown. It is changed on the website but ona mobile device it is still picking up the default brown for some items which are mobile only
Hello curiousworld,
The brown color is set inside walk/css/schemes/brown.css file. Open this file and change all instances of #4e3622 to your custom color. That will apply on mobile devices too.
Regards
How do I change the font size of the footer please.
Hello,
Footer font size can be changed by adding this rule in user.css file:
.footer { font-size: 14px; }
Regards
Hi,
I have purchased your Walk theme, and using the support forum to answer some of my questions. Unfortunately, a lot say to refer to the documentation/index.html file that comes with the theme.
I am unable to find such a file. Is there anyway I can get a copy please.
Thanks, Rachel
Hello Rachel,
Documentation file can be found inside your main download_zip/documentation/index.html. You can download this main archive from your Themeforest account > downloads. May be right now you only downloaded the installable theme archive. Documentation and changelog is available in main archive.
If you do not find it, kindly send me a mail at xconsau[at]gmail[dot]com, I will send you the zip archive.
Regards
Hi I would like to change the background colour of the whole page and the navigation bar and footer to all be one colour. Can I do this and if so how please. Effectively the client now wants the site to be all one colour. Thank you
Hello curiousworld,
Yes that is possible. By background of page you mean the inner content area, or the outer body backgorund? Outer background can be changed via Appearance > Background.
If you can send me the site URL and desired color value, I will suggest appropriate CSS for it.
Regards
I want to change the site font to Passion One I have updated the font-family ”....” to “Passion One” but I have not changed the FontAwesome. The Passion One font is now showing on the site. What am I doing wrong please. Thank you again.
Hello Caroline,
The Passion One font is showing properly. So what exactly is the issue? Fontawesome is not related to site text fonts. It is only for icon fonts like twitter, FB, etc.
Regards
Hi Please will you let me know how to remove the thin blue line from the top of pages.
Thanks again.
Caroline
Hello Caroline,
Do you mean the blue line on top white bar? That can be removed by adding these CSS rules at the end of user.css file:
.callout_bar { border-top: none; }
Regards
Can i do the same for the bottom of the page. I want to remove the line between the page/post and footer.
Yes, that can be done by adding this rule:
.secondary { border: none; }
Regards