Title: moorthy123's Replies | WordPress.org

---

# moorthy123

  [  ](https://wordpress.org/support/users/moorthy123/)

 *   [Profile](https://wordpress.org/support/users/moorthy123/)
 *   [Topics Started](https://wordpress.org/support/users/moorthy123/topics/)
 *   [Replies Created](https://wordpress.org/support/users/moorthy123/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/moorthy123/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/moorthy123/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/moorthy123/engagements/)
 *   [Favorites](https://wordpress.org/support/users/moorthy123/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 22 total)

1 [2](https://wordpress.org/support/users/moorthy123/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/moorthy123/replies/page/2/?output_format=md)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Sixteen] Twenty Sixteen theme header menu not working in responsive menu](https://wordpress.org/support/topic/twenty-sixteen-theme-header-menu-not-working-in-responsive-menu/)
 *  Thread Starter [moorthy123](https://wordpress.org/support/users/moorthy123/)
 * (@moorthy123)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/twenty-sixteen-theme-header-menu-not-working-in-responsive-menu/#post-8489404)
 * Hi Criscmaia,
 * This happens at my first WordPress website.This happens when I altered the header.
   php file code.
    I solved it instantly using [WP Responsive Menu ](https://wordpress.org/plugins/wp-responsive-menu/)
   Plugin.
 * If you altered the code, download the twenty sixteen themes, copy and replace
   the code.
    If you did not change the code, Try de-activate and check the responsive
 * You can try this plugin which works 100% good.Other wise Share your URL, To give
   the suggestion.
 *   Forum: [Localhost Installs](https://wordpress.org/support/forum/localhost-installs/)
   
   In reply to: [Problem](https://wordpress.org/support/topic/problem-122/)
 *  [moorthy123](https://wordpress.org/support/users/moorthy123/)
 * (@moorthy123)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/problem-122/#post-8372599)
 * Hi Cjan,
 * This maybe beacause of slow network connection.Theme can’t be downloaded to the
   theme folder.
    So, download the theme. upload it to the wp-content/themes.Then
   you can activate from your dashboard.
 * This is also applicable for plugin also.when you develop the sites in the local
   environment.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Uncanny Toolkit for LearnDash] New courses not showing up](https://wordpress.org/support/topic/new-courses-not-showing-up/)
 *  [moorthy123](https://wordpress.org/support/users/moorthy123/)
 * (@moorthy123)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/new-courses-not-showing-up/#post-8359064)
 * Hi,
 * Is is visible for the admin?
 * All the contents visible for the admin.
    To show the content for logged in users
   use this shortcoode [uo_show for=’loggedin’]Show content for logged in users[/
   uo_show]
 * To show content the logout users
    [uo_show for=’loggedout’]Show content for logged
   out users[/uo_show]
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Form Maker by 10Web - Mobile-Friendly Drag & Drop Contact Form Builder] Change background color](https://wordpress.org/support/topic/change-background-color-48/)
 *  [moorthy123](https://wordpress.org/support/users/moorthy123/)
 * (@moorthy123)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/change-background-color-48/#post-8353247)
 * Good to know that works. You are welcome.
 * If your problem is solved, Please mark the status as Solved.If you do this, it
   will be good support to this forum.
 * Thank you in advance.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Aesop Story Engine] Aesop shows no add compont button with Avada theme](https://wordpress.org/support/topic/aesop-shows-no-add-compont-button-with-avada-theme/)
 *  [moorthy123](https://wordpress.org/support/users/moorthy123/)
 * (@moorthy123)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/aesop-shows-no-add-compont-button-with-avada-theme/#post-8353166)
 * Good to know that works. You are welcome.
 * If your problem is solved, mark the status as Solved.If you do this, it will 
   be good support to this forum.
 * Thank you in advance.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Form Maker by 10Web - Mobile-Friendly Drag & Drop Contact Form Builder] Change background color](https://wordpress.org/support/topic/change-background-color-48/)
 *  [moorthy123](https://wordpress.org/support/users/moorthy123/)
 * (@moorthy123)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/change-background-color-48/#post-8353141)
 * Good to know that’s works.
 * change the color to your desired color code
 * /*For white color font*/
    .form1 .wdform-label{ color:#ffffff !important; } /*
   for required symbol called asterisk/*/ .form1 .wdform-required{ color:#ffffff!
   important; } /* For mini label*/ .form1 .mini_label{ color:#ffffff !important;}/*
   for submit button*/ .form1 .button-submit{ background:#000084 !important; } /*
   for submit button*/ .form1 .button-reset{ background:#000084 !important; }
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Form Maker by 10Web - Mobile-Friendly Drag & Drop Contact Form Builder] Change background color](https://wordpress.org/support/topic/change-background-color-48/)
 *  [moorthy123](https://wordpress.org/support/users/moorthy123/)
 * (@moorthy123)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/change-background-color-48/#post-8352995)
 * Hi,
 * The contact form background is assigned to white in the plugin you are using.
   The following css style makes the background of the contact form to transparent.
 * Are you using child theme now.
    Use below css in your child theme. if not use
   it in your style.css
 * .form1 .wdform_page {
    background: transparent !important; }
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Form Maker by 10Web - Mobile-Friendly Drag & Drop Contact Form Builder] Change background color](https://wordpress.org/support/topic/change-background-color-48/)
 *  [moorthy123](https://wordpress.org/support/users/moorthy123/)
 * (@moorthy123)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/change-background-color-48/#post-8352994)
 * Hi,
    Thank The contact form background is assigned to white in the plugin you
   are using. the following style makes the background of the contact form to transparent.
 * Are you using child theme now.
    Use below css in your child theme. if not use
   it in your style.css
 * .form1 .wdform_page {
    background: transparent !important; }
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Aesop Story Engine] Aesop shows no add compont button with Avada theme](https://wordpress.org/support/topic/aesop-shows-no-add-compont-button-with-avada-theme/)
 *  [moorthy123](https://wordpress.org/support/users/moorthy123/)
 * (@moorthy123)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/aesop-shows-no-add-compont-button-with-avada-theme/#post-8352953)
 * Hi,
 * Switch your page builder to Default editor, it will be visible.near add media
   button.
 * The code which you have used in the funcion.php is seleting the required features
   only.
 * If you use the following code,
    add_theme_support(“aesop-component-styles”, array(“
   gallery”, “map”, “timeline”) );
 * Gallery, Map, timeline options available for use.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Form Maker by 10Web - Mobile-Friendly Drag & Drop Contact Form Builder] Change background color](https://wordpress.org/support/topic/change-background-color-48/)
 *  [moorthy123](https://wordpress.org/support/users/moorthy123/)
 * (@moorthy123)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/change-background-color-48/#post-8352896)
 * Hi yellowpino,
 * What is the theme& contact form you are using.
 * Can you share your url?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Different prices in Shop and Cart](https://wordpress.org/support/topic/different-prices-in-shop-and-cart/)
 *  [moorthy123](https://wordpress.org/support/users/moorthy123/)
 * (@moorthy123)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/different-prices-in-shop-and-cart/#post-8352879)
 * Hi viscalapalmera,
 * check these settings:
    Tax option select —> Yes, I will enter prices inclusive
   of tax Display Prices in the Shop —> Including tax Display Prices During Cart
   and Checkout —-> Including Tax.
 * Are you any other plugins for tax calculation.
    These things are correct means,
   uninstall other plugins. and check it.
 * Can you share your url to check.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] Shortcode makes site black](https://wordpress.org/support/topic/shortcode-makes-site-black/)
 *  [moorthy123](https://wordpress.org/support/users/moorthy123/)
 * (@moorthy123)
 * [10 years ago](https://wordpress.org/support/topic/shortcode-makes-site-black/#post-7592291)
 * Hi miranda,
 * Please check this link, this may helpful for you.
 * [https://www.google.co.in/search?q=qLtempOverlay&ie=utf-8&oe=utf-8&client=firefox-b-ab&gfe_rd=cr&ei=bciRV_PVAcmL8QfOqZm4Ag](https://www.google.co.in/search?q=qLtempOverlay&ie=utf-8&oe=utf-8&client=firefox-b-ab&gfe_rd=cr&ei=bciRV_PVAcmL8QfOqZm4Ag)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] Shortcode makes site black](https://wordpress.org/support/topic/shortcode-makes-site-black/)
 *  [moorthy123](https://wordpress.org/support/users/moorthy123/)
 * (@moorthy123)
 * [10 years ago](https://wordpress.org/support/topic/shortcode-makes-site-black/#post-7592290)
 * Hi miranda,
 * I refered the url, which the backgroundcolor form the inline css.
    this is the
   class, which makes the site black.I guess it is because of this plugin.
 * <div id=”qLtempOverlay” style=”position: fixed; width: 100%; height: 100%; z-
   index: 9999; left: 0px; top: 0px;”></div>
 * Find out source and delete it or In your theme style.css add this style sheet
   #
   qLtempOverlay{ backgorund-color:transparent !important; }
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] DataTables Column Filter Widgets – in the title displaying & not works](https://wordpress.org/support/topic/datatables-column-filter-widgets-in-the-title-displaying-not-works/)
 *  Thread Starter [moorthy123](https://wordpress.org/support/users/moorthy123/)
 * (@moorthy123)
 * [10 years ago](https://wordpress.org/support/topic/datatables-column-filter-widgets-in-the-title-displaying-not-works/#post-7590869)
 * Hi,
 * I figured it out, i used url method to import the field values which added the
   
   tag at the end of the eachword.
 * That which causes the issue.
    Thankyou for the Awesome plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] DataTables Column Filter Widgets – in the title displaying & not works](https://wordpress.org/support/topic/datatables-column-filter-widgets-in-the-title-displaying-not-works/)
 *  Thread Starter [moorthy123](https://wordpress.org/support/users/moorthy123/)
 * (@moorthy123)
 * [10 years ago](https://wordpress.org/support/topic/datatables-column-filter-widgets-in-the-title-displaying-not-works/#post-7590853)
 * Hi,
 * in the widget area the tags added to the title in the selection box.
    Because
   of that, i’m not getting the results.Please help me solve this issue. Please 
   check here.`cubeupload.com/im/7uiUCA.jpg`
 * Thank you in advance.

Viewing 15 replies - 1 through 15 (of 22 total)

1 [2](https://wordpress.org/support/users/moorthy123/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/moorthy123/replies/page/2/?output_format=md)