compukol
Forum Replies Created
-
I updated to the latest version and there is only a “Remove All Accounts” option.
How do I remove an individual account?8.03 solved the LinkedIn problem.
Thank youI’m still awaiting your response
PS: the instructions in your documentation is dated July 2016.
Forum: Themes and Templates
In reply to: [Hueman] How to have recent posts in static home page?It’s the recent post articles. Not necessarily what you put in the slider unless your slider is set to pick up your recent articles.
Forum: Themes and Templates
In reply to: [Hueman] How to have recent posts in static home page?These go in the Shortcodes Ultimate settings for Custom CSS code.
You then can add a shortcode to your home page similar to this:
[su_posts posts_per_page=”5″ meta_key=””]See example at https://www.compukol.com
Forum: Themes and Templates
In reply to: [Hueman] How to have recent posts in static home page?<style>
.su-posts-default-loop .su-post-thumbnail {
float: left;
display: block;
width: 300px;
height: 220px;
margin-right: 1em;
}
.su-posts-default-loop .su-post-thumbnail img {
max-width: 300px;
max-height: 220px;
}
.su-posts-default-loop h2.su-post-title {
clear: none;
margin: 0 0 0.3em 0;
font-size: 2.250em;
font-weight: normal;
}
</style>Forum: Plugins
In reply to: [WP Date Remover] Conflict with Fancier Author Box pluginLook at the Latest Posts tab in the author bio of any blog article to see the problem. For example this article: https://www.compukol.com/growing-your-online-social-community-effectively/
Forum: Themes and Templates
In reply to: [Hueman] How to have recent posts in static home page?Using the shortcode ultimate as suggested, how do you style the su_posts to match the look of the Hueman Pro theme? i.e., same image size (medium) as the Hueman Pro show on the Blog page, same font and font size for the blog article titles.
How about the Footer widgets background area?
Forum: Themes and Templates
In reply to: [Hueman] Link Author with About me-pageStephan,
If you resolved this can you please share the solution.
I have the same issue. I would like to have the entire user bio (profile) and gravatar listed on the author page before the list of posts.Thank you and greetings from Kinnelon, New Jersey
Michael
@michael Torbert same as you say many plugins don’t need frequent updates apply to many themes until you break them. There are many old and popular themes in the www.remarpro.com repository that the user community rely on. These themes were designed before the WP 3.0 Menu feature and therefore we relied on your All-in-One SEO Menu Label field. One such popular theme is Intepidity which is used by a lot of WP based sites.
It will be nice that when you plan to remove a feature from a plugin that will affect a large amount of users that you will give us some advance notice so we can plan accordingly.
Forum: Plugins
In reply to: [Contextual Related Posts] Remove div class=”crp_title”While adding
.crp_title {display: inline;}
to the CSS fixed the problem in WordPress, the problem still exist in the RSS feed of the blog articles.You can see that in the automatic feed of an article through MailChimp here:
https://us1.campaign-archive2.com/?u=d7f57d93344b9e8a525c54418&id=84fbf2811cHow can we fix this?
Forum: Plugins
In reply to: [Contextual Related Posts] Remove div class=”crp_title”@girlswithguns So you have to do this for each post? We have over 1000 posts.
Forum: Plugins
In reply to: [Contextual Related Posts] Remove div class=”crp_title”@girlswithguns I have the same problem. It is not clear from the dialog here how did you solve the problem. How did you remove the <div class=”crp_title”> ?