sandorastarita
Forum Replies Created
-
Forum: Plugins
In reply to: [Meta Box] Fatal ErrorI realized that the parent theme includes the plugin in their code. because of that, the path of meta-box is inside the parent theme. this is a lack in theme documentation and not an issue in the plugin. maybe this can be useful for other people in similar situation. sorry for my post before.
thanks.
Forum: Plugins
In reply to: [Meta Box] Fatal Errorhello, I have a similar issue. I tried removing the plugin and reinstalling it bay download and upload the code, but the error is the same:
Warning: require_once(/home/[user]/public_html/wp-content/themes/[theme-name]/framework/meta-box/inc/field.php): failed to open stream: No such file or directory in /home/[user]/public_html/wp-content/plugins/meta-box/meta-box.php on line 34
Fatal error: require_once(): Failed opening required ‘/home/[user]/public_html/wp-content/themes/[theme-name]/framework/meta-box/inc/field.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/[user]/public_html/wp-content/plugins/meta-box/meta-box.php on line 34
I don’t understand why the plugin requires a file in my parent theme. I am using a child theme. but in other sites where I used the plugin never requires files in my themes…
I think the plugin is great and usefull. thanks in advance.
Forum: Plugins
In reply to: [WP Maps - Display Google Maps Perfectly with Ease] No map showing?how was it solved? I have the same problem with the shorcode display_map. no map is printed at all…
Forum: Plugins
In reply to: [Custom Post Type UI] Archive page using cpt ui not createdhello, thanks for your response.
I don’t see the advanced options in the admin pane. I lookd for that but…
Forum: Plugins
In reply to: [Custom Post Type UI] Archive page using cpt ui not createdhello,
I visited the permalinks page, changed and reseted the config, but my archive page doesn’t appears. still shows 404 error.
thanks.
Forum: Plugins
In reply to: [Add Posts to Pages] Images not lining up with TextThe plugin include inline styles in html tags. I think that this is not a good practice. I solve this problem with js, declaring clear:none to the .add_posts_content div, to avoid to make changes in the plugin (for compatibility with future upgrades)
sorry by my bad english.