Hennessey Digital
Forum Replies Created
-
Hi C#, good suggestions. The next version that will go live has Yelp and Tripadvisor added. We’ll look at your suggestions for the version after that.
In related news please do not upgrade to 2.0.8 as that has a critical flaw. We have submitted 2.0.9 and expect that will be available soon.
Forum: Themes and Templates
In reply to: [Restaurateur] Problems with 2.0.8Hi Mark, if you know how to pull a theme from the repo please advise. This isn’t in our control as far as I know.
Forum: Themes and Templates
In reply to: [Restaurateur] Site Crased Fatal ErrorHi Mark, all themes also get tested too, both by us and the theme review team. It went through the normal review process and was passed. Clearly this was inadequate.
We submitted a new version (almost immediately) and are waiting for it to go live. We have no ability to pull themes from the directory as far as I know. If you know how to do this please advise. I’ve just chased the review team to expedite the new version.
In the meantime the only ‘solution’ I can offer is to grab 2.0.7 and replace the broken theme:
https://www.ads-software.com/themes/download/restaurateur.2.0.7.zip
I am painfully aware of what a mess this is.
Forum: Reviews
In reply to: [Restaurateur] Crashed my site.Hi MScrumptious, I’m very sorry about that. SOmething very odd happened with the latest version. Somehow it got uploaded with critical files missing and even passed the review process in that state. We’ve just submitted a fix for this which I hope is available very soon. I know it doesn’t help you now, just wanted to convey my apologies.
Forum: Themes and Templates
In reply to: [Restaurateur] Problems with 2.0.8Hi all, very sorry about this mess. We’ll post an update asap.
Thanks @sgreenfield for the advice, that is indeed the fastest way to resolve.
Forum: Themes and Templates
In reply to: [Restaurateur] Site Crased Fatal ErrorHi, very sorry about this issue. Working on this now and will have an updated version available asap.
The immediate fix is to download the older version 2.0.7 and replace all the theme files via FTP:
https://www.ads-software.com/themes/restaurateur/developers/
Forum: Themes and Templates
In reply to: [Magazino] Featured images get aligned weirdlyHi Gilles,
Do you have a screenshot of what you were seeing before the upgrade? I ask because I am seeing the exact same thing on both those links:
Your main domain: https://i.imgur.com/3wGYcKS.jpg
p.ht install: https://i.imgur.com/hBnkWUs.jpgThanks
Charles
Forum: Themes and Templates
In reply to: [Magazino] full post not showing upHi musiciansbio, can you post a link to your site, or explain in some more detail the problem? I don’t fully understand the issue.
Thanks
Forum: Themes and Templates
In reply to: [Magazino] Featured images get aligned weirdlyHi richtervet, you are using latest version yes, 1.0.3?
Assuming you are using the latest version can you share a link for your site. Happy to take a look.
Thanks.
Forum: Themes and Templates
In reply to: [Magazino] Featured images get aligned weirdlyHi forgetyourmind and TheVW,
Looking at https://www.teamsport-nadac.de/ and the slider images seem to be aligned OK, are you still having trouble?
In terms of the ideal image sizes, I think my previuous advice on croping images wasn’t great, particularly given the new update.
The best approach is not to crop images to fit the slider dimensions, but rather just upload your featured images in their regular dimension just making sure they are atleast 1000px wide. The slider and thumbnail script can then resize and position the image pretty well for both the slider and the grid view.
Hope that helps.
Forum: Themes and Templates
In reply to: [Online Marketer] How To Have a drop down Menu?Hi @vishesh_arora, yes you can. Just create your own WordPress Menu https://codex.www.ads-software.com/WordPress_Menu_User_Guide
Forum: Themes and Templates
In reply to: [Online Marketer] how to change the font size in titles of pageslook for the following css rule:
body.home article[id*="post-"] .entry-title, body.archive article[id*="post-"] .entry-title, body.search article[id*="post-"] .entry-title
then change the
font-size
property to1.5em
. Adjust as needed.NOTE: best practice way is to do your theme modifications via a child theme. This makes it so that any updates to the theme does not overwrite the changes you’ve made to the theme. Here are a couple resources for making child themes:
https://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/
https://codex.www.ads-software.com/Child_ThemesForum: Themes and Templates
In reply to: [Newsworthy] Get page title in menu headerI see you’ve already modified your theme.
To show the title ‘GRAPPIGEFOTO.NL’, first, open the
style.css
file and remove themargin-left: 251px;
thing from the#site-title
rule.Then, I would suggest taking out the
margin-left: 42px;
andmargin-bottom: 37px;
from#site-description
Forum: Themes and Templates
In reply to: [Newsworthy] Sticky Post QuestionAnd oh, by the way, the name of the theme is Noteworthy, not Newsworthy.
So, the question should have been asked under the support section for the theme Noteworthy and not Newsworthy.
Forum: Themes and Templates
In reply to: [Newsworthy] Sticky Post QuestionThe way the theme works is that the most recent sticky post is shown as the main Featured post – the big one. The list of other posts displayed to the right of that will also be Sticky (featured) posts.
So, you’ll need to make more than one post Sticky. Try it.