• Resolved Didski

    (@didski)


    Hey Axl.

    First I want to thank you for creating and releasing the Hueman Theme.
    I was looking for a decent stylish magazine theme for my new site project, when I came accross yours.

    I’m customising the settings and I noticed 2 problems:

    1. Links on the navbar (home, etc..) are not working, get 404 error message. Also when clicking on thumbnail from post or sidebar.
    Generally all insite links are not functioning.
    https://www.primal-source.com/

    2. I use ‘floating social bar’ plugin, but it’s not visible in post or page.
    Do you have any recommendations?

    I’m not an expert in CSS , but still learning.
    Thanks for your awesome support.
    Didier.

    p.s.: Can I use the ‘algue juice’ image from your demo site?

Viewing 15 replies - 1 through 15 (of 16 total)
  • Hey there!

    1) This issue does not seem theme related but rather permalink related or something similar – server or WP setup. Try refreshing settings in Settings > Permalinks.

    2) Not sure why the plugin wouldn’t work, however this version has high-resolution sharing buttons built in for Twitter, Facebook, Google+ and Pinterest. Also optimized for the responsive layout.

    Can’t remember where that stock is from, but look for that or similar images on here: https://sxc.hu or https://www.stockvault.net – free stocks.

    Thread Starter Didski

    (@didski)

    Thank you for the swift reply.

    For the links issue I shall look in the sever/wp direction.

    How can I enable the inpost sharing buttons? Now I only have them at top and bottom of page.

    Thank you for the image tip.

    The sharing buttons should be enabled by default, if you use the full version (v2.0.2 currently).

    Thread Starter Didski

    (@didski)

    This is the version I’m running now.
    I only see the manually added social icons at top and bottom of page.
    No trace of them inside post area, as shown on your demo site.

    Theme Options > Blog. Is the option “Single – Share Buttons” disabled?

    Thread Starter Didski

    (@didski)

    I’ve contacted my hosting service and they told me I need to sync the htaccess file. After doing that, everything is working smooth.
    The social share bar also shows up.

    New questions:
    1, How can I alter the font colour of text in post content? It looks to light grey, readability is low.

    2, What is the best px size for featured image of post , to match slider window?

    Thank you for helping.

    Regards.

    D.

    Thread Starter Didski

    (@didski)

    In the theme default socialbar in posts , there’s no Google+ icon.
    https://www.primal-source.com/macacao-smoothie/

    In your demo theme it’s there.
    What’s wrong?

    1) Add this css:

    .entry { color: red; }
    .entry.excerpt { color: blue; }

    2) These are the thumbnail sizes the theme crops (can be seen in functions.php):

    add_image_size( 'thumb-small', 160, 160, true );
    add_image_size( 'thumb-medium', 520, 245, true );
    add_image_size( 'thumb-large', 720, 340, true );

    So, 720x340px would be the size to add.

    3) If you see in theme options, there is a Help dropdown top right. There you will see:

    Q: Why are social sharing buttons missing Google Plus? — A: You need to enable urlCurl on your server for G+ to work. Ask your webhost to do so. If you are unable to, you can disable the buttons and use any other plugin instead.

    Thread Starter Didski

    (@didski)

    Thanks for the tips.

    Thread Starter Didski

    (@didski)

    Sorry to bother you once again.

    Do you mean enable the php CURL function?
    to make the Google+ button visible? Are there related settings to configure?

    Rgrds.

    Thread Starter Didski

    (@didski)

    Disregard the last question, my Hostingservice can enable it.

    Thanks.

    I have the same problem with G+ button. But on my webhosting is cURL activated (enableb). So I don’t know where the problem is ??

    Try visiting the following URL:
    https://YOURDOMAIN.com/wp-content/themes/hueman/js/sharrre.php?url=http%3A%2F%2Fsharrre.com%2F&type=googlePlus

    Where yourdomain = your domain name. Make sure theme folder name and/or subdirectory is correct too.

    If it returns any errors, ask your webhost to sort them out ??

    More: https://github.com/Julienh/Sharrre/issues/35

    I know where problem is! Server have safe_mod on. But cURL doesn’t work with activated safe_mode. But safe_mode is on because helps protect server against hackers. But I still wanna use your shareicons for their simplicity and elegancy ?? Is there some possibility that could it work without cURL? ??

    The Google+ button requires it, and there is no way around it. You can add other buttons like linkedin though, by editing /inc/sharrre.php and adding another block in there.

    Or you could try adding a standard non-styled google+ button, whereever google supplies them.

    Or, disabling and using some other plugin.

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘Links to post,pages and categories not working’ is closed to new replies.