473 comments found.
Problem with image sizes on the front page “Project Galleries” – it appears to be loading the initial images (largest) and not using a thumbnail. This is slowing down the page load forcing image download of up to 2meg depending on how many images are in the gallery. How can the thumbnail image be assigned only? What it appears it is doing now is simply resizing the main image. “esg-entry-media“
Hi
Can you take a look via Ess. Grid -> Edit Gallery Homepage -> Source to see if the latest option ‘Set Image Source Type’ to ‘Thelandscaper-featured-thumb’?
The grid is loading the thumbnail, see this screenshot: http://cl.ly/1o0d2Z190C20
There is no “Edit Gallery Homepage” – the only place I see where to change to a thumbnail is to go into each grid, > Source and scrolling to the bottom to choose thumbnail. Still not working after clearing cache.
I answered your ticket on our support desk 
I need you to know that I have bought many Wordpress themes before. I have never seen a theme before as this one. Its just, WORKS 100% No problems with anything, easy to use and filled with functions. THANK YOU! 
I just love working with this…
Thank you for these kind words, we’re happy to hear that! 
Would you have any plugin to bring this up to Google Structured Data Standards?
From menu structure to url? https://developers.google.com/structured-data/testing-tool/Hi there
You can use this plugin for it: https://wordpress.org/plugins/wp-seo-structured-data-schema/
It does not seem to expand on this theme.
Hi
If you mean the Structure Data (from the above plugin) in Google search results take some days before the Google crawlers will scan the page again.
If you mean the microdata and microformats on layout elements of the theme (like itemscope etc) that doesn’t work an need to be manually added to the template files.
I mean the plugin is null
The plugin works on my other website with a different theme, but not a website with your theme. Do you think something could be interfering with it?
Hi
The plugin is doing it’s job, but it is only for schema data. If you want to bring up all the Structured Data (https://developers.google.com/structured-data/) there is no plugin which will handle it all. Most of it need to be coded manually in the template files and is quite a complex thing.
We didn’t test other plugins for structured data but you can take a look at the (free) available ones at: https://wordpress.org/plugins/search.php?q=Structured+Data
Additionally, please could you delete the last comment with the screencast when you’ve viewed it. Because it contains information that would help hackers.
Hi,
Thank you for the screencast.
I confirm the issue also on my side. But after a quick research it is probably an issue in the plugin. After following this change https://goo.gl/exqSoc the tabs of the plugin are working again.
I also tested some other (highest) rated plugins repository of WordPress, but none of them will add the possibility to add the schema data per post/page.
Major Error needs fixed. You’ve set the main slider class as H1.. so you’ll have as many h1 statements per page based on how many slides you used.
Problem: Can’t find the css file which controls “carousel-heading” to alter it. I found the statement in /parts/jumbotron-fullwidth*php – but where is the control file?
Ran some more tests on this theme – needs a revamp on the backend in terms of pagespeed and optimisation. When’s the next release?
Hi there
If you need to change the h1 to h2 for your SEO you can change the jumbotron-fullwidth.php file indeed. If you need to change the CSS of it you can run a search in the style.css file with ‘carousel-heading’ which will take you to the CSS selector of the slider heading.
There isn’t very much that can be optimized in the back-end. This isn’t a multi-purpose theme which contains a ton of heavy functions, options and files, we already kept the theme as light as possible in the back-end. The best thing you can do is to add your URL of your website to http://tools.pingdom.com/ and see in the waterfall where the loading takes to much time. Mostly this are large images which are not compressed with a tool like http://compressor.io
Also heavy plugins or a lot of plugins can slow down your pagespeed of your website, that’s also a good point to check.
Let me know if you have any questions
Thanks!
Cheers for the quick reply! ok – searched the style.css file – no carousel-heading statement in that file… where is it coming from?
Hi,
Excuse me. You’ll need to search on: carousel-text h1 instead of carousel-heading. It will take you to line 1718 where you can add your custom CSS.
Please keep in mind that changing the code of the theme directly will be overwritten on theme updates. Please paste the entire slider heading selector in the custom CSS field of the theme customizer or use the child theme, which is included in the download file from ThemeForest.
Cheers!
<div class="carousel-heading"><h2 style="font-size:46px;color:#fff;font-weight:700;text-align:center;"><?php the_sub_field( 'slide_heading' ); ?></h2></div>
That’s what I described in my first message to change the h1 to h2 
But I thought you also need to change some CSS that why I say this in the previous message:
“Excuse me. You’ll need to search on: carousel-text h1 instead of carousel-heading. It will take you to line 1718 where you can add your custom CSS.”
Cheers
I would have liked to change the CSS as well, but there is no listing for “carousel-heading” so not sure why that class was listed. Confusing.
If you would like to adjust the CSS of the heading on the slider please search on “carousel-text h1. It will take you to line 1718 where you can adjust it.
I notice in the ‘Latest News’ area on your demo homepage the date is displayed over the posts. Could that be switched off / hidden?
Hi there
Sure. Please navigate to Appearance > Customize > Theme Options > Custom CSS and paste the following in to the textarea:
.post-item .label-wrap .label { display: none; }
Another pre-purchase question.. On the gallery pages like this one: http://demos.qreativethemes.com/thelandscaper/gallery/wooden-decks/
Is it possible to have the Body text above the gallery images? Text Top / Images Bottom?
If so, could you also have a video embedded above the gallery images?
Hi,
Not by default options. But you can enable the page builder on gallery pages to create pages in that way.
Do you have any examples of ways video can be used with this theme?
Hi there
Thank you for your interest in our theme! You can embed videos to posts and pages anywhere you need them. Also many popular video plugins are compatible with the theme.
Hi,
We’re having a problem with the header on our website, when you put the website into boxed and then turn on the sticky header there is a scroll bar on the sticky header that is hiding the navigation. How could we possibly fix this?
Hi
Can you provide me the URL of your website, I will take a look what is causing it.
Thank you!
is there any shortcode for tabs on this theme
Hi there
Not by default but the Tabsy plugin is a nice and easy plugin for tabs shortcode: https://goo.gl/eUaNgf
The logo constantly moves out of its place. Screenshot: https://goo.gl/3JVPXw
Hi there
Please upload a regular size logo and in the retina option a logo that is exactly double the size of the regular logo. Else leave the retina logo option empty. That will solve the issue 
Hi Ron
Can you check if the image file you’ve uploaded is at least 1920×730 px?
Hi, my intention is to lower the height of the slider, so that more content above the fold wil be visible. 1920×400 px. Is it possible to change that?
You can upload upload your images in that specific size as long as the width is 1920px. If you want to get the images cropped in that size you need to adjust the add_image_size in the functions.php file line 74 till 76. But looking at your website you’ve already uploaded the smaller image size?
Hello, i have changed line 74 till 76 in themes/the-landscaper/functions to
add_image_size( 'thelandscaper-home-slider-l', 1920, 400, true );
add_image_size( 'thelandscaper-home-slider-m', 960, 200, true );
add_image_size( 'thelandscaper-home-slider-s', 480, 100, true );
See: http://awesomescreenshot.com/0145x01w64
Unfortunatly there still is a grey bar benieth the sliderimage.
Hi there,
Did you regenerate the thumbnails with this plugin: https://wordpress.org/plugins/regenerate-thumbnails/ after you’ve changed the image sizes?
Can you provide me the URL to your website?
i have send you by ticket
Hi,
Thank you. Ticket is answered, and issue is fixed 
Thx for fixing. it looks good now!
Great! You’re welcome.
Hi,
This is a excellent theme – really enjoying working with it.
I just want to change a few things. Is there a quick and easy solution such as a custom css code that can change the size of Page Title and Subtitle.
Example on your demo page – http://themeforest.net/item/the-landscaper-lawn-landscaping-wp-theme/full_screen_preview/13460357
I would like to increase the size of the following two:
About Us The Landscaper has been in business since 1978.
Thank you for your time. Look forward to hearing from you.
Gary
Hi Gary
Thank you for the compliment!
You can use the following CSS for:
Main title .page-header .main-title { font-size: 42px; }
Subtitle .page-header .sub-title { font-size: 16px; }
Hi Gary
Thank you for the compliment!
You can use the following CSS for:
Main title .page-header .main-title { font-size: 42px; }
Subtitle .page-header .sub-title { font-size: 16px; }
I just wanted to thank you for the great support.
You’re welcome! I hope the customizations are to your liking 
Hello. Do you have HTML version?
Hi
Sorry we don’t have planned a HTML version in the near future
I’d like to split the header in half so that I may add a form. Could I ask for custom work with you?
Hi there
Please refer this to our support desk at http://qreativethemes.ticksy.com and we’ll talk about it.
ok, thanks
Hi I am having the same problem with the slider and I have your plugin installed so it will update when you release an update. Have you not released and update through your plugin yet? Also if I update will I lose all the changes I have already made? BTW your theme is wonderful.
Hi,
Please download the latest theme version to fix the slider issue. The slider is built-in the theme and is not a plugin. When you update you want lose all the changes you’ve made. If you want to be 100% sure you won’t lose anything you can alway install a plugin like ‘Backup Guard’ and create a backup before you update the theme.
Thank you for the compliment! 
Thank you!
Hi,
I am trying to edit the homepage slider. As per some comments I’ve read on here, there is supposed to be a meta box on the front page edit page, but it’s not showing up anywhere. I’ve selected Front Page Fullwidth Slider as the template, but I can’t edit the slider. Please help!
Thanks
Hi there
Please download the latest version to fix the issue.
Thank you
Ok thanks!
You’re welcome
On the blog page, how do I make it show only an excerpt with a read more button of each post?
Hi there
You can add the read more tag in your blog post. That will hide the rest of the content from the blog page and adds a read more to go to the full blog post. The read more tag is located in the text editor toolbar.
Is it possible to have a video (on a loop) in the slider?
Hi there
Thank you for your interest in the theme! To add the video as background it is not possible. But you can enable a video in a lightbox by adding the url to the button.
Also if you want to have more control on a slider the theme is compatible with Revolution Slider or Layer Slider (not included in download package).
Ok, great! I own Revolution Slider! ... so this theme is fully compatible with revolution slider? I could place RevSlid in the exact same spot as the slider you have?
Hi,
Yes the theme is compatible with Revolution Slider. At most there need to be a small adjustment with CSS to make the slider perfectly fit in the same spot as our default slider but we are happy to help you with that.
How would I center this:http://prntscr.com/asdgja
Center tags to not work
Hi there
You can edit the grid to 3 columns instead of 1. Place the widget with the awards in the middle column, and make the middle column like 60% (so the left and right will be both 20%). Probably you’ll need to edit the grid class from col-md-2 to col-md-3