intellywp
Forum Replies Created
-
Forum: Plugins
In reply to: [Inline Related Posts] help before use pluginHello
if needed you can exclude the related posts of specific articles, please follow our documentation
https://data443.atlassian.net/servicedesk/customer/portal/17/article/947617831
Forum: Plugins
In reply to: [Inline Related Posts] help before use pluginHello
What do you mean?
Could you please explain your request?
Do you need to hide the related posts of specific articles?Thank you
Forum: Plugins
In reply to: [Inline Related Posts] Considering subcategories as priorityHello
thanks for your suggestion, we will keep it in mind for a next version of our plugin
Have a nice day
Forum: Plugins
In reply to: [Inline Related Posts] Problem with extra paragraphsHello
Unfortunately you can’t exclude these empty paragraphs but you could insert our shortcode [irp] to insert automatically a related post instead of an empty paragraph
[irp] will insert the related box searching automatically the best content to fix (based on categories or tags)
[irp posts=”YOUR-POST-ID”] will insert a specific post inside the content not necessary with the same categories or tagsPlease be aware that when you will insert one of this 2 shortcodes manually our plugin will not insert any other related box for this article.
Best regards
Forum: Plugins
In reply to: [Evergreen Countdown Timer] Can be linked to a mailchimp email campaign?Hello
Unfortunately this feature is not still available, we will keep it in mind for a next version of our plugin
Best regards
Forum: Plugins
In reply to: [Inline Related Posts] Fully Custom CSSHello
To customize the layout of Inline Related Posts, you can edit the following file:
/wp-content/plugins/intelly-related-post/assets/templates/styles.htmlBest regards
Forum: Plugins
In reply to: [Inline Related Posts] How to move your styles to my style.css?Hello
i forwarded your suggestion to our dev team
Meantime you can edit this file /assets/templates/styles.html and remove the “text-decoration: underline” css rule
Best regards
Forum: Plugins
In reply to: [Inline Related Posts] How to move your styles to my style.css?Hello
yes, won’t affect other elements.
The underline text is generated by the WordPress theme, could you please add the following css code?
.ub293ba84d8204c816288002f752ae5df,
.ub293ba84d8204c816288002f752ae5df:hover {
text-decoration: none !important;
}Thank you
Forum: Plugins
In reply to: [Inline Related Posts] Exclude ctaTextHello
to customize the layout of Inline Related Posts, you can edit the following file:
/wp-content/plugins/intelly-related-post/assets/templates/styles.html
Best regards
Forum: Plugins
In reply to: [Inline Related Posts] How to move your styles to my style.css?On the free version the class name is generated randomly.
On your style.css file you can use div[style=”clear:both; margin-top:; margin-bottom:;”] a to select and customize the layout of related posts
Forum: Plugins
In reply to: [Inline Related Posts] How to move your styles to my style.css?you can’t use {utemplate}, it returns the name of css class, instead of {utemplate} please use
div[style=”clear:both; margin-top:; margin-bottom:;”] a
for example
@media (max-width: 620px) { div[style="clear:both; margin-top:; margin-bottom:;"] a { margin-bottom: 17px; } } @media (min-width: 621px) { div[style="clear:both; margin-top:; margin-bottom:;"] a { margin-bottom: 18px; margin-top: -8px; } } @media (min-width: 992px) { div[style="clear:both; margin-top:; margin-bottom:;"] a { margin-bottom: 18px; margin-top: 20.5px; } } @media (min-width: 1025px) { div[style="clear:both; margin-top:; margin-bottom:;"] a { margin-bottom: 20px; margin-top: -7px; } } @media (min-width: 1200px) { div[style="clear:both; margin-top:; margin-bottom:;"] a { margin-bottom: 20px; margin-top: -7px; } }
Forum: Plugins
In reply to: [Inline Related Posts] How to move your styles to my style.css?Hello
please use the following css code (please note that if you change the template, this code won’t work)
.u909f80fc799b9192f3671b1a5435f71d { padding:0px; margin: 0; padding-top:1em!important; padding-bottom:1em!important; width:100%; display: block; font-weight:bold; background-color:#FFFFFF; border:0!important; border-left:4px solid #3498DB!important; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17); -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17); -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17); text-decoration:none; } .u909f80fc799b9192f3671b1a5435f71d:active, .u909f80fc799b9192f3671b1a5435f71d:hover { opacity: 1; transition: opacity 250ms; webkit-transition: opacity 250ms; text-decoration:none; } @media (max-width: 620px) { .u909f80fc799b9192f3671b1a5435f71d { margin-bottom: 17px; } } @media (min-width: 621px) { .u909f80fc799b9192f3671b1a5435f71d { margin-bottom: 18px; margin-top: -8px; } } @media (min-width: 992px) { .u909f80fc799b9192f3671b1a5435f71d { margin-bottom: 18px; margin-top: 20.5px; } } @media (min-width: 1025px) { .u909f80fc799b9192f3671b1a5435f71d { margin-bottom: 20px; margin-top: -7px; } } @media (min-width: 1200px) { .u909f80fc799b9192f3671b1a5435f71d { margin-bottom: 20px; margin-top: -7px; } } .u909f80fc799b9192f3671b1a5435f71d { transition: background-color 250ms; webkit-transition: background-color 250ms; opacity: 1; transition: opacity 250ms; webkit-transition: opacity 250ms; } .u909f80fc799b9192f3671b1a5435f71d .ctaText { font-weight:bold; color:#141414; text-decoration:none; font-size: 16px; } .u909f80fc799b9192f3671b1a5435f71d .postTitle { color:#2980B9; text-decoration: none; font-size: 16px; } .u909f80fc799b9192f3671b1a5435f71d:hover .postTitle { text-decoration: underline!important; }
Forum: Plugins
In reply to: [Inline Related Posts] How to move your styles to my style.css?Hello
i can’t use the right mouse button to open the Chrome console
Could you please disable the plugin used to disable the right mouse button?
Thank you
Forum: Plugins
In reply to: [Inline Related Posts] How to move your styles to my style.css?Hello
please copy the inline css code generated by our plugin
https://imgbb.com/About your idea, thanks for your suggestion, we will keep it in mind for a next version of our plugin
Have a nice day
Could you please open a new ticket on our support portal:
https://data443.atlassian.net/servicedesk/customer/portal/17Thank you