Syahir Hakim
KeymasterKuala Lumpur, Malaysia
When not perched on my workspace, I tremendously enjoy hiking in the bushes and climbing mountains. They serve as much-needed refuges from the pretense of cities.
Forum Replies Created
-
Admin
In reply to: Featured image not working in Graphane 2.4.3.1 ( issue after theme upgrade )
June 21, 2018 at 7:04 pm #49688If you put the code inside the theme it will be lost on every theme update, and you will need to add it back. In which file did you insert it in the theme?
Admin
In reply to: Featured image not working in Graphane 2.4.3.1 ( issue after theme upgrade )
June 21, 2018 at 6:55 pm #49686I have just tried the code you added on our development server, and the featured images appear as expected. Where did you place the code in your site? Are you using a child theme for both desktop and mobile theme?
Admin
Try temporarily disable the Social Media Buttons Toolbar plugin.
Admin
In reply to: Featured image not working in Graphane 2.4.3.1 ( issue after theme upgrade )
June 21, 2018 at 6:00 pm #49683Try temporarily turning off WP Rocket and see if the post thumbnails appear.
Admin
OK, try inserting this code instead:
<a href="https://www.amazon.com/How-Hike-Appalachian-Trail-Comprehensive-ebook/dp/B01NBR1GNE/ref=as_li_ss_il?s=books&ie=UTF8&qid=1529534339&sr=1-4&keywords=appalachian+trail+books&linkCode=li3&tag=trailsnet-20&linkId=f4f1fa4c4c2acc940ad2da7dae858624" target="_blank"><img border="0" src="https://ws-na.amazon-adsystem.com/widgets/q?_encoding=UTF8&ASIN=B01NBR1GNE&Format=_SL250_&ID=AsinImage&MarketPlace=US&ServiceVersion=20070822&WS=1&tag=trailsnet-20" /></a><img src="https://ir-na.amazon-adsystem.com/e/ir?t=trailsnet-20&l=li3&o=1&a=B01NBR1GNE" width="1" height="1" border="0" alt="" />I just changed the image src from this:
//ws-na.amazon-adsystem.com/widgets/q?_encoding=UTF8&ASIN=B01NBR1GNE&Format=_SL250_&ID=AsinImage&MarketPlace=US&ServiceVersion=20070822&WS=1&tag=trailsnet-20to this:
https://ws-na.amazon-adsystem.com/widgets/q?_encoding=UTF8&ASIN=B01NBR1GNE&Format=_SL250_&ID=AsinImage&MarketPlace=US&ServiceVersion=20070822&WS=1&tag=trailsnet-20Admin
Mika, try disabling WP Fastest Cache minify feature and see if the issue still persist.
Admin
I can open the second level menu on your site. See the screenshot below.
Additionally, i noticed that a lot of scripts failed to load on your site (server does not respond in time), including the script included with the theme. This script is what enables the first level menu with child items to be clickable, so when it fails to load, the parent menu item is not clickable.
The site takes unusually long time to load every time I tried to access it (about 30 seconds). If you experience this as well, it might be a good idea to talk to your host and ask them how can it be improved. Typically, even with unoptimized sites, the load time is below 10 seconds.

Admin
The URL that appears when you hover on the link is the “target” URL – those are the URL that visitors will go to when they click on the click. As you have observed, these are set correctly.
The URL that I was referring to is the “source” URL of the link image. This is the URL that the browser fetches the image from. Since this URL is not set correctly, the browser is unable to fetch the image of the affiliate link, thus it appears as the blue question mark.
Can you copy and paste the code that you get from Amazon here?
Admin
Try using the following plugin: https://wordpress.org/plugins/say-what/
Once you’ve activated the plugin, go to Tools > Text changes, and add the text replacement as per the screenshot below:

Admin
The code that you changed is not a safe change as it affects the underlying grid system for all elements using the
col-sm-6grid, not just the homepage panes.Can you try adding this code to Custom CSS and see if it resolves the issue:
.homepage_panes { display: -webkit-flex; -webkit-flex-direction: row; -webkit-flex-wrap: wrap; }
