Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    If 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

    I 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

    In reply to: dropdown-submenu does not open

    #49684

    Try temporarily disable the Social Media Buttons Toolbar plugin.

    Admin

    Try temporarily turning off WP Rocket and see if the post thumbnails appear.

    Admin

    In reply to: Amazon affiliate Links Not Showing Up

    #49682

    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-20
    

    to 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-20
    
    Admin

    In reply to: dropdown-submenu does not open

    #49678

    Mika, try disabling WP Fastest Cache minify feature and see if the issue still persist.

    Admin

    In reply to: Dropdown Menu Mobile

    #49677

    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

    In reply to: Amazon affiliate Links Not Showing Up

    #49674

    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

    In reply to: How to remove "By" before Author?

    #49668

    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

    In reply to: Homepage panes layout distorted on iPad

    #49667

    The code that you changed is not a safe change as it affects the underlying grid system for all elements using the col-sm-6 grid, 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;
    }
    

Viewing 10 posts - 311 through 320 (of 6,030 total)