• Resolved rsardani

    (@rsardani)


    Hello Dario, I just installed themelia, thank you for the theme, it looks great. However, there are some problems I face ;

    1. How to display the image in the post? On the previous theme I used, the image displayed correctly. Please take a look at https://www.allenglish.info

    2. How to create widget “Popular Post” on themelia?

    3. How to change the color of the header?

    The page I need help with: [log in to see the link]

Viewing 15 replies - 1 through 15 (of 16 total)
  • Theme Author Dario Devcic

    (@dariodev)

    Hello @rsardani, thank you for using Themelia!

    1. Just add a featured Image in post. Themelia support featured images in posts and pages by default.

    2. You may use one of many plugin widgets from the official plugin repo.

    3. Go to customizer and look for “Site Title and Header”. To access the Customizer from the dashboard, you can go to Appearance → Customize. Also when you change this option you may want to change Main navigation links color. So look for customizer section “Main navigation”. All this and more is explained in readme.txt file that is packed with the theme. Also here https://relishpress.com/themes/themelia/

    Thread Starter rsardani

    (@rsardani)

    Hi Dario, thanks for replying. However, the problem is still there

    I’ve included the image on the post. But it still doesn’t show. I’ve take screenshot of that image in the post and, the article post. Also I’ve take screenshots of other theme with that post with correctly displayed image.

    I was wondering how I can send you the screenshots.

    or, Should I just re isntalling themelia?

    Theme Author Dario Devcic

    (@dariodev)

    You can share screenshots over https://imgbb.com/ or https://imgur.com
    Please upload screenshots of the backend, of both themes.

    • This reply was modified 6 years, 11 months ago by Dario Devcic.
    Thread Starter rsardani

    (@rsardani)

    Hello Dario,

    this is the screenshot of the backend of the post: https://ibb.co/dbTEKw

    this is the screenshot of the article : https://ibb.co/iWdEKw

    and, this is the screenshot of other theme : https://ibb.co/iv9bXG

    Theme Author Dario Devcic

    (@dariodev)

    Looking into browser console I see 14 javascript errors. In the source code I see that you are using some image lazy load plugin along with caching plugin. Lazy load plugin is using ImagesLoaded jQuery plugin which is not initialized. Check screenshot https://ibb.co/g3fBzw and also check your browser console, you will find the same thing. I believe that the same error will occur in every other theme you activate.
    Try to deactivate caching plugin first and if error persist deactivate lazy load plugin as well. I think that this issue is conflict of these two plugins.

    Thread Starter rsardani

    (@rsardani)

    Hi Dario,

    I’ve deactivated the caching plugin.
    and I don’t have lazy load plugin installed

    however, the image still won’t show

    Theme Author Dario Devcic

    (@dariodev)

    You definitely do have lazy load plugin installed, and the plugin name is Crazy Lazy https://www.ads-software.com/plugins/crazy-lazy/
    But that alone should not be a problem. That plugin works properly with the Themelia theme. Along with the Crazy Lazy plugin, you use some other plugin that is the reason for broken javascript on your site

    Theme Author Dario Devcic

    (@dariodev)

    Most suspicious plugin on your site is search-permalink.php. Is this maybe following plugin? – “Search Permalink” https://www.ads-software.com/plugins/search-permalink/ Last updated 10 years ago.

    Thread Starter rsardani

    (@rsardani)

    Hi Dario, thanks for the response

    I’ve remove the “search permalink”

    but the problem still there

    • This reply was modified 6 years, 10 months ago by rsardani.
    Theme Author Dario Devcic

    (@dariodev)

    OK here is my last try. You are also using Speed Booster Pack plugin. This plugin do lazy load images and also defer parsing of JavaScript files. Deferring and minifying of JavaScript may cause JavaScript errors. Try to deactivate this plugin. In general, whenever you see broken JavaScript in browser console, first thing is locate the plugin that causes it.

    Thread Starter rsardani

    (@rsardani)

    Hi Dario, thanks for the response

    I’ve deleted Speed Boster Pack Plugin.

    And I also I’ve deactivated WP-Optimize Plugin.

    It works.

    The image displayed correctly on the article, but no image thumbnail on the homepage. How to display the thumbnail ?

    Thread Starter rsardani

    (@rsardani)

    Hi Dario,

    few more questions, I hope these don’t bothered you ??

    – how to achieve an A-A pagespeed as in themelia preview demo,
    https://ibb.co/dZ4Wuw
    what kind of setting do you use?

    -what plugin are recommended for themelia beside this two plugins :
    https://ibb.co/nw0FMb

    – how to change or remove “Read More”

    Theme Author Dario Devcic

    (@dariodev)

    Theme Author Dario Devcic

    (@dariodev)

    “Read More” – you can translate this string. Themelia is 100% translation-ready theme. For instance you could use “Loco Translate” plugin or you can edit po file with “Poedit” or “Eazy PO”. Check my answer here https://www.ads-software.com/support/topic/nextpage-2/#post-8958359

    Also you can hide it with CSS like this (Just drop it in Customize -> Additional CSS):

    .entry-more-link {
        display: none;
    }
    Thread Starter rsardani

    (@rsardani)

    Hi Dario,
    all problem are solved

    Thank you very much for the support you gave

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘Unable to display image on post’ is closed to new replies.