Hi.
Do you plan on updating this theme in the near future and getting it ready for WordPress 5.0?
]]>In wp-admin, I am trying to change my EDS Theme Options under Appearances. When I click save, it just hangs and never saves my changes. I’ve been using this theme for a couple of years and never had this issue.
When I click save, it just says “Saving” and never changes. I have logged out, restarted computer, etc. My theme and plugins are all up to date.
]]>File functions.php contains the following code:
…
wp_enqueue_style( ‘edsbootstrap-owl-transitions’, get_template_directory_uri().’/assets/css/owl.transitions.css’);
wp_enqueue_style( ‘edsbootstrap-magnific-popup’, get_template_directory_uri().’/assets/css/magnific-popup.css’);
wp_enqueue_style( ‘edsbootstrap-elegant-icons’, get_template_directory_uri().’/assets/css/elegant-icons.css’);
…
I have just downloaded the theme, and “assets/css/elegant-icons.css” file is missing.
“assets/css/owl.transitions.css”, “assets/css/magnific-popup.css”, and all the others are in place.
It causes 404 logs in server and browser.
I understand the file should be added to the theme, or the wp_enqueue_style() sentence should be removed if it is no more used.
Hi. I’m trying to disable the Email and url comment field for my posts.
I’m using wordpress’s hook for disabling it, however nothing happens :/
function remove_email_url($fields) {
unset($fields['url']);
unset($fields['email']);
return $fields;
}
add_filter('comment_form_default_fields', 'remove_email_url');
If I use the same code on the Standard wordpress theme it works as supposed, can i get some help solving this?
]]>Hi, I got a client who has been setup with your theme.
There is however a problem, in /assests/general.js/ line 89 there is an alert test
alert('test');
This is triggered everytime someone presses the next button on the owl carussel slider!
So my client cant update the theme him self as that line has to be removed on every update.
]]>I am not sure if this is the right place to post ??
Im using edsbootstrap theme and I have notice that contact info on header options doesn’t show up. inside lite theme option.
here is what i found buggy..
—
problem—– class-customize.php
$manager->add_control(‘edsbootstrap_theme_options_show_top’, array(
‘label’ => __( ‘Show Contact Info on Header’, ‘edsbootstrap’ ),
‘section’ => ‘edsbootstrap_options’,
‘settings’ => ‘edsbootstrap_theme_options_contact_info’,
‘type’ => ‘checkbox’,
) );
Solution——
$manager->add_control(‘edsbootstrap_theme_options_contact_info’, array(
‘label’ => __( ‘Show Contact Info on Header’, ‘edsbootstrap’ ),
‘section’ => ‘edsbootstrap_options’,
‘settings’ => ‘edsbootstrap_theme_options_contact_info’,
‘type’ => ‘checkbox’,
) );
I’m trying to hide my navigation menu from a single page (for the purpose of a landing page). I’ve tried different CSS combinations, but nothing has done the trick. I have also tried using conditional tags to hide each individual menu item, but have only been able to hide the menu from my entire site.
How can I hide my menu from this page only? https://benevolentbookkeeping.com/welcome/
Thank you!
]]>Hi There,
I want to try out the free “ed’s bootstrap theme” but I cannot find the demo content to import. PLease help.
Thanks,
~Ravs
Hi, congratulations, Awesome theme, I am testing and I think that may be a bug.
Test popups appears clicking the tabs or accordions of another plugins.
I switch the theme and it works perfect.
Any idea?
Thank a lot. Sergio
when i installed the theme in kabaliraa from www.ads-software.com following error came
Fatal error: Can’t use function return value in write context in /home/rakesh123kabali/public_html/wp-content/themes/edsbootstrap/inc/wp-admin/edsbootstrap-admin-page.php on line 136