Widget-links for latest posts

The wordpress widgets for latest posts does´nt work properly.
Is this an issue from the theme?
See www.easypharm.at in the footer left.

And YES there is WPML plugin on the site. But I need WPML. What, if there is a conflict on that plugin, like it has been seen for other users.

Thanks

Hello Alexandra,

Thanks for asking. :slight_smile:

I don’t see Recent post widget on your website. Have you removed the widget from the website and can you please activate again? Along with that can you please let us know the issue you are facing with Recent post widget?

Thanks.

Thanks for answering.
Why can´t you see the widget? It is on www.easypharm.at , down in the footer (orange area) on the left.
Title ist “News”. This is recent posts. You can see, that links are not wright.
Thank for helping.

Hi Alexandra,

Please try with this solution:

Let us know how it goes!

Please tell me, what you mean by " commenting out ". Does it mean to delete??
And how about my other question about the blogslider, which is to dark, like with a dark grey filter.

Thanks

Alexandra

Hi again,

Please open class-wpml.php file located in /wp-content/plugins/cornerstone/includes/classes/components/ directory. On line # 18, replace this line:

add_filter( 'the_permalink', array( $this, 'filter_permalink' ) );

With this:

//add_filter( 'the_permalink', array( $this, 'filter_permalink' ) );

Adding // before the line of code will comment out the code and it will not be executed. To learn more about PHP comments please see http://php.net/manual/en/language.basic-syntax.comments.php.

Please note that it’s just a work around, your code changes will be overwritten when an Cornerstone update is released.

Regarding your other query, I couldn’t find your question in this thread, are you referring to another thread? If you want to remove the dark overlay from your post slider then please add the following code in the Theme Options > CSS:

.x-post-slider-entry>a {
    background-color: transparent !important;
}

Hope this helps!

THis helped. The recetn posts are working properly.
But how can I have this colde automatically after upgrading the theme?

ALexandra

Hey Alexandra,

When an update is available, you need to check if the issue still persists. If it’s already fixed, there’s no need to do anything. But if the issue’s still happening, you need to redo that step again which is commenting out the line of code.

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.