pgolsoniv
Forum Replies Created
-
Forum: Plugins
In reply to: [JC Submenu] Not compatible to WP 5.3?@michebia THANK YOU SO MUCH for the help!
I wanted to add to the thread in case others are still having issues as that one piece of code did not solve my situation. With my particular problem I had to also add “…$args” to the definition of walk in /custom_Menu_Wizard/include/class.sorter.php (line 55)
and
/custom-menu-wizard/include/class.walker.php (line 60)I am having trouble with shortcode in WP All Import as well. I have tried using shortcode from Easy Table and also from WP_Charts and can’t get either to work. after building the post, it returns to the post and not to the screen with all the imports listed. In addition, when I attempt to “preview post”, it just spins and never gives me the preview.
Here is a sample: [wp_charts title=”AvgPrice” type=”bar” canvasheight=”300″ border=”0px” width=”50%” align=”alignright” datasets=”DESIRED VARIABLE next DESIRED VARIABLE” labels=”DESIRED VARIABLE Vs. MLS” colors=”#71c9f1,#336699″ scalefontsize=”18″ scaleoverride=”true” scalesteps=”4″ scalestepwidth=”25000″ scalestartvalue=”DESIRED VARIABLE” ]
The other code I have tried is as follows:
[table caption = “YEAR OVER YEAR CHANGES” align=”center” border =”1″ colalign=”center|center|center|center”]Volume,Days on Market,sales Price,Price Per SqFt
{count[1]}, {avgcdom[1]}, {saleprice[1]}, {ft[1]}
[/table]
Any thoughts or help would be greatly appreciated.
Forum: Plugins
In reply to: [WordPress Charts] Label shortcode added, not showing uphossamabdelmajeed – I have followed your instructions and clicked on the link that you have at the beginning of your post but it takes me to a JS window and I don’t see anywhere to pull a new file to replace the old one. Is there a specific window that I need to view the source code for or something?
Thanks in advance.