faugro
Forum Replies Created
-
Forum: Plugins
In reply to: [Amazing Posts Widget] Is it possible to skip the first post?there is an option to do that on the widget “Number of posts to skip:”
Forum: Plugins
In reply to: [IG PageBuilder] Replace widget $argsOk, i also think to use css to edit it, but, it’s not to efficient i think, there will be many case that code will break the responsive. so i still think it’s better to remove that line.
I try to move all code from ig-pagebuilder\core\shortcode\layout\column.php to my theme’s function.php and remove$args = array( 'widget_id' => strtolower( $widget ) );
and it work, the question is, did you think this is the correct way?
I think if there is
if ( ! class_exists()) {}
the first loaded class is will be used, but i’m not sure is the theme’s functions.php will always be called first, before ig-pagebuilder plugin, or not ??Forum: Plugins
In reply to: [IG PageBuilder] Replace widget $argsGreat, your reply is fast ??
But this code produce wierd thing on the front-end,
if i set column to 75% and 25% it will be col-md-9 col-sm-13 and col-md-3 col-sm-4, it will break up the responsive, i mean it look bad on small layout setting.
I just want to remove that line.The important thing is on the title
look like on this file ig-pagebuilder\core\helper\shortcode.php line 1003
$args = array( 'widget_id' => strtolower( $widget ) );
i want to change the args before_titleForum: Plugins
In reply to: [Amazing Posts Widget] Make widget display inline blockIf you have set numer of columns and rows, it should be working.
Could you please tell me your url.
Forum: Plugins
In reply to: [Amazing Posts Widget] Cant remove Slide TitleI have fixed it, please update it.
Forum: Plugins
In reply to: [Amazing Posts Widget] HUGE h2 hidden slide titlesPlease update to the latest version
Forum: Plugins
In reply to: [Amazing Posts Widget] All thumbnails aligned to the leftPlease go to plugins > editor > select Amazing Posts Widget, edit amazing-post-widget/css/amazing-pw.css, find this line
.tp-carousel-posts .hentry {float:left;}
change it to
.tp-carousel-posts .hentry {float:left; clear:none;}
Forum: Plugins
In reply to: [Amazing Posts Widget] Portffolioalmost correct,
please try .title.hidden{display:none}Forum: Plugins
In reply to: [Page Builder by SiteOrigin] Moving a wordpress site with Page BuilderI also get this problem in the past, usually it because there is “new line” in your text area, on text widget may be.
Forum: Plugins
In reply to: [Amazing Posts Widget] PortffolioIs your portfolio page have widget position? If doesn’t have, please install page builder plugin, it’s the easy way to put any widget on your content.
Yes, i speak bahasa, if you want to use bahasa, please write it on pancenjoss.
Forum: Plugins
In reply to: [Amazing Posts Widget] PortffolioThank you for using my plugin ??
Actually, it’s not using amazing posts widget.
But, could you please let me know, what exactly you want? Is that about the title structure above the thumbnail, box around each post or you want to put it on the portfolio page?
Forum: Reviews
In reply to: [Amazing Posts Widget] Plugin useful for magazine theme and portfolioThanks for reviewing this plugin, will add more feature in a week.
Forum: Plugins
In reply to: [Flexible Posts Widget] Page Builderawesome, really fast reply, thank you for your suggestion ??
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] Some Quick questionsHi dnp,
first, i want to say, your joomla templates look great ??
As i know, this plugin put all widgets in the page builder. So, the quick way is by recode your shortcode to widget in your theme, i tried to combine this plugin with “Flexible Posts Widget”, but have problem with ajax.
Regards,
faugroForum: Themes and Templates
In reply to: Having a different theme for each page?You can create page-{slug}.php or you can create custom page template