Luqman Khan
Forum Replies Created
-
Hey Alexandra, The issue was from “Cloudflare”, it was blocking the Java file to render.
fixed it.
ThanksOn the other note, The graphs are showing up on mobile browsers, but not on PC neither Mac.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Auto adjust columnsLuqman from 10beasts Here,
The Pros and Cons is not built using Tablepress plugin.
I did that using Shortcode Ultimate plugin, which can be found here: https://wordpress.org/plugins/shortcodes-ultimate/After installing shortcode ultimate, add this in your theme css editor:
.su-box { border-width: 0px !important; }
.su-column-size-1-2 { width: 50% !important; }
.su-row .su-column { margin: 0px 0 0 0% !important; }After adding CSS Code:
Please go to your post editor and add this shortcode there.[su_row]
[su_column size=”1/2″][su_box title=”Pros” box_color=”#00bf08″ radius=”0″][su_list icon=”icon: check” icon_color=”#00bf08″]
PLEASE ADD THE PROS LIST HERE
[/su_list][/su_box][/su_column]
[su_column size=”1/2″][su_box title=”Cons” box_color=”#bf000a” radius=”0″][su_list icon=”icon: ban” icon_color=”#bf000a”]
PLEASE ADD THE CONS LIST HERE
[/su_list][/su_box][/su_column]
[/su_row]** After adding this shortcode add both of your lists inside in the form of “Bulleted List”. You will be done.
Let me know if you required further help.
Cheers