Quantcast
Channel: help – WordPress.org Forums
Viewing all 13924 articles
Browse latest View live

Markdemark on "[Amplify] Turning off the blogpost on homepage"


Grondines on "Style.css IS NOT THERE?!"

$
0
0

Hi guys, this is actually a question for Kadence Themes directly. Would you have the kindness to explain me why there is nothing in the Style.css folder.

Is there any way to make the css code appears? I would really need to do some editing in that folder but.... its empty.

Maybe we can deal something, I don't know... contact me on this forum or by email ; Oligrondines@hotmail.fr

I need help. If you can fix this for me. I assure you that I will buy the premium version.

Sevario on "[Plugin: amCharts: Charts and Maps] How to make the date scrollbar start at a certain date"

$
0
0

Hello, I currently have a graph with one of those sliders on the top which you can change the date you are looking at with.

Here is a picture of it.

The range of the graph is from the start of this year untill yesterday.
This all works properly and as intended.

However, when I load the page it always starts with the entire range.
I would like the graph to load with the starting date being today -10 days untill today. But I would like the entire slider to still be from this entire year.

Is this possible?

Here is my code if you need it:

var chart;

// create chart

AmCharts.ready(function() {

// load the data

var chartData = AmCharts.loadJSON('http://localhost/QMS/wordpress/data.php');

// SERIAL CHART

chart = new AmCharts.AmSerialChart();

chart.dataProvider = chartData;

chart.categoryField = "WBD_DATUM";

chart.dataDateFormat = "DD-MM-YY";

// GRAPHS

var graph1 = new AmCharts.AmGraph();

graph1.valueField = "WBD_BEREKENDE_WAARDE";

graph1.bulletBorderThickness = 2;

graph1.lineThickness = 2;

graph1.lineAlpha = 0.5;

graph1.type = "line";

graph1.columnWidth = "0";

graph1.lineColor = "#4b1966";

graph1.balloonText = "";

graph1.gridColor = "#4b1966";

chart.addGraph(graph1);

//ONDERGRENS

var graph2 = new AmCharts.AmGraph();

graph2.valueField = "MDL_ONDERGRENS";

graph2.bulletBorderThickness = 2;

graph2.lineThickness = 2;

graph2.lineAlpha = 0.5;

graph2.type = "line";

graph2.columnWidth = "0";

graph2.lineColor = "#DB6767";

graph2.balloonText = "";

graph2.gridColor = "#4b1966";

chart.addGraph(graph2);

// CATEGORY AXIS

chart.categoryAxis.parseDates = false;

//chart.categoryAxis.ignoreAxisWidth = false;

var valueAxis = new AmCharts.ValueAxis();
valueAxis.labelsEnabled = false;
chart.addValueAxis(valueAxis);

chart.chartScrollbar = new AmCharts.ChartScrollbar();

chart.chartCursor = new AmCharts.ChartCursor();

chart.mouseWheelZoomEnabled = true;

chart.mouseWheelScrollEnabled = true;

// WRITE

chart.write("chartdiv");

});

AmCharts.loadJSON = function(url) {

// create the request

if (window.XMLHttpRequest) {

// IE7+, Firefox, Chrome, Opera, Safari

var request = new XMLHttpRequest();

} else {

// code for IE6, IE5

var request = new ActiveXObject('Microsoft.XMLHTTP');;

}

// load it

// the last "false" parameter ensures that our code will wait before the

// data is loaded

request.open('GET', url, false);

request.send();

// parse adn return the output

return eval(request.responseText);

};

https://wordpress.org/plugins/amcharts-charts-and-maps/

pat on "[Plugin: WooCommerce - excelling eCommerce] Add one product on the cart"

$
0
0

Hello!
I would like just to allow to add one product on the cart page, so I tried with a code on my funtions.php and it worked for one week, but suddenly is not working and I don't know why.
That's my code:
//Just one item in cart at a time

add_filter( 'woocommerce_add_cart_item_data', 'woo_custom_add_to_cart' );

function woo_custom_add_to_cart( $cart_item_data ) {

global $woocommerce;
$woocommerce->cart->empty_cart();

// Do nothing with the data and return
return $cart_item_data;
}

Maybe there's something wrong with my code or you can provide me a different one
Thank you

https://wordpress.org/plugins/woocommerce/

Informaniacs on "Please help! Changed URL and can't see my Dashboard anymore"

$
0
0

Hi there.
I'm about to create my first WordPress webpage using 'create your own website using Wordpress in a weekend'. I came across some problems since the WordPress update and the book seems out of date now.
While trying to fix a problem, I changed my WordPress address (URL) in the general settings from http://www.ourbusinessname.org to http://www.ourbusinessname.org/home. I tried changing it back instantly because I still had a normal wp website view, but while I updated the changes again (so back to http://www.ourbusinessname.org) everything changed and I now can only see a cra... layout of my homepage and no wp dashboard (I mean the black frame thing) to change anything.
In this forum I found this link, which I thought would solve my problem (http://codex.wordpress.org/Changing_The_Site_URL), but I just don't understand it. I am a total newbie and just followed one step after the other in the book without knowing why and what I am really doing. So my problem with the above mentioned link is that I don't know where to start because I don't know what is meant by wp-configure.php etc.
Could please someone help me and explain it step by step for a complete id... how to get my site back running and how to get my dashboard back?
Thanks very much for your help in advance.
Christine.

potentdevelopment on "Please help! Changed URL and can't see my Dashboard anymore"

$
0
0

Go into your database into wp_options table. Change the url in option names: siteurl and home

Informaniacs on "Please help! Changed URL and can't see my Dashboard anymore"

$
0
0

How do I get there without seeing my dashboard? This black frame thing with all the options I had before, like Pages, Posts, Settings, Appearance etc.

naptash on "[Plugin: SportsPress - Manage Leagues & Sports Clubs] csgo Team/Player problem"

$
0
0

Do you have a link to your site?

In the Configure portion of the plugin, what are the stats under? Are they Player Stats or Table Columns or Player Performance?


tmmslynn on "How to find out function reference for specific page"

$
0
0

Hi everyone,

I am trying to add a slider to one page on my site. I was able to add it to the main page using <?php if ( is_front_page() && function_exists('easingslider') ) { easingslider(2627); } ?> but I don't want to add it to the front page. I want to add it to my news page. Here is the link to the page where I want to add it http://tmmslynn.com/marshall-news/

Any help would be appreciated.

Jonathan

potentdevelopment on "Please help! Changed URL and can't see my Dashboard anymore"

$
0
0

You get there via your database access. Use your PHPMyAdmin.

songdogtech on "Please help! Changed URL and can't see my Dashboard anymore"

Informaniacs on "Please help! Changed URL and can't see my Dashboard anymore"

$
0
0

How do I get to wp-configure.php or the databases? When I log into my site I can' to anything with it, because there is just the text I wrote and no way to edit it or change anything. I have no idea of computers, programming and such things so I just don't know what it all means... Sorry and thanks for your replies, but could you maybe give me some more details?
Thanks so much in advance!

songdogtech on "Please help! Changed URL and can't see my Dashboard anymore"

infinitewp on "[Plugin: InfiniteWP Client] [SUPPORT FORUM CLOSED] - Send your queries to help@infinitewp.com"

courtneyhendry on "excerpt text"

$
0
0

Hello,

Not sure how old the color mag tutorial is (I find it great and really helpful) but a few things don't seem right - for example I don't have a widget called "TG: Featured Posts Vertical widget" but thats okay it's sorted.

My query is about the excerpt text. The instructions are:

Go to your post editor screen in the dashboard.
In post editor screen look for the Screen Options button at top-right part of the screen.
Click on it and make sure the Excerpt check-box option is checked.
Now, somewhere below the main post editor box, you should be able to see the the Excerpt option box.
Add your manual excerpt there with desired amount of text and Update the post.

However, when I go to the options in post editor screen, I don't have an excerpt check-box, and this is making my site look a little messy because I can't control the excerpt text.

Any help would be great, thanks!


courtneyhendry on "excerpt text"

bcworkz on "How to find out function reference for specific page"

$
0
0

Your header file currently has a syntax error. Anyway, determine the ID of your news page. It's in the URL that you follow to the edit screen. Lets say it's 123. Change is_front_page() to this:
123 == get_queried_object_id()

tmmslynn on "How to find out function reference for specific page"

$
0
0

Thank you. I actually think i figured it out on my own. Do you know how I can make it so my horizontal scrolling announcement only shows on my home page?

tmmslynn on "How to find out function reference for specific page"

$
0
0

Nevermind. I think I figured that one out too. Writing code is very new to me but I am learning as I go.

Thanks

TheRealCJ96 on "Edit "Registration Complete" text"

$
0
0

Hi all, I would like to edit the text that appears after a user registers with my site. It goes like this "Registration complete. Please check your e-mail."

Any ideas as to how I should do this?

Also, it would be nice if I did not have to do this after every Wordpress update.

All help is appreciated,
TheRealCJ96

Viewing all 13924 articles
Browse latest View live




Latest Images