mariafbanuelos
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hueman] Is Video Embed broken with last update?Forum: Themes and Templates
In reply to: [Hueman] Warning: Missing argument 2 for alx_embed_html() inThank you all!
Forum: Themes and Templates
In reply to: [Hueman] Is Video Embed broken with last update?I have the same problem please help! I love the template!
Thank you
Forum: Plugins
In reply to: Jellyfish Counter Widget/T(-) Countdown vs Share Buttons by AddToAnysorry I think I didn´t explained very well. I meant that addto any creates buttons in the content and in the sidebars in the Jellyfish Counter Widget/T(-) Countdown plugins if I change the settings from float to content ones.
Any suggestion?
Thanks again
Forum: Themes and Templates
In reply to: [theme:alexandria] after update thing not showingHi again,
I have the feeling the problem is about the functions.php file. I dont know how to code with php
I am trying with things like:
<?php
/* Add custom functions below */
add_action( ‘after_setup_theme’, ‘remove_parent_theme_features’, 10 );
function remove_parent_theme_features() {
require_once( get_stylesheet_directory() . ‘/header.php’ );
require_once( get_stylesheet_directory() . ‘/footer-two.php’ );
}But I know it is not right.
NOTE: I use the plugin Child Theme Configurator.