imibrar
Forum Replies Created
-
Forum: Plugins
In reply to: [NSFW] [i2 Pros & Cons] I2 pros & Cons Content Google Index?please provide more information to understand the issue. you can also drop an email at i2prosandcons (at) gmail.com
Forum: Plugins
In reply to: [NSFW] [i2 Pros & Cons] I2 pros & Cons Content Google Index?I couldn’t get your point exactly, can you please elaborate a bit more.
Forum: Plugins
In reply to: [i2 Pros & Cons] Change heading font family and weight.hi, it takes fonts family from the theme style, anyhow if you want to change it you can do it through custom css. you can add below code and change your desire font family and size.
.i2-pros-cons-main-wrapper .i2-pros-cons-wrapper .i2-pros .i2-pros-title, .i2-pros-cons-main-wrapper .i2-pros-cons-wrapper .i2-cons .i2-cons-title { font-family: Georgia, serif; font-size: 30px; }I note your point and add it in upcoming feature list.
Forum: Plugins
In reply to: [i2 Pros & Cons] Updates??Thanks for the showing interest, I am working on the update and will release during this month.
Thanks for your suggestion, I note it in upcoming features list and will try to add it as soon as possible.
Forum: Plugins
In reply to: [i2 Pros & Cons] Pros & Cons Icons are not working properly…it looks the issue is due to theme, which is conflicting with the plugin style, you can send your website link at “i2prosandcons at gmail.com” and I will try to solve the problem.
Forum: Plugins
In reply to: [i2 Pros & Cons] Pros & Cons Icons are not working properly…How are you using icons? if you are using shortcodes then use like below code
[i2pc pros_icon=”icon icon-check-3″ cons_icon=”icon icon-ban-3″ show_title=”true” title=”Pros & Cons” show_button=”false” pros_title=”Pros” cons_title=”Cons” ][i2pros]Line one
Line two[/i2pros][i2cons]cons line one
cons line two[/i2cons][/i2pc]Glad to hear the issue has been resolved 😉
Another option is to disable all other plugins and only enable i2 pros and cons, if it is not working then the issue is inside the plugin or theme, otherwise if it works then enable others plugin one by one and see which plugin causes the issue.
can you try to check with a new page instead of an old one.
I checked with 5.5 update and it’s working fine using shortcode or Gutenberg. I believe this issue is not related to i2 pros and cons, “rest_validate_value_from_schema” is not used anywhere in the i2 pros and cons.
anyhow if you still facing the issue due to activation the plugin you can contact at “i2prosandcons at gmail.com”Forum: Plugins
In reply to: [i2 Pros & Cons] Support AMP to i2 Pros & Cons pugingresolved
Forum: Plugins
In reply to: [i2 Pros & Cons] Support AMP to i2 Pros & Cons pugingyes it support amp.
Forum: Plugins
In reply to: [i2 Pros & Cons] Can’t save settingsGlad to hear the issue has been resolved 😉
Forum: Plugins
In reply to: [i2 Pros & Cons] How do I add shortcode to Elementor?you can do it by add attribute “show_button” to i2pc shortcode, please check sample code below.
[i2pc show_button="true" link_text="view on amazon" link="https://yourlink.com"][i2pros]Line by line Pros here[/i2pros][i2cons]Line by line Cons here [/i2cons][/i2pc]please check the list of available attributes
className // main div class name
pros_icon // icon class name sample : icon icon-check-2
cons_icon // icon class name sample : icon icon-check-2
pros_title // pros heading text
cons_title // cons heading textshow_title // show main title true – false
title // main title text
heading_pros_icon // icon class name sample : icon icon-check-2
heading_cons_icon // icon class name sample : icon icon-check-2
use_heading_icon // true – falseshow_button // true – false
button_icon // icon class name sample : icon icon-check-2
button_display_block // true – false ‘if you want to show button in full size’
link_text // button text
link // button link