moorthy123
Forum Replies Created
-
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 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 responsiveYou can try this plugin which works 100% good.Other wise Share your URL, To give the suggestion.
Forum: Localhost Installs
In reply to: ProblemHi 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
In reply to: [Uncanny Toolkit for LearnDash] New courses not showing upHi,
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]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
In reply to: [Aesop Story Engine] Aesop shows no add compont button with Avada themeGood 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.
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;
}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;
}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
In reply to: [Aesop Story Engine] Aesop shows no add compont button with Avada themeHi,
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.
Hi yellowpino,
What is the theme& contact form you are using.
Can you share your url?
Forum: Plugins
In reply to: [WooCommerce] Different prices in Shop and CartHi 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
In reply to: [TablePress - Tables in WordPress made easy] Shortcode makes site blackHi miranda,
Please check this link, this may helpful for you.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Shortcode makes site blackHi 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;
}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.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.