Forum Replies Created
-
AuthorPosts
-
Thank you. Ok, but almost useless. A visual editor would be much more better for the widget area somehow. I don’t want to copy/paste every time. I know html but if I have a client without html knowledget what should I say to him?
This is why I wanted to use Pages in Widgets. If it works I only have to edit a page and everywhere updates.Regards
ZoltanNever mind, I’ve figured out.
I have to run the pseudo html code over the
do_shortcode
wordpress function.
That’s all.Zoltan
Thanks. But IMHO that doesn’t helps me.
I’ll try to describe it more precisely:
I’ve already wrote my widget plugin. I’ve a database query in my php code. I want to display the result in a responsible and css formatted table, like in the content area. If I simply print a table with the same html code as in the content area, it doesn’t work as expected.Regards
ZoltanThank you.
I need to display it from my widget php code. Not a html text widget!
If I print (echo) the pseudo code over my widget nothing happens:[av_table purpose='pricing' pricing_table_design='avia_pricing_default' pricing_hidden_cells='' caption='' responsive_styling='avia_responsive_table'] [av_row row_style=''][av_cell col_style='']fengdfhn[/av_cell][av_cell col_style='']dndfhndfhn[/av_cell][/av_row] [av_row row_style=''][av_cell col_style='']dfhndfhndfhn[/av_cell][av_cell col_style='']dfhndfhn[/av_cell][/av_row] [av_row row_style=''][av_cell col_style='']fhndfhndfhn[/av_cell][av_cell col_style='']dfhndfhndfhndfhn[/av_cell][/av_row] [/av_table
How can I run this code through my php code to convert it to a table?
There must be a preprocessor function that converts it to html.Regards
Zoltan- This reply was modified 9 years, 2 months ago by zoltan_komaromy.
August 30, 2015 at 10:17 am in reply to: How to add widget area before content (after header) #495436Hi
it doesn’t work as expected. now everything is in one column…
Regards
ZoltanThanks, it works!
I’ve used this solution to overwrite the shortcodes in my child them theme:
https://kriesi.at/support/topic/how-do-i-override-an-avia-framework-class-definition-using-enfold-child/Regards
ZoltanHi,
That doesn’t help me. ALB is “static”.
I have to list blog posts but with additional meta information, so I have to modify the blog listing view.
But I couldn’t find where it is generated…
I need a dynamic solution.Zoltan
-
AuthorPosts